IBM Tivoli Storage Manager, Version 7.1

Query Filespace

The query filespace command displays a list of file spaces for a node. The file spaces are stored on the Tivoli® Storage Manager server, or inside a backup set from the Tivoli Storage Manager server when the backupsetname option is specified. You can also specify a single file space name to query.

A file space is a logical space on the server that contains files you backed up or archived. Tivoli Storage Manager assigns a separate file space on the server for each node at your workstation from which you back up or archive files.

Tivoli Storage Manager assigns a separate file space on the server for each file system at your workstation from which you back up or archive files. The file space name is the same as the file system name.

Windows operating systems A Unicode file space name might not display correctly if the server is unable to display the Unicode name. In this case, use the file space identifier (fsID) to identify these file spaces on the server. Use the query filespace command with the detail option to determine the fsID of a file space.

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Windows operating systems

Supported Clients

This command is valid for all clients.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-Query Filespace--+------------------+--+------------+-------><
                    '- --filespacename-'  '- --options-'   

Parameters

filespacename
Specifies an optional character string that can include wildcards. Use this argument to specify a subset of file spaces. The default is to display all file spaces.
Table 1. Query Filespace command: Related options
Option Where to use
backupsetname Command-line only.
Windows operating systems AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems class Command-line only.
Windows operating systems dateformat Client options file (dsm.opt) or command-line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems dateformat Client user-options file (dsm.opt) or command-line.
detail Command-line only.
fromnode Command-line only.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Mac OS X operating systems fromowner Command-line only.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems nasnodename Client system options file (dsm.sys) or command-line.
Windows operating systems nasnodename Client options file (dsm.opt) or command-line.
Windows operating systems scrolllines Client options file (dsm.opt) or command-line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems scrolllines Client user-options file (dsm.opt) or command-line.
Windows operating systems scrollprompt Client options file (dsm.opt) or command-line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems scrollprompt Client user-options file (dsm.opt) or command-line.
Windows operating systems timeformat Client options file (dsm.opt) or command-line.
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems timeformat Client user-options file (dsm.opt) or command-line.

Examples

AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Windows operating systems Display your file spaces. Use the dateformat and timeformat options to reformat the dates and times.
query filespace –date=5 –time=4
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Display the /home file space.
query filespace /home
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Display file space names that include the pattern smith.
query filespace "*smith*"
AIX operating systems HP-UX operating systems Linux operating systems Oracle Solaris operating systems Mac OS X operating systems Windows operating systems Query a file space from the nas2 NAS file server.
query filespace -nasnodename=nas2 -class=nas
Windows operating systems Display the \\florence\c$ file space.
query filespace \\florence\c$
Windows operating systems Display all of the file space names on the server with a file space name that ends in '$' belonging to system named florence.
query filespace \\florence\*$
Windows operating systems Display file spaces in the backup set named monthly_accounting.23456789.
query filespace -backupsetname=monthly_accounting.23456789 
Display detailed file space information that shows the replication status during a failover.
Command:
query filespace -detail
Output:
#   Last Incr Date       Type   fsID  Unicode  Replication  File Space Name
---  --------------       ------ ----  -------  -----------  --------------
  1  00/00/0000 00:00:00  HFS       3  Yes      Current      /             

        Last Store Date     Server                  Local
        ---------------     ------                  -----
           Backup Data :    04/29/2013 16:49:55     04/29/2013 16:49:55     
          Archive Data :    No Date Available       No Date Available       


Feedback