Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ppic -d -v
need to have ipmi daemon running to talk to "carbondale" chip
(if not, ppic will try to start ipmi itself, but doesn't do it right)

...

RAID

...

I think Karl configured the original RAID array using the bios-like "ORCA" utility, which you get access to by hitting F8 at the right time. I think we get more functionality from "hpacucli".

Do

install rpm for hpacucli

hpacucli is hp's interface for managing raid. to call it directly, you can do stuff like:

Code Block
sudo /usr/sbin/hpacucli ctrl all show config detail
sudo /usr/sbin/hpacucli controller slot=1 physicaldrive allunassigned show

Ole has a wrapper script to simplify using hpacucli in /nfs/slac/g/suncatfs/sw/package/smartshow

...