6.3 HP IBRIX X9720/StoreAll 9730 Storage Administrator Guide (AW549-96073, June 2013)
5. If any archive API shares exist for the file system, delete them.
NOTE: To list all HTTP shares, enter the following command:
ibrix_httpshare -l
To list only REST API (Object API) shares, enter the following command:
ibrix_httpshare -l -f <FSNAME> -v 1 | grep "objectapi: true" | awk
'{ print $2 }'
In this instance <FSNAME> is the file system.
• Delete all HTTP shares, regular or REST API (Object API) by entering the following
command:
ibrix_httpshare -d -f <FSNAME>
In this instance <FSNAME> is the file system.
• Delete a specific REST API (Object API) share by entering the following command:
ibrix_httpshare -d <SHARENAME> -c <PROFILENAME> -t <VHOSTNAME>
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:
20 Upgrading the StoreAll software to the 6.3 release