3.7.0 HP StorageWorks HP Scalable NAS File Serving Software administration guide - HP Scalable NAS 3.7 for Linux (AG513-96002, October 2009)
When a virtual server is started on a node via the solution, the Samba configuration
file smb.conf is modified to include the virtual server. As an example, we will start
the virtual server “cifs1” on a cluster node. Before the virtual server is started, the
smb.conf file looks like this:
[global]
netbios name = %h
workgroup = WORKGROUP
smb ports = 139
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
local master = yes
preferred master = yes
browseable = yes
oplocks = no
level2 oplocks =no
wins support = no
After the virtual server is started, the smb.conf file looks like this:
[global]
netbios name = %h
workgroup = WORKGROUP
smb ports = 139
encrypt passwords = yes
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
dns proxy = No
local master = yes
preferred master = yes
browseable = yes
oplocks = no
level2 oplocks =no
wins support = no
netbios alias = cifs1
include = /etc/samba/smb.conf.%L
Now Samba will use the contents of the file smb.conf.cifs1 to determine the
Virtual IP address to bind to and to describe the disk share(s) that will be visible from
the virtual server “cifs1”. The reverse is true when stopping virtual server “cifs1” such
that the smb.conf file is modified to remove any reference to “cifs1” on the netbios
alias line.
Components in the Samba solution
The HP Scalable NAS solution for Samba includes the following components:
HP Scalable NAS File Serving Software administration guide 401