We moved this page to our Documentation Portal. You can find the latest updates here. |
Question
How can I check the versions of available packages on cloudboot HVs?
Environment
Cloudboot hypervisors
Answer
If you want to check packages, which are available in cloudboot image, you need:
1) Go to a cloudboot HV via ssh.
2) Run:
cat /onappstore/all-packages-versions.txt
Starting from OnApp 5.0 version, you may also check the version of onapp storage in the file /onapp/onapp-store-install.version on cloudboot HVs. Please follow the next steps if you have older onapp version:
1) Check version of onapp store install package on CP:
rpm -qa |grep onapp-s
The output should be the next:
onapp-store-install-4.0.0-3.noarch
2) Go to a cloudboot HV via ssh.
3) Run:
rpm -qa
In case you want to check XEN version, please run the next command on the cloudboot HV:
xm info | grep "xen_major\|xen_minor\|xen_extra"
For the installed virsh/libvirt version:
virsh --version
For the libvirt daemon version:
libvirtd --version