2
0
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/man5/noderes.5.rst

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent 783559518e
commit 923d4c7597

View File

@ -19,7 +19,7 @@ SYNOPSIS
********
\ **noderes Attributes:**\ \ *node*\ , \ *servicenode*\ , \ *netboot*\ , \ *tftpserver*\ , \ *tftpdir*\ , \ *nfsserver*\ , \ *monserver*\ , \ *nfsdir*\ , \ *installnic*\ , \ *primarynic*\ , \ *discoverynics*\ , \ *cmdinterface*\ , \ *xcatmaster*\ , \ *current_osimage*\ , \ *next_osimage*\ , \ *nimserver*\ , \ *routenames*\ , \ *nameservers*\ , \ *proxydhcp*\ , \ *syslog*\ , \ *comments*\ , \ *disable*\
\ **noderes Attributes:**\ \ *node*\ , \ *servicenode*\ , \ *netboot*\ , \ *tftpserver*\ , \ *tftpdir*\ , \ *nfsserver*\ , \ *monserver*\ , \ *nfsdir*\ , \ *installnic*\ , \ *primarynic*\ , \ *discoverynics*\ , \ *cmdinterface*\ , \ *xcatmaster*\ , \ *current_osimage*\ , \ *next_osimage*\ , \ *nimserver*\ , \ *routenames*\ , \ *nameservers*\ , \ *proxydhcp*\ , \ *syslog*\ , \ *comments*\ , \ *disable*\
***********
@ -36,147 +36,147 @@ noderes Attributes:
\ **node**\
\ **node**\
The node name or group name.
\ **servicenode**\
\ **servicenode**\
A comma separated list of node names (as known by the management node) that provides most services for this node. The first service node on the list that is accessible will be used. The 2nd node on the list is generally considered to be the backup service node for this node when running commands like snmove.
\ **netboot**\
\ **netboot**\
The type of network booting to use for this node. Valid values:
.. code-block:: perl
Arch OS valid netboot options
x86, x86_64 ALL pxe, xnba
ppc64 <=rhel6, <=sles11.3 yaboot
ppc64 >=rhels7, >=sles11.4 grub2,grub2-http,grub2-tftp
ppc64le NonVirtualize ALL petitboot
ppc64le PowerKVM Guest ALL grub2,grub2-http,grub2-tftp
\ **tftpserver**\
\ **tftpserver**\
The TFTP server for this node (as known by this node). If not set, it defaults to networks.tftpserver.
\ **tftpdir**\
\ **tftpdir**\
The directory that roots this nodes contents from a tftp and related perspective. Used for NAS offload by using different mountpoints.
\ **nfsserver**\
\ **nfsserver**\
The NFS or HTTP server for this node (as known by this node).
\ **monserver**\
\ **monserver**\
The monitoring aggregation point for this node. The format is "x,y" where x is the ip address as known by the management node and y is the ip address as known by the node.
\ **nfsdir**\
\ **nfsdir**\
The path that should be mounted from the NFS server.
\ **installnic**\
\ **installnic**\
The network adapter on the node that will be used for OS deployment, the installnic can be set to the network adapter name or the mac address or the keyword "mac" which means that the network interface specified by the mac address in the mac table will be used. If not set, primarynic will be used. If primarynic is not set too, the keyword "mac" will be used as default.
\ **primarynic**\
\ **primarynic**\
This attribute will be deprecated. All the used network interface will be determined by installnic. The network adapter on the node that will be used for xCAT management, the primarynic can be set to the network adapter name or the mac address or the keyword "mac" which means that the network interface specified by the mac address in the mac table will be used. Default is eth0.
\ **discoverynics**\
\ **discoverynics**\
If specified, force discovery to occur on specific network adapters only, regardless of detected connectivity. Syntax can be simply "eth2,eth3" to restrict discovery to whatever happens to come up as eth2 and eth3, or by driver name such as "bnx2:0,bnx2:1" to specify the first two adapters managed by the bnx2 driver
\ **cmdinterface**\
\ **cmdinterface**\
Not currently used.
\ **xcatmaster**\
\ **xcatmaster**\
The hostname of the xCAT service node (as known by this node). This acts as the default value for nfsserver and tftpserver, if they are not set. If xcatmaster is not set, the node will use whoever responds to its boot request as its master. For the directed bootp case for POWER, it will use the management node if xcatmaster is not set.
\ **current_osimage**\
\ **current_osimage**\
Not currently used. The name of the osimage data object that represents the OS image currently deployed on this node.
\ **next_osimage**\
\ **next_osimage**\
Not currently used. The name of the osimage data object that represents the OS image that will be installed on the node the next time it is deployed.
\ **nimserver**\
\ **nimserver**\
Not used for now. The NIM server for this node (as known by this node).
\ **routenames**\
\ **routenames**\
A comma separated list of route names that refer to rows in the routes table. These are the routes that should be defined on this node when it is deployed.
\ **nameservers**\
\ **nameservers**\
An optional node/group specific override for name server list. Most people want to stick to site or network defined nameserver configuration.
\ **proxydhcp**\
\ **proxydhcp**\
To specify whether the node supports proxydhcp protocol. Valid values: yes or 1, no or 0. Default value is yes.
\ **syslog**\
\ **syslog**\
To configure how to configure syslog for compute node. Valid values:blank(not set), ignore. blank - run postscript syslog; ignore - do NOT run postscript syslog
\ **comments**\
\ **comments**\
Any user-written notes.
\ **disable**\
\ **disable**\
Set to 'yes' or '1' to comment out this row.
@ -185,5 +185,5 @@ SEE ALSO
********
\ **nodels(1)**\ , \ **chtab(8)**\ , \ **tabdump(8)**\ , \ **tabedit(8)**\
\ **nodels(1)**\ , \ **chtab(8)**\ , \ **tabdump(8)**\ , \ **tabedit(8)**\