5.6.3 HP IBRIX X9000 Release Notes (AW549-96043, December 2012)

Installing a minor kernel update on Linux clients
The X9000 client software is upgraded automatically when you install a compatible Linux minor kernel
update. If you are planning to install a minor kernel update, first run the following command to verify
that the update is compatible with the X9000 client software:
/usr/local/ibrix/bin/verify_client_update <kernel_update_version>
The following example is for a RHEL 4.8 client with kernel version 2.6.9-89.ELsmp:
# /usr/local/ibrix/bin/verify_client_update 2.6.9-89.35.1.ELsmp
nl
Kernel update 2.6.9-89.35.1.ELsmp is compatible.
If the minor kernel update is compatible, install the update with the vendor RPM and reboot the system.
The X9000 client software is then automatically updated with the new kernel, and X9000 client services
start automatically. Use the ibrix_version -l -C command to verify the kernel version on the
client.
Support Ticket configuration
The following information corrects the information about SSH keys included in “Managing support
tickets in the X9300, X9320, and X9720 administrator guides.
The Support Ticket feature requires that two-way shared SSH keys be configured on all file serving
nodes. If shared SSH keys are not configured on your cluster, use the following procedure to configure
them:
1. On all file serving nodes and the management console, run the following commands as root:
# mkdir -p $HOME/.ssh
# chmod 0700 $HOME/.ssh
# ssh-keygen -t dsa -f $HOME/.ssh/id_dsa -P ''
This command creates two files: $HOME/.ssh/id_dsa (private key) and $HOME/.ssh/
id_dsa.pub (public key).
2. On each file serving node and the management console, run the following command, once for
each file serving node (including the node where the command is issued) and once for the
management console:
# ssh-copy-id -i $HOME/.ssh/id_dsa.pub server
3. On all file serving nodes and the management console, test the results by using the ssh command
to connect to each file serving node and the management console:
# ssh {hostname for file serving node}
Joining X9720 systems
When joining multiple X9720 systems into a single cluster, it is important that the ibrix_vs command
be used in the following manner.
Run the ibrix_vs command individually for each of the X9720 racks, as if they were standalone
systems. For example, if three X9720 systems will be joined together, the ibrix_vs command must
be run three times. The parameters used must be only for the system being addressed, not the whole
cluster (that is, the host names and IP addresses used must be for that system only). The X9000 software
will aggregate the data for the systems into the configuration.
Removing storage from the cluster
The following procedure replaces “Removing storage from the cluster” in the X9300/X9320/X9720
administrator guides.
Before removing storage that is used for an X9000 Software file system, you will need to evacuate
the segments (or logical volumes) storing file system data. This procedure moves the data to other
20 Documentation additions and changes