Error Code details
V-16-10001-20014
Severity: Error 
Component: Cluster Server 
Message:
The value altroot for zpool %s is not set. Resource state is UNKNOWN
Description:

The message is displayed when you import a ZFS storage pool (zpool) under Veritas Cluster Server (VCS) management from outside of VCS with the altroot property unspecified. For example:

 

#zpool list mypool

NAME        SIZE    ALLOC   FREE    CAP  HEALTH  ALTROOT

mypool      1.98G  95.5K     1.98G     0%   ONLINE     -

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2012-12-24 03:32:39
Platform: Solaris 10 (SPARC), Solaris 10 (x86-64)
Release: 6.0
Content:

This solution applies to VCS 6.0 and later releases on the Oracle Solaris 10 and Oracle Solaris 11 platforms.
 

To solve the problem:

  1. Export the zpool. Enter:

    # zpool export PoolName
  1. Bring the zpool resource online through VCS. Enter:

    # hares -online poolres -sys sys1

Or import the zpool with altroot set to the desired path. Enter:

# zpool import -R AltRootPath PoolName