Upgrade FalconStor CDPVA from 8.0 to 9.0
Please refer to the steps below on how to upgrade Falconstor CDPVA from 8.0 to 9.0 Verify the existing version of CDPVA [root@CDPVA etc]# cat redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago) #!/bin/sh cdp="192.168.1.110" username="root" password="IPStor101" #Login to CDP iscon login -s $cdp -u $username -p $password Command: login executed successfully. #Get CDP …