In a VPLEX Metro with Witness, which command returns the remote VPLEX management IP
address and the witness public IP address?

A.
shell command sudo /usr/sbin/ipsec status
B.
vplexcli command cluster status
C.
shell command /sbin/ifconfig
D.
vplexcli command VPlexadmin show
Explanation:
A. sudo /usr/sbin/ipsec status
0
0
Can’t be A. That command will simply return whether or not whether or not the ipsec service is running or not.
Can’t be B and D.
Has to be C, however, I believe this will only provide information about the local interfaces on the Management Server where the command is executed. As there are no other valid options, I’ll go with C.
0
0
For B:
VPlexcli:/> cluster status
Cluster cluster-1
operational-status: ok
transitioning-indications:
transitioning-progress:
health-state: ok
health-indications:
local-com: ok
Cluster cluster-2
operational-status: ok
transitioning-indications:
transitioning-progress:
health-state: ok
health-indications:
local-com: ok
wan-com: ok
For C, there is only the output of local interfaces, like usual ifconfig command on Linux host.
For D the output is:
VPlexcli:/> VPlexadmin show director-1-1-A
Port Current State
————– —————
SMSv1Port
GdbPort
AppConsolePort
Property Current State
———- —————
bootArgs runlevel=3
systemuuid
Finally, only A, shell command sudo /usr/sbin/ipsec status, shows IP-addresses of local and remote mgmt and withess.
0
0