Operating System - HP-UX
1820475 Members
3374 Online
109624 Solutions
New Discussion юеВ

Efficient way to keep track HP-UX Disc Inventories

 
SOLVED
Go to solution
finas
Advisor

Efficient way to keep track HP-UX Disc Inventories

Hi HP-UX Expert,
I'm not sure whether this question is more towards the management side. But I'm pretty sure the HP-UX expert must have your efficient way to keep track of this HP-UX Disc/VG/ inside servers.
Could you please advise me on how to keep track on HP-UX disc inventories inside our HP-UX servers? Ease system admin during the future planning etc. Hope to hear from you soon. Thank you
6 REPLIES 6
Torsten.
Acclaimed Contributor
Solution

Re: Efficient way to keep track HP-UX Disc Inventories

Do you want to know about the internal disks?
"ioscan -fnCdisk" may help you, but the hw-pathes on different servers will be different too.
You may also run
/opt/ignite/bin/print_manifest

It could be hard to see from a commands output if the disk is internal or external, because there are too many options (direct connected disks, smartarray connected, FC connected ...).

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Redhat
Trusted Contributor

Re: Efficient way to keep track HP-UX Disc Inventories

You can redirect the vgdisplay -v output in a file .It will give you the vg information along with the disk information.

============
use the following command to keep the disk info with serial no.s
#echo 'scl q hard;info;wait;il;done' | cstm | egrep 'Hard|Qual|Serial'

Hope it will help.If really assign points
finas
Advisor

Re: Efficient way to keep track HP-UX Disc Inventories

thanks~~~you've saved our system admin time a lot. ... thank youuuuu :)
finas
Advisor

Re: Efficient way to keep track HP-UX Disc Inventories

thanks mr manojit... i'll assign you points.. but my query was really answered by Mr Torsten.. No worries, i'll post many questions here...
finas
Advisor

Re: Efficient way to keep track HP-UX Disc Inventories

thanks
Torsten.
Acclaimed Contributor

Re: Efficient way to keep track HP-UX Disc Inventories

Welcome to the forums!

Have fun!

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!