User Manual

Chapter 4 - Operation and Administration Using the CLI Using the Command Line Interface for 4Motion System
4Motion 119 System Manual
Table 4-4: Conventions Used in the 4Motion Command Syntax
Convention Description Example
{ } Indicates that the parameters
enclosed in these brackets are
mandatory, and only one of these
parameters should be specified.
npu(config)# limit {cpu | memory}
([softlimit <limit>] [hardlimit
<limit>])
This command is used for specifying the soft
and hard limits for memory and CPU
utilization. The cpu/memory parameters are
enclosed within {} brackets, indicating that
their presence is mandatory, and that only
one of these parameters is required.
( ) Indicates that one or all
parameters enclosed within these
brackets are optional. However,
the presence of at least one
parameter is required to
successfully execute this
command.
npu(config)# limit {cpu | memory}
([softlimit <limit>] [hardlimit
<limit>])
This command is used for specifying the soft
and hard limits for memory and CPU
utilization. The softlimit and hardlimit
parameters are enclosed within () brackets,
indicating that you are required to specify
the value of at least one of these parameters
to successfully execute this command.
[ ] Indicates that the parameter
enclosed within these brackets is
optional.
npu(config)# reboot from shadow
[<shadow image name>]
This command is used to reboot the system
with the shadow image. The shadow image
name parameter is enclosed with the [ ]
brackets, indicating that it is optional. If you
do not specify the value of this parameter,
the system automatically boots up with the
last downloaded shadow image.
< > Indicates that the parameter is
mandatory and requires a
user-defined value (and not a
discrete value).
npu(config)# load to shadow
<shadow image name>
This command is used to load the system
with a particular shadow image. It is
mandatory to specify a value for the shadow
image name parameter; otherwise an error
is raised by the system. The value of this
parameter is not a discrete value; you are
required to specify a value for this
parameter.