The agent installation for CA Enterprise Log Manager agents on Linux systems does not offer automatic user or user group creation. We recommend that you create an authorized user with the lowest set of privileges required to run the agent before you install.
You must have root access to add a user, and you need to have, or create, a group to contain that user first.
Note: The following procedures assume that the directory, /usr/sbin is in the system path.
To add a group and a user account
groupadd <groupname>
This creates the group in the /etc/group file.
adduser <username> -g <groupname>
This adds the user specified by <username> to the group, <groupname>.
password <username>
This command prompts you to enter and to confirm a new password for this user.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |