Eliminar filesystem gpfs y crear un jfs2 en cada nodo

1. Desmonto el filesystem mmumount apps_middleware

root@pm-db1-sifus:/ > mmumount apps_middleware -f
Tue Jan 4 15:15:26 GMT-03:00 2011: 6027-1674 mmumount: Unmounting file systems ...
forced unmount of /apps/middleware


2. Borro el filesystem mmdelfs apps_middleware

root@pm-db1-sifus:/ > mmdelfs apps_middleware -p
GPFS: 6027-573 All data on following disks of apps_middleware will be destroyed: nsd_hdisk21
GPFS: 6027-574 Completed deletion of file system /dev/apps_middleware.
mmdelfs: 6027-1371 Propagating the cluster configuration data to all affected nodes. This is an asynchronous process.


3. Borro el Disco mmdelnsd nsd_hdisk21

root@pm-db1-sifus:/ > mmdelnsd nsd_hdisk21
mmdelnsd: Processing disk nsd_hdisk21
mmdelnsd: 6027-1371 Propagating the cluster configuration data to all affected nodes. This is an asynchronous process.


Borro el disco en el nodo pm-db2-sifus
Rmdev -Rdl hdisk21

Creo en el Storage Hitachi otro disco con las mismas características que este se lo presento al pm-db2-sifus previo borrado del disco anterior

Hago un cfgmgr en el nodo y vuelvo a detectar el nuevo disco hdisk21 ahora distinto al disco que tiene el nodo pm-db1-sifus

En cada nodo chdev -l hdisk21 -a reserve_policy=no_reserve -a queue_depth=8 -a rw_timeout=60

Como ya tengo el Volumen Logico solo creo el FS para apps_middleware

crfs -v jfs2 -g appsvg -a size=4000M -m /apps/middleware

Mount -a

Listo. Por prolijidad como estoy consumiendo 4Gb para el nuevo filesystem /apps/middelware agregué la LUN a cada volume group
extendvg appsvg hdisk21 para dejar disponible este espacio cuando sea necesario.

Comentarios