Forum Discussion

DCress's avatar
DCress
Level 3
11 years ago

NFS Export of Solaris, Non-Global Zone, Direct Mounted VxFS Filesystem

Solaris 10 Update 11 SF-HA 6.1 with VxVM update 100 I've got a direct mounted VxFS filesystem in a Solaris non-global zone that needs to be NFS shared.  This would be part of a failover group. ...
  • DCress's avatar
    11 years ago

    OK, that document was half of what I needed, another doc shows disabling autostart on two more NFS services.  This has fxed all the problems I've been having in this thread.

    https://sort.symantec.com/public/documents/sf/5.0MP3/aix/html/vcs_bundled_agents/ch_fileservice_agents12.html

    svccfg -s nfs/status setprop "application/auto_enable = false"
    svcadm refresh nfs/status
    svccfg -s nfs/nlockmgr setprop "application/auto_enable = false"
    svcadm refresh nfs/nlockmgr
    svccfg -s nfs/server setprop "application/auto_enable = false"
    svcadm refresh nfs/server
    svccfg -s nfs/mapid setprop "application/auto_enable = false"
    svcadm refresh nfs/mapid

    Mike,

    Thank you for all your help on this, the wall next to my desk has a large head imprint. :)