HPE SimpliVity
1825719 Members
2883 Online
109686 Solutions
New Discussion

HPE SimpliVity plugin not working on vCenter after Vc certificate renewal

 
Toni_Re
New Member

HPE SimpliVity plugin not working on vCenter after Vc certificate renewal

Good morning,

We have an HP server infrastructure with VMware and Simplivity. Our vCenter (v7.0.2.00200) certificate expired last week, and we ran the renewal procedure, which worked correctly. After this, we noticed that the Simplivity plugin couldn't connect to vCenter. We've investigated and found that there is a procedure to renew the vCenter certificate on our OmniCube machines, but it doesn't work on our version of them (the command doesn't exist). Has anyone encountered this problem and has another procedure or workaround to solve it?
Our Omnicube machines are version 4.1.0.266, and the procedure we found that doesn't work on them is to apply the following commands, logging in as svtcli:

$sudo su # Elevate to root
# source /var/tmp/build/bin/appsetup # Source the dsv commands
# dsv-reload-vc-cert --username administrator@vsphere.local --password <your_password> --server 'IP'
or
$sudo su # Elevate to root
# source /var/tmp/build/bin/appsetup # Source the dsv commands
# svt-reload-vc-cert --username administrator@vsphere.local --password <your_password> --server 'IP'

Thanks in advance