martes, 12 de abril de 2011

DeverloperWorks

Sigo en DeveloperWorks, dentro del site de IBM.

El nombre del blog es:

miércoles, 2 de marzo de 2011

Desbloquear Volume Group en Aix.

putlvodm

Reads LV data from the command line and writes it to appropriate ODM (Object Data Manager) class fields.
Examples What it does
putlvodm -K `getlvodm -v rootvg`

Unlocks a VG so that the LVM commands can access or change information about a particular LVM device.
If the message 0516-366 lsvg: Volume group rootvg is locked is ever seen, the above command will unlock the VG in question.

viernes, 21 de enero de 2011

Imprimir un Timestamp de Unix

perl -le 'print scalar localtime 1223451491'