Operating System - HP-UX
1833051 Members
2494 Online
110049 Solutions
New Discussion

re: creating new VGs / mksf

 
SOLVED
Go to solution
Gurcharan Sahota_2
Frequent Advisor

re: creating new VGs / mksf

trying to create a VG02, on a new disk. How do I get the device number for the below disk. Do i use mksf?

the Server is a RP3440, running HPUX 11i, the storage array is a MSA1000.

disk 7 0/4/1/0.100.0.0.0.0.1 sdisk CLAIMED DEVICE COMPAQ MSA1000 VOLUME
8 REPLIES 8
Mel Burslan
Honored Contributor

Re: re: creating new VGs / mksf

insf -H 7 0/4/1/0.100.0.0.0.0.1

should give you the device driver files.

Hope this helps
________________________________
UNIX because I majored in cryptology...
Mel Burslan
Honored Contributor

Re: re: creating new VGs / mksf

sorry the number 7 should not be there.. correct command should be :

insf -H 0/4/1/0.100.0.0.0.0.1
________________________________
UNIX because I majored in cryptology...
Patrick Wallek
Honored Contributor
Solution

Re: re: creating new VGs / mksf

insf is what you want. In addition to Mel's response, you could also do one of:

# insf -C disk

# insf -e

Have a look at the insf man page for more info.
Gurcharan Sahota_2
Frequent Advisor

Re: re: creating new VGs / mksf

no joy, ran the command as stated, then ran an ioscan -fnC disk, but still no device listed.
Gurcharan Sahota_2
Frequent Advisor

Re: re: creating new VGs / mksf

thank you Patrick, insf -e has done the trick...

any reason why the other parameters wouldn't work?

erics_1
Honored Contributor

Re: re: creating new VGs / mksf

try: insf -e -H 0/4/1/0.100.0.0.0.0.1
Nguyen Anh Tien
Honored Contributor

Re: re: creating new VGs / mksf

to install for disk you should use
#insf -C disk
To install for all device
#insf -e
HP is simple
Suraj Singh_1
Trusted Contributor

Re: re: creating new VGs / mksf

I have used 'insf -v -H hw_path' successfully without any problems. Also u may use insf -C disk as an alternative.

Regards
What we cannot speak about we must pass over in silence.