Environment
Products:
Novell GroupWise Mobility Service 2.0
SUSE Linux Enterprise Server 11 Service Pack 3 (SLES 11 SP3)
Configuration
/var/lib/pgsql/data soft linked to a different folder
Situation
gms engine fails to start after upgrading to SLES 11 SP3 even after following TID 7010339
Resolution
After upgrade to SLES 11 SP3, /var/lib/pgsql/data link gets removed and it creates a new data directory. Please follow the steps listed below to recreate the soft link
-
Type rcgms stop and press Enter
-
Type killall -9 python and press Enter
-
Type rcpostgresql stop and press Enter
-
Type cd /var/lib/pgsql and press Enter
-
Type mv data dataold and press Enter
-
Type ln -s /link/to/data data and press Enter (Change /link/to/data to the correct folder where the data folder was linked to earlier)
-
Type rcpostgresql start and press Enter
-
Type rcgms start and press Enter