Operating System - HP-UX
1834247 Members
2503 Online
110066 Solutions
New Discussion

Console errors in Hpux 11,11

 
Victor Burguillos_4
Frequent Advisor

Console errors in Hpux 11,11

Hi,
I have some messages in my UX console, I need know what happened with the following error:
ectel01:/ >cat

Sep 3 03:33:00 ectel01 syslog: NetWorker Savegroup: (info) starting Default (with 1 client(s))
Sep 3 03:33:04 ectel01 syslog: NetWorker Savegroup: (info) ectel01:/nsr/res/nsr.res no cycles found in media db; doing full save
Sep 3 03:33:04 ectel01 syslog: NetWorker media: (info) label a new writable volume for pool `Default'
Sep 3 03:33:06 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 03:33:06 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 03:48:07 ectel01 syslog: NetWorker media: (critical) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 03:48:07 ectel01 syslog: NetWorker media: (critical) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:03:38 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:03:38 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:03:38 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:18:39 ectel01 syslog: NetWorker media: (critical) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:03:38 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:03:38 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)
Sep 3 04:03:38 ectel01 syslog: NetWorker media: (waiting) backup to pool 'Default' waiting for 1 writable backup tape(s)

Thanks

Victor
6 REPLIES 6
Marco A.
Esteemed Contributor

Re: Console errors in Hpux 11,11

Hello

Are you in a clustered environment?
Has your system crashed ? if so, do you have a valid dump file ?

Regards,


Marco
Just unplug and plug in again ....
Torsten.
Acclaimed Contributor

Re: Console errors in Hpux 11,11

Sounds to me there is no empty tape in your "Default" tape pool or the library is not moving an empty tape into the drive.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Marco A.
Esteemed Contributor

Re: Console errors in Hpux 11,11

Do you have Oracle?, that happens when using Oracle?

Regards,


Marco
Just unplug and plug in again ....
Fabian Briseño
Esteemed Contributor

Re: Console errors in Hpux 11,11

Hey Victor.
Check this link out, hope it helps


http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1123478
Knowledge is power.
Robert-Jan Goossens
Honored Contributor

Re: Console errors in Hpux 11,11

Hi Victor,

Do you use Networker as your backup tool?

The software is waiting for a new tape, labeled in the pool default.

From above messages it looks like Networker never has been configured.

Robert-Jan
Robert-Jan Goossens
Honored Contributor

Re: Console errors in Hpux 11,11

Just in case you are not using the Networker software as your primary backup tool.

stop the networker daemons.

# nsr_shutdown

Move the networker start/stop script/links in the /sbin/init.d, /sbin/rc0.d and the /sbin/rc2.d to Oldnetworker.

# mv /sbin/init.d/networker /sbin/init.d/OLDnetworker

etc.

Otherwise, let me know if you need help to configure networker.

Hope this helps,
Robert-Jan