Arctera

After the local node restarts or panics, the FSS service group cannot be online successfully on the local node and the remote node when the local node is up again (3865289)

When all the nodes that are contributing storage to a shared Flexible Storage Sharing (FSS) DG leave the cluster, the CVMVolDG resources and their dependent resources such as CFSMount will be FAULTED. When the nodes rejoin the cluster, the resources/service groups will still remain in the FAULTED or OFFLINE state.

Workaround:

The FAULT on these resources should be manually CLEARED and the OFFLINED resources or service groups should be manually ONLINED.

  • To clear the fault on the resource, use the following command:

    # hares -clear <res> [-sys <system>]
    <!--NeedCopy-->
    
  • To bring the individual OFFLINED resource to the ONLINE state, use the following command:

    # hares -online [-force] <res> -sys <system>
    <!--NeedCopy-->
    
  • To bring all the OFFLINED resource under a service group to the ONLINE state, use the following command:

    # hagrp -online [-force] <group> -any  [-clus <cluster> | -localclus]
    <!--NeedCopy-->
    
After the local node restarts or panics, the FSS service group cannot be online successfully on the local node and the remote node when the local node is up again (3865289)

In this article