update xdsh man page for Mellanox

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10745 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-10-11 18:19:08 +00:00
parent 08e8f844e7
commit b4290393bb

View File

@ -208,6 +208,7 @@ correspond to a valid device configuration file under the /var/opt/xcat/
directory.
For example, /var/opt/xcat/IBSwitch/Qlogic/config is the configuration
file location if devicetype is specified as IBSwitch::Qlogic
/var/opt/xcat/IBSwitch/Mellanox/config is the configuration file location if the devicetype is specified as IBSwitch::Mellanox.
=item B<-f>|B<--fanout> I<fanout_value>
@ -458,15 +459,6 @@ The dsh command exit code is 0 if the command executed without errors and all re
=over 3
=item *
To define the IB switch as a node and to set up the SSH keys for IB switch
B<qswitch> with device configuration file
B</var/opt/xcat/IBSwitch/Qlogic/config> and user name B<username>, Enter
B<chdef> I<-t node -o qswitch groups=all nodetype=switch>
B<xdsh> I<qswitch -K -l username --devicetype IBSwitch::Qlogic>
=item *
@ -522,6 +514,27 @@ nodes, enter:
B<xdsh> I<servicenoderange -c >
=item *
To define the IB switch as a node and to set up the SSH keys for IB switch
B<qswitch> with device configuration file
B</var/opt/xcat/IBSwitch/Qlogic/config> and user name B<username>, Enter
B<chdef> I<-t node -o qswitch groups=all nodetype=switch>
B<xdsh> I<qswitch -K -l username --devicetype IBSwitch::Qlogic>
=item *
To define the Mellanox switch as a node and run a command to show the ssh keys.
B<mswitch> with device configuration file
B</var/opt/xcat/IBSwitch/Mellanox/config> and user name B<username>, Enter
B<chdef> I<-t node -o mswitch groups=all nodetype=switch>
B<xdsh> I<mswitch -l admin --devicetype IBSwitch::Mellanox 'enable;configure terminal;show ssh server host-keys'>
=back
=head1 B<Files>