6.2.3 HP StoreAll Storage Release Notes (update)

1. Manually delete the task by entering the following command:
ibrix_tasks -k -n <taskid> -F
2. If the FM process was stopped or restarted while a task was running, the common user
database (CUD) and the specific task coordinator (or other task specific process) were left
running. When FM is restarted, it is no longer aware of these processes. A new task of the
same type might not start because the rogue task is still running. Remove the rogue task by
manually stopping the coordinator/task specific processes and restarting the CUD.
Under some circumstances the flashing of some hardware components can fail. See the HP FMT
User Guide for details (contact HP Support for more information about this guide).
If Fusion Manager (FM) is taking a long time to start and the logging for FM is showing APPARENT
DEADLOCK messages, purge the event database.
To purge the event database:
1. Enter the following CLI command:
ibrix_event -p [-o DAYS_COUNT]
If you want to change the number of days the event database is purged, include the -o
DAYS_COUNT option when you enter the command.
Events are removed starting with the oldest events. The default is to remove the oldest seven
days of messages. Purge the event database periodically to prevent it from becoming too
large.
2. After the events are purged, create a new FM Store archive by entering the following
command:
ibrix_fm -B
3. Wait for a few seconds to let the Store archive propagate through the cluster and then restart
the active FM.
The credentials management service (hpsp_credmgmt) will not allow adding a credential for a
new MSA storage array after the credential database is created. The workaround is to install the
credentials manually.
To install the credentials manually:
1. Enter the hpsp_couplet_info -i command to get a list of UUID for attached MSA
enclosures. Each enclosure is on a separate line, as shown in the following example of the
command and its output:
[root@ib25-02s1 security]# hpsp_couplet_info -i
500c0ff1390c0000
2. Install the credentials for a single MSA by running the following four commands once for
each MSA that the hpsp_couplet_info command lists in step 1. Replace
<MSA_SAS_BASE_ADDRESS> with one of the UUIDs as provided by the output of the
hpsp_couplet_info command.
hpsp_credmgmt --update-cred -s
couplet:couplet/array/<MSA_SAS_BASE_ADDRESS>/mgmtport_a/rw
--cred-type upwpair --cred-username manage --cred-password '!manage'
hpsp_credmgmt --update-cred -s
couplet:couplet/array/<MSA_SAS_BASE_ADDRESS>/mgmtport_a/ro
--cred-type upwpair --cred-username monitor --cred-password
'!monitor'
hpsp_credmgmt --update-cred -s
couplet:couplet/array/<MSA_SAS_BASE_ADDRESS>/mgmtport_b/rw
--cred-type upwpair --cred-username manage --cred-password '!manage'
Workarounds 17