- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Upgrade from 10.20 to 11
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
10-08-2002 03:30 AM
10-08-2002 03:30 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:32 AM
10-08-2002 03:32 AM
Re: Upgrade from 10.20 to 11
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:38 AM
10-08-2002 03:38 AM
Re: Upgrade from 10.20 to 11
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:38 AM
10-08-2002 03:38 AM
Re: Upgrade from 10.20 to 11
I've installed 11.0 and recovered data rather than upgrade.
HP recomended me.
Regards, Vicente.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 03:40 AM
10-08-2002 03:40 AM
Re: Upgrade from 10.20 to 11
No, there's no un-install.
Install, then vgimport your non vg00 volume groups (use vgexport -s -m/vgimport -s -m), and that's pretty much it.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 04:23 AM
10-08-2002 04:23 AM
Re: Upgrade from 10.20 to 11
Cold install always it is the better way to do so, search in this forums, you will find tons of related posts. Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 04:23 AM
10-08-2002 04:23 AM
Re: Upgrade from 10.20 to 11
May I suggest you map out doing a cold install. Since this will completely wipe out your box and lay down the new operating system, preparation is the key to succeeding, be it cold install or upgrade.
I created a quick form and did a check off to ensure I touched all the bases I needed. You may want to develope something similar based on your needs. Here is also a thread from JRF that gives some insights noted below.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe24eded2442ed5118fef0090279cd0f9,00.html
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 04:31 AM
10-08-2002 04:31 AM
Re: Upgrade from 10.20 to 11
http://www.software.hp.com/products/IUX/download.html
Also, print out or make a copy on another system or tape of at least these files and output:
/etc/passwd
/etc/group
/tcb (if trusted system)
/etc/services
/etc/rc.config.d/netconf
/etc/hosts
/etc/resolv.conf
/etc/nsswitch.conf
opt/ignite/bin/print_manifest
vgdisplay -v
bdf
ioscan -fn
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2002 04:56 AM
10-08-2002 04:56 AM
SolutionFirst, *don't* update from 10.20 to 11.0. Cold install 11.x instead. Doing an upgrade from 10.20 to 11.x has not been met with a high degree of success. This has been discussed in this Forum extensively during the last two years.
Cold installation offers you the change to resize your filesystems and it offers you the chance to begin anew with *only* patches and files belonging to the new release.
If you do a cold-install (which is virtually guaranteed to work!) instead of an upgrade, then, your boot (vg00) is wiped clean and a new OS loaded from the Core OS CDROM.
If you have non-vg00 disks, leave them alone. Instead, before the cold install, 'vgexport' the volume groups representing any data you want preserved. After the installation completes, 'vgimport' them and you will have your data.
Start your installation by making an Ignite recovery tape of your existing vg00. In this way, should anything fail, you can rapidly restore your system. Current Ignite software and documentation is availble here:
http://www.software.hp.com/products/IUX/download.html
The installation of Ignite is simple; done with 'swinstall' and does not require a reboot. You can download and be making a recovery tape within 20-30 minutes.
A standard tape archive of vg00 can be produced by using the following command:
# make_tape_recovery -x inc_entire=vg00 -I -v -a /dev/rmt/0mn
Capture your key configuration files before you start. I like to 'diff' files in the list below, to those provided in a new release and "marry' my local needs to any enhanced features. Otherwise, many can be loaded as is.
Here's the basic list I tranfer to safe-keeping for reference, reuse, and comparison against new configurations (via 'diff') during a cold installation process:
# /.forward
# /.profile
# /etc/ftpd/ftpusers
# /etc/group
# /etc/hosts
# /etc/inetd.conf
# /etc/inittab
# /etc/nsswitch
# /etc/ntp.conf
# /etc/passwd
# /etc/profile
# /etc/rc.config.d/netconf
# /etc/rc.config.d/netdaemons
# /etc/rc.config.d/nfsconf
# /etc/resolv.conf
# /etc/sendmail.cf
# /etc/services
# /etc/shells
# /etc/shutdown.allow
# /var/adm/at/*.allow|deny
# /var/adm/cron/*.allow|deny
# /var/adm/fbackupfiles/*
# /var/adm/inetd.sec
# /var/spool/cron/crontabs/*
# /sbin/init.d/
Don't forget to add your volume group 'vgexport' mapfiles too.
Regards!
...JRF...