HP StoreAll OS 6.5.1 Release Notes

1. Open /etc/modprobe.d/modprobe.conf.dist. Locate the following line:
install nfsd /sbin/modprobe --first-time --ignore-install nfsd &&
{ /bin/mount -t nfsd nfsd /proc/fs/nfsd > /dev/null 2>&1 || :; }
2. Change the line to:
install nfsd /sbin/modprobe --first-time --ignore-install nfsd &&
{ /bin/mount -t nfsd nfsd /proc/fs/nfsd > /dev/null 2>&1 || :; echo
32768 > /proc/fs/nfsd/max_block_size; }
You cannot use the ASCII Installation Wizard to configure VLAN tagging for network interfaces
(bonds). VLAN tagging can be configured after initial installation. For more information, see
"VLAN tagging" in the Administrator Guide for your platform.
After a server is rebooted following a QR install and before the server is configured, an error
message reports that the SRVSVCD service failed to load. The failure occurs because the service
requires that the network subsystem be configured. The error message can be safely ignored.
After the network is configured, restart the SMB service.
While running the Auto Online Upgrade process on a cluster with an Express Query enabled file
system, similar output might appear:
Warning: filesystem fs_bug is still open by some user access into the
mountpoint on this File Serving node.
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
ibrix_aj_ 4390 root 10r DIR 0,22 4096 6327363124890451971 /fs_bug/.audit
The online upgrade will terminate any user access applications and continues.
Do you wish to Continue with online upgrade? [Y/N]:
Terminate the ibrix_aj_ command, which is mentioned in the output, by pressing Y to continue
with the upgrade.
The Firmware Management Tool is sometimes unable to update the firmware for a 9730 SAS
switch when the hpsp_fmt -f chassis command is entered.
When the issue occurs, the hpsp_fmt -f chassis command displays a “Skipped flashing of
this switch message as shown in the following example of the command output:
Device :SAS_SWITCH_BAY_4
Status :Flash Not Attempted
Code :0x104D
ERROR :Flash not attempted for SAS switch
SAS_SWITCH_BAY_4 : Flash operation has failed
for
Peer switch in interconnect bay 3. Skipped
flashing of this switch
In this output, the peer switch in interconnect bay 3 is the victim switch.
To resolve the issue:
1. Make sure that the affected switch has a working peer SAS switch.
2. Find the Onboard Administrator (OA) IP address by running the following command:
hpsp_chassis_info -o
3. Connect to OA as user exds with the OA IP address you found in the previous step. For
example: ssh exds@172.16.1.1
4. To find the victim SAS switches, run the show interconnect list” command:
show interconnect list
The following is the command’s output.
Output on the 9730:
The command displays the following:
Bay Interconnect Type Manufacturer Power Health UID Management IP
--- ----------------- -------------------- ------- --------- ---
---------------
1 Ethernet HP On OK Off 10.20.10.112
2 Ethernet HP On OK Off 10.20.10.113
Workarounds 23