niXforums Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   PreferencesPreferences   Log in to check your private messagesLog in to check your private messages   Log inLog in 
·  nixdoc.net ·  man pages ·  Linux HOWTOs ·  FreeBSD Tips ·  Forums
navigation Forum index » *nix » HP-UX
HP-UX 11.x and Legato Networker 5.5
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
Author Message
James
*nix forums Guru


Joined: 09 Jun 2003
Posts: 306

PostPosted: Tue Jul 18, 2006 1:41 pm    Post subject: HP-UX 11.x and Legato Networker 5.5 Reply with quote

Hello,

I work for a company who uses Legato Networker to backup their HP-UX
systems.

The problem is Legato. It seems that on one particular server, Legato
wants to fail at least once a week. Multiple sites are supported
solely by me, and I have spent many weeks restoring Legato directories
when it crashes or encounters wierd problems, and then updating the
indexes and checking on the settings to make sure nothing has changed
(online and offline notes are kept on the settings for each server).

The thing that makes this difficult is that I am not allowed to install
software such as snort, sudo or tripwire. Furthermore, it seems that
although a limited number of people know the root password (i.e 1-2
people plus myself, as I am root), certain things are happening that
would require the root password. Physical security is not optimal, and
I have to sleep a small number of hours to keep my sanity, otherwise I
would be onsite or connected otherwise all the time.

A recent issue that concerns me is the numbe of times it's primary
daemons disappear from the process table, forciong me to go in and
restart it manually and watch the system. I had written a script to
automatically check and restart the processes, but it didn't work
correctly so it was removed from cron.

No signs of external intrusion are found, so it seems to me it would be
a system issue or internal access to the console for some odd reason to
only kill this application nightly this week.

Here is the script that was written:
#!/bin/sh
outfile="/nsr_up.txt"
touch $outfile
echo "Number of processes on host total: `ps -ef | grep nsr | wc -l`"
Quote:
$outfile
ps -ef | grep nsrd

if [ "$?" -eq 0 ]; then
echo "Exit value of last command was unsuccessful" >> $outfile
/opt/networker/bin/nsrd
/opt/networker/bin/nsrexecd
echo "" >> $outfile
echo "NSR processes started at `date`" >> $outfile
echo "Number of NSR process running on host total: `ps -ef | grep nsr
| wc -l`" >> $outfile
ps -ef | grep nsr >> $outfile
sleep 1
fi
mailx root@myhost.ext < $outfile
mailx me@externaladdr.ext < $outfile
rm $outfile


Can someone point out why:
1. These Legato issues are occurring
2. Why this script is overloading processes (nsrd loads at least one
nsrexecd and two nsrexex processes when started)

Thanks.
Back to top
Google

Back to top
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [1 Post] View previous topic :: View next topic
The time now is Fri Nov 21, 2008 11:09 pm | All times are GMT
navigation Forum index » *nix » HP-UX
Jump to:  

Similar Topics
Topic Author Forum Replies Last Post
No new posts ZFS and Legato Networker Daniel Rock Solaris 5 Fri Jul 14, 2006 4:31 pm
No new posts Error backup with Legato in AIX 5.3 samiotis AIX 1 Wed Jul 12, 2006 4:04 pm
No new posts Legato 7.1.2 - Tape list in Legato incorrect flashfodder Solaris 4 Tue Jul 11, 2006 9:23 am
No new posts Backup VMS ueber Legato Connors de 1 Fri Jun 30, 2006 10:49 am
No new posts SDLT-II 300/600 GB and Networker on Tru64 Notari, Ed Tru64 managers mail-list 0 Thu Jun 01, 2006 6:41 pm

Low Interest Credit Card | Insurance | Cheap Car Insurance | Bit Torrent Sites | Insurance
Copyright © 2004-2005 DeniX Solutions SRL
 
Other DeniX Solutions sites: Unix/Linux blog |  electronics forum |  medicine forum |  science forum | 
Privacy Policy


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.1536s ][ Queries: 16 (0.0822s) ][ GZIP on - Debug on ]