2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-21 19:22:05 +00:00

Updated man pages

This commit is contained in:
Mark Gurevich 2018-08-02 13:42:17 -04:00
parent 452d29eec6
commit ac7b9ab5ef
4 changed files with 8 additions and 8 deletions

View File

@ -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.
@ -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

View File

@ -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.
@ -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

View File

@ -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>
@ -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

View File

@ -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>
@ -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