File

These are the operations that you can perform on a DSC file.

VIEW

The VIEW command displays detailed information about the DSC file specified by name. For example, viewing the DSC file 000000000000008C.data listed as part of the products-partitioned file set (see the DSC FILESET VIEW command) shows that it is replicated across two nodes; MyUser-HN and MyUser-CN2. The name parameter is the name of that file that is listed by the DSC FILESET VIEW command.

Syntax

    DSC FILE VIEW name [/service:headnode]

Remarks

The /service option specifies the name of the cluster’s head node. Use the /service option if the environment variable %CCP_SCHEDULER% is not set. This environment variable identifies the location of the head node and is read by the Dsc.exe program. Although the environment variable is set by default on the head node itself, it is not set by default on the client.

Examples

Here is an example of the output.

dsc file view 000000000000008C.data  /service:MyUser-hn

Here is the output for this example.

File 000000000000008C.data:
    Size = 917
    FileSets :
        products-partitioned
    ReadPaths :
        \\MyUser-HN\HpcData\000000000000008C.data
        \\MyUser-CN2\HpcData\000000000000008C.data



Show: