Skip to content

Commit

Permalink
Updated man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichmark committed Aug 3, 2018
1 parent 452d29e commit ac7b9ab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/source/guides/admin-guides/references/man8/nodeset.8.rst
Expand Up @@ -115,7 +115,7 @@ A user can supply their own scripts to be run on the mn or on the service node (

\ **runcmd=**\ \ *command*\

This instructs the node to boot to the xCAT genesis environment and specified command to be executed. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.
This instructs the node to boot to the xCAT genesis environment and specified command to be executed.



Expand Down Expand Up @@ -198,7 +198,7 @@ root directory and the TFTP xCAT subdirectory. /tftpboot and
3. Boot node1 into genesis environment and execute bmcsetup script.
3. Boot node1 into xCAT genesis environment and execute bmcsetup script. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.


.. code-block:: perl
Expand Down
Expand Up @@ -72,7 +72,7 @@ If \ **-c**\ is specified, it will then run \ **rcons**\ on the node. This is

\ **runcmd=**\ \ *command*\

This instructs the node to boot to the xCAT genesis environment and specified command to be executed. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.
This instructs the node to boot to the xCAT genesis environment and specified command to be executed.



Expand Down Expand Up @@ -150,7 +150,7 @@ If \ **-c**\ is specified, it will then run \ **rcons**\ on the node. This is
4. Boot node1 into genesis environment and execute bmcsetup script.
4. Boot node1 into xCAT genesis environment and execute bmcsetup script. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.


.. code-block:: perl
Expand Down
4 changes: 2 additions & 2 deletions xCAT-client/pods/man8/nodeset.8.pod
Expand Up @@ -80,7 +80,7 @@ Display the current boot loader config file description for the nodes requested.

=item B<runcmd=>I<command>

This instructs the node to boot to the xCAT genesis environment and specified command to be executed. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.
This instructs the node to boot to the xCAT genesis environment and specified command to be executed.

=item B<shell>

Expand Down Expand Up @@ -138,7 +138,7 @@ To run http://$master/image.tgz after deployment:
nodeset $node runimage=http://$MASTER/image.tgz

=item 3.
Boot node1 into genesis environment and execute bmcsetup script.
Boot node1 into xCAT genesis environment and execute bmcsetup script. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.

rinstall node1 runcmd=bmcsetup

Expand Down
4 changes: 2 additions & 2 deletions xCAT-client/pods/man8/rinstall.8.pod
Expand Up @@ -42,7 +42,7 @@ If you would like to run a task after deployment, you can define that task with

=item B<runcmd=>I<command>

This instructs the node to boot to the xCAT genesis environment and specified command to be executed. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.
This instructs the node to boot to the xCAT genesis environment and specified command to be executed.

=item B<shell>

Expand Down Expand Up @@ -92,7 +92,7 @@ Provision node1 and start a console to monitor the process.
rinstall node1 -c

=item 4.
Boot node1 into genesis environment and execute bmcsetup script.
Boot node1 into xCAT genesis environment and execute bmcsetup script. This causes the IP, netmask, gateway, username, and password to be programmed according to the configuration in node object definition.

rinstall node1 runcmd=bmcsetup

Expand Down

0 comments on commit ac7b9ab

Please sign in to comment.