Red Hat ENTERPRISE LINUX 4.5.0 - Przewodnik Instalacji Strona 49

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 58
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 48
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
Przeglądanie stron 48
1 2 ... 44 45 46 47 48 49 50 51 52 53 54 ... 57 58

Komentarze do niniejszej Instrukcji

Brak uwag