mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-29 09:13:08 +00:00
Remove trailing spaces in file docs/source/guides/admin-guides/references/man8/makenetworks.8.rst
This commit is contained in:
parent
64622e3fb0
commit
51b5c41994
@ -47,7 +47,7 @@ For example:
|
||||
.. code-block:: perl
|
||||
|
||||
makenetworks -d > mynetstanzas
|
||||
|
||||
|
||||
cat mynetstanzas | mkdef -z
|
||||
|
||||
|
||||
@ -104,31 +104,31 @@ EXAMPLES
|
||||
|
||||
|
||||
1. Gather cluster network information and create xCAT network definitions.
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
makenetworks
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
2. Display cluster network information but do not write the network definitions to the xCAT database.
|
||||
|
||||
|
||||
|
||||
|
||||
.. code-block:: perl
|
||||
|
||||
|
||||
makenetworks -d
|
||||
|
||||
|
||||
|
||||
|
||||
The output would be one or more stanzas of information similar to the following. The line that ends with a colon is the value of the "netname" attribute and is the name of the network object to use with the lsdef, mkdef, chdef and rmdef commands.
|
||||
|
||||
|
||||
9_114_37_0-255_255_255_0:
|
||||
objtype=network
|
||||
gateway=9.114.37.254
|
||||
mask=255.255.255.0
|
||||
net=9.114.37.0
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user