#!## mntnfs.tpl
#### Mount Parameters

## Description: fileserver hostname
## Type:        string
## Mandatory:   yes
## Default:     "cust-file"
MNTNFS_HOST="cust-file"

## Description: share volume
## Type:        string
## Mandatory:   yes
## Default:     "/data/location"
MNTNFS_SHARE="/data/location"

## Description: pseudo mount device
## Type:        string
## Mandatory:   yes
## Default:     "$MNTNFS_HOST:$MNTNFS_SHARE"
MNTNFS_DEVICE="$MNTNFS_HOST:$MNTNFS_SHARE"

## Description: mount point
## Type:	string
## Mandatory:   yes
## Default:     "/local/path/to/mountpoint"
MNTNFS_POINT="/data/mountpoint"

## Description: optional mount options
## Type:	string
## Mandatory:	no
## Default:     "spaceless-list"
## Linux Oracle needs: "rw,hard,rsize=32768,wsize=32768"
## example for mount from solaris not for use with oracle
# MNTNFS_OPTIONS="soft,nosuid,vers=3"
## example for mount a netapp from solaris not for use with oracle
# MNTNFS_OPTIONS="soft,nosuid"
## default for use with oracle oracle
MNTNFS_OPTIONS="rw,soft,bg,tcp,nolock,actimeo=3,timeo=100"
