- Power on the server
- Wait 2 to 3 weeks until POST system checks complete and system complains about uninitialized SSA array.
- Go through a maze of menus, all alike, until you finally find the well hidden embedded Smart Storage Administration tool.
- Boot into the SSA tool.
- Wait hopelessly as a counter counts to infinity while "trying to collect system configuration information".
- Read the SSA manuals and release notes
- Find no relevant information
- Google for the SSA error messages on the counter-to-infinity screen.
- Find nothing.
- Google for the offline version of the SSA tool, download ISO, burn it to CD.
- Reboot the server
- Wait another 2 to 3 weeks until POST system checks complete
- Bypass complaints about uninitialized SSA array.
- Try to boot from the CD.
- Fail because the CD doesn't support EFI boot.
- Switch to BIOS boot method
- Step 15 requires a reboot. Wait 2 to 3 weeks more.
- Boot from the CD into the offline version of SSA.
- Google again for a newer version of SSA because the one you downloaded is 15 years old.
- Burn newer version to CD.
- Reboot using the updated version of SSA. Wait 2 to 3 weeks.
- This one "works", in contrast with the embedded one.
- Get a full array report to check drive status for any errors.
- Pay attention to the naming of controller flag entries in the report output. There are "Controller Flags", "Extended Controller Flags", "More Controller Flags" and "Even More Controller Flags".
- Configure the array, assign physical drives, and select the "rapid" initialization mode.
- While waiting for the "rapid" initialization mode to complete, make children, grow them up, ensure they go to university.
- Around the time of their post-graduation ceremony, "rapid" initialization of array is finished.
- Did I tell you that array is not available to the OS before "rapid" initialization mode completes?
- To Be Continued.
Γιατί, δε σας γεμίζω το μάτι για σοβαρός άνθρωπος, κύριε; Περάστε εξω παρακαλώ, είστε ασόβαρος. Και δε φοράτε γραββάτα.
Tuesday, May 19, 2015
[snippets]: HP DL380 Gen9 "Smart" Storage Array Setup Howto In 29 Easy Steps
Saturday, May 02, 2015
[snippets]: Quick and dirty file transfer w/ pv nc and tar
puki$ nc -l -p 3939 | tar -xvvpf -
pelir$ tar -cpf - dir | pv -trab | nc 192.168.3.1 3939
pelir$ tar -cpf - dir | pv -trab | nc 192.168.3.1 3939
Subscribe to:
Posts (Atom)