Exclude list de procesos de Netbackup en Antivirus Trend Micro 8 bajo Windows 2003

Hay que crear un fichero de registro con el siguiente formato:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPBKAR32]
“ProcessImageName”=”bpbkar32.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPBRM]
“ProcessImageName”=”bprbrm.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPCD]
“ProcessImageName”=”bpcd.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPCOMPATD]
“ProcessImageName”=”bpcompatd.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPCOMPATD]
“ProcessImageName”=”bpcompatd.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPDBM]
“ProcessImageName”=”bpdbm.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPDM]
“ProcessImageName”=”bpdm.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPINETD]
“ProcessImageName”=”bpinetd.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPJAVA-MSVC]
“ProcessImageName”=”bpjava-msvc.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPJOBD]
“ProcessImageName”=”bpjobd.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPRD]
“ProcessImageName”=”bprd.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\BPTM]
“ProcessImageName”=”bptm.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBCONSOLE]
“ProcessImageName”=”nbconsole.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBEMM]
“ProcessImageName”=”nbemm.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBEVTMGR]
“ProcessImageName”=”nbevtmgr.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBJM]
“ProcessImageName”=”nbjm.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBNOS]
“ProcessImageName”=”nbnos.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBPEM]
“ProcessImageName”=”nbpem.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBPROXY]
“ProcessImageName”=”nbproxy.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBRB]
“ProcessImageName”=”nbrb.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBRMMS]
“ProcessImageName”=”nbrmms.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBSL]
“ProcessImageName”=”nbsl.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBSTERV]
“ProcessImageName”=”nbstserv.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBSVCMON]
“ProcessImageName”=”nbsvcmon.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\NBSVCMON]
“ProcessImageName”=”nbvault.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\DBSRV9]
“ProcessImageName”=”dbsrv9.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\DBSRV11]
“ProcessImageName”=”dbsrv11.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\PBX_EXCHANGE]
“ProcessImageName”=”pbx_exchange.exe”

[HKEY_LOCAL_MACHINE\SOFTWARE\TrendMicro\NSC\TmProxy\WhiteList\MONITOR_SERVER]]
“ProcessImageName”=”monitor_server.exe”

Posted in Uncategorized | Tagged , , | Leave a comment

Script de nagios para comprobar si ha habido algún cambio en un switch de fibra

#!/bin/bash

export ORIGINAL=ruta/
export VOLATIL=ruta2/
ssh $1 -l nagios switchshow > $VOLATIL/$1
SALIDA=`diff $ORIGINAL/$1 $VOLATIL/$1 > /dev/null; echo $?`

if [ $SALIDA -eq 0 ];then
echo “Todos los WWN están en sus correspondientes puertos”
exit 0
elif [ $SALIDA -eq 1 ];then
echo “Todos los WWN no aparecen en sus correspondientes puertos”
exit 2
else
echo “Algo no va bien”
exit 3
fi

Para que funcione debe crearse una clave ssh, es simple pero funciona

Posted in Brocade, nagios | Tagged , | Leave a comment

check de nagios para ver el número de cintas disponibles pertenecientes a un robot ACS en un pool de scratch de Netbackup

Para que funcione correctamente hay que tener grep para windows instalado.

@echo off
set WARN_COUNT=%1
set CRIT_COUNT=%2
“c:\Program Files\Veritas\Volmgr\bin\vmquery.exe” -b -pn scratchpool | grep ACS -c > salida.txt”
set /P SCRATCH_COUNT=<”c:\Program Files\NSClient++\scripts\salida.txt”

if %SCRATCH_COUNT% LSS %WARN_COUNT% ( if %SCRATCH_COUNT% LSS %CRIT_COUNT% ( GOTO err) ELSE ( GOTO warn )) ELSE (GOTO OK)
echo UNKNOWN: algo fue mal
exit /B 3

:err
echo “Cintas de scratch CRITICAL : el numero de cintas disponibles %SCRATCH_COUNT% es menor de
%CRIT_COUNT%|scratch=”%SCRATCH_COUNT%;warning=%WARN_COUNT%;critical=%CRIT_COUNT%
exit /B 2

