--server-id=string
Server Identifier string to use for this server. Used in YControl
and SIL-SA messages to identify the server to all subsystems.
Used in YP-HA to identify this server in the YP-HA
server pool. (type nt:NcxName). The default value is 'server1'.
The server-id parameter can be invoked via command line when starting netconfd-pro:
user@system> netconfd-pro --server-id=server1001
or it can be set in the configuration file /etc/yumapro/netconfd-pro.yang:
#### leaf server-id # # Server Identifier string to use for this server. # Used in YControl and SIL-SA messages to identify # the server to all subsystems. Used in YP-HA to # identify this server in the YP-HA server pool # type nt:NcxName; # # server-id server1 # server-id server1001