HP CIFS Server Administrator Guide Version A.03.01.03 (5900-2006, October 2011)
Table Of Contents
- HP CIFS Server Administrator Guide Version A.03.01.03
- Contents
- About this document
- 1 Introduction to the HP CIFS Server
- 2 Installing and configuring HP CIFS Server
- HP CIFS Server requirements and limitations
- Step 1: Installing HP CIFS Server software
- Step 2: Running the configuration script
- Step 3: Modify the configuration
- Step 4: Starting HP CIFS Server
- Other Samba configuration issues
- 3 Managing HP-UX file access permissions from Windows NT/XP/2000/Vista/Windows 7
- Introduction
- UNIX file permissions and POSIX ACLs
- Using the Windows NT Explorer GUI to create ACLs
- Using the Windows Vista Explorer GUI to create ACLs
- POSIX ACLs and Windows 2000, Windows XP, Windows Vista, and Windows 7 clients
- HP CIFS Server Directory ACLs and Windows 2000, Windows XP, Windows Vista, and Windows 7 clients
- In conclusion
- 4 Windows style domains
- Introduction
- Configure HP CIFS Server as a PDC
- Configure HP CIFS Server as a BDC
- Domain member server
- Create the Machine Trust Accounts
- Configure domain users
- Join a Windows client to a Samba domain
- Roaming profiles
- Configuring user logon scripts
- Home drive mapping support
- Trust relationships
- 5 Windows 2003 and Windows 2008 domains
- 6 LDAP integration support
- Overview
- Network environments
- Summary of installing and configuring
- Installing and configuring your Directory Server
- Installing LDAP-UX Client Services on an HP CIFS Server
- Configuring the LDAP-UX Client Services
- Enabling Secure Sockets Layer (SSL)
- Extending the Samba subschema into your Directory Server
- Migrating your data to the Directory Server
- Configuring the HP CIFS Server
- Creating Samba users in directory
- Management tools
- 7 Winbind support
- 8 Kerberos support
- 9 HP CIFS deployment models
- Introduction
- Samba Domain Model
- Windows Domain Model
- Unified Domain Model
- 10 Securing HP CIFS Server
- 11 Configuring HA HP CIFS
- 12 HP-UX configuration for HP CIFS
- 13 Tool reference
- Glossary
- Index

12 HP-UX configuration for HP CIFS
This chapter describes HP-UX tuning procedures for the HP CIFS Server. It contains the following
sections:
• HP CIFS Process Model
• TDB Memory Map for HP CIFS Server
• Overview of Kernel Configuration Parameters
• Configuring Kernel Parameters for HP CIFS
The following information should be considered as general guidelines and not a rigid formula to
determine the resource requirements of a HP CIFS server running on HP-UX 11i v3. Each customer
configuration is unique and on-line tools should be used while the system is running its normal load
to ascertain the requirements of each system.
HP CIFS process model
The SMB daemon process, smbd, handles all SMB requests from a client. One such process is
launched for each connected client. Each SMBD process handles one and only one client. Therefore,
if there are 2048 connected clients, there will be 2048 SMBD processes. Such a large number of
processes will demand system resources, requiring adjustment of certain kernel configuration
parameters. It will also deplete memory, disc and swap space resources.
TDB Memory-Mapped access for HP CIFS Server
Fixed-size memory map support on HP-UX 11i v2 PA and 11i v3 PA systems
HP CIFS Server A.02.03 on HP-UX 11i v2 PA and 11i v3 PA systems and HP CIFS Server
A.03.01.03 on HP-UX 11i v3 PA systems support the fixed size memory map for memory-mapped
access of the locking.tdb file. HP CIFS Server can access the Trivial DataBase (TDB) files using
memory-mapped access with a pre-determined size that is sufficient to accommodate the growth
of TDB files, so that the risk of data corruption due to expanding and remapping the memory-mapped
files can be avoided. To provide balance between performance and address space utilization, the
fixed size memory map feature is supported only on locking.tdb.
The smb.conf use mmap parameter controls whether or not the memory map feature is enabled.
The fixed mmap size parameter is used to configure the fixed memory size if the memory map
feature is enabled. See the “Configuration Parameters” section for details.
Configuration Parameters
The following is a list of the new global parameters in smb.conf:
• access based share enum (S)
This parameter enables the users to view the share hosted by the service during a share
enumeration. If the value of the access based share enum (S) parameter is set toYes
for a service, then the share hosted is viewable to users with read and write access. The default
setting for this parameter is access based share enum = no.
150 HP-UX configuration for HP CIFS