Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
hypervisor:deploy [2012/08/09 14:57]
giancarlo
hypervisor:deploy [2013/12/10 15:56]
giancarlo
Line 19: Line 19:
 # apt-get update # apt-get update
 # apt-get upgrade # apt-get upgrade
-# adduser myuser linvirtd+# adduser myuser libvirtd
 # reboot # reboot
 </code> </code>
Line 40: Line 40:
 # service libvirt-bin stop # service libvirt-bin stop
 # service qemu-kvm stop # service qemu-kvm stop
 +</code>
 +</WRAP>
 +NOTE: If install Ubuntu from 12.04.3 LTS server (linux 3.8) you need to manually install "apt-get install openvswitch-datapath-lts-raring-dkms" before next step.
 +<WRAP prewrap center>
 +<code>
 # aptitude install openvswitch-switch openvswitch-controller openvswitch-brcompat # aptitude install openvswitch-switch openvswitch-controller openvswitch-brcompat
 # nano -w /etc/default/openvswitch-switch # nano -w /etc/default/openvswitch-switch
Line 100: Line 105:
 up ifconfig $IFACE 0.0.0.0 up up ifconfig $IFACE 0.0.0.0 up
 down ifconfig $IFACE down down ifconfig $IFACE down
 +</code>
 +</WRAP>
 +Edit libvirt upstart script to wait for bridge:
 +<WRAP prewrap center>
 +<code>
 +# nano -w /etc/init/libvirt-bin.conf
 +
 +     - start on runlevel [2345]
 +     + start on (runlevel [2345] and net-device-up IFACE=br0)
  
 # reboot # reboot
Line 157: Line 171:
 # /etc/init.d/open-iscsi restart # /etc/init.d/open-iscsi restart
  
 +</code>
 +</WRAP>
 +
 +  * HW monitor tools
 +<WRAP prewrap center>
 +<code>
 +# wget http://downloads.linux.hp.com/SDR/downloads/bootstrap.sh
 +# chmod +x bootstrap.sh
 +# ./bootstrap.sh -v -r stable ProLiantSupportPack
 +# gpg --keyserver pgpkeys.mit.edu --recv-key 527BC53A2689B887 && gpg --export --armor 527BC53A2689B887 | sudo apt-key add -
 +# apt-get update
 +# apt-get install hp-health
 +
 +# wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1257348637/v71527/hpacucli-9.10-22.0.x86_64.rpm
 +# apt-get install alien
 +# alien --scripts -d hpacucli-9.10-22.0.x86_64.rpm
 +# dpkg -i hpacucli_9.10-23_amd64.deb
 +</code>
 +</WRAP>
 +  * HW monitor tools UPDATE
 +Change apt source from
 +<WRAP prewrap center>
 +<code>
 +deb http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack stable/current non-free
 +</code>
 +</WRAP>
 +to
 +<WRAP prewrap center>
 +<code>
 +deb http://downloads.linux.hp.com/SDR/downloads/MCP/ubuntu precise current/non-free
 +</code>
 +</WRAP>
 +Then
 +<WRAP prewrap center>
 +<code>
 +# apt-get update
 +
 +# apt-get --only-upgrade install hp-health
 +# apt-get --only-upgrade install hpacucli
 </code> </code>
 </WRAP> </WRAP>
 
 
hypervisor/deploy.txt ยท Last modified: 2013/12/10 15:56 by giancarlo

Developers: CNR IRCrES IT Office and Library
Giancarlo Birello (giancarlo.birello _@_ ircres.cnr.it) and Anna Perin (anna.perin _@_ ircres.cnr.it)
DigiBess is licensed under: Creative Commons License
Recent changes RSS feed Creative Commons License Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Drupal Garland Theme for Dokuwiki