Operating System - HP-UX
1752817 Members
3964 Online
108789 Solutions
New Discussion

Re: any command is taking long time to execute

 
P Arumugavel
Respected Contributor

any command is taking long time to execute

Hi Gurus,

 

I am facing a problem with a HP VM guest.

 

Running OS: HP-UX 11.31

VM : Version B.04.20.00

 

Problem: any command I issue is taking a long time. Due to this there were may jobs are hung .

Even ssh session is taking long time to give the login prompt ( I already checked the /var/adm/wtmp and btmp), also it takes for login.

Ping result also indicates no issue (response time is good)

Also done a general health check (bdf, ioscan, top, glance, sar..), everything looks to be normal.

 

Not able to have any clue about this issue, can anyone advise if you have a same experience.

 

Thanks,
Vel

 

 

P.S. This thread has been moved from HP-UX > sysadm to HP-UX > virtualization.
-HP Forum Moderator

3 REPLIES 3
Dennis Handly
Acclaimed Contributor

Re: any command is taking long time to execute

>any command I issue is taking a long time.

 

What type of commands?  How many CPUs are assigned to the guest?

Are all guests this slow or just this one?

 

What does "swapinfo -tam" show?

Anything obvious with uptime and top?

P Arumugavel
Respected Contributor

Re: any command is taking long time to execute

Thanks for your quick reply.

>>What type of commands?
any commands like ls, bdf, ls -l, glance, top, cp, mv,..etc

>>How many CPUs are assigned to the guest?
4 CPUs are assigned to this guest

>>Are all guests this slow or just this one?
No, just this one only.


>>What does "swapinfo -tam" show?
swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 0 8192 0% 0 - 1 /dev/vg00/lvol2
dev 4000 0 4000 0% 0 - 2 /dev/vg00/lv_swap2
reserve - 3942 -3942
memory 7787 4504 3283 58%
total 19979 8446 11533 42% - 0 -

>>Anything obvious with uptime and top?
Nothing noticeable in uptime & top. They seem to be normal


Rgds...
Matti_Kurkela
Honored Contributor

Re: any command is taking long time to execute

What's the state of the VM host?

 

If your VM host is overcommitted (e.g. the guests in it have more virtual CPUs total than the host has physical CPU cores) and/or another VM guest is doing a lot of I/O operations, your guest might slow down because there are not enough physical CPU or I/O capacity in the host to satisfy all the guests.

MK