Technical References

nlogs and logsize. Either or both may be specified in the command, and
changes occur only to the one(s) specified. When setting logsize,
the value may be suffixed with K or M to signify units of thousands or
millions. Note that in order for these changes to take effect you must
save the changes and restart the server agent.
server dhcp serverLogs nlogs=6 logsize=500K
server dns serverLogs logsize=5M
The features that can be enabled or disabled are:
start-on-reboot
For any server, controls whether this server is started by
the Network Registrar server agent. Disabling this feature
for a server is useful for clusters that want to provide a
single protocol service. By default both the DNS and DHCP
services are enabled.
The properties that can be read with the get command are:
version
The version string for this server.
Examples
nrcmd> server DNS stop
nrcmd> server DNS start
nrcmd> server DHCP getHealth
nrcmd> server DNS disable start-on-reboot
See Also
ccm(nrcmd), dns(nrcmd), dhcp(nrcmd), snmp(nrcmd), tftp(nrcmd), nrcmd documentation
session
session - Configures nrcmd program session parameters
Synopsis
session set <attribute>=<value>
session get <attribute>
session enable <attribute>
session disable <attribute>
session show
session cache <refresh | clear>
session listNetInterfaces
session log [<filename>]
Description