6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
Migrating large files
The upgrade60.sh utility does not upgrade files larger than 3.8 TB. After the upgrade is complete
and the file system is mounted, migrate the file to another segment in the file system using the
following command:
ibmigrate -f filesystem -m 1 -d destination_segment file
The following example migrates file.9 from its current segment to destination segment 2:
ibmigrate -f ibfs -m 1 -d 2 /mnt/ibrix/test_dir/dir1/file.9
After the file is migrated, you can snap the file.
Enabling the file system for data retention
Data retention can also be enabled on file systems created before the 6.0 release. Additional steps
are required before and after running the ibrix_reten_adm -u -f FSNAME command. See
Upgrade a pre–6.1.1 file system for data retention features: (page 177) for the detailed steps.
Synopsis
Run the upgrade utility:
upgrade60.sh [-v -n] file system
Options
DescriptionOption
Lists needed conversions but does not attempt them.-n
Verbose. Specify this option multiple times for more verbosity.-v
Shows the usage for this command.-?
upgrade60.sh 217