- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: comparison performance trouble shooting
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
11-17-2006 12:10 AM
11-17-2006 12:10 AM
I need to do some basic troubleshooting on an AIX OS. Is the approach comparable with HP-UX ? I mean, is there also a buffer cache that normally should be downtuned, etcetera ..
Franky
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:16 AM
11-17-2006 12:16 AM
SolutionThe concept has to be somewhat similar but may be there is some differences in the commands.
Start with the CPU performance and proceed towards , DISK i/o and then the memory followed by network and other application issues.
For cpu ,
probably topas will help you in AIX
For disk issues iostat should help
For diagnosing memory problem as ussual vmsat will help.
And netstat will help you in identifying network issues.
Thanks,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2006 12:52 AM
11-17-2006 12:52 AM
Re: comparison performance trouble shooting
Would you happen to know if there is also something like a dbc_max_pct ?
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2006 02:11 AM
11-18-2006 02:11 AM
Re: comparison performance trouble shooting
dbc_max_pct is a kernel parameter which defines percentage of memory to be used by dynamic buffer .
This link will help u ...
http://docs.hp.com/en/939/KCParms/KCparam.DBCmaxPct.html
cheers
jeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2006 07:35 PM
11-19-2006 07:35 PM
Re: comparison performance trouble shooting
I know about the parameter on hp-ux but I was wondering if a similar parm exists on AIX ?
Franky