Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Access SSVM from Hypervisor and run /usr/local/cloud/systemvm/ssvm-check.sh
2. Or open /var/log/cloud/cloud.out for errors.  IF there are connectivity issues then open /var/cache/cloud/cmdline/ and check Management server IP.
3. Change it to new Management server IP
4. Stop and start cloud server (/etc/init.d/cloud stop then /etc/init.d/cloud start ) . Check cloud.out log .
4. @ CPVM also perform step 2 , 3 & 4
5. Now template download/View console will work with no issues.

 

27. How to install VMWare tools on a guest VM?

1.  Attach VMware tools ISO to the instance from Cloudstack

2. It would have got moved /dev/cdrom on your Cent OS

3. Access Instance and perform below steps

 a. mkdir /sailaja

 b. mount /dev/cdrom /sailaja  (It gets mounted in a Read Only mode)

 c. cd /sailaja/

 d.  ls
     manifest.txt  VMwareTools-8.6.5-621624.tar.gz

4. Copy the tar file to any other folder  and extract it (tar zxf /mnt/cdrom/VMwareTools-5.0.0-<xxxx>.tar.gz)

5. Install the tools

a.  .cd vmware-tools-distrib

b. ./vmware-install.pl