Urgent!! Dumpstabs Utility


 
Thread Tools Search this Thread
Operating Systems Solaris Urgent!! Dumpstabs Utility
# 8  
Old 08-07-2009
also can try this command

which dumpstabs

what it says?
# 9  
Old 08-07-2009
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
# 10  
Old 08-07-2009
and what is the output of:

Code:
# 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...
# 11  
Old 08-07-2009
Quote:
Originally Posted by sankasu
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
Just do this.

/dev_tools/SunStudio11/SUNWspro/prod/bin/dumpstab -v
# 12  
Old 08-07-2009
Looks good..thanks for your help guys..

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

dumpstabs:dumpstabs 2.1
# 13  
Old 08-07-2009
dumpstabs is part of Sun Studio

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.
# 14  
Old 08-10-2009
Thanks for your help guys..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

URGENT Reading a file and assessing the syntax shell script URGENT

I am trying to write a shell script which takes an input file as an arguement in the terminal e.g. bash shellscriptname.sh input.txt. I would like for the file to be read line by line each time checking if the .txt file contains certain words or letters(validating the syntax). If the line being... (1 Reply)
Discussion started by: Gurdza32
1 Replies

2. Shell Programming and Scripting

How to Unzip a file using unzip utility for files zipped without zip utility ?

Hi, I need to zip/compress a data file and send to a vendor. The vendor does have only unzip utility and can accept only .ZIP files. I do not have zip utility in my server. How do I zip/compress the file so that it can be deflated using unzip command ? I tried gzip & compress commands, but... (1 Reply)
Discussion started by: Sabari Nath S
1 Replies

3. Shell Programming and Scripting

utility

hi experts, Can you please help me out in removing delimiters with in double quotes from a CSV file. input: ===== a,"bnn,",dgd, "sagfh,dj",ad output ===== a,"bnn",dgd, "sagfhdj",ad there are so mnay fileds in a row and there are millions of rows. Thanks in an advance.... (6 Replies)
Discussion started by: subhendu81
6 Replies

4. AIX

Help with nmon utility

We have processes that run on our AIX box that sometimes run away and end up consuming 99% of the CPU. I'd like to create a script that would attempt to monitor when this happens and send an email alert with the PID and CPU %. Has anyone done such a thing? I know that you can run the nmon output to... (6 Replies)
Discussion started by: ssmith001
6 Replies

5. AIX

URGENT: zip utility on AIX 5.x

Do you know where can I find the 'zip' binary utility for AIX 5.x ? I have the zip-2.3.0.0.bff file, but I don't have root access and I want to test the 'zip' utility. Thank you !!! (2 Replies)
Discussion started by: V3l0
2 Replies

6. UNIX for Advanced & Expert Users

URGENT,URGENT- Need help tape drive installation

Hi, I am trying to attach tape drive to sun V890 running Solaris 9 on it. I have installed HBA(qlogic) in slot 1 of 0-8 slots and booted the system. I do not see HBAin prtdiag output. The tape drive is not attached to HBA. The tape drive I am going to attach is Sony AIT3. 1.How can I make... (3 Replies)
Discussion started by: sriny
3 Replies

7. Solaris

Make utility

Hi Guys, I m very confused about the make/makefile utility in all unix. 1) My questions is why we need make. 2) Why some source code needs to complile. 3) I download the Bind 9 from Sunfreeware.com. I use pkgadd -d to install the bind. I 'm struck here becasue I can't find /etc/named.conf... (2 Replies)
Discussion started by: bigmoon
2 Replies

8. UNIX for Advanced & Expert Users

sar utility

can somebody provide me the Material on SAR utility for performance tuning (2 Replies)
Discussion started by: srinivasp
2 Replies

9. UNIX for Dummies Questions & Answers

What utility do I use for this?

I want to pull out the 3rd column of information and stick in a file. What is the Utility I use to do this? (8 Replies)
Discussion started by: James
8 Replies
Login or Register to Ask a Question