- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Device File Names & OS Upgrade
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
07-25-2002 05:43 AM
07-25-2002 05:43 AM
One problem I have had is the devices not being the same after the upgrade. I was able to fix the lan cards with a ioinit command.
For the shared disks I also fixed the instance # with an ioinit (using an infile I created) and now the instance are correct the device names in /dev/dsk are not. How can I fix this? After I fixed the instance # I rebooted removed /dev/dsk/* /dev/rdsk/* and did a insf -C disk -e but the device names are still not right.
Any help would be appreciated!
- Justin
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 05:52 AM
07-25-2002 05:52 AM
Re: Device File Names & OS Upgrade
Check out the -I option wth insf
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 06:00 AM
07-25-2002 06:00 AM
Re: Device File Names & OS Upgrade
Rather than fool with instance numbers, which are (usually) meaningless, for your disk devices simply 'vgexport' and 'vgimport' your volume groups using the new paths.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 06:09 AM
07-25-2002 06:09 AM
Solutione.g. your oracle file might be /u01/oradata/file01.dbf; you then symbolically link that to a raw disk (/dev/rdsk/c4t6d0).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 06:54 AM
07-25-2002 06:54 AM
Re: Device File Names & OS Upgrade
So even though the device numbers are different I can still use a vgexport map file from the other node that has different device names? Yes these are LVM disks and not raw.
- Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:04 AM
07-25-2002 07:04 AM
Re: Device File Names & OS Upgrade
Don't confuse "map" with the list of paths. You can 'vgexport' with the '-f outfile' option to collect the pv_paths into a file as they exist. Then, you can edit this file and apply it to 'vgimport' using '-f infile'. This is very handy when you have a large number of paths to a volume group. It avoids having to specify them on the command line.
A "map" file applies to logical volume names and can optionally contain a VGID to assist in 'vgimport'. If you have standard logical volume names within your volume group (lvol1, lvol2, etc.) then the mapfile is superfluous in controlling naming of the logical volumes. See the ma pages for 'lvcreate' for more information on this.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:06 AM
07-25-2002 07:06 AM
Re: Device File Names & OS Upgrade
First off, apologies to A. Clay for answering this. Yes you can use a map file from vgexport. Use the -s option, which saves the VGID, and when you import, use the -s, which "scans" the disks for the matching VGID. Alternatively, you can merely specify each individual disk with the vgimport command.
See man for vgimport for more details
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2002 07:40 AM
07-25-2002 07:40 AM
Re: Device File Names & OS Upgrade
Hi Justin
Don't forget that you will need to peform the vgimport for volumes in your service guard cluster to all nodes in the cluster.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2002 05:56 AM
07-26-2002 05:56 AM
Re: Device File Names & OS Upgrade
This topic is dealt with in document UXSGKBRC00005958 - "Changing I/O Instance Numbers On A ServiceGuard Server "
-s.