System information

cycli Commands
328 AlterPath OnBoard Administrator’s Guide
Example:
The set command is used to set an existing value, in contrast to add which
is used to add something to the parameter tree. For example, the set
command is used to specify the IP address for an Ethernet interface: set
network interface eth0 IP address. In contrast, new hosts need to
be added with the add command before their parameters can be specified;
add network hosts IP address makes an entry for a host with the
specified IP address in the hosts list. Parameters for this new host can be
changed with the set command: set network hosts IP address name
hostname.
shell
Escape to shell. This command is only available to root.
Example:
version
Displays the current cycli version.
Example:
cli> set network resolv dns0 10.0.0.1
OK
cli> set network interface eth1 active yes address 10.0.0.3
netmask \ 255.255.255.0 broadcast 10.0.0.255
OK
cli> set network interface eth0 active yes eth1 active yes
ERR sanity check failed
cli> shell
[root@onboard root]# whoami
root
[root@onboard root]# logout
cli>
cli> version
OnBoard CLI 2.0 (2005-06-16T13:47+1000)