AIX VCS Mount resource fails with "0507-289 Device unavailable or locked by another process"

book

Article ID: 100024506

calendar_today

Updated On:

Description

Error Message

As per the engine log for VCS:

2011/05/15 01:02:20 VCS INFO V-16-2-13001 (rsu8) Resource(mnt_cdwetl):
Output of the completed operation (online)
mount: /dev/cdwetllv on /cdwetl: No such device or address

The current volume is: /dev/cdwetllv
Open volume exclusive read or write returned, rc = 6
fsck: 0507-289 Device unavailable or locked by another process.
Cannot continue.

mount: /dev/cdwetllv on /cdwetl: No such device or address 

Cause

The filesystem in question was already mounted by the operating system and was declared in /etc/filesystems:

/ciwetl:
        dev             = /dev/ciwetllv
        vfs             = jfs2
        log             = /dev/logrsu8bvglv
        mount           = true <----------------------should be "false"
        check           = false
        options         = rw
        account         = false

Resolution

The entry in /etc/filesystems must have its mount option said to "false" to allow VCS to control its mount, rather than both AIX and VCS. This then prevents AIX auto-mounting the filesystem at boot time, and allows VCS to perform the mount without error.

 

Applies To

AIX 

Issue/Introduction

Cluster Server (VCS) Mount resource errors during an online attempt