VERITAS Storage Foundation 4.1 Oracle Administrator's Guide
VERITAS Enterprise Administrator Service Prerelease 8 September 2005, 8:55am
272 VERITAS Storage Foundation for Oracle Administrator’s Guide
-A grants the user root access.
-f allows the user to be a user other than the /opt/VRTSdbed owner.
-n indicates the name of the user that will be added or removed.
For example, to add a database administrator with the name “oracle” as a user with root
privileges, enter the following:
# /opt/VRTS/bin/vxdbedusr -a user -A -f -n oracle
3. To add a user without root privileges, use the vxdbedusr command as follows.
# /opt/VRTS/bin/vxdbedusr -a user -n user_name
where -a adds a user to the registry.
For example, to add “oracle” as a user, enter the following:
# /opt/VRTS/bin/vxdbedusr -a user -n oracle
4. To add a group to the console registry, use the vxdbedusr command as follows.
# /opt/VRTS/bin/vxdbedusr -a group -n group_name
where -a adds the user group to the registry.
For example, to add “dba” as a group, enter the following:
# /opt/VRTS/bin/vxdbedusr -a group -n dba
Note Make sure you shutdown and then restart the VEA server to update the registration
information.
Removing Users from the VERITAS Enterprise Administrator
Service Console Registry
You may need to restrict access to the VEA Service console registry. You can remove users or user
groups from the registry if they have been previously added.
Note You cannot remove root from the VEA Service console registry.
▼ To remove users other than root from the VERITAS Enterprise Administrator Service
console registry
1. Make sure that the optional GUI package was installed.
2. To remove a user, use the vxdbedusr command as follows.