What to do if HDvM reports unknown version
If you notice that HDvM web interface is saying that it’s running an unknown version (and also recommends to contact HDS support) or when applying a patch it fails like this:
# ./UPDATE *********************************************************************** * Update Utility * *********************************************************************** [HDvM 072003] Hitachi Device Manager Now searching for target products... The target product is not found.
Then don’t worry as it’s very easy to fix. Most probably you’re missing .HiCommandSPInfo file which by default is placed under /opt/HiCommand/. In my case, for some strange reason, I had it under /opt/ and after I copied it to the correct location (/opt/HiCommand/.HiCommandSPInfo) the issue was solved:
# ./UPDATE *********************************************************************** * Update Utility * *********************************************************************** [HDvM 072003] Hitachi Device Manager Now searching for target products... [HDvM 072000] is found.
Good luck.