VERITAS File System 4.1 Administrator's Guide

Storage Checkpoints
Storage Checkpoint Administration
Chapter 5 105
flags = largefiles
oldest:
ctime = Mon 26 Jul 11:56:41 2004
mtime = Mon 26 Jul 11:56:41 2004
flags = largefiles
3. Try to convert synchronously the "latest" Storage Checkpoint to a nodata Storage
Checkpoint. The attempt will fail because the Storage Checkpoints older than the "latest"
Storage Checkpoint are data Storage Checkpoints, namely the Storage Checkpoints "old",
"older", and "oldest":
# fsckptadm -s set nodata latest /mnt0 UX:vxfs fsckptadm: ERROR: V-3-24632:
storage checkpoint set failed on latest. File exists (17)
4. You can instead convert the "latest" Storage Checkpoint to a nodata Storage Checkpoint
in a delayed or asynchronous manner. If you list the Storage Checkpoints, you will see
that the "latest" Storage Checkpoint is marked for conversion in the future
# fsckptadm set nodata latest /mnt0
# fsckptadm list /mnt0
/mnt0
latest:
ctime = Mon 26 Jul 11:56:55 2004
mtime = Mon 26 Jul 11:56:55 2004
flags = nodata, largefiles, delayed
old:
ctime = Mon 26 Jul 11:56:51 2004
mtime = Mon 26 Jul 11:56:51 2004
flags = largefiles
older:
ctime = Mon 26 Jul 11:56:46 2004
mtime = Mon 26 Jul 11:56:46 2004
flags = largefiles
oldest:
ctime = Mon 26 Jul 11:56:41 2004
mtime = Mon 26 Jul 11:56:41 2004