Checklist 2

This checklist must be referred to before using the keystone service.

  1. Check if object authentication has been configured by running the mmuserauth service list --data-access-method object command.
  2. Check the state of object authentication by running the mmces state show AUTH_OBJ -a command.
  3. Check if the protocol node is serving the CES IP by running the mmlscluster --ces command.
  4. Check if the object_database_node tag is present in one of the CES IP by running the mmces address list command.
  5. Check if httpd is running on all the CES nodes and postgres is running on the node that has CES IP with the object_database_node tag by running the mmces service list -v -a command.
  6. Check if authentication configuration is correct on all nodes by running the mmuserauth service check --data-access-method object -N cesNodes command.
  7. If the mmuserauth service check reports an error, run the mmuserauth service check --data-access-method object --rectify -N <node> command where node is the number of the node on which the error is reported.