- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP UX Server is slow
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-24-2006 09:27 PM
07-24-2006 09:27 PM
HP UX Server is slow
OS - Hpux- 11i
Regards
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 09:33 PM
07-24-2006 09:33 PM
Re: HP UX Server is slow
What is slow ? Telnet or network ?? How much memory you have in your HP-UX server? Check with /opt/ignite/bin/print_manifest.
Your question is too generic. Be specific about the area.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 10:07 PM
07-24-2006 10:07 PM
Re: HP UX Server is slow
Big topic as Arun notes.
What does the server do? What is its function? Does it run oracle? etc
First thing to do maybe is to collect some perf data and see if there are bottlenecks.
http://www.hpux.ws/system.perf.sh
It runs background with minimal modifcation.
There are weeks worth of courses on system tuning available from HP education.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 10:58 PM
07-24-2006 10:58 PM
Re: HP UX Server is slow
Patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:31 PM
07-24-2006 11:31 PM
Re: HP UX Server is slow
HP has tool like "Performance Monitor" in HP Called Glance.Type "glance" and see the performance bars showing %utilization of cpu/mem and disk.
-WIp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:41 PM
07-24-2006 11:41 PM
Re: HP UX Server is slow
However, what you have provided is way to vague for anyone to really provide useful assistance.
Tell us what is wrong and be specific.
outside of that look at
man vmstat, man iostat, man swapinfo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 11:53 PM
07-24-2006 11:53 PM
Re: HP UX Server is slow
Here's an introduction to Unix systems administration. It includes many commands to measure system performance:
http://www.sikh-history.com/computers/unix/perform.html
Also check out the "HP Performance Cookbook" attached to this posting. It describes common performance problems and their solutions.
The first thing I would check for is paging:
# swapinfo -tam
# sar -w 5 5
# vmstat 5 5
Then check your buffer cache hit ratio:
# sar -b 5 5
Also check top CPU and memory users:
# top
# UNIX95= ps -e -o "pid,user,vsz,args" | sort -nr -k 3 | more
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 10:01 PM
07-25-2006 10:01 PM
Re: HP UX Server is slow
This Question was asked in an interview
They expects step by step troubleshoot.
You are working remotely on the server
Regards
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 10:02 PM
07-25-2006 10:02 PM
Re: HP UX Server is slow
glance will be help you to analyze your performace.
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 10:14 PM
07-25-2006 10:14 PM
Re: HP UX Server is slow
Rgds
Sreekanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2006 10:18 PM
07-25-2006 10:18 PM
Re: HP UX Server is slow
uisng sar -d 1 5 to check your disk utilisation
check avwait and avserv. avwait must least than avserver. if avwait bigger than avserve, you must suspect disk bottle neck
for network, try ftp big file from ur pc to your server calculate how long transfer time.
check syslog too. any problem with your server.
if you have glance it more easier. if you have aplication CD you can install trial version ( 30 days only)
thanks
freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2008 09:23 PM
09-22-2008 09:23 PM