Updated manpage for rspconfig and lsslp
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4859 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c0aa24b864
commit
b572a611c3
@ -97,7 +97,7 @@ my %usage = (
|
||||
textid=<*>|
|
||||
frame=<*>|
|
||||
ntp=<[ntp],[ip],[frequency],[v3]>|
|
||||
access_passwd=[currentpasswd],[newpasswd]|
|
||||
HMC_passwd=[currentpasswd],[newpasswd]|
|
||||
admin_passwd=[currentpasswd],[newpasswd]|
|
||||
general_passwd=[currentpasswd],[newpasswd]
|
||||
FSP specific:
|
||||
@ -109,7 +109,7 @@ my %usage = (
|
||||
procdecfg=<configure|deconfigure>:<processing unit>:id,...|
|
||||
date=<mm-dd-yyyy>|
|
||||
time=<hh:mm:ss>|
|
||||
access_passwd=[currentpasswd],[newpasswd]|
|
||||
HMC_passwd=[currentpasswd],[newpasswd]|
|
||||
admin_passwd=[currentpasswd],[newpasswd]|
|
||||
general_passwd=[currentpasswd],[newpasswd]
|
||||
HMC specific:
|
||||
|
@ -9,7 +9,7 @@ I<lsslp [-h| --help]>
|
||||
I<lsslp [-v| --version]>
|
||||
|
||||
|
||||
I<lsslp [-V| --verbose] [-i ip[,ip..]][-w][-r|-x|-z][-s BPA|MM|IVM|RSA|FSP|HMC][-t tries][-m][-e command][-c [timeout[timeout,..]]]>
|
||||
I<lsslp [-V| --verbose] [-i ip[,ip..]][-w][-r|-x|-z][-n][-s BPA|MM|IVM|RSA|FSP|HMC][-t tries][-m][-e command][-c [timeout[timeout,..]]]>
|
||||
|
||||
|
||||
=head1 DESCRIPTION
|
||||
@ -40,6 +40,8 @@ B<-h> Display usage message.
|
||||
|
||||
B<-m> Multicast mode (defaults to broadcast).
|
||||
|
||||
B<-n> Only display and write the newly discovered hardwares.
|
||||
|
||||
B<-r> Display Raw SLP response.
|
||||
|
||||
B<-s> Service type interested in discovering.
|
||||
|
@ -70,6 +70,12 @@ B<rspconfig> I<noderange> B<network>={B<nic,[IP,][hostname,][gateway,][netmask]>
|
||||
|
||||
B<rspconfig> I<noderange> B<network>={B<nic,0.0.0.0>}
|
||||
|
||||
B<rspconfig> I<noderange> B<HMC_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
B<rspconfig> I<noderange> B<admin_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
B<rspconfig> I<noderange> B<general_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
=head2 BPA Specific:
|
||||
|
||||
B<rspconfig> I<noderange> {B<network>}
|
||||
@ -80,6 +86,12 @@ B<rspconfig> I<noderange> B<network>={B<nic,[IP,][hostname,][gateway,][netmask]>
|
||||
|
||||
B<rspconfig> I<noderange> B<network>={B<nic,0.0.0.0>}
|
||||
|
||||
B<rspconfig> I<noderange> B<HMC_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
B<rspconfig> I<noderange> B<admin_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
B<rspconfig> I<noderange> B<general_passwd>={B<currentpasswd,newpasswd>}
|
||||
|
||||
=head2 HMC Specific:
|
||||
|
||||
B<rspconfig> I<noderange> {B<sshcfg>}
|
||||
@ -426,6 +438,17 @@ B<rspconfig> I<mm01 memdecfg=deconfigure:bank:0:9,10>
|
||||
|
||||
=back
|
||||
|
||||
To update the existing admin password on fsp:
|
||||
|
||||
B<rspconfig> I<fsp admin_passwd=admin,abc123>
|
||||
|
||||
fsp: Success
|
||||
|
||||
To set the initial password for user HMC on fsp:
|
||||
|
||||
B<rspconfig> I<fsp HMC_passwd=,abc123>
|
||||
|
||||
fsp: Success
|
||||
|
||||
=head1 SEE ALSO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user