- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 10.20 to 11.0
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
07-30-2002 11:40 AM
07-30-2002 11:40 AM
We are upgrading the T500 servers running oracle 8.05 from 10.20 to 11.0. Please let me know what the known issues are with this kind of upgrade. Also this is my first upgrade. Please help.
Thanks
Ben J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 11:46 AM
07-30-2002 11:46 AM
Re: 10.20 to 11.0
I just tried this and the search did work and I got lots of results.
Here are 3 of the links I found on this topic:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x33733fd7f72ad611abd50090277a778c,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xa6ecf715edc6d5118ff10090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xb704a24d9abcd4118fef0090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 11:53 AM
07-30-2002 11:53 AM
Re: 10.20 to 11.0
My system disk became unbottbale during the upgrade due to the fact that installing Mirror-UX on v11.0 reinstalls the LVM software without warning. The new LVM software is *NOT* patched. All LVM patches need to be re-installed prior to doing any LVM activity or the system disk becomes unbootable.
Rather than go through that pain again for my other systems. I ignited one of my v11.0 boxes and cloned rest of 10.20 to 11.0. Much faster (less than 4 hours).
HTH
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 12:10 PM
07-30-2002 12:10 PM
Re: 10.20 to 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 12:37 PM
07-30-2002 12:37 PM
Re: 10.20 to 11.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2002 01:02 PM
07-30-2002 01:02 PM
Re: 10.20 to 11.0
- Patches (especially those required by Oracle)
- The recommended kernel parameters setting for Oracle on 11.0.
You may search the forum to get as much info for these 2 items or post a separate thread to get the answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 04:43 AM
07-31-2002 04:43 AM
Re: 10.20 to 11.0
Thanks Again,
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 04:58 AM
07-31-2002 04:58 AM
Re: 10.20 to 11.0
A couple of issues that we have come up against
1) mib2agt process can consume large amounts of memory (PHSS_21046 fixes this).
2) screen performance can be seen to be slower on 11.* than 10.20 - adding the -TCP_DELAY option to the telnetd daemon in /etc/inetd.conf can resolve this (alternatively you can use the -s and -z parameters to set your own buffer and buffer timeout values).
Once you've completed an upgrade, make sure that your company has got testers available from various business areas - this takes the pressure off you to do all the testing. Make sure they test every possible aspect of the system (especially if you have any extra bits of hardware - scanners for example that connect to it).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:06 AM
07-31-2002 05:06 AM
Re: 10.20 to 11.0
Can you explain your second point a little more about all those options please.
Thanks
Ben.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2002 05:26 AM
07-31-2002 05:26 AM
SolutionWith the move from 10.20 to 11.*, new functionality has been added to the telnetd process, which can have an impact on the performance of any connections using it (PC's, dumb terminals etc).
the -TCP_DELAY option allows small data packets to be combined, prior to transmission (which can in some instances lead to performance enhancements).
the -s
Neither of the -s or -z options have a default value, and it appears that it is a case of trial and error to find the optimal level for your particular application. In our case, we have -s set to 400, and -z to 5
The options (whichever is best suited) need to be added to the end of the line
telnet stream tcp nowait root /usr/lbin/telnetd telnetd
in /etc/inetd.conf, and then the inetd process itself restarted by running
inetd -c
Obviously, any performance differences are also subject to the speed of your network connections.