Symantec logo

Resource type definition

"type NFS (

    static int RestartLimit = 1

    static str ArgList[] = { Nservers, GracePeriod, NFSv4Root,
    NFSSecurity, LockFileTimeout }

    static str Operations = OnOnly

    int Nservers = 10

    int GracePeriod = 90

    str NFSv4Root

    boolean NFSSecurity = 0

    int LockFileTimeout = 180

)