- Timestamp:
- Mar 9, 2016, 6:14:03 PM (9 years ago)
- Location:
- branches/3.2
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mindi/README.ProLiant
r3094 r3530 12 12 ------------------------------------------------------------------------------------- 13 13 14 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/SDR14 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.hpe.com/SDR 15 15 16 16 Example for a RHEL6 OS: 17 17 18 wget http://downloads.linux.hp .com/SDR/downloads/bootstrap.sh19 sh ./bootstrap.sh SPP20 sh ./bootstrap.sh Extras21 yum install -y hp acucli hponcfg hp-scripting-tools18 wget http://downloads.linux.hpe.com/SDR/downloads/bootstrap.sh 19 sh ./bootstrap.sh spp 20 sh ./bootstrap.sh stk 21 yum install -y hpssacli hponcfg hp-scripting-tools 22 22 23 23 You're now ready to check your configuration by running: … … 26 26 Second parameter is the configuration directory of the file deplist.d/ProLiant.conf is located] 27 27 28 ------------------------------------------------------------------------------------- 28 --------------------------------------------------------------------------------------- 29 OLD - ODL - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD - OLD 30 --------------------------------------------------------------------------------------- 29 31 Older method: 30 32 31 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/33 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.hpe.com/SDR/repo/spp 32 34 33 35 Example for a RHEL6 OS: 34 36 35 wget http://downloads.linux.hp .com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hpacucli-8.70-8.0.noarch.rpm36 yum install -y (or worst case rpm -Uvh) hpacucli- 8.70-8.0.noarch.rpm37 wget http://downloads.linux.hpe.com/SDR/repo/spp/RedHat/6Server/x86_64/current/hpssacli-2.30-6.0.x86_64.rpm 38 yum install -y (or worst case rpm -Uvh) hpacucli-2.30-6.0.x86_64.rpm 37 39 (will install hpacuscripting under /usr/sbin) 38 wget http://downloads.linux.hp .com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/x86_64/8.72/hponcfg-3.1.1-0.noarch.rpm39 yum install -y (or worst case rpm -Uvh) hponcfg- 3.1.1-0.noarch.rpm40 wget http://downloads.linux.hpe.com/SDR/repo/spp/RedHat/6Server/x86_64/current/hponcfg-4.6.0-0.x86_64.rpm 41 yum install -y (or worst case rpm -Uvh) hponcfg-4.6.0-0.x86_64.rpm 40 42 (will install hponcfg under /usr/sbin) 41 wget http://downloads.linux.hp .com/SDR/downloads/ProLiantSupportPack/RedHat/6Server/i386/8.72/hp-scripting-tools-8.70-52.rhel6.i386.rpm42 yum install -y (or worst case rpm -Uvh) hp-scripting-tools- 8.70-52.rhel6.i386.rpm43 wget http://downloads.linux.hpe.com/SDR/repo/stk/RedHat/6Server/x86_64/current/hp-scripting-tools-10.30-39.rhel6.x86_64.rpm 44 yum install -y (or worst case rpm -Uvh) hp-scripting-tools-10.30-39.rhel6.x86_64.rpm 43 45 (will install hp-conrep or hp-rcu under /sbin) 44 46 -
branches/3.2/mindi/deplist.d/ProLiant.conf
r3302 r3530 4 4 # Proliant extended support if available 5 5 6 # Look at http://downloads.linux.hp .com/SDR/downloads/ProLiantSupportPack/6 # Look at http://downloads.linux.hpe.com/SDR/repo/spp 7 7 /usr/sbin/hpacuscripting 8 8 /opt/compaq/hpacucli/bld/.hpacuscripting -
branches/3.2/mindi/mindi-bkphw
r3529 r3530 89 89 print "INFO: Activating ProLiant support for mindi\n"; 90 90 print "INFO: You can install SDR packages to benefit from mindi's enhanced ProLiant support\n"; 91 print "INFO: Get them from http://downloads.linux.hp .com/SDR/\n";91 print "INFO: Get them from http://downloads.linux.hpe.com/SDR/\n"; 92 92 open(PROLIANT,"$confdir/deplist.d/ProLiant.conf") || die "Unable to open $confdir/deplist.d/ProLiant.conf"; 93 93 # generate a list of what need to be put on the backup media -
branches/3.2/mindi/mindi-hpsa
r3182 r3530 34 34 print "Activating ProLiant support for mindi\n"; 35 35 print "You can install SDR packages to benefit from mindi's enhanced ProLiant support\n"; 36 print "Get them from http://downloads.linux.hp .com/SDR/\n";36 print "Get them from http://downloads.linux.hpe.com/SDR/\n"; 37 37 open(PROLIANT,"$confdir/deplist.d/ProLiant.conf") || die "Unable to open $confdir/deplist.d/ProLiant.conf"; 38 38 # generate a list of what need to be put on the backup media -
branches/3.2/mondo/src/restore-scripts/mondo/stabelilo-me
r1567 r3530 1 1 #!/bin/sh 2 2 # 3 # 2004-03-08: First draft Bruno Cornec < Bruno.Cornec@hp.com>3 # 2004-03-08: First draft Bruno Cornec <bruno@mondorescue.org> 4 4 # 5 5 -
branches/3.2/mondo/test/mondo-test
r3174 r3530 112 112 sshdir mondorescue = \$ENV{'HOME'}/ftp 113 113 # 114 pbpackager default = Big Chief <bigchief@hp .com>114 pbpackager default = Big Chief <bigchief@hpe.com> 115 115 vmport mondorescue = 2300 116 116 pbparallel mondorescue = 6 -
branches/3.2/trac/trac.ini
r1006 r3530 22 22 smtp_enabled = true 23 23 smtp_replyto = trac@svn.mondorescue.org 24 smtp_always_cc = bruno.cornec@hp .com24 smtp_always_cc = bruno.cornec@hpe.com 25 25 smtp_server = 10.3.252.29 26 26 smtp_from = trac@svn.mondorescue.org -
branches/3.2/website/index.shtml
r2992 r3530 50 50 <a href="http://www.mandriva.com/"><img src="/images/icon-mandriva.png" width="160" height="40" alt="Mandriva" title="Hosted on Mandriva Linux" /></a> 51 51 <a href="http://www.hpintelco.net"><img src="/images/hpisc.png" width="160" height="40" alt="HP/Intel Solution Center" title="Sponsored and hosted by the HP/Intel Solution Center" /></a> 52 <a href="http://www.hp .com/linux"><img src="/images/hp.png" width="120" height="40" alt="Linux at HP" title="Sponsored HP" /></a>52 <a href="http://www.hpe.com/linux"><img src="/images/hp.png" width="120" height="40" alt="Linux at HP" title="Sponsored HP" /></a> 53 53 </div> 54 54 <div> -
branches/3.2/website/support.shtml
r3362 r3530 42 42 <li><b><a href="http://www.tc2l.ca">TC2L</a></b> (Canada) - Contact: <a href="mailto:contact_at_tc2l.ca">Support Service</a></li> 43 43 <li><b><a href="http://www.miraclelinux.com">Miracle</a></b> (Japan) - Contact: <a href="mailto:robert_at_.miraclelinux.com">Support Service</a></li> 44 <li><b><a href="http://www.hp .com/linux">Hewlett-Packard</a></b> (EMEA) - Contact: <a href="mailto:mondo_at_hp.com">TS organization</a></li>44 <li><b><a href="http://www.hpe.com/linux">Hewlett Packard Enterprise</a></b> (EMEA) - Contact: <a href="mailto:mondo_at_hpe.com">TS organization</a></li> 45 45 </ul></p> 46 46 <p>For commercial enhancement and consulting services around Mondo Rescue, 47 47 please contact one of the following companies: 48 48 <ul> 49 <li><b><a href="http://www.hp .com/linux">Hewlett-Packard</a></b> - Contact: <a href="mailto:pingouin_at_hp.com">Free, Libre and Open Source Expertise Center</a></li>49 <li><b><a href="http://www.hpe.com/linux">Hewlett Packard Enterprise</a></b> - Contact: <a href="mailto:pingouin_at_hpe.com">Free, Libre and Open Source Expertise Center</a></li> 50 50 <li><b><a href="http://www.harmsconsulting.com/main.html">Harms Consulting</a></b> - Contact: <a href="mailto:info_at_harmsconsulting.com">Consulting Department</a></li> 51 51 <li><b><a href="http://www.instalinux.com/consulting.php">Instalinux Consulting</a></b> - Contact: <a href="mailto:chris_at_instalinux.com">Chris</a></li>
Note:
See TracChangeset
for help on using the changeset viewer.