:warn
echo “Cintas de scratch WARNING : el numero de cintas disponibles %SCRATCH_COUNT% es menor de
%WARN_COUNT%|scratch=%SCRATCH_COUNT%;warning=%WARN_COUNT%;critical=%CRIT_COUNT%
exit /B 1

:o k
echo “Cintas de scratch OK : numero de cintas disponibles
%SCRATCH_COUNT%|scratch=%SCRATCH_COUNT%;warning=%WARN_COUNT%;critical=%CRIT_COUNT%
exit /B 0

Posted in nagios | Leave a comment

Performance improvements for tape in NetBackup 7.1

Hace poco hemos actualizado a Netbackup 7.1 y como he podido leer en http://www.symantec.com/business/support/index?page=content&id=TECH143890 existen mejoras muy interesantes para los que usamos cintas.

Posted in Uncategorized | Tagged | Leave a comment

Desastre!

Parece ser que la base de datos de mi wordpress ha decidido morirse. Estoy intentando recuperar mis posts aunque puede que alguno se pierda por el camino y tengo que cambiar el tema por defecto aún :S.

Posted in Uncategorized | Leave a comment

Vault de Netbackup parece que funciona pero no saca cintas al CAP

Este comportamiento se produce cuando existe un fichero de bloqueo de cap.

Se debe esperar a que el Vault finalice, buscar en los Media Servers y dentro de /usr/openv/volmgr/misc (UNIX) o \volmgr\misc (Windows) borrar los ficheros del tipo EJECT_x_x_x_x.txt.

Posted in Netbackup 7 | Leave a comment

check_snmp Cannot create temporary filename

Escribo este post obligado por mi compañero Angel :P

Configurando un plugin de nagios con check_snmp bajo Centos 5 recibíamos el error “Cannot create temporary filename”

Tras buscar un poco por el sistema hemos visto que el problema estaba en que el usuario nagios no tenía permisos en /var/check_snmp/

Posted in Uncategorized | Leave a comment

Administration of Symantec NetBackup 7.0 for Windows

Ya la tengo!

Posted in Uncategorized | Leave a comment

Averiguar número de cores físico y virtuales en Solaris 10

Físicos:
psrinfo -p

Virtuales:
psrinfo -v

Posted in Uncategorized | Leave a comment

Oracle y HDS rompen ?

Acabo de leer esto en el blog de iknerd.com:

2 March 2010

Dear Valued Partner,
Due to the recent acquisition of Sun Microsystems by Oracle Corporation, there has been much speculation as to the effect the merger will have on the market, product offerings and partnerships. As you are aware, Hitachi Data Systems and Sun Microsystems have enjoyed a successful business partnership. On March 31, 2010, the current distribution agreement that Hitachi Data Systems and Sun Microsystems have been jointly operating under for the past nine years will come to an end.

This relationship has given our partners access to industry-leading storage solutions built on Hitachi technology on which many of the world’s top enterprises have come to rely. With the acquisition of Sun Microsystems, Hitachi Data Systems and Oracle agree that the time is right to evolve this relationship into one reflecting the priorities of the new company. We are jointly determining the positioning of the products and solutions based on Hitachi Data Systems that you have deployed with clients. We understand you and your customers have questions and concerns surrounding service obligations to the global install base moving forward.

Hitachi Data Systems will be answering all questions and concerns with solid transition programs and will focus on meeting the demands of the continued excitement in the marketplace around the Hitachi Data Systems technology and the unique leading edge solutions that the Hitachi Data Systems brand has, and will continue to bring to market. These solutions will continue to be made available to you and your customers under the Hitachi Data Systems brand name.

Details will be forthcoming on programs and processes that will help guide you and your customers, as we transition this business moving forward. A new chapter is here, and Hitachi Data Systems sees great opportunities for you that will materialize in the market. Protecting, developing and growing your business is our top priority.

Thank you.

Si Oracle sigue deshojando a SUN tengo la sensación de que se quedará con un tallo.

Posted in Uncategorized | Leave a comment