Sangeetha Hariharan created CLOUDSTACK-1837:
-----------------------------------------------
Summary: Additonal Steps ( Restart of all system Vms , copy
vhd-utils) to be included in the upgrade procedure from 4.0 -> 4.1
Key: CLOUDSTACK-1837
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-1837
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Doc
Affects Versions: 4.1.0
Environment: Upgrade from 4.0 -> 4.1
Reporter: Sangeetha Hariharan
Fix For: 4.1.0
Additonal Steps ( Restart of all system Vms , copy vhd-utils) to be included in
the upgrade procedure from 4.0 -> 4.1
Include the following steps as part of upgrade from 4.0 -> 4.1
Step to restart all system Vms (SSVM,CPVM and Routers):
1. Run the following script to stop, then start, all Secondary Storage VMs,
Console Proxy VMs, and virtual routers.
Run the command once on one management server. Substitute your own IP
address of the MySQL instance, the MySQL user to connect as, and the password
to use for that user. In addition to those parameters, provide the "-a"
arguments. For example:
# nohup cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -a > sysvm.log
2>&1 &
# tail -f sysvm.log
This might take up to an hour or more to run, depending on the number of
accounts in the system.
After the script terminates, check the log to verify correct execution:
# tail -f sysvm.log
The content should be like the following:
Stopping and starting 1 secondary storage vm(s)...
Done stopping and starting secondary storage vm(s)
Stopping and starting 1 console proxy vm(s)...
Done stopping and starting console proxy vm(s).
Stopping and starting 4 running routing vm(s)...
Done restarting router(s).
Step 2:
copy vhd-utils to /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira