Ask The Experts: GroupWise [43]

Q: How do I manually store the GroupWise CA certificate on my GMS server?

A: Mount the GMS ISO. In the root of the mount there is a python script called “validateGroupWiseAdmin.pyc”. To run this use the following command line:

python validateGroupWiseAdmin.pyc -gc [Server] [Port] [UserName] [Password] [--verbose]

Q: How do I manually store the GroupWise license on my GMS server?

A: Mount the GMS ISO. In the root of the mount there is a python script “validateGroupWiseAdmin.pyc”. To add the license run the following command line:

python validateGroupWiseAdmin.pyc -sl [Server] [Port] [UserName] [Password] [--verbose]

Q: How can I force a deletion of a Messenger user at the command line?

A: At the command line run the command:

curl -k --user admin:pwd -X DELETE https://192.168.90.55:9710/gwadmin-service/messengers/MessengerService/users/<username>

Q: My GroupWise Resource has an attribute “legacyDN”. What is it, and how can I remove it?

A: Prior to GroupWise 2014, GroupWise was dependent on eDirectory. Resources had corresponding eDirectory objects. The “legacyDN” is the pointer to the legacy eDirectory object. This attribute is no longer needed, nor referenced. You can remove the attribute using the following command:

curl -k --user admin:pwd https://10.10.10.10:9710/gwadmin-service/domains/dom1/postoffices/po1/resources/ResourceName/directorylink -X DELETE

Leave a Reply