HP CIFS Server 3.0i Administrator's Guide version A.02.03.03
The smb.conf file can be:
[global]
secruity = user
lock directory = /cfs1/var/opt/samba/locks
pid directory = /cfs1/var/opt/samba/locks
private directory = /cfs1/var/opt/samba/private
smb passwd file = /cfs1/var/opt/samba/private/smbpasswd
....
[cfs2]
path = /cfs2/data
browseable = yes
read only = no
Use of any CFS mount points should be declared as depencencies in the samba.conf file
to ensure that the resource is available before the package is started and to monitor the
resource's availability. See the following example of samba.conf.
The samba.conf file:
The samba.conf
# For /cfs1 dependency
DEPENDENCY_NAME SG-CFS-MP-1
DEPENDENCY_CONDITION SG-CFS-MP-1=UP
DEPENDENCY_LOCATION SAME_NODE
# For /cfs2 dependency
DEPENDENCY_NAME SG-CFS-MP-2
DEPENDENCY_CONDITION SG-CFS-MP-2=UP
DEPENDENCY_LOCATION SAME_NODE
178 Configuring HA HP CIFS