Versions Compared

Key

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

...

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

Used the following two commands to add a logical volume. The first line creates an array with the name "B", since "A" already existed:

Code Block

sudo /usr/sbin/hpacucli ctrl slot=1 create type=ld drives=2e:1:1-2e:1:24 raid=adg
sudo /usr/sbin/hpacucli ctrl slot=1 array B add spares=2e:1:25

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

...