5.5.5 HP IBRIX X9000 Release Notes
• A condition in the CIFS implementation could cause CIFS disconnects and lsassd failures.
• When extremely large numbers of files were opened, CIFS users lost access to the CIFS share.
• A condition in the CIFS implementation caused a backup application to fail to write a file.
• The CIFS implementation failed with lwiod segfault in IbfsSyncLockState().
• When Cygwin was used to create a hard link on a CIFS share, the CIFS implementation did not
report that hard links are not supported.
• If a CIFS client had a file open on an X9000 CIFS share and the client then lost network access
without closing the file gracefully, the file could not be opened by other CIFS clients until a timeout
period expired. This condition has been resolved by changing the TCP timeouts used by the CIFS
implementation. If you need to further adjust the timeout periods, locate the following parameters
in the Likewise registry:
"TcpKeepaliveCnt"=dword:00000009
"TcpKeepaliveIdle"=dword:00000618
"TcpKeepaliveIntvl"=dword:0000001e
The parameters are:
◦ TcpKeepaliveIdle: specifies how long the keepalive routines wait before sending the
first keepalive probe.
◦ TcpKeepaliveIntvl: When the keepalive time is reached, specifies how often to resend
a probe.
◦ TcpKeepaliveCnt: Specifies the number of probes to send with no ACK response received
before marking the connection as broken.
Try setting the values as follows, and adjust them further as needed:
"TcpKeepaliveCnt"=dword:00000005
"TcpKeepaliveIdle"=dword:00000010
"TcpKeepaliveIntvl"=dword:00000002
The Likewise registry is located at /opt/likewise/bin/lw-edit-reg. After adjusting the
values, restart the CIFS service.
Remote Replication
• When files were deleted on the source, remote replication took too long to delete them on the
destination.
• A CRR task remained in a persistent running state and had to be terminated manually.
• CRR tasks were stopped incorrectly when a CRR domain scan encountered an error or a file was
deleted from the source while it was being transferred.
Authentication
• Multiple unnecessary messages reporting Failed to authenticate user (name = '')
were logged in /var/log/messages.
• Incorrect invalid password errors caused the AD account to be locked.
• NTLMv2 authentication did not work correctly.
• When a user was removed from the builtin\administrators group, the remaining SID
could not be removed.
X9000 clients
• When files were modified with a Windows X9000 client, the modifications were not replicated
to the target cluster.
• A race in an RPC request caused an X9000 client to fail.
6 Fixes