1834935 Members
2396 Online
110071 Solutions
New Discussion

problem with group file

 
luigi coco
Occasional Contributor

problem with group file

I have created a group file whith this syntax

mknod /dev/vg_name/group c 64 0x110000

system answered:
vgcreate: Cannot open the control file "/dev/vg_name/group"
No such device

If I create until 0x090000 it works but after 0x110000 system answer no such device.

Does anyone know the reason?
4 REPLIES 4
Mark Grant
Honored Contributor

Re: problem with group file

Maybe "maxvgs" kernel parameter needs to be increased. The default is 10.

Never preceed any demonstration with anything more predictive than "watch this"
Robert-Jan Goossens
Honored Contributor

Re: problem with group file

Hi Luigi,

# grep maxvgs /stand/system

10 is the default.

Regards,
Robert-Jan
Pete Randall
Outstanding Contributor

Re: problem with group file

The minor number is in hex so after 0x090000, it would be 0x0a0000


Pete

Pete
luigi coco
Occasional Contributor

Re: problem with group file

Tnk too much
2 every 1