Archive for December, 2009
How To Mount postgresql Data folder on SAN
by admin on Dec.15, 2009, under Database
Yesteday I got a problem for mounting postgresql data on Dell EMC Storage Area Network. The OS I have installed is RHEL 5.4, postgresql version is 8.4.
First I have map the SAN partition in to the server using navisphere agent. It map in to the server like
/dev/emcpower or /dev/sdb1
Using the command fdisk -l, we can check if the SAN mounted or not
I have tried to mount the /data folder into the server that time I got the issue like
Destination not writable, Readonly filesystem (continue reading…)