Difference between revisions of "OpenStack"

From Server Knowledge Base
Jump to navigationJump to search
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Commands to do upon Unix based Instance creation ==  
== Successful Instance creation confirmation ==
 
The Log line entry/Status code you should see/look for when confirming if an Instance has been created successfully is the following:
 
<pre>-----END SSH HOST KEY KEYS-----
Cloud-init v. 0.7.2 finished at Day, Date Month YYYY HH:MM:SS +0000. Datasource DataSourceEc2. Up XXX.XX seconds</pre>


<pre>apt-get update
This message can take up to an hour to appear.
apt-get install apache2 htop iotop ncdu vim</pre>


Check VNC is listening locally and not listening externally:
== Minimum Disk Space for Ubuntu OS ==


<pre>cat /etc/libvirt/qemu/instance-000000* | grep vnc</pre>
5GB


== Successful Instance creation confirmation ==
== New VMs .profile ==


The Log line entry/Status code you should see/look for when confirming if an Instance has been created successfully is the following:
<pre>uname -snrvm


<pre>-----END SSH HOST KEY KEYS-----
echo "" ; df -h | sed -ne '1p;5p' ; echo "rootfs"
Cloud-init v. 0.7.2 finished at Day, Date Month YYYY HH:MM:SS +0000. Datasource DataSourceEc2. Up XXX.XX seconds</pre>
echo "" ; free -m
echo "" ; w | head -1 | sed 's/^ *//g'
echo "" ; w | tail -10 | grep -v average ; echo ""</pre>

Latest revision as of 13:31, 17 November 2014

Successful Instance creation confirmation

The Log line entry/Status code you should see/look for when confirming if an Instance has been created successfully is the following:

-----END SSH HOST KEY KEYS-----
Cloud-init v. 0.7.2 finished at Day, Date Month YYYY HH:MM:SS +0000. Datasource DataSourceEc2. Up XXX.XX seconds

This message can take up to an hour to appear.

Minimum Disk Space for Ubuntu OS

5GB

New VMs .profile

uname -snrvm

echo "" ; df -h | sed -ne '1p;5p' ; echo "rootfs"
echo "" ; free -m
echo "" ; w | head -1 | sed 's/^ *//g'
echo "" ; w | tail -10 | grep -v average ; echo ""