- Timestamp:
- Oct 13, 2011, 7:18:35 PM (14 years ago)
- Location:
- branches/2.2.9/mindi
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mindi/README.ProLiant
r2882 r2891 3 3 ------------------------------------------------------------------------------------- 4 4 5 If you have a ProLiant system you first need to get the Smart Start Scripting Toolkit, and the hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://www.hp.com/servers/sstoolkit andhttp://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/5 If you have a ProLiant system you first need to get the hp-scripting-tools, hponcfg and hpacucli packages. Due to licenses issues, mindi cannot provide those tools itself. You need to get them from http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ 6 6 7 Mindi expects to find those tools under /usr/sbin as described in the deplist.d/ProLiant.conf configuration file. Here are the steps to set it up correctly: 7 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm 8 yum install -y (or worst case rpm -Uvh) hpacucli-8.70-8.0.noarch.rpm 9 (will install hpacuscripting under /usr/sbin) 10 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm 11 yum install -y (or worst case rpm -Uvh) hponcfg-3.1.1-0.noarch.rpm 12 (will install hponcfg under /usr/sbin) 13 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/i386/8.72/hp-scripting-tools-8.70-52.rhel6.i386.rpm 14 yum install -y (or worst case rpm -Uvh) hp-scripting-tools-8.70-52.rhel6.i386.rpm 15 (will install hp-conrep under /sbin) 8 16 9 Older URL:10 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v40154/ss-scripting-toolkit-linux-1.70.tar.gz 11 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v43548/ss-scripting-toolkit-linux-1.81.tar.gz 12 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v44247/ss-scripting-toolkit-linux-1.90.tar.gz 17 You're now ready to check your configuration by running: 18 mindi-bkphw /var/cache/mindi /etc/mindi 19 [First parameter is the directory where files will be generated, 20 Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located] 13 21 22 ------------------------------------------------------------------------------------- 23 Some of these tools are also provided as part of the Smart Start Scripting Toolkit. You can get it from http://www.hp.com/servers/sstoolkit and use the following: 14 24 cd /tmp 15 25 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p1221080004/v63551/ss-scripting-toolkit-linux-8.70.tar.gz … … 19 29 cp -a utilities/conrep /usr/sbin 20 30 cp -a utilities/conrep.xml /usr/share/conrep/conrep.xml 31 cp -a utilities/hponcfg /usr/sbin 32 cp -a utilities/hpacucli/hpacuscripting /usr/sbin 33 cp -a utilities/hpacucli/.hpacuscripting /usr/sbin 21 34 22 35 # For versions <= 1.90 … … 27 40 ldconfig 28 41 29 30 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm 31 rpm -Uvh hpacucli-8.70-8.0.noarch.rpm 32 (will install hpacuscripting under /usr/sbin) 33 wget http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm 34 rpm -Uvh hponcfg-3.1.1-0.noarch.rpm 35 (will install hponcfg under /usr/sbin) 36 37 You're now ready to check your configuration by running: 38 mindi-bkphw /var/cache/mindi /etc/mindi 39 [First parameter is the directory where files will be generated, 40 Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located] 41 42 ------------------------------------------------------------------------------------- 43 Older URL: 44 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v40154/ss-scripting-toolkit-linux-1.70.tar.gz 45 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v43548/ss-scripting-toolkit-linux-1.81.tar.gz 46 wget ftp://ftp.hp.com/pub/softlib2/software1/pubsw-linux/p308169895/v44247/ss-scripting-toolkit-linux-1.90.tar.gz 42 47 ------------------------------------------------------------------------------------- 43 48 If you're making a backup with mondoarchive on a ProLiant system that you want to be able to restore using the Virtual Media function of ProLiants, then you have to ensure that the required drivers will be available at restore time. -
branches/2.2.9/mindi/deplist.d/ProLiant.conf
r2885 r2891 3 3 # 4 4 # Proliant extended support if available 5 # Look at http://www.hp.com/servers/sstoolkit6 # the xml file needs to go under /usr/share/conrep7 /usr/sbin/conrep8 5 9 6 # Look at http://downloads.linux.hp.com/SDR/downloads/ProLiantSupportPack/ … … 11 8 /opt/compaq/hpacucli/bld/.hpacuscripting 12 9 /sbin/hponcfg 10 # XML file under /opt/hp/hp-scripting-tools/etc/conrep.xml 11 /sbin/hp-conrep 12 13 # Previous method 14 # Look at http://www.hp.com/servers/sstoolkit 15 # the xml file needs to go under /usr/share/conrep 16 /usr/sbin/conrep 13 17 14 18 # You may add your FW update here with a ful path - They need to be in executable mode -
branches/2.2.9/mindi/mindi-bkphw
r2884 r2891 71 71 } 72 72 if ($tool =~ /\/conrep$/) { 73 if (! -f "/usr/share/conrep/conrep.xml") { 73 # From the package 74 if (! -f "/opt/hp/hp-scripting-tools/etc/conrep.xml") { 75 $ret = system("$tool -s -x /opt/hp/hp-scripting-tools/etc/conrep.xml -f$bkpdir/conrep.dat"); 76 # From the SSSTK 77 } elsif (! -f "/usr/share/conrep/conrep.xml") { 78 $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat"); 74 79 } else { 75 $ret = system("$tool -s -x /usr/share/conrep/conrep.xml -f$bkpdir/conrep.dat"); 76 print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n"; 77 print TOOLS "$tool.xml\n"; 80 next; 78 81 } 82 print SCRIPT "$tool -l -f$locbkpdir/conrep.dat\n"; 83 print TOOLS "$tool.xml\n"; 79 84 } 80 85 if ($tool =~ /\/hpacuscripting$/) {
Note:
See TracChangeset
for help on using the changeset viewer.