- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating a dual boot server
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-12-2000 06:52 AM
12-12-2000 06:52 AM
I need to be able to also run HP-UX 10.20
I have 3 internal disks as follows: 4-gb c0t0d0=vg00 with HP-UX 11.00, c0t5d0 and c0t4d0
both 18-GB drives.
I have 7 external drives in a Jbod enclosure as follows: one 18-GB and 6 4-GB drives.
What would be the best approach to do this?
Could I install HP-UX on a 4-GB external drive so I can preserve the 2 internal 18-GB drives?
What steps would be best for one to take to achieve this?
Thanks
LMR
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:25 AM
12-12-2000 07:25 AM
Re: Creating a dual boot server
Yes you should be able to install HP-UX on an external drive and boot from it, I dont know what steps would be best, since are already in HP-UX11 and you want 10.20 the best is a fresh install from CD :
I would to test what I want to do is a Ignite-Ux make_recovery of the existing, use it to reinstall on the 4Gb external drive boot, boot on the external drive and test.
then install on the internal 4Gb HP-UX10.20...
Make again a boot tape, and now up to you to decide which (internal or external) disk is going to be HP-UX10.20 and which is the HP-UX11...
You have the tapes to do the appropriate tasks
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:25 AM
12-12-2000 07:25 AM
Re: Creating a dual boot server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 07:50 AM
12-12-2000 07:50 AM
Re: Creating a dual boot server
You would need to do a clean install from cd's and then test the system boots from the 10.20 disc once installed.
A coimmand you may not know about is setboot (1m) and is really useful in this situation, as it allows you to on-line set your primary and alternate boot paths. We use it on a system with 3 OS versions loaded, and have a script that calls setboot, and sets the primary path to the corrrect path for the version we wish to boot from, then shutsdown the system and reboots it.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 08:18 AM
12-12-2000 08:18 AM
Re: Creating a dual boot server
I am familiar with the 'setboot' command.
The next question remains, would "vgimport" and "vgchange" be sufficient to make all the current filesystems available and accessible to the newly installed Rel. 10.20?
Thanks again
LMR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:24 AM
12-12-2000 09:24 AM
Re: Creating a dual boot server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:38 AM
12-12-2000 09:38 AM
Re: Creating a dual boot server
But you didnt say what was on the external disks because if its something like oracle you are going to suffer (libraries and linking...).
For the rest it should work
Interreting case, Keep us informed !
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 09:56 AM
12-12-2000 09:56 AM
Re: Creating a dual boot server
We do have Sybase running and it uses raw files. I really don't know yet how that's going to affect us and how it is going to workout yet.
I hope we are not biting more than we can chew!
LMR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2000 10:28 AM
12-12-2000 10:28 AM
SolutionSame hardware, difference in disk performance about 30%!
HP explained that HPUX10.20 had to do 8 read to have the same data in 1 read under HPUX11...
because of difference between vxfs v2 and vxfs v3 (or something like... that was in spring last year...)
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2000 08:02 AM
12-13-2000 08:02 AM
Re: Creating a dual boot server
For sharing data, what you could do is possibly create a seperate file system, which you would use to write the common data between the two versions, and mount that file system at boot time.