Ramblings from MostlyChris

Tech stuff and a bit more

Browsing Posts in Linux

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.

I routinely deal with Read Only file systems and always have to remember the commands to remove the journal and run a file system check. Since some days I am better at remembering than others, I thought I'd just write it down in this post so I can find it later. First, remove the journal: [...]