1836442 Members
3479 Online
110100 Solutions
New Discussion

Legato Storage Manager

 
SOLVED
Go to solution
Joe Profaizer
Super Advisor

Legato Storage Manager

I'm the following messages on my terminal session and in email, but don't know why or how to diagnose or fix problem:

Dec 18 05:51:32 rgab syslog: Legato Storage Manager media: (critical) backup to pool 'Default' waiting for 1 writable backupe tape(s)

Dec 18 05:51:32 rgab syslog: Legato Storage Manager media: (waiting) backup to pool 'Default' waiting for 1 writable backupe tape(s)


As far as I know, I don't use Legato Storage Manager.

Please consult,

..Joe

5 REPLIES 5
Pete Ellis
Trusted Contributor
Solution

Re: Legato Storage Manager

LSM must be installed on your system, oracle installs can do this. Check using swlist. If your not using it, then swremove it; but I would check who installed this. The swinstall logs should point to the culprit.

Regards
Kofi ARTHIABAH
Honored Contributor

Re: Legato Storage Manager

Joe:

it looks like either Legato Storage Manager is running or that another box that is running it is sending its syslog entries to your box.

-do a ps -ef | grep nsr
(you could also post the results of ps -ef )
if it comes up with anything, then you do have LSM running - in that case, try the following to shutdown the networker daemons:

/sbin/init.d/networker stop

you may want to disable it by checking the /etc/rc.config.d/ and look for a file called networker -edit it to disable it on startup.
nothing wrong with me that a few lines of code cannot fix!
Clemens van Everdingen
Honored Contributor

Re: Legato Storage Manager

Did you check if Legato is installed on your system.
# swlist -l fileset
# cd /opt;ls

Are you using any Legato Software?
Was something recently installed on your server? Check in /var/adm/sw/swagent.log
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Tracey
Trusted Contributor

Re: Legato Storage Manager

To shut it down, type nsrshutdown. If for some reason you cannot uninstall it, you can stop it from loading upon bootup by removing the file (on a 10.20 system):
/sbin/init.d/networker
which is linked to
/sbin/rc2.d/S900networker
Joe Profaizer
Super Advisor

Re: Legato Storage Manager

Thanks all.

Tracey is the same procedure valid for HP-UX 11.0 to prevent startup. There is no "networker" file referenced in /etc/rc.config.d