Oracle® Solaris Cluster 4.2 Release Notes

Exit Print View

Updated: September 2014, E39651-02
 
 

Zone Cluster Does Not Recognize *dsk WildCard With svm /dev/md (18167722)

Problem Summary: If you attempt to add Solaris Volume Manager metadevices to a zone cluster node using the asterisk "(*)" as a wildcard, the device will not be added. For example:

clzc:zc_name> add device
clzc:zc_name:device> set match=/dev/md/shared/*dsk/d11
clzc:zc_name:device>  end

Workaround: Use explicit path names as shown in the following example.

clzc:zc_name:device> set match=/dev/md/shared/dsk/d11
clzc:zc_name:device>  end
clzc:zc_name:device> set match=/dev/md/shared/rdsk/d11
clzc:zc_name:device>  end

If a device with the wildcard designation has been erroneously added, it can be removed as shown in the following example.

clzc:zone_name> remove device match=/dev/md/shared/2/*dsk/d11