Ramblings from MostlyChris

Tech stuff and a bit more

Browsing Posts tagged HP

Along with my megacli post, I need to remember how to check drives/RAID on an HP server so here it is. hpacucli controller slot=1 ld all show You'll need to replace the slot with the appropriate one for your configuration. That should do it.

Launch `hpacucli’, the RAID interface and run the following: controller slot=0 pd show all All drives will be shown — it’s obvious which ones are not configured as a logical disk. controller slot=0 create type=ld drives=2:2 We’ve only added one drive, and the controller is smart enough to know that making a logical disk out [...]

If configured, you can access the RAID controllers in a Dell server or an HP server by browsing to the IP address of the server and using the ports listed. Dell Servers (OpenManage) https://ip.ad.dr.es:1311 HP Servers https://ip.ad.dr.es:2381 Notice they are both https.