- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re-Order Device Number Instances in HP-UX 11.31
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
11-14-2011 06:29 AM
11-14-2011 06:29 AM
Re-Order Device Number Instances in HP-UX 11.31
I cloned an OS via the "dd" approach.
On "resettlement" of the OS, the device numbers are not in the order one would get if it were a fresh install.
For instance, my tape drives start at tape4 through tape9 instead of starting with tape0. Ditto with my local SAS drives.
What is the best way to have the OS renumber the devices?
Sorry, been Linux-centric these past few months...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2011 06:34 AM
11-14-2011 06:34 AM
Re: Re-Order Device Number Instances in HP-UX 11.31
Just curios, what speaks against using Ignite/UX for cloning?
Check the man page 'ionit' - this can reassign all the numbers.
- Tags:
- ignite
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2011 05:50 AM
11-15-2011 05:50 AM
Re: Re-Order Device Number Instances in HP-UX 11.31
What speaks agains Ignite-UX?
The situation good sir. Server is in a colocation, we have access to no other POS (piece of server or PC or Storage).It's iLO has no network, only serial. The Server was running an old version of HP-UX 11.31 - so the only known solution which worked for me since 11.0 was to do either a good old dd-copy or dump/restore of the partitions.
The Solution I googled (and actually finaly remembered):
ioinit -rC <class>
then simply clean up the extraneous device entries in /dev
do the needful LVM wise if class is disk and ye are using LVM on them
Case closed.