- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX10.20 and HPUX11.00 on the same station
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
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
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-21-2001 09:11 AM
тАО03-21-2001 09:11 AM
HPUX10.20 and HPUX11.00 on the same station
I have a HP9000/785 J5000 with three disks ( 9 and 9 and 18 )
this work with hpux10.20 on one disk and two VG.
VG 00 from the two 9 G disk with 6 LV "system" and one from
data, installed partially on the first disk and totaly on the second.
VG 02 is with the last disk and only this.
i want preserve hpux10.20 and installing hp11 on the second 9G disk and booted alternatively with one or other OS.
but the two OS must see the VG02 volume as data.
Do you want that is possible ? anybody you try it ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2001 09:25 AM
тАО03-21-2001 09:25 AM
Re: HPUX10.20 and HPUX11.00 on the same station
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2001 09:46 AM
тАО03-21-2001 09:46 AM
Re: HPUX10.20 and HPUX11.00 on the same station
From the boot admin you can choose what drive to boot to/from as a primary and secondary.
The data disk needs to have EXACTLY the same name between the two systems.
I think you already know how to install HP-UX, so I won't go there, but here are some basics for getting data to the 2nd OS.
Step 1. Make sure that you have the disk addresses marked very clearly. NOTE: In 11.0 the controller number may change from 10.20!
Step 2. After the 2nd OS is installed, do this to get the VG imported...
I.
mkdir /dev/vg0x
x= the same number as the old OS
II.
mknod /dev/vg01/group c 64 0x0x0000
x should be the same number you used in "I"
III.
vgimport /dev/vg0x /dev/dsk/c#t#d# ...
Once again "x" must be the same as in I and II.
... is any other disks in the volume group.
NOTE: It is very important that you DO NOT USE THE RAW DISK!
Also, make sure that the first time, you have all disks on the same vgimport line! You can use a -p option if you like to preview!
NOTE: After issuing this command, you will see the logical volumes in /dev/vg0x.
IIII.
vgchange -a y
this will make the volume group available.
V.
vgcfgbackup /dev/vg0x
VI.
mount -options /dev/vg0x/lvol0x /mountpoint
It is well worth BACKING UP YOUR DATA before doing any of this!
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-21-2001 10:12 AM
тАО03-21-2001 10:12 AM
Re: HPUX10.20 and HPUX11.00 on the same station
man setboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-22-2001 06:30 AM
тАО03-22-2001 06:30 AM
Re: HPUX10.20 and HPUX11.00 on the same station
this is possible when you are doing this steps:
1: Create a map file from the secong VG
vgexport -p -v -m vgn.map /dev/vgn
2: Install HP-UX 11 on the second disk
3: Booting from HP-UX 11 disk.
4: mknod /dev/vgx/group c 64 0x0n0000
5: vgimport -v -m vgn.map /dev/vg0n /dev/dsk/cnnnnn---> the disk on witch the second VG are reside.
6: vgchange -a y /dev/vgn
PS: ist is possible the the option s for sharing the Volume Group are needed.
Regards Mohamed
pvcreate -B /dev/rdsk/cnnnn intialize the new-Disk
mkboot -l /dev/rdsk/cnnnn Create LVM-Disk info
mkboot -a "hpux"