fix man page
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14835 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
35755455ce
commit
a016b5efbf
@ -543,10 +543,12 @@ B<updatenode compute -f>
|
||||
|
||||
=item 21
|
||||
|
||||
To run updatenode with the non-root userid "user1" that has been setup as an xCAT userid and with sudo on node1 to run as root, do the following, see xCAT doc on Granting_Users_xCAT_privileges:
|
||||
To run updatenode with the non-root userid "user1" that has been setup as an xCAT userid with sudo on node1 to run as root, do the following:
|
||||
See Granting_Users_xCAT_privileges for required sudo setup.
|
||||
|
||||
B<updatenode node1 -l user1 -P syslog>
|
||||
|
||||
|
||||
=back
|
||||
|
||||
=head1 FILES
|
||||
|
@ -320,9 +320,9 @@ to be able to run as root on the node. The non-root userid will must be
|
||||
previously defined as an xCAT user, see process for defining non-root ids in
|
||||
xCAT and setting up for using xdsh. The userid sudo setup will have
|
||||
to be done by the admin on the node. This includes, allowing all commands that
|
||||
you would like to run with xdsh by using visudo to edit the /etc/sudoers file
|
||||
and disabling tty requirement by commenting out or removing this line in the /etc/sudoes file "#Defaults requiretty".
|
||||
See the document Granting_Users_xCAT_privileges.
|
||||
you would like to run with xdsh by using visudo to edit the /etc/sudoers file.
|
||||
You must disabl ssh tty requirements by commenting out or removing this line in the /etc/sudoes file "#Defaults requiretty".
|
||||
See the document Granting_Users_xCAT_privileges for sudo setup requirements.
|
||||
|
||||
|
||||
=item B<-t>|B<--timeout> I<timeout>
|
||||
|
Loading…
Reference in New Issue
Block a user