HP CIFS Server 2.2i Administrator's Guide version A.01.11.01
Installing and Configuring the HP CIFS Server
Step 3: Modify the Configuration
Chapter 2 43
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.01.08 have been revised to allow any number
of cluster nodes and other advantages over previous schemes.
Follow the configuration procedures provided in Chapter 6.
Configure for German Character Support
Modify the parameters below in the smb.conf file for German character
support:
character set = ISO8859-1
client code page = 850
In order to view the file and directory names and contents correctly from
the UNIX side, you must set the locale to ISO 8859-1 as follows:
export LANG=de_DE.iso88591
Refer to the Internationalization section later in this chapter for more
detailed information.
Configure for Japanese Character Support
To enable HP CIFS Japanese capabilities, start HP CIFS with the
smb.conf variables set as follows:
codingsystem = SJIS
client code page = 932
In order to view the file and directory names and contents correctly from
the UNIX side, you must set the locale to Shift-JIS like this:
export LANG=ja_JP.SJIS
Refer to the Internationalization section later in this chapter for more
detailed information.