CLI Guide

Table Of Contents
If ICMP is enabled on the specified director, a series of lines is displayed:
service@ManagementServer:~> ping 128.221.252.36
PING 128.221.252.36 (128.221.252.36) 56(84) bytes of data.
64 bytes from 128.221.252.36: icmp_seq=1 ttl=63 time=0.638 ms
64 bytes from 128.221.252.36: icmp_seq=2 ttl=63 time=0.591 ms
64 bytes from 128.221.252.36: icmp_seq=3 ttl=63 time=0.495 ms
64 bytes from 128.221.252.36: icmp_seq=4 ttl=63 time=0.401 ms
64 bytes from 128.221.252.36: icmp_seq=5 ttl=63 time=0.552 ms
--- 128.221.252.36 ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4002ms
rtt min/avg/max/mdev = 0.401/0.535/0.638/0.084 ms
If ICMP is disabled, nothing is displayed.
Press Ctrl-C to exit from ping.
Examples
Ping from root context:
VPlexcli:/> director ping -n director-1-1-A -i 192.168.30.67
Round-trip time to 192.168.30.67: 0.111 ms
Ping from director context:
VPlexcli:/clusters/cluster-1/directors/director-1-1-A> ping 192.168.30.68
Round-trip time to 192.168.30.68: 0.117 ms
Remote address is unreachable:
VPlexcli:/clusters/cluster-1/directors/director-1-1-A> ping 128.221.252.36
128.221.252.36 is unreachable.
See also
director tracepath
director shutdown
Starts the orderly shutdown of a directors firmware
Contexts
All contexts.
In /clusters/cluster/directors context, command is shutdown.
Syntax
director shutdown
[-f|--force]
[-n|--director] context-path
134
Commands