Ignore:
Timestamp:
Sep 12, 2011, 12:09:29 AM (13 years ago)
Author:
quentin
Message:
Document how to install HP software
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/host/doc/install-xen

    r1891 r1976  
    2929EOF
    3030
     31# (on HPs) add HP repos to etc/apt/sources.list.d
     32  cat <<EOF > /etc/apt/sources.list.d/hp.list
     33deb http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ maverick/current non-free
     34EOF
     35
    3136# install host keytab
    3237  cp $keytab /etc/krb5.keytab
     
    3843
    3944# Install scripts-vm-host
     45  aptitude update
    4046  aptitude install scripts-vm-host
     47
     48# (on HPs) install HP software
     49  aptitude install hpacucli hp-health
Note: See TracChangeset for help on using the changeset viewer.