- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Performance Issue on 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
02-12-2010 03:51 AM
02-12-2010 03:51 AM
Performance Issue on Server
I am trying to install the Oracle Release 12.11 on an ia server. 11iv3 ,ia64 hp server rx3600. and top shows as ok to me but Oracle installation goes very slow. The outputs are attached.
8GB memory and 16Gb swap. 2 processors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 10:35 AM
02-12-2010 10:35 AM
Re: Performance Issue on Server
I know for installations they always want maxdsiz increased, at least for the install.
Just a quick thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 11:10 AM
02-12-2010 11:10 AM
Re: Performance Issue on Server
cimprovagt, apart of cimserver, wbem, and other Ia64 diagnostic utilities.
Verify that you are up to date with your online diags. which include this process.
All other oracle related processes are in a state of unzipping, which may be normal for a new install.
2 pts/0 7823 oracrp 128 20 10328K 2028K sleep 0:17 0.98 0.98 unzip
2 pts/0 7822 oracrp 128 20 10328K 2028K sleep 0:13 0.61 0.61 unzip
2 pts/0 7824 oracrp 128 20 10328K 2028K sleep 0:15 0.60 0.60 unzip
2 pts/0 5145 root 152 20 1290M 204M run 1:15 0.56 0.56 java
2 pts/0 7820 oracrp 128 20 10328K 2028K sleep 0:14 0.55 0.55 unzip
2 pts/0 7821 oracrp 128 20 10328K 2028K sleep 0:17 0.51 0.51 unzip
2 ? 60 root 152 20 21168K 18816K run 0:19 0.40 0.40 vxfsd
2 pts/0 6245 oracrp 152 20 745M 86832K run 0:07 0.37 0.37 java
Rita's advice about kernel parameters is also on target. Oracle should be telling you what to set a dozen kernel parameters at least.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 12:01 PM
02-12-2010 12:01 PM
Re: Performance Issue on Server
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 12:08 PM
02-12-2010 12:08 PM
Re: Performance Issue on Server
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 01:58 PM
02-12-2010 01:58 PM
Re: Performance Issue on Server
Yes it is from Installation from DVD, Please let us know why the unzip is in sleep stat
" 2 pts/0 7823 oracrp 128 20 10328K 2028K sleep 0:17 0.98 0.98 unzip "
since we have almost 90% of cpu is free and &gb of memory free.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 04:15 PM
02-12-2010 04:15 PM
Re: Performance Issue on Server
Well as Torsten is pointing out, a dvd installation is going to take a lot longer time. I remember dd'ing 2 gb between dvd and disk and then from disk and disk and noticed a 20 minute difference.
You've got 6 or so unzip processes running and what does unzip do? It writes. If you run a sar -d 5 5 you'll probably see a disk bottleneck.
As for the sleep state, one unzip process is ahead of this one awaiting its turn to write to a block that another process has opened.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2010 05:36 PM
02-12-2010 05:36 PM
Re: Performance Issue on Server
Compared to what? Have you installed version 12 on a similar system? Perhaps it is supposed to take 30 hours? What does Oracle say is a normal install time? sar -d 2 10 might be useful to see if the disks are busy or idle. Does version 12 install require a working network?
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 09:40 AM
02-15-2010 09:40 AM
Re: Performance Issue on Server
So far nothing worked and decided to move up with another server with higher configuration. Thanks all for sharing ideas with me.