Question
How can I check the versions of available packages on CloudBoot compute resources?
Environment
CloudBoot compute resources
Answer
To check the packages available in the CloudBoot image:
- Go to a CloudBoot compute resource via SSH.
Run:
cat /onapp/onapp-store-install.version
CODE
Starting from OnApp 5.0 version, you may also check the version of the OnApp storage in the /onapp/onapp-store-install.version
file on CloudBoot compute resources:
Check the version of an OnApp store install package on the Control Panel server:
rpm -qa |grep onapp-s
CODE
The output should be as follows:
onapp-store-install-4.0.0-3.noarch
CODE
- Go to a CloudBoot compute resource via SSH.
Run:
To check the version of Xen, run the following command on the CloudBoot compute resource:
xm info | grep "xen_major\|xen_minor\|xen_extra"
CODE
To check the installed virsh/libvirt version, run:
To check the libvirt daemon version, run: