1834533 Members
2744 Online
110069 Solutions
New Discussion

Nickel Problem

 
SOLVED
Go to solution
Gilbert Eu_1
Occasional Advisor

Nickel Problem

I have run the nickel script and waited for almost 30 minutes but it seems that it has not completed. When I check the output directory, seems that it kinda hanged when producing the output for cstm_i file.

What could be causing the problem?

Here's an output of "ps -ef | grep nickel" and what's on my screen right now.

Nickel Revision: A.01.12b15

Note, the Temporary Output will go to the following Directory:
/var/nickel

Point your favourite Web browser to that directory and
open the file index.html to see the results.

Final Archived File:
/var/nickel.psa1a.tar.gz

Collecting System Information...


# ps -ef | grep nickel
root 27285 27284 0 16:48:44 pts/ta 0:01 /usr/sbin/stm/ui/bin/stm -c -f /var/nickel/cstm_i
root 27284 27272 0 16:48:44 pts/ta 0:00 /usr/bin/sh /usr/sbin/cstm -f /var/nickel/cstm_i
root 1644 1385 0 17:18:01 pts/tb 0:00 grep nickel
root 27272 26587 0 16:48:44 pts/ta 0:00 /sbin/sh /opt/contrib/bin/nickel -o /var/nickel
root 26587 15809 0 16:47:43 pts/ta 0:00 /sbin/sh /opt/contrib/bin/nickel -o /var/nickel
4 REPLIES 4
Alex Lavrov.
Honored Contributor

Re: Nickel Problem

AFAIK, nickel was not updated several years. There is another cute tool for configuration collection, that is updated constantly and gives very nice and clean output - CFG2HTML. Works not only for HPUX, but also for Linux.

http://www.cfg2html.com/


Alex.
I don't give a damn for a man that can only spell a word one way. (M. Twain)
Bill Hassell
Honored Contributor
Solution

Re: Nickel Problem

Your diagnostics need reinstalling, or better yet, updating. You can verify that the problem is not nickel but cstm with a simple command line like:

echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm

If this command does not complete in less than 30 seconds, your diags are corrupt.


Bill Hassell, sysadmin
Gilbert Eu_1
Occasional Advisor

Re: Nickel Problem

Alex,

The cfg2html tool did not work either. It was hanging too.

Bill,

That really helped me identify what the problem is. I had to restart the diagmond process to succesfully execute the command you gave.

Nickel and cfg2html are now running.

Thanks guys.
Gilbert Eu_1
Occasional Advisor

Re: Nickel Problem

I needed to restart the diagmond process.