Certification Tivoli Storage Manager

Je viens d’obtenir la certification « IBM Certified Deployment Professional – Tivoli Storage Manager V6.1« .

L’examen est quand même difficile et couvre une majorité des nouveaux composants de TSM 6.1 : Dé-duplication, intégration avec VCB, gestion de DB2, etc.

La prochaine étape est d’obtenir est certification Linux, je regarde présentement du coté de LPI, de Red Hat ou de Suse.  À suivre…

  • Share/Bookmark
Posted in Moi. No Comments »

A simple yet effective PostgreSQL backup script.

Many times I have seen administrator creating a backup script to dump their databases that do not address the follow issues :

  • You don’t want to manually specify which database to backup so that every time a new database is created, it will be automatically backed up. Very common mistake.
  • You want to save multiple copies of your database, still you don’t want it to fill your hard disk.

Here is what I use to address that :

Read the rest of this entry »

  • Share/Bookmark
Posted in Linux. No Comments »