Direct Upgrade from 3.0 to 3.2 is not supported. code needs to be upgraded from 3.0 to 3.1 and from 3.1 to 3.2Upgrade from 3.0 to 3.1Install the dependencies1) Unzip the filetar xvfz iiq_3.1_upgrade_dependencies.tar.gz 2) Install the offline depencies./install_dependencies3) Run the upgrade skipping the process off connecting to centos as depencies are already installedsudo yum upgrade --noplugins --disablerepo= */home/administrator/isilon-insightiq-3.1.0.0078-1.x86_64. rpm Upgrade from 3.1 to 3.2Upgrading from 3.1 to 3.2 EMC provided code in .sh format,(previous codes are in .rpm format)One of the issue we experienced using winscp to copy the file to InsightIQ VM is, md5sum values are gettingmodified while on the copy process, which causing the upgrade to fail throwing the errors like invalid checksumTo copy the file, use either ftp or copy the file to Isilon cluster and then to InsightIQ using scp protocol1) Run upgrade sudo sh install-insightiq-3.2.1.0001.sh 2) Run datastore upgrade iiq_datastore_upgrade
Wednesday, August 19, 2015
Isilon InsightIQ code upgrade from 3.0 to 3.2
Saturday, August 8, 2015
Isilon : Rolling upgrade failure
While doing code upgrade, there are cases where network interruption cause the loss on connection to the Cluster. If we are in middle of the code upgrade, there is no way reconnecting to the cluster take us to the step where the upgrade left.
In these cases, user needs verify the list of nodes upgraded completely, kill the upgrade process, and restart the upgrade, which skip the upgrade for nodes that completed and proceeds with nodes on previous versions.
Below are the troubleshooting commands could help during this scenarios.
isi update --rolling --manual - Initiates rolling upgrade, manual option ask the user for confirmation before rebooting every nodeisi update --check-only Pre upgrade health checkcd /var/logls -l update*cat update_handler_2015-07-23_14:57:10.txt log file isi_for_array -s ps awux | grep update list the running update processisi_for_array -s killall -9 update Kill the current running update processisi_for_array date dispalys date of the clusterisi_readonlyisi readonlyisi auth error 54isi_for_array -n2 killall -9 isi_upgrade_d kill the upgrade processisi_for_array -s ps awux | grep isi_for_arrayssh isceist01-2isi_for_array -s uname -a | awk '{print $4}'isi update --rolling --manualisi_for_array -s ps awux | grep upgrade_disi_for_array -s killall -9 isi_upgrade_d Kill the upgrade processisi_for_array -s ps awux | grep upgrade_d list the current running processes by upgrade filterisi update --rolling --manual Initiate rolling upgrade
Subscribe to:
Posts (Atom)