- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Legato storage manager messages ???
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 11:35 AM
04-16-2002 11:35 AM
I have a box I just recently took to 11.0 using the same cd's I have for all my 11.0
upgrades.
On the console I keep getting this message
Legato Storage Media Manager (waiting) backup
to pool 'Default'waiting for 1 writable backup tape
What is this and how do I get it to stop?
Thanx
MIke
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 11:43 AM
04-16-2002 11:43 AM
Re: Legato storage manager messages ???
This is just an informational message telling you that your tape library has used the tape in the drive and is waiting for another (blank) tape - if Legato is set up properly it should just go on to mount your next available tape.
I receive the messages on the console each night, they really haven't bugged me enough to figure out how to get rid of them sorry!
Tracey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 11:54 AM
04-16-2002 11:54 AM
SolutionIf memory serves, this is an artifact from an Oracle install. There will be an entry in /sbin/init.d/networker to start this stuff. I think all you need to do is
/sbin/init.d/networker stop and then either remove the S and K links in the /sbin/rcN.d directories or simple cause the script to do an exit 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:02 PM
04-16-2002 12:02 PM
Re: Legato storage manager messages ???
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x872a8ffa98a2d5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:14 PM
04-16-2002 12:14 PM
Re: Legato storage manager messages ???
I've never seen any message about that before.
We use fbackup for backing up.
Is it telling me the backup needs another tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:26 PM
04-16-2002 12:26 PM
Re: Legato storage manager messages ???
It's a backup/storage management software product line. Oracle will run just fine with the networker script disabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:27 PM
04-16-2002 12:27 PM
Re: Legato storage manager messages ???
http://www.legato.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2002 12:34 PM
04-16-2002 12:34 PM
Re: Legato storage manager messages ???
Legato is a backup software. It will work just like Omniback or the fbackup. However, you need to purchase the product if you want to use that. In your case, as you are using fbackup, you may not need to consider this option. The message you are getting on your console is coming from Legato software ( which is installed temperarily from an Oracle install ?). If you don't use Legato, then you can just stop the daemons using:
# /sbin/init.d/networker stop
If you don't want this to start on next reboot, then disable/remove/rename the Legato start/kill rc scripts (/sbin/rc2.d/S900networker and /sbin/rc0.d/K200networker).
Also check this great topics:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x316efd3f91d3d5118ff40090279cd0f9,00.html
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x96b70bce6f33d6118fff0090279cd0f9,00.html
to find out them:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1e6f84534efbd5118ff40090279cd0f9,00.html
HTH,
Shiju