HP StoreAll OS 6.5.1 Release Notes
users) specified in the down-level logon name format in the AllowUsers field in the
/etc/ssh/sshd_config file. The account must be in the following format in lower case:
Table 2 Required Syntax for the AllowUsers field
Required syntax for the account (lower case required)Type of User
allowusers root ibrix <domain>\usernameActive Directory users: Use
the down-level logon name
format.
allowusers root ibrix ldapuser localuserLocal and LDAP users: Use
the UNIX user format.
Restart the sshd service by entering the following command for your changes to the sshd_config
file to take effect:
/etc/init.d/sshd restart
• Be sure to remove Active Directory users from the StoreAll share admin list before removing them
from Active Directory. If you remove an Active Directory user from Active Directory before removing
the user from the StoreAll share admins list, an error is reported when you attempt to change the
share admins list. If you are seeing errors from this situation, rejoin Active Directory and remove
all share admins. For example:
ibrix_auth -n ib.lab -A administrator@ib.lab -P fusion -S "share
admins="
Then run ibrix_auth again to specify the new list of share admins:
ibrix_auth -t -S "share admins=[ib\Administrator]"
• Do not use spaces in share names. The GUI cannot create a share if there is a space in the name.
• SMB clients have a 45 second timeout on every SMB request they make. If a request's timer
expires before a response comes, the client disconnects and terminates the SMB connection with
this error message: The specified network name is no longer available. After
this, the client must reconnect to the SMB server. If you are seeing this message from clients
connected to a busy server, they may be encountering time-outs from overload. For more information
about SMB client time-outs, see http://support.microsoft.com/kb/102067.
• If you plan to use the Directory leases feature, you must first enable the feature in the registry. This
requires enabling the primary registry key of EnableDirLeases. Additionally, you must also
enable the registry keys of EnableSMBLeases and EnableOplocks, and disable
EnablePosixLeaseBacking. After configuring these registry keys, you should restart the
HP-SMB service.
1. Locate the EnableDirLeases registry key in the HKEY_THIS_MACHINE\Services\
lwio\Parameters\Drivers\srv\smb2 directory and set the value to 1
(EnableDirLeases=1).
2. Locate the EnableSMBLeases registry key in the HKEY_THIS_MACHINE\Services\
lwio\Parameters\Drivers\srv\smb2 directory and set the value to 1
(EnableSMBLeases=1).
3. To configure the EnableOpLocks registry key, do one of the following:
◦ To configure the EnableOpLocks registry key for all nodes in the cluster, execute the
ibrix_cifsconfig command as follows:
ibrix_cifsconfig –t –S enable_oplocks=1
◦ To configure the EnableOpLocks registry key on each node individually, locate the
EnableOpLocks registry key in the HKEY_THIS_MACHINE\Services\lwio\
Parameters\Drivers\ibfs directory and set the value to 1 (EnableOpLocks=1).
32 Workarounds