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
01-19-2005 03:20 AM
01-19-2005 03:20 AM
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 03:44 AM
01-19-2005 03:44 AM
Re: Multi OS
Which to boot off of is controlled as follows.
At the console, shutdown -ry now
Intervene at the 10 second prompt.
sea
A list of disks is displayed.
Probably P1 and P2 are the first two disks in a two disk system.
Bo P1 or Bo P2
to boot.
As Patrick notes, you should be able to access and update either disk no matter which you boot of of if you are careful.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 07:45 PM
01-19-2005 07:45 PM
Re: Multi OS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 08:58 PM
01-19-2005 08:58 PM
Re: Multi OS
No dupliaction happens, when you import the Vg from first disk (11.0) to second disk (11i)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-19-2005 09:25 PM
01-19-2005 09:25 PM
Re: Multi OS
WHen you are booted off the second root disk and you vgimport the first root disk, there will not be any duplication because you will be using different major and minor numbers (i.e. you will be importing to (for example) vg02 and so your volume groups will have a 0x02nnnn instead of the 0x00nnnn of the second root vg).
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 11:19 AM
01-20-2005 11:19 AM
Re: Multi OS
I think I know what you're getting at and why - I just think it's safer not to access any (root) volumes from the other system. However, if were discussing /home or somthing like that - that's a different story.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 04:50 PM
01-20-2005 04:50 PM
Re: Multi OS
I have done this by using vgimport and there were no issues.
You can just carry on with the steps
Thanks you
Sreejith M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2005 06:37 PM
01-20-2005 06:37 PM
Re: Multi OS
above all. make sure you do your backups properly...just in case you mess up with something that you are not sure.
regards
yogeeraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2005 07:44 AM
01-21-2005 07:44 AM
Re: Multi OS
To import root vg from first disk after system is booted up from second disk (HP-UX 11i), here are the detail steps.
1. mkdir /dev/vg01 <= assume vg01 is not used
2. mknod /dev/vg01/group c 64 0x010000
3. vgimport /dev/vg01 /dev/dsk/cXtXdX
4. vgchange -a y /dev/vg01
5. Create temporary mountpoint and mount selected lvol(s) from vg01 as required
6. when done, umount temporary mountpoint, run vgchange -a n /dev/vg01 and then run vgexport /dev/vg01 to remove any reference from second disk
Hope that help
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 10:05 PM
02-02-2005 10:05 PM