After changing the IP address of the storage controller on either an ME4 or an ME5 array, the pv_monitor.sh script no longer can connect. The following error will occur:Unable to read config fileError failed to connect to storage. Exiting
Dell ME4
Dell ME5
Dell VA4084
Dell VA4012
Dell VA5084
Dell VA5012
There is a JSON file that includes the connectivity information that is either missing or needs to be updated.
The easiest way to update the file is to delete the file and create a new one. Perform the following steps:
cd /etc/solera/powervault/configcat the old .json file and make note of the username and password.rm -rf the old .json file (which will have the old IP address in it's name)powervault_probe.py -i ipv4_address -u 'my_username' -p 'mypassword'powervault_probe.py -i '[ipv6_address]' -u 'my_username' -p 'mypassword'ls' to check the contents of the config directory. There should be a new .json file with the correct IP address.pv_monitor.sh -H to test connectivity.Results should look like this: Connecting to https://##.##.##.##Session Established with https://##.##.##.##Gathering System Health
------ System Health------ Status: OK Checking the Volume Health Status ---Number or volumes with errors 0 Checking the Disks Health Status ---Number or disks with errors 0