
CloudStack Release Notes Documentation, Release 4.5.1
update cloud.vmware_data_center set password = '_ciphertext_from_step_1_' where id = _id_from_step_5_;
8. Confirm that the table is updated:
select
*
from cloud.vmware_data_center;
8.8 Hypervisor: KVM
8.8.1 KVM on Ubuntu
(KVM only) Additional steps are required for each KVM host. These steps will not affect running guests in the cloud.
These steps are required only for clouds using KVM as hosts and only on the KVM hosts.
1. Configure the CloudStack apt repository as detailed above.
2. Stop the running agent.
$ sudo service cloudstack-agent stop
3. Update the agent software.
$ sudo apt-get upgrade cloudstack-agent
4. Verify that the file /etc/cloudstack/agent/environment.properties has a line that reads:
paths.script=/usr/share/cloudstack-common
If not, add the line.
5. Start the agent.
$ sudo service cloudstack-agent start
8.8.2 KVM on CentOS/RHEL
For KVM hosts, upgrade the cloudstack-agent package
1. Configure the CloustStack RPM repository as detailed above.
$ sudo yum upgrade cloudstack-agent
2. Verify that the file /etc/cloudstack/agent/environment.properties has a line that reads:
paths.script=/usr/share/cloudstack-common
If not, add the line.
3. Restart the agent:
$ sudo service cloudstack-agent stop
$ sudo killall jsvc
$ sudo service cloudstack-agent start
8.8. Hypervisor: KVM 45
Komentarze do niniejszej Instrukcji