- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Misc type module doesn't reuse major numbers
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 02:12 AM
03-17-2003 02:12 AM
Misc type module doesn't reuse major numbers
The already used major numbers are never reused: so if the first time 240 is assigned, the second time 241 is used and so on up to the time it reaches the maximum value of 254 (or 255??). From that moment I'm not able to load it again; I have to reboot the machine. It seems that the systems thinks that the old majors are something like already in use.
Is it a normal behaviour? If not what could be wrong with my module? Is there a way to have the system dynamically assign to a Misc module always the same major (at least as long as it is available)?
Regards,
Bernardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 03:40 AM
03-17-2003 03:40 AM
Re: Misc type module doesn't reuse major numbers
ls -d /dev/vg*/group
You should see 64 used as the major number for every vg group file.
Its minor number that have to be unique. Referring to the same example, 0x010000 should be first, then it increments, usually by one, afterwards.
Its minor numbers that are unique.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 04:00 AM
03-17-2003 04:00 AM
Re: Misc type module doesn't reuse major numbers
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 06:08 AM
03-17-2003 06:08 AM
Re: Misc type module doesn't reuse major numbers
When I unload a WSIO driver, lsdev reports that the major is still in use by the driver. So when I reload it the old major is reused.
It is possible to have a Misc driver maintain the same major as done by a WSIO?
Thanks for the support.
Regards,
Bernardo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2003 06:16 AM
03-17-2003 06:16 AM
Re: Misc type module doesn't reuse major numbers
Bill Hassell, sysadmin