Showing posts with label hp. Show all posts
Showing posts with label hp. Show all posts

2013-12-31

Upgrade firmware in HP servers using HP Service Pack for ProLiant and Cobbler

I you have to upgrade the firmware (iLO, BIOS, Disk firmware, NIC firmware, ...) inside many HP servers and for this task it's useful to use HP Service Pack for ProLiant (HP SPP).

This iso file contains the firmware for all supported HP servers. The easiest way is to boot from the ISO file and upgrade the server where it is running. If you have many servers - it's better to use automated way using PXEboot + Cobbler + NFS.

I would like to share few steps how I did it in my environment.

2013-11-27

Server RAID/BIOS changes using HP Scripting toolkit and Cobbler

I have to take care about few enclosures with HP ProLiant BL685c and HP ProLiant BL460c blades (both G1). They are quite old now, but still can do a good job. Because there were no operating system I have no idea how the RAID or BIOS is configured. Obviously I want to have it configured the same and I really don't want to go through all of them one by one and configure it manually.

Lucky for me there is a HP Scripting Toolkit (or HP SmartStart Scripting Toolkit) which can boot over PXE and get/set the BIOS/RAID configuration.
It is handy if especially if you have a new servers without OS installed.

Let's see how you can install and configure Cobbler, NFS, PXE, tftpboot and HP Scripting Toolkit to modify the BIOS/RAID information on the server.

2013-08-23

How to get HP enclosure c7000 information without ssh


In past wef days I was doing some scripting to get the details bout the HP BladeSystem c7000
You can do a lot though the SSH access, but I prefer to get the data without setting up ssh keys or doing some expect scripts. I neede "showAll" output and some nice structured XML file containing the hardware description, MACs, WWIDs, etc...

Maybe it can be useful for some people who wants to do the same - here is the example:



Here is the external link:
http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?lang=en&cc=us&objectID=c02843807

Enjoy :-)