6.3 HP StoreAll 9300/9320 Storage Administrator Guide (AW549-96072, June 2013)

In this instance
<SHARENAME> is the share name.
<PROFILENAME> is the profile name.
<VHOSTNAME> is the virtual host name
6. Disable Express Query by entering the following command:
ibrix_fs -T -D -f <FSNAME>
7. Shut down Archiving daemons for Express Query by entering the following command:
ibrix_archiving -S -F
8. delete the internal database files for this file system by entering the following command:
rm -rf <FS_MOUNTPOINT>/.archiving/database
In this instance <FS_MOUNTPOINT> is the file system mount point.
Required steps after the StoreAll Upgrade for pre-6.3 Express Query enabled file
systems
These steps are required after the StoreAll Upgrade:
1. Restart the Archiving daemons for Express Query:
2. Re-enable Express Query on the file systems you disabled it from before by entering the
following command:
ibrix_fs -T -E -f <FSNAME>
In this instance <FSNAME> is the file system.
Express Query will begin resynchronizing (repopulating) a new database for this filesystem.
3. Re-enable auditing if you had it running before (the default) by entering the following command:
ibrix_fs -A -f <FSNAME> -oa audit_mode=on
In this instance <FSNAME> is the file system.
4. Re-create REST API (Object API) shares deleted before the upgrade on each node in the cluster
(if desired) by entering the following command:
NOTE: The REST API (Object API) functionality has expanded, and any REST API (Object
API) shares you created in previous releases are now referred to as HTTP-StoreAll REST API
shares in file-compatible mode. The 6.3 release is also introducing a new type of share called
HTTP-StoreAll REST API share in Object mode.
ibrix_httpshare -a <SHARENAME> -c <PROFILENAME> -t <VHOSTNAME> -f
<FSNAME> -p <DIRPATH> -P <URLPATH> -S
ibrixRestApiMode=filecompatible, anonymous=true
In this instance:
<SHARENAME> is the share name.
<PROFILENAME> is the profile name.
<VHOSTNAME> is the virtual host name
<FSNAME> is the file system.
<DIRPATH> is the directory path.
<URLPATH> is the URL path.
<SETTINGLIST> is the settings.
Upgrading pre-6.3 Express Query enabled file systems 19