Book Image

IBM Lotus Quickr 8.5 for Domino Administration

Book Image

IBM Lotus Quickr 8.5 for Domino Administration

Overview of this book

When the IT strategy calls for maximizing the value of social software for building effective teams, neither social networking nor team collaboration is sufficient on its own. Lotus Quickr Team Collaboration software delivers the promise of social software; but ensuring that a business's social networking site is compliant can be daunting. This book will help you ensure effective and efficient team collaboration by building a solid social infrastructure with IBM Lotus Quickr 8.5. The book will familiarize system administrators with all the information they need to install, upgrade, and manage IBM Lotus Quickr 8.5. You will also learn to leverage social software principles to foster diverse teams in an interconnected world. This book will help you break virtual boundaries and remove the impediments to the development of high-performance teams through the use of IBM Lotus Quickr 8.5. This practical book starts off by providing you with a clear, detailed walkthrough of key concepts including collaboration beyond document management, and adopting social collaboration in an enterprise. We then examine the product architecture of Lotus Quickr services and provide a walkthrough of deployment aspects of Lotus Quickr to provide a scalable environment through clustering. We cover some of the basic tools used to set up and manage the IBM Lotus Quickr server along with unique methods for upgrading to the latest 8.5 version. We provide you with an in-depth look at the concepts of Lotus Quickr Connectors deployment, management, and a new capability around Windows-based single sign-on to solve a variety of problems. By the end of this book, you will be able to build a well-executed social collaboration platform that delivers the productivity edge needed to succeed in the digitally interconnected business world of today.
Table of Contents (19 chapters)
IBM Lotus Quickr 8.5 for Domino Administration
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Managing place members


Place members can be managed using the qptool command from the server console. The following is a list and description of what can be changed using this tool, from the command-line, as a system administrator.

Adding an external member to a place

The following are examples of using the qptool command to add external members to places. An external member is someone who is outside of the local contacts.nsf database for the place. This could be one of the users in you LDAP or Domino Directory that has been added to a place.

From the Quickr server console, you would issue the load qptool addmember parameters command.

The changemember command is used from the Lotus Quickr server console. An example of the command is:

load qptool addmember -dn "cn=Heather Reeds,ou=Marketing,o=Example" -author -allrooms -p Packt Book Place

This command will add Heather Reeds to the Packt Book Place, as an author in all rooms of the place.

One advantage in using the addmember command is that multiple...