1832897 Members
2986 Online
110048 Solutions
New Discussion

Legato Storage Manager

 
Ronald Buergel
Occasional Contributor

Legato Storage Manager

Hello,

we have installed HPUX 11.00. Since that time we are see often this Message as root on the Terminal.
syslog: Legato Storage Manager media: (critical) backup to pool 'Default' waiting for 1 writable backup tape(s).
Why? And how can we stop this Message?
We use fbackup.

Thanks for information
Ronny
Leader of the Gang
4 REPLIES 4
CHRIS_ANORUO
Honored Contributor

Re: Legato Storage Manager

Put a new tape
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
John Palmer
Honored Contributor

Re: Legato Storage Manager

I suspect that you've installed Oracle 8i on the server. As part of that installation, Oracle installs Legato Storage Manager.

If you don't want it, use the swremove command to remove it - type 'swremove' and select Legato from the list of installed software.

Note that swremove will fail if the LSM daemons are running (they are in your case).
Shut them down first, use '/sbin/init.d/lsm stop' (I think that it's lsm, please check) or kill them off.

Hope this helps,
John
Tracey
Trusted Contributor

Re: Legato Storage Manager

Sounds like you installed Legato intentionally or not! To shut down the legato server type: "nsr_shutdown" Mine is located in /opt/networker/bin

If you want them to stop loading at boot up time, you need to move the following files to a back up location - just in case you need them:

/sbin/init.d/networker
/sbin/rc2.d/S900networker
John Palmer
Honored Contributor

Re: Legato Storage Manager

Thanks Tracey,

I couldn't remember what the startup/shutdown script was called because I'd removed the software.

John