Operating System - HP-UX
1752407 Members
5662 Online
108788 Solutions
New Discussion

11iv3 - creating VGs and using mknod ..minor numbers

 
SOLVED
Go to solution
Tom Haddad
Super Advisor

11iv3 - creating VGs and using mknod ..minor numbers

i created an vg some time ago on host1  say with minor number 10.

We utilize BCVs mapped on  host2 so we can daily sync with primary hosts (ie host1)  and then  backup the bcvs.

 

I normally export the vg  from host1 and import to  host2.

Does the minor number on the host2 (bcv host) need to match that of host1 when I run the mknod on it host2?

heres my issue.. the minor is already in use on host2

3 REPLIES 3
Torsten.
Acclaimed Contributor
Solution

Re: 11iv3 - creating VGs and using mknod ..minor numbers

The minor number doesn't need to be same.

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!   
Stephan.
Honored Contributor

Re: 11iv3 - creating VGs and using mknod ..minor numbers

As Thorsten said, it does not need - but if you keep them your life will be much easier in case of troubleshooting or let's say it's just better style.

rariasn
Honored Contributor

Re: 11iv3 - creating VGs and using mknod ..minor numbers

Hi Tom:

 

We utilize BCVs mapped on  host2 so we can daily sync with primary hosts (ie host1)  and then  backup the bcvs.

>>> No.

 

host1#ll -d /dev/vgname/*group*
crw-------   1 root       sys         64 0x400000 May 23  2010 /dev/vgname/group


host1#ll -d /dev/vgname_bcv/*group*
crw-------   1 root       sys         64 0x730000 Oct 27 00:27 /dev/vgname_bcv/group

 

host2#ll -d /dev/vgname/*group*
crw-------   1 root       sys         64 0x400000 May 23  2010 /dev/vgname/group


host2#ll -d /dev/vgname_bcv/*group*
crw-------   1 root       sys         64 0x730000 Oct 27 00:27 /dev/vgname_bcv/group

 

rgs,