If you did not see the
Version mismatch, upgrade needed
in the command’s output, see
“Troubleshooting an Express Query Manual Intervention Failure (MIF)” (page 152)
.
Perform the following steps only if you see the
Version mismatch, upgrade needed
in the
command’s output:
1.
Disable auditing by entering the following command:
ibrix_fs -A -f <FSNAME> -oa audit_mode=off
In this instance
<FSNAME>
is the file system.
2.
Disable Express Query by entering the following command:
ibrix_fs -T -D -f <FSNAME>
In this instance
<FSNAME>
is the file system.
3.
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.
4.
Clear the MIF condition by running the following command:
ibrix_archiving -C <FSNAME>
In this instance
<FSNAME>
is the file system.
5.
Re-enable Express Query on the file systems:
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 file system.
6.
Re-enable auditing if you had it running before (the default).
ibrix_fs -A -f <FSNAME> -oa audit_mode=on
In this instance
<FSNAME>
is the file system.
7.
Restore your audit log data:
MDImport -f <FSNAME> -n /tmp/auditData.csv -t audit
In this instance
<FSNAME>
is the file system.
8.
Restore your custom metadata:
MDImport -f <FSNAME> -n /tmp/custAttributes.csv -t custom
In this instance
<FSNAME>
is the file system.
24
Upgrading the StoreAll software to the 6.3 release