6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

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.
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 155