LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   GFS Mount Hangs (https://www.linuxquestions.org/questions/linux-software-2/gfs-mount-hangs-210272/)

mickg007 07-27-2004 01:22 PM

GFS Mount Hangs
 
Hi

I am having a problem mounting a GFS 6.0 filesystem on RedHat 3 Enterprse ES.

I have 2 Dell servers connected to a Dell FC disk array. The partitions from the array /dev/sda1 and /dev/sda2 are configured for the pools alpha and webhome. I have run the following:

1) pool_tool –c pool_webhome.cfg alpha_cca.cfg
2) pool_assemble –a (on each node)
3) ccs_tool create /root/alpha /dev/pool/alpha_cca (on server 1)
4) ccsd -d /dev/pool/alpha_cca (on each node)
5) lock_gulmd (on each node)
6) gfs_mkfs -p lock_gulm -t alpha:webhome -j 3 /dev/pool/pool_weblogs
7) mount -t gfs /dev/pool/pool_webhome /webhome

After mounting, it just hangs and I have to kill lock_gulmd.

Device Pool Label
====== ==========
/dev/pool/alpha_cca <- CCA device ->
/dev/pool/pool_webhome <- GFS filesystem ->
/dev/sda <- partition information ->
/dev/sda1 alpha_cca
/dev/sda2 pool_webhome
/dev/sdb <- EXT2/3 filesystem ->
/dev/sdb1 <- unknown ->
/dev/sdb2 <- EXT2/3 filesystem ->
/dev/sdc <- partition information ->
/dev/sdc1 <- unknown ->
/dev/sdd <- partition information ->
/dev/sdd1 <- EXT2/3 filesystem ->
/dev/sdd2 <- swap device ->
/dev/sdd3 <- EXT2/3 filesystem ->
/dev/sdd4 <- partition information ->
/dev/sdd5 <- EXT2/3 filesystem ->
/dev/sdd6 <- EXT2/3 filesystem ->
/dev/sdd7 <- EXT2/3 filesystem ->
/dev/sdd8 <- EXT2/3 filesystem ->

Messages File :


lock_gulmd[23133]: Starting lock_gulmd v6.0.0. (built Jun 2 2004 13:35:42) Copyright (C) 2004 Red Hat, Inc. All rig
lock_gulmd[23133]: You are running in Fail-over mode.
lock_gulmd[23133]: I am (www1-staticinhq) with ip (10.1.1.131)
lock_gulmd[23133]: Forked core [23134].
lock_gulmd[23133]: Forked locktable [23135].
lock_gulmd_core[23134]: I see no Masters, So I am Arbitrating until enough Slaves talk to me.
lock_gulmd_core[23134]: New generation of server state. (1090951995693373)
lock_gulmd[23133]: Forked ltpx [23136].
lock_gulmd_LTPX[23136]: New Master at www1-staticinhq:10.1.1.131

Have to kill Lock_Gulm to free up mount process:

lock_gulmd_core[23134]: Arbitrating Node Is Logging Out NOW!
lock_gulmd_core[23134]: finished.
lock_gulmd_LTPX[23136]: finished.
lock_gulmd_LT000[23135]: Core is shutting down.
_gulmd_LT000[23135]: finished.
kernel: lock_gulm: ERROR OOPACK! err -71
kernel: lock_gulm: Checking for journals for node "www1-staticinhq"
J kernel: lock_gulm: ERROR cm_login failed. -1
kernel: lock_gulm: ERROR Got a -1 trying to start the threads.
kernel: lock_gulm: fsid=alpha:webhome: Exiting gulm_mount with errors -1
kernel: GFS: can't mount proto = lock_gulm, table = alpha:webhome, hostdata =


Does anyone have any ideas why GFS mount is hanging. Any help would be much appreciated.

Thanks

Mick


All times are GMT -5. The time now is 06:40 AM.