HP CIFS Server Administrator's Guide Version A.03.01.01 (5900-1282, May 2011)

1024
defaultChanged
max open files
256
defaultChanged
max stat cache size
No
defaultChanged
preferred master
tdb
defaultChanged
idmap backend
604800
defaultChanged
idmap cache time
Modified SMB.CONF parameters
1048576
Modified
allocation roundup size
Yes
Modified
kernel oplocks
start tls
Modified
ldap ssl
Removed SMB.CONF parameters
Removed
use kerberos keytab
Removed
mangled map
Removed
kernel share modes
Removed
idmap domains
Removed
read bmpx
Mostly Private Address Space (MPAS) Support on HP-UX 11i v2 IA and 11i v3 IA
systems
HP CIFS Server A.02.03 and A.03.01.01 provide MPAS enhancement to support memory-mapped
access of all TDB files on HP-UX 11i v2 IA amd 11i v3 IA systems. With this functionality, each
process uses a private, process-specific address. Because of address aliasing, many private
addresses can point to the same file, this will ensure memory-mapped access for all CIFS Server
processes. To enable the memory-mapped access functionality, set the smb.conf use mmap
parameter to yes. The default value of use mmap is yes.
NOTE: To modify the value of use mmap, you must first stop all of the CIFS Server processes
(smbd, nmbd and winbindd daemons), modify the setting of the parameter, and then restart the
CIFS Server processes. It is not safe to modify the setting of use mmap using a procedure other
than the one mentioned above.
Unified File Cache Support on an HP-UX 11i v3 system
The unified file cache is an HP-UX file system feature that integrates the page cache and buffer
cache to provide coherency for file access. In case of memory-mapped failures such as low on
memory resource or exceeding the fixed memory map size, HP CIFS Server for HP-UX 11i v3 IA
supports fall back to file I/O operations on all TDB files. HP CIFS Server for HP-UX 11i v3 PA
supports fall back to file I/O operations only on the memory-mapped TDB file, locking.tdb.
On HP-UX 11i v2 PA and 11i v2 IA, HP CIFS Server does not support TDB file I/O fall back
operations. In case of memory-mapped failures, it will result in termination of the connections.
HP CIFS Server supports HP-UX unified file cache functionality for memory-mapped access of Trivial
Database (TDB) files on HP-UX 11i v3 PA and IA systems. The unified file cache is an HP-UX file
system feature that integrates the page cache and buffer cache to provide coherency for file access.
Without the unified file cache support, the file system uses the buffer cache to cache file data and
the memory-mapped access of files uses the page cache to cache file data. If an application
accesses the file using both read()/write() system calls and memory-mapped access simultaneously,
no coherency is guaranteed between these two caches. With the unified file cache support,
coherency can be achieved.
TDB Memory-Mapped Access for HP CIFS Server 155