HP CIFS Server Administrator's Guide Version A.03.01.04 (5900-2303), April 2012

Refer to the following screen snapshot for an example:
Figure 2 Link share names example
MC/ServiceGuard high availability support
Highly Available HP CIFS Server allows the HP CIFS Server product to run on an MC/ServiceGuard
cluster of nodes. MC/ServiceGuard allows you to create high availability clusters of HP 9000
server computers.
Template files for version A.02.02 have been revised to allow any number of cluster nodes and
other advantages over previous schemes.
NOTE: The templates are only starting points, and must be modified for the customer environment.
Consulting can be purchased from HP to assist in configuring a HA CIFS Server environment.
Step 4: Starting the HP CIFS Server
Run the script below to start Samba if you do not use winbind support:
/opt/samba/bin/startsmb
Run the script below to start Samba if you configure HP CIFS Server to use winbind support:
/opt/samba/bin/startsmb -w
or /opt/samba/bin/startsmb --winbind
When the command successfully starts Samba, a message is displayed indicating the specific
processes that have been started. When the script is successful, the exit value is 0. If the script
fails, the exit value is 1.
Samba installation and configuration are complete.
Run the following script to stop Samba if you do not use winbind support:
/opt/samba/bin/stopsmb
Run the following script to stop Samba if you use winbind support:
/opt/samba/bin/stopsmb -w
or /opt/samba/bin/stopsmb --winbind
When the script is successful, the exit value is 0. If the script fails, the exit value is 1.
Winbind execution may be controlled without affecting the execution of smbd and nmbd with the
following commands.
Step 4: Starting the HP CIFS Server 29