Category Archives: Uncategorized

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 … Continue reading

Posted in Uncategorized | Tagged | 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

check_snmp Cannot create temporary filename

Escribo este post obligado por mi compañero Angel 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 … Continue reading

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 … Continue reading

Posted in Uncategorized | Leave a comment

Listar parches instalados en una máquina Solaris 10

showrev -p

Posted in Uncategorized | Leave a comment

Best Practices for protecting Oracle RAC with NetBackup

ftp://exftpp.symantec.com/pub/support/products/NetBackup_Enterprise_Server/334850.pdf

Posted in Uncategorized | Leave a comment

Cambiar identididad de tu navegador firefox

A veces puede ser útil que nuestro firefox no aparezca como tal, existe un plugin llamado User Agent Switcher que puede ayudarnos en esa tarea: https://addons.mozilla.org/en-US/firefox/addon/59 http://chrispederick.com/work/user-agent-switcher/

Posted in Uncategorized | Leave a comment