Posts

Showing posts with the label vRealize Operations Manager

Replacing vROPS Certificates

Image
Issue:  When using default certificates in vROPS  Due to security requirements it was necessary to replace the default self-signed certificates with a trusted certificate signed by an internal CA. Unlike vCenter, vROPS uses a common name vc-ops-slice-1 followed by slice-2 for data and other node, where vCenter has SAN names in the default certificate so when you add the root of the local machine trusted store then the vCenter url shows secured. In order to make the secure SSL we have to generate the CSR and get it signed by any third party SSL vendors or our own Microsoft CA.  I will be generating a CSR and getting signed by internal Microsoft CA .We can refer this below article from VMware as reference.  https://kb.vmware.com/s/article/2046591?lang=en_us Steps:  1.The first step is to create a new private key from taking a SSH session to master node vROPS. openssl genrsa -out vrops.key 2048 2. Using the configuration file below make sure to provide de...

Top 20 articles for vRealize Operations Manager

Handy KB articles for recent issues in vROPS How to reset the root password in vRealize Operations How to reset the admin password in vRealize Operations Manager Adding additional storage to a node in vRealize Operations vRealize Operations Manager Sizing Guidelines Configure a Certificate For Use With vRealize Operations /storage/log is full on vRealize Operations Replace expired internal certificate in vRealize Operations Manager 6.3 and later Upgrade to vRealize Operations Manager 8.0 fails due to the admin or root account password Upgrade to vRealize Operations Manager 8.0 hangs on step 4 of 9 Shutdown and Startup sequence for a vRealize Operations Manager cluster Clearing the Alerts and Alarms Tables in vRealize Operations Upgrade to vRealize Operations Manager 8.x fails due to low space on /dev/sda Upgrade to vRealize Operations Manager 8.0 fails due to low space on /dev/sdc Continuous disk space alerts for /storage/archive Guest File System in vRealize Operations Manager Rebooti...