- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- urgent: how to 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
05-21-2001 06:41 AM
05-21-2001 06:41 AM
urgent: how to upgrade?
We have middle-end class server and would like to upgrade it from HP-UX 11.00 to HP-UX 11i (11.11)
We have 2 HDD in server.
First HDD used for system and second one used for swap.
I want to remove swap from the second HDD, then mirror system hdd to free hdd, break the mirror.
After, boot from one of HDDs and try to upgrade the system using Ignite/UX.
Can you describe me the steps to do these tasks, because its very nervous for me to make errors somewhere and crash the system.
And the last question. If I'll try to upgrade system from 32bit UX to 64bit, do I need to reinstall all applications (which were worked on 32 bit system)? I think, Yes.
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 07:01 AM
05-21-2001 07:01 AM
Re: urgent: how to upgrade?
Then I suggest you read the manuals available at http://www.docs.hp.com/hpux/os/11i/index.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 07:04 AM
05-21-2001 07:04 AM
Re: urgent: how to upgrade?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 07:13 AM
05-21-2001 07:13 AM
Re: urgent: how to upgrade?
1. To eliminate your swapspace from the second disk (volume group, I presume), edit /etc/fstab and remove the entry for the swap area. Then reboot your system.
2. I would make a 'make_recovery_tape' before attemting any upgrade or cold install. This is your easist "fall-back" in the event of failure.
3. Mirroring your vg00 to your second (free) disk, and spliting the mirror might is superflous if you are going to do a cold-install onto the second disk.
4. The collective experience of this Forum has always been that cold-installs are far more likely to succeed where updates ("in-place") are far more problematic.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 07:19 AM
05-21-2001 07:19 AM
Re: urgent: how to upgrade?
James is totally correct. I would do a cold install too.
James, I think you changed the command :)
It's "make_tape_recovery".
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 07:33 AM
05-21-2001 07:33 AM
Re: urgent: how to upgrade?
'make_tape_recovery' is the *replacement* for 'make_recovery' in Ignite 3.2 and later. The functionity is much improved, in my opinion, over 'make_recovery'. Volume group vg00 can be archived with 'make_tape_recovery' with the following simple command:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Don't confuse the '-i' option of the old 'make_recovery' with the '-i' option of its replacement, 'make_tape_recovery'. The '-I' option of make_tape_recovery is the *same* as the '-i' option of make_recovery. '-I' means cause the Ignite process to be interactive when booting from tape.
Get the latest Ignite software and documentation here:
http://www.software.hp.com/products/IUX/download.html
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2001 07:38 AM
05-21-2001 07:38 AM
Re: urgent: how to upgrade?
Thanks! Yes, I'm a bit dyslexic this morning. 'make_tape_recovery' is what I meant. ;-) ...with warm regards...
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2001 04:00 AM
05-29-2001 04:00 AM
Re: urgent: how to upgrade?
OK.
1. First of all try to have one full backup of vg00 using make_recovery.
2. Second do a full data backup.
3. By doing the mirroring, it's a manner to have a backup of both vg00 and data. it's a good thing to restore from crash.
4. upgrading the hp-ux.
5. You don't need to reinstall applications( you had done an upgrade and not an installation ). The file systems are still valid and containing binaries, libs, ...