- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Change of major and minor
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
12-10-2002 05:05 PM
12-10-2002 05:05 PM
Change of major and minor
Is there a way to change the major and minor munber of the device. If so, how to ?
Reason behind this is because I had created two logical volumes and later I wanted to perform and vgexport and vgimport to another node in a MCSG environment. I found in the other node that the major and minor number were in used in the second node.
Thanks in advance,
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 05:16 PM
12-10-2002 05:16 PM
Re: Change of major and minor
The minor number change is not much of a problem, BUT changing the major number will be. The major number normally designates the driver that the device(s) will use.
But all LVM structures are normally major #64, so I'm not sure what's happened at your site. Are these numbers used in the LV name or something?
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 05:36 PM
12-10-2002 05:36 PM
Re: Change of major and minor
Correction, it should be changing of the minor number. Can you advice.
Thanks in advance,
YC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 06:33 PM
12-10-2002 06:33 PM
Re: Change of major and minor
Well, being that you decide what the MINOR number is when you create the VG, then you can change it to what you want. Please read this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xd62a8ffa98a2d5118ff10090279cd0f9,00.html
btw, the search string I used was
changing minor lvm number
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2002 07:09 PM
12-10-2002 07:09 PM
Re: Change of major and minor
After I did the vgimport with the following message:
Beginning the import process on Volume Group "/dev/vginfx_hp_test".
vgimport: Warning: Volume Group contains "1" PVs, "2" specified. Continuing.
Logical volume "/dev/vginfx_hp_test/infx_hp_test1" has been successfully created
with minor number 1.
Logical volume "/dev/vginfx_hp_test/infx_hp_test2" has been successfully created
with minor number 2.
Volume group "/dev/vginfx_hp_test" has been successfully created.
Warning: A backup of this volume group may not exist on this machine.
Please remember to take a backup using the vgcfgbackup command after activating the volume group.
There are no record of this vg in lvmtab file and the lv is not in the group file as well.
YC