Urgent!! Dumpstabs Utility

Hi Everyone,

I need to invoke the dumpstabs utility on Solaris 10.
OS details :
SunOS frtsunserver 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-V440
when i key in the command dumpstabs -v it says "dumpstabs not found.

whatever is that have you done a search?

find / -name dumpstabs -print

THanks for the reply but the utility is present in my machin but unable to invoke it.Is there site where in i can get the package so that i can download/add the same

I dunno what's dumpstabs. Is that a freeware or comes with sun? Freeware can try sunfreeware, otherwise sunsolve.com

if your say it's on your server but you get the error then maybe it's not path.

specify the full absolute path

/<some path>/dumpstabs -v

or

cd /<somepath>
./dumpstabs -v

if i use google right, dumpstabs is part of sunstudio or better SUNWspro package...

exactly thats the best part .The utility comes along with solaris.
and i find it at /usr/bin.
but when i try to invoke the same it says

$ dumpstabs -v
bash: dumpstabs: command not found

the utility doesn't come with solaris... it isn't on my system (also solaris 10 full install).

root@solaris # cd /usr/bin/
root@solaris # ls du*
du        dumpcs    dumpkeys
root@solaris # 

do a "ls -l" on your version of dumpstabs and have a look if it is a link to another location!

also can try this command

which dumpstabs

what it says?

did that already.

$ ls -lrt du*
-r-xr-xr-x 1 root bin 10884 Jan 23 2005 dumpkeys
-r-xr-xr-x 1 root bin 10088 Jan 23 2005 dumpcs
-r-xr-xr-x 1 root bin 10436 Oct 16 2007 du
lrwxrwxrwx 1 root root 45 Mar 31 18:08 dumpstabs -> /dev_tools/SunStudio11/SUNWspro/bin/dumpstabs.
But even if i try to invoke it through the above path it says command not found.
$ pwd
/dev_tools/SunStudio11/SUNWspro/prod/bin
$ dumpstabs -v
bash: dumpstabs: command not found

and what is the output of:

# ls -l /dev_tools/SunStudio11/SUNWspro/bin/du*

?

also note, the switch "-v" is not supported by dumpstabs acording to the manpage i found online. only "-V" is inside the manpage...

Just do this.

/dev_tools/SunStudio11/SUNWspro/prod/bin/dumpstab -v

Looks good..thanks for your help guys..

bin $ /dev_tools/SunStudio11/SUNWspro/prod/bin/dumpstabs -V

dumpstabs:dumpstabs 2.1

dumpstabs is part of Sun Studio software.

You need to create a free Sun developer account to download it.

Sun Studio Downloads

Or just google for "sun studio download".

You can ignore the scary prices on the download page, the
support service plan is not required.

But you will need to register first.

Thanks for your help guys..