I am running snmptrapd version 5.1.2 on a server with Linux ES 4 installed.
I have configured the /etc/snmp/snmptrapd.conf file to call a script for all incoming traps :
traphandle default /usr/sbin/snmptthandler
But whenever a trap is sent to my server the above script is not run. Instead...
I want to be able to run a Post Job script that parses the job log for success/failure and then reports the findings to another application (for further processing).
The only problem is I need access to the job log from within my script but am not sure how to achieve this. I guess just knowing...
I want to be able to run a Post Job script that parses the job log for success/failure and then reports the findings to another application (for further processing).
The only problem is I need access to the job log from within my script but am not sure how to achieve this. I guess just knowing...
Am a complete newbie to XML so apologies in advance for the nature of my question!
Basically, I want to send an XML file to a web server from a Linux box. The address where I need to send the file looks something like this :
https://myserver.com/asp/myscript.asp
Does anyone know how I would...
Is it possible to make Arcserve run a user-defined script once a backup has completed and somehow pass the contents of the backup report to it (via STDIN perhaps)? The idea being that my script could then parse the backup report for success/failure and use this info to generate alerts via...
I want to use Nagios to determine if a Paradox application is running on a remote Windows machine. The problem I have is that although the application is definitely running and appears in the Task Manager list as process pdxrwin.exe, it doesn't appear to have a process id attached to it...
I am running Legato NW on a Windows 2000 server and have created a customised server notification that will automatically run a perl script on Savegroup Completion (alert or notice). This is what I have got in my action field :
D:\perl\bin\perl.exe C:\backup_status.pl
My perl program uses a...
I am running NW on a UNIX platform and have created a customized notification that will be invoked on Savegroup completion. This is what I have specified in the action field :
/usr/scripts/save_report.sh
The actual shell script (save_report.sh) contains the following :
#!/usr/bin/ksh
awk -f...
Hi...
Can anyone help me with the following please...
I have a UNIX script that does something along the following lines...
#!/usr/bin/ksh
...
...
...
...
for i in client_file
do
awk -f myfile.awk -v client=$i report
done
...
...
...
-----------------------------------------------
My...
Q1: I have seen cases where a Savegroup Completion Report contains saveset details listed under the headings of <Successful Savesets>, <Unsuccessful Savesets> and <Never Started Savesets>. Does anybody know how savesets listed under these headings would appear in the nsradmin completion...
I want to write a UNIX script that will sit on a Legato server and automatically run each time a savegroup is completed. Is it possible to configure Legato to do this?
If so, what would I need to put in my script to obtain details about the group that has just completed...group name, start...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.