prtdiag -v show no output


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users prtdiag -v show no output
# 1  
Old 08-18-2009
prtdiag -v show no output

Dear All....Help required

prtdiag -v command shows no output on my V440 server.

Following is the details:

root@sdp16b>prtdiag -v
root@sdp16b>

root@sdp16b>uname -a
SunOS sdp16b 5.9 Generic_122300-31 sun4u sparc SUNW,Sun-Fire-V440

root@sdp16b>echo $path
/usr/sbin /usr/bin /usr/sbin /usr/dt/bin /usr/sfw/bin /usr/openwin/bin /opt/EABfds/bin /opt/EABcsutls/bin /opt/TimesTen/bin /opt/EABcss7ut/bin /opt/EABss7009/bin

root@sdp16b>/usr/sbin/prtdiag -v
root@sdp16b>

OS is solaris 9
# 2  
Old 08-18-2009
Have you tried:
Code:
/usr/platform/`arch -k`/sbin/prtdiag -v

Which is how one ran prtdiag on Solaris 8 and below?
# 3  
Old 08-19-2009
Sorry Mate still does not work.... Smilie

root@sdp16b>/usr/platform/`arch -k`/sbin/prtdiag -v
root@sdp16b>
# 4  
Old 08-19-2009
I've read that prtdiag does not work on all platforms.
# 5  
Old 08-19-2009
Was it working previously...

Have you recently applied any patches ?

Is picl correctly installed:
Code:
# pkginfo -l | grep picl
PKGINST: SUNWpiclr
PKGINST: SUNWpiclu
DESC: PICL Daemon, Libraries, prtpicl client and plug-in modules
PKGINST: SUNWpiclx

If so a bounce of picld may resolve issue.

Otherwise you may need to pkgrm/pkgadd picld p again to get a clean set up...

HTH
# 6  
Old 08-19-2009
@Tytalus

I think its picl installed properly.

root@sdp16a>pkginfo -l | grep picl
PKGINST: SUNWpiclr
PKGINST: SUNWpiclu
DESC: PICL Daemon, Libraries, prtpicl client and plug-in modules
PKGINST: SUNWpiclx

It was working previously... then I upgraded the machine and installed some new patches. I did the same to the other machine in the cluster and every thing is Ok over there and the prtdiag command runs there error free.

---------- Post updated at 03:41 PM ---------- Previous update was at 03:39 PM ----------

@Tytalus

Sorry I gave you the output of the A node the troubled nodes output is:

root@sdp16b>pkginfo -l | grep picl
PKGINST: SUNWpiclr
PKGINST: SUNWpiclu
DESC: PICL Daemon, Libraries, prtpicl client and plug-in modules
PKGINST: SUNWpiclx
# 7  
Old 08-19-2009
ok- so try a stop/ start of picl. It's the usual cause for prtdiag (and sunmc) issues.

You could also try a truss on your prtdiag and see what's happening.

often you'll see it's spinning on a door call - so you can then track that back. It's often picl - hence the restart.

another route if the picl stop/start doesn't work is to dive into the console and do a resetsc
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

prtdiag

Hi everyone, Please can you tell me what kind of memro we are talking about when we run : prtdiag -v Memory size: 98016 Megabytes Thank you (7 Replies)
Discussion started by: adilyos
7 Replies

2. Shell Programming and Scripting

Script that will show output starting from 24-hours earlier to present

Hi Guys, Good day! I hope you could help me on this, I have a file that conatins output upon executing cat /var/log/messages, then what I want is to get the logs that has been generated only starting from 24-hours earlier at the time of actual execution of the script. Is this possible? Best... (9 Replies)
Discussion started by: rymnd_12345
9 Replies

3. Solaris

prtdiag output for Solaris on Fujitsu hardware shows vendor as Sun Microsystems

Hello, I was under the impression that the Header of the prtdiag output shows the hardware vendor information in the section between System Configuration and sun4u/sun4us. But on some Solaris machines which are running on Fujitsu hardware, the vendor is shown as Sun Microsystems in this... (8 Replies)
Discussion started by: chattygk
8 Replies

4. Shell Programming and Scripting

Bash script show Kill system output

Hi we are calling kill -9 $pid command from bash script it gives below output, but we need to hide the output. i tried /dev/null but ni luck. is there any alternate way to schive this. ../kill_scr.sh: line 42: 1891 Killed /tmp/anr_rest_mul_wc.sh Soalris 10. ... (2 Replies)
Discussion started by: sachinbutala
2 Replies

5. Shell Programming and Scripting

Show pages on a script's big output

Hi again: I have this code which gives an large output(several screens), and I want to display on screen at a time (like more does)....how can I do this? echo echo "Los roles en el sistema son:" echo lsrole -a dfltmsg ALL|sed 's/dfltmsg=/Descripcion=/' thanks Israel. (4 Replies)
Discussion started by: iga3725
4 Replies

6. Shell Programming and Scripting

Two files one file is dependent and it does not show an output

xxxxx (2 Replies)
Discussion started by: vinayrao
2 Replies

7. UNIX for Dummies Questions & Answers

Interpreting prtdiag output - 2 or 4 CPUs?

I am having trouble figuring this one out.....Is this a 2CPU or a 4CPU v490 with 16GB? I think it is a 2CPU system, looking for confirmation. $ prtdiag System Configuration: Sun Microsystems sun4u Sun Fire V490 System clock frequency: 150 MHz Memory size: 16384 Megabytes ... (1 Reply)
Discussion started by: config_boy
1 Replies

8. Shell Programming and Scripting

Help required to parse Oracle imp show=y output to DDL Commands

Hi, I generated an Oracle schema DDL script file using the show=y option of the Oracle import utility but the file that it generates needs a little more formating before we can run this as simple DDL comands to generate the schema at Target using the script file.Here is the simplified output of... (1 Reply)
Discussion started by: rajan_san
1 Replies

9. Shell Programming and Scripting

echo doesnot show output

hi every one , i m new in unix . i m trying shell scripting . set v = abc echo $v but it does not show any output . please help me (4 Replies)
Discussion started by: samy123
4 Replies

10. UNIX for Dummies Questions & Answers

Question on prtdiag output ...

Hello all , This is the output of my prtdiag command ...The speed of each of the CPUs is listed below (1281 MHz ) ..That's fine ..I'm confused about the (System clock frequency: 183 MHZ ) ..What is the difference between System Clock freq and CPU freq ...THanks.. System Configuration: Sun... (5 Replies)
Discussion started by: luft
5 Replies
Login or Register to Ask a Question