Zpool resource fails to Probe

Article: 100025867
Last Published: 2012-01-24
Ratings: 0 0
Product(s): InfoScale & Storage Foundation

Problem

Zpool resource fails to Probe if ChkZFSMounts attribute not set correctly

Error Message

VCS WARNING V-16-10001-20004 (SYS1) Zpool:mypool_res:monitor:Warning: The filesystem mypool with mountpoint none is not mounted. Administrative action may be required

Cause

In this configuration one ZFS filesystem has MOUNTPOINT set to none
 

# zfs list
NAME USED AVAIL REFER MOUNTPOINT
mypool 313K 16.5G 32K none
mypool/data 155K 16.5G 31K legacy
mypool/data/export 124K 16.5G 31K legacy
mypool/data/export/appl 93K 16.5G 31K legacy
mypool/data/export/appl/CA 31K 16.5G 31K legacy
mypool/data/export/appl/bmc 31K 16.5G 31K legacy


and the ChkZFSMounts attribute set to 1 (true)
# hares -display mypool_res |grep ChkZFSMounts
mypool_res ChkZFSMounts global 1



The ChkZFSMounts attribute enables the check to determine whether all the file systems are properly mounted for that ZFS storage pool when the mountpoint property is not set to legacy.

Since in this config the mypool has Mountpoint set to none it gives error

Solution

To resolve
1. Fix the MOUNTPOINT entry for the filesystem

OR

2. Set the ChkZFSMounts to 0 (false).

haconf -makerw
hares -modify $Zpool_Resource ChkZFSMounts 0
haconf -dump -makero


Applies To

Solaris 10
VCS 5.1, 5.1SP1

Was this content helpful?