DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
This is a work in progress and most data is in bits-and pieces. Some of it is sketchy. Please help improve the article further. It's a wiki and self-organizing so everyone is encouraged to contribute and improve the knowledge base.
1.To list all the queries hitting the CloudStack database
...
| Wiki Markup |
|---|
Check if vMotion is enabled \[[http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1036145|http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1036145]\] |
To enable vMotion1vMotion |
...
mysql>select *from cloud.versionorder by iddesc limit 1; |
...
id | version | updated | step |
...
2 | 3.0.1 | 2012-04-03 06:42:06 | Complete |
...
1 row in set (0.00 sec)
4. How to get the complete details of a vm instance?
...
Add the following lines to /etc/cloud/management/log4j-cloud.xml
<category xml<category name="namespace.of.your.class">
<priority value="TRACE"/>
</category>
where namespace.of.your.class is the something like com.cloud.utils for example
...
• Edit the configuration filefor SSH with the command:nano /etc/ssh/sshd_config• Find the line that starts with PermitRootLogin and change the no to yes. You can findthis line about2 pages down from the top. Save the file by first pressing Ctrl-O and then Enter.. Exit with Ctrl-X.• Restart the sshd service with the command: service sshd restart |
7. Possible causes for Host to get into Alert State are :
1) Ping times out2out |
8. Failed to deploy Virtual Router : Reasons
1) No capacity in hypervisor - CPU/Memory2Memory |
...
1) Move all cent os repos to /oldrepos folder from yum.repos.d2d |
...
1) mkdir /root/nfssailaja2) mount -t nfs10.102.123.240:/nfs-iso-lib/ /root/nfssailaja/3) mount -o loop /root/nfssailaja/rhel-server-6.2-x86_64-dvd.iso /media/4) Create /etc/yum.repos.d/rhel6.repo with below contents |
13. Define the conserve mode which comes with network offering ?
...
15 .KVM host cleanup steps?
1. Unmount all Primary storages2storages |
...
1. Destroy all VM's : xe vm-uninstall --multiple --force2force |
17. How to write into the attached volumes of cloudstack intances ?
1. fdisk /dev/sd* |
...
Refer the documented information @ http://support.citrix.com/article/CTX132008 |
19. How to deploy CS UserVMs with User-data?
...
20. How to add Rhel5 repo?
1. mkdir /root/nfssailaja2nfssailaja Note: repomd.xml file is located under Server folder. |
...
1. Edit the vm ip in /var/run/cloud/<vm-name>.log file in host and restart the vm. This should update the security group rules in host.
2. Change VM ipaddress in db(nics table)3. Stop the vm4. Reboot the router5. Start the vm.