DellEMC VPLEX Inspection Commands

Service Port: 128.221.252.2/255.255.255.224, service/Mi@Dim7T

date -u
version -a --verbose
ls -t /management-server::cluster-ip-seed
configuration get-product-type
ls -t /engines/*::top-level-assembly
ls -t /engines/**::engine-family
ll /engines/*/directors
director uptime
director appstatus
cluster summary
cluster status
ll /clusters/**/storage-arrays
virtual-volume summary
storage-volume summary
extent summary
local-device summary
connectivity show
connectivity validate-be
ll /engines/**/ports
ll /engines/**/sfps
ll /clusters/*/exports/initiator-ports
ll /engines/**/stand-by-power-supplies/**/
ll /clusters/*/uninterruptible-power-supplies/ups-*

ds summary
consistency-group summary
ll /clusters/**/consistency-groups/
vpn status
connectivity validate-wan-com

ll /cluster-witness
ll /cluster-witness/components

ll /recoverpoint
ll /recoverpoint/rpa-clusters
ll /recoverpoint/rpa-clusters/*
ll /recoverpoint/rpa-clusters/*/volumes
rp summary
rp validate-configuration

health-check
ndu pre-check

ll /clusters
export storage-view find --free-lun -c cluster-1
export storage-view find --free-lun -c cluster-2

ll /monitoring/directors/*/monitors
snmp-agent status

Collect diagnostics

collect-diagnostics --noextended

Log files saved in /diag/collect-diagnostics-out directory.

VPN certs validity

The validity period of a VPN certificate is only two years. The command to check the validity period of the certificate is executed in the management-server:

openssl x509 -in /etc/ipsec.d/certs/hostCert.pem -noout -text | grep -A2 "Validity"
openssl x509 -in /etc/ipsec.d/certs/webServerHostCertFile.pem -noout -text | grep -A2 "Validity"
openssl x509 -in /etc/ipsec.d/cacerts/strongswanCert.pem -noout -text | grep -A2 "Validity"

The time when you view the "NOT Before" line in each output result is the time when the certificate was created.