mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 17:23:08 +00:00
Remove trailing spaces in file docs/source/guides/admin-guides/references/man1/nodediscoverls.1.rst
This commit is contained in:
parent
f670d8a69e
commit
11b95343a3
@ -47,63 +47,63 @@ OPTIONS
|
||||
|
||||
|
||||
|
||||
\ **-t seq|profile|switch|blade|manual|undef|all**\
|
||||
|
||||
\ **-t seq|profile|switch|blade|manual|undef|all**\
|
||||
|
||||
Display the nodes that have been discovered by the specified discovery method:
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **seq**\ - Sequential discovery (started via nodediscoverstart noderange=<noderange> ...).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **profile**\ - Profile discovery (started via nodediscoverstart networkprofile=<network-profile> ...).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **switch**\ - Switch-based discovery (used when the switch and switches tables are filled in).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **blade**\ - Blade discovery (used for IBM Flex blades).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **manual**\ - Manually discovery (used when defining node by nodediscoverdef command).
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **undef**\ - Display the nodes that were in the discovery pool, but for which xCAT has not yet received a discovery request.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\* \ **all**\ - All discovered nodes.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\ **-l**\
|
||||
|
||||
|
||||
|
||||
|
||||
\ **-l**\
|
||||
|
||||
Display more detailed information about the discovered nodes.
|
||||
|
||||
|
||||
|
||||
\ **-u**\ \ *uuid*\
|
||||
|
||||
|
||||
\ **-u**\ \ *uuid*\
|
||||
|
||||
Display the discovered node that has this uuid.
|
||||
|
||||
|
||||
|
||||
\ **-h|-**\ **-help**\
|
||||
|
||||
|
||||
\ **-h|-**\ **-help**\
|
||||
|
||||
Display usage message.
|
||||
|
||||
|
||||
|
||||
\ **-v|-**\ **-version**\
|
||||
|
||||
|
||||
\ **-v|-**\ **-version**\
|
||||
|
||||
Command version.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@ -124,80 +124,80 @@ EXAMPLES
|
||||
|
||||
|
||||
1. Display the discovered nodes when sequential discovery is running:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
nodediscoverls
|
||||
|
||||
|
||||
|
||||
|
||||
Output is similar to:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
UUID NODE METHOD MTM SERIAL
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB2 distest1 sequential 786310X 1052EF2
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB3 distest2 sequential 786310X 1052EF3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2. Display the nodes that were in the discovery pool, but for which xCAT has not yet received a discovery request:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
nodediscoverls -t undef
|
||||
|
||||
|
||||
|
||||
|
||||
Output is similar to:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
UUID NODE METHOD MTM SERIAL
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB0 undef undef 786310X 1052EF0
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB1 undef undef 786310X 1052EF1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
3. Display all the discovered nodes:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
nodediscoverls -t all
|
||||
|
||||
|
||||
|
||||
|
||||
Output is similar to:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
UUID NODE METHOD MTM SERIAL
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB0 undef undef 786310X 1052EF0
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB1 undef undef 786310X 1052EF1
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB2 distest1 sequential 786310X 1052EF2
|
||||
51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB3 distest2 sequential 786310X 1052EF3
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
4. Display the discovered node whose uuid is \ **51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB2**\ , with detailed information:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
nodediscoverls -u 51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB2 -l
|
||||
|
||||
|
||||
|
||||
|
||||
Output is similar to:
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
Object uuid: 51E5F2D7-0D59-11E2-A7BC-3440B5BEDBB2
|
||||
node=distest1
|
||||
method=sequential
|
||||
@ -219,8 +219,8 @@ EXAMPLES
|
||||
switchaddr=eth0!192.168.70.120
|
||||
switchdesc=eth0!IBM Flex System Fabric EN4093 10Gb Scalable Switch, flash image: version 7.2.6, boot image: version 7.2.6
|
||||
switchport=eth0!INTA2
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user