This is a discussion on prstat and ps command not working within the comp.unix.solaris forums, part of the Solaris Operating System category; --> hello, i am using solaris 10 , with configured zones since last two days i am facing the problem ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| hello, i am using solaris 10 , with configured zones since last two days i am facing the problem when i execute the prstat , ps pfiles ,w it not responding even its not terminated by any break keys for example i tried to executed , prstat its stop like below o/p $prstat Please wait... we are using sun filerV490 your help would be appriciated, thanks and regads, nikunj |
| ||||
| On 11 Set, 15:38, Nikunj Khakhar <nikunj.khak...@gmail.com> wrote: > hello, > > i am using solaris 10 , with configured zones > > since last two days i am facing the problem > > when i execute the prstat , ps pfiles ,w it not responding even its > not terminated by any break keys > > for example > > i tried to executed , prstat its stop like below o/p > > $prstat > Please wait... > > we are using sun filerV490 > > your help would be appriciated, > > thanks and regads, > > nikunj Hi, you can use truss command for debug your commands. You can launch truss -a -f -p <pid_of_prstat> and then you can see syscalls and value returns. Bye! |