HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- upgrading 10.20 to 11.0
Operating System - HP-UX
1837893
Members
2962
Online
110122
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
04-11-2001 09:51 AM
04-11-2001 09:51 AM
sorry about the last...hit the wrong key.
What's going on:
I have serveral k460s that I plan on upgrading to 11.0. Well, I say upgrading, but I will do a cold install of the os. I am attempting to come up with a sequence of events/checklist to make sure I don't miss anything. Could someone please let me know if I have anything incorrect or have any suggestions for me.
1. ignite backup
2. export all vg
3. backup all conf files and maps from step 2. to tape.
4. load 11.0 os
5. load online diags
6. load hp apps (ignite, omni, jetadmin, etc)
7. load hw/sw patches
8. put items in step 3 in /tmp dir
9. check diff in conf files...make appropriate changes.
10. import all vg using map files.
11. ignite backup
Did I miss anything?? Does anyone have a complete list of system conf files (ie /etc/passwd /etc/*.conf). I have been working on a list but want to make sure I get them all.
...jcd...
What's going on:
I have serveral k460s that I plan on upgrading to 11.0. Well, I say upgrading, but I will do a cold install of the os. I am attempting to come up with a sequence of events/checklist to make sure I don't miss anything. Could someone please let me know if I have anything incorrect or have any suggestions for me.
1. ignite backup
2. export all vg
3. backup all conf files and maps from step 2. to tape.
4. load 11.0 os
5. load online diags
6. load hp apps (ignite, omni, jetadmin, etc)
7. load hw/sw patches
8. put items in step 3 in /tmp dir
9. check diff in conf files...make appropriate changes.
10. import all vg using map files.
11. ignite backup
Did I miss anything?? Does anyone have a complete list of system conf files (ie /etc/passwd /etc/*.conf). I have been working on a list but want to make sure I get them all.
...jcd...
If I had only read the instructions first??
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2001 10:27 AM
04-11-2001 10:27 AM
Solution
Hi Joseph:
First, make sure you have the required minimum PDC revision and minimum firmware revision installed for your K-class processor.
If you have the Diagnostic Support Tools loaded, you can obtain the values by doing the following:
# ioscan -fn -C processor
# echo "sel path 32;info;wait;infolog"|cstm > /tmp/infolog
The above assumes that the hardware path of the processor in question was "32" as returned by ioscan.
Match the PDC and firmware values to the table found in chapter-2 of "Installing HP-UX 11.0 and Updating HP-UX 10.x to 11.0":
http://docs.hp.com/hpux/onlinedocs/B2355-90679/B2355-90679.html
Next, as to your original question, your scheme looks good.
I prefer to load the Core OS followed by the Applications, the Diagnostics and then the GR release patches. That way, I have the Support CDROM in the drive for both the Diagnostics and the patch bundles.
You are correct in capturing the configuration files, "diffing" them and applying the parts from 10.20 that specifically customize the new templates as loaded.
The essential list of configuration files that I "carry" along, include the following at least so I can easily reference them as I finalize my 11.x build:
# /.forward
# /.profile
# /etc/profile
# /etc/group
# /etc/hosts
# /etc/inetd.conf
# /etc/inittab
# /etc/nsswitch
# /etc/ntp.conf
# /etc/passwd
# /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/cron/*.allow
# /var/adm/fbackupfiles/*
# /var/spool/cron/crontabs/*
# /sbin/init.d/
...JRF...
First, make sure you have the required minimum PDC revision and minimum firmware revision installed for your K-class processor.
If you have the Diagnostic Support Tools loaded, you can obtain the values by doing the following:
# ioscan -fn -C processor
# echo "sel path 32;info;wait;infolog"|cstm > /tmp/infolog
The above assumes that the hardware path of the processor in question was "32" as returned by ioscan.
Match the PDC and firmware values to the table found in chapter-2 of "Installing HP-UX 11.0 and Updating HP-UX 10.x to 11.0":
http://docs.hp.com/hpux/onlinedocs/B2355-90679/B2355-90679.html
Next, as to your original question, your scheme looks good.
I prefer to load the Core OS followed by the Applications, the Diagnostics and then the GR release patches. That way, I have the Support CDROM in the drive for both the Diagnostics and the patch bundles.
You are correct in capturing the configuration files, "diffing" them and applying the parts from 10.20 that specifically customize the new templates as loaded.
The essential list of configuration files that I "carry" along, include the following at least so I can easily reference them as I finalize my 11.x build:
# /.forward
# /.profile
# /etc/profile
# /etc/group
# /etc/hosts
# /etc/inetd.conf
# /etc/inittab
# /etc/nsswitch
# /etc/ntp.conf
# /etc/passwd
# /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/cron/*.allow
# /var/adm/fbackupfiles/*
# /var/spool/cron/crontabs/*
# /sbin/init.d/
...JRF...
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP