Displaying file and file system information

There is a set of HSM commands you can use to display space management information about your file systems, files, and directories.

Table 1. HSM commands to display file and file system information
Command Description
dsmdf Displays space usage information for a file system. For example, to display space usage information for the /home file system, issue the following command:
  dsmdf /home

See dsmdf for more information about this command.

dsmls Lists files in a directory and displays file conditions. For example, to display information about all files in the /home/user1 directory, issue the following command:
  dsmls /home/user1/*

See dsmls for more information about this command.

dsmdu Displays space usage information for files and directories. For example, to display space usage information for each file in the /home/user/proj1 directory and in all of its subdirectories, issue the following command:
  dsmdu -Allfiles /home/user1/proj1

See dsmdu for more information about this command.

dsmmigfs query Displays the current space management settings for a file system. For example, to display the space management settings for the /home file system, issue the following command:
  dsmmigfs query /home

See dsmmigfs query for more information about this command.

dsmmigundelete Recreates deleted stub files for migrated files and creates stub files for premigrated files if a corresponding original file does not exist on your local file system. The file then becomes a migrated file. For example, to recreate stub files for migrated files in the /home file system that are not marked for expiration (reconciliation was not run since the files were deleted) issue the command:
  dsmmigundelete /home

See dsmmigundelete for more information about this command.