Configuring non-root user to run the sensor
You must add the users credentials for non-root users.
Edit the /etc/sudoers file on the
Tru64 UNIX computer system and
add the following line, where non-rootuser is the
user that runs the command:
<non-rootuser> ANY = NOPASSWD: /sbin/hwmgr
The /etc/sudoers must
reside on the Tru64 UNIX computer
system that is being discovered. For example, to enable the user asmusr to run the command on any Tru64 UNIX computer system, enter the following line:
asmusr ANY = NOPASSWD: /sbin/hwmgr
For example, to enable the user
asmusr to run the /sbin/hwmgr command on a specific target
system named target, enter the following
line:asmusr target = NOPASSWD: /sbin/hwmgr
Two commands must be located in the default location on the Tru64 UNIX computer system: /sbin/hwmgr and /usr/sbin/ifconfig.