Operating System - HP-UX
1833837 Members
2454 Online
110063 Solutions
New Discussion

FC 10 device firmware upgrade and logical volmues

 
SOLVED
Go to solution
GB Tek
Valued Contributor

FC 10 device firmware upgrade and logical volmues

I'm needing to update the firmware on the HP FC array we use. I need to unmount the volume groups before applying the update to the controllers. I'm going to put the firmware in the root directory. I'll stop the SAP services but I don't know how to safely unmount the volume groups so I can update the firmware. Any ideas?
Ask and you shall receive
3 REPLIES 3
John Poff
Honored Contributor

Re: FC 10 device firmware upgrade and logical volmues

Hi,

You should be able to 'umount' all the filesystems that live on the FC10, and then do a 'vgchange -a n /dev/vg_yourvg' on all the VGs that are on it.

JP
benoit Bruckert
Honored Contributor
Solution

Re: FC 10 device firmware upgrade and logical volmues

Hi,
Here's a way to upgrade with on line disks (don't need to reboot the server). It works only with mirrored disks !
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x66d5cdec06f1d61190050090279cd0f9,00.html
hth
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
GB Tek
Valued Contributor

Re: FC 10 device firmware upgrade and logical volmues

Thanks.
Ask and you shall receive