Owner manual

Example
This displays the names of the available ports, separated by spaces:
> ports –s
eth0 eth1 eth2 eth3 eth4 eth5 eth6 eth7
port:update
Updates a port.
Syntax
port:update [options] id
Options
--mode <portMode> Mode for the port: management or iscsi or cluster
Ports cannot be changed to or from cluster mode.
--ip-address or -ip <address>
IP address to set for the port
--subnet-mask or -s <value>
Subnet mask to set for the port
–-mode <PortMode> Mode of the port. This can transition only between ISCSI and
MANAGEMENT.
–-node or -n <address(es)>
Issue this command to one or more nodes in the cluster.
--cluster Issue this command to all nodes in the cluster.
(See
help –-all for details on all other options.)
Arguments
id The ID or UUID of the port to update
Example
This sets the port to management mode, with an IP address of 10.11.12.13:
> port:update –-mode management –-ip-address 10.11.12.13
80