HP StoreAll OS 6.5.1 Release Notes

The HTTP WebDAV share might not let you create a file or folder. It displays the following message:
You dont have permission to do this action.
To resolve this issue, remount the WebDAV share by entering the following command: net use
* http://192.168.1.1/smita/ In this instance, the HTTP WebDAV share is
192.168.1.1/smita.
If clients previously mapped an SMB share using the hostname/FQDN, they will be prompted
continuously to enter their credentials when attempting to access the SMB share after the upgrade.
(The share can be accessed successfully using the IP address.) To workaround this situation, disjoin
and then rejoin all file serving nodes to the Active Directory domain. This can be done using the
GUI or the ibrix_auth command.
LDAP
Object Store cannot handle the NetBIOSName\Username format for LDAP users. If you try to
give an LDAP user administrator privileges for an Object Store share, using the
ibrix_objectstoreadmin command, the command will appear to complete successfully.
However, the LDAP user will not have administrator privileges.
To resolve this issue, execute the ibrix_objectstoreadmin command with only the user name
of the LDAP user. Do not include the NetBIOS name. This also applies when generating an
authentication token. Because the NetBIOS name is not included, ensure that the user name is
not a duplicate of a user name for another user type.
When configuring TLS/SSL with the ibrix_ldapconfig command, HP recommends that you
specify the port number using the v <fqdn-name>:<port_no> option instead of the P
<port_no> option. If you use the P <port_no> option, you may see the following error
message:
Incorrect host name <fqdn>:<port>. Failed to connect LDAP server.
When configuring LDAP on the GUI, double quotes are not supported in any fields of the LDAP
configuration window, including the password field. Also, escaped slashes are not supported. If
you enter \\; it will be parsed literally as \\ instead of \. Also, the ibrix_ldapconfig
command supports double quotes only at the beginning and end of a value. For example:
ibrix_ldapconfig -a -h 10.30.239.174 -b "cn=Manager,dc=ldapx,dc=net"
-p "mypassword "
The command does not support escaped slashes.
Workarounds 25