- Community Home
- >
- Storage
- >
- HPE SimpliVity
- >
- Change certificate in vCenter broke the Simplivty ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2020 08:09 AM
тАО03-31-2020 08:09 AM
Change certificate in vCenter broke the Simplivty Plugin
Hello,
We have two Simplivty DL380 Gen10 nodes with a cluster in VCSA 6.5.
We try to change the certificate from vcenter to a certificate assign by our internal CA. After the change, the Simplivity plugin for vCenter don't work anymore. We receive the "response error 400". We rollback the certificate and everything back to normal.
How can i proceed in this scenario to change the certificate? Do I have to uninstall the plugin and install again after change the certificate?
My Simplivity version is 3.7.9.279.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2020 09:27 AM
тАО03-31-2020 09:27 AM
Re: Change certificate in vCenter broke the Simplivty Plugin
No, the problem is not with the plug-in, it is with the authentication of the OVC to vCenter - the plug-in can't get any info because the SimplIVity side of the system can't log in.
If you change the certificate in vCenter, you break the authentication of the OVC to vCenter.
I would suggest opening a Support call, and walking through the update wiht Support - you would need to update the OVC authentication, but I am not sure how you log in to the OVC once you apply the new certificate.
It IS possible to do this, though.
John
I am an HPE Employee
I work for HPE

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-31-2020 10:19 AM
тАО03-31-2020 10:19 AM
Re: Change certificate in vCenter broke the Simplivty Plugin
Thank you, John. I will open a support call for this. I thought it was something simpler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2020 04:22 AM
тАО09-09-2020 04:22 AM
Re: Change certificate in vCenter broke the Simplivty Plugin
Hello,
You can solve this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2020 04:30 AM
тАО09-09-2020 04:30 AM
Re: Change certificate in vCenter broke the Simplivty Plugin
First try to do the following:
- login into OVC with username svtcli and password that you provided during deployment
- sudo su
- source /var/tmp/build/bin/appsetup
- dsv-update-vcenter --server "you vcenter server IP" --username "vcenter credentials" --password "vcenter credentials"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2020 06:27 AM
тАО09-09-2020 06:27 AM
Re: Change certificate in vCenter broke the Simplivty Plugin
Just have in mind this command will reboot the OVC.
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-07-2024 02:27 AM - edited тАО04-07-2024 02:32 AM
тАО04-07-2024 02:27 AM - edited тАО04-07-2024 02:32 AM
Re: Change certificate in vCenter broke the Simplivty Plugin
This fixed it for us: https://support.hpe.com/hpesc/public/docDisplay?docId=sf000097959en_us&docLocale=en_US
No reboot required and everything started working.
In case the link goes dead in the future, these were the steps:
Login with 'svtcli' user. Then run this:
$ sudo su
# source /var/tmp/build/bin/appsetup
# dsv-reload-vc-cert --username administrator@vsphere.local --password 'password' --server '<vcenter ip>'