hpcfile del
Updated: December 10, 2012
Applies To: Microsoft HPC Pack 2008 R2, Microsoft HPC Pack 2012
Deletes one or more files from a cluster node.
Note |
|---|
| This subcommand was introduced in HPC Pack 2008 R2 with Service Pack 1 and is not supported in previous versions. |
hpcfile del /scheduler:<headNode> /targetNode:<node> /file:<path>
hpcfile del {/? | /help}
| Parameter | Description |
|---|---|
|
/scheduler |
The name of the cluster head node. |
|
/targetNode |
Specifies the node name or IP address of the cluster node. |
|
/file |
The fully qualified path of the files that you want to delete. You can use the asterisk (*) as a wildcard character. For example, to delete all text files in C:\Users\myName , specify: C:\Users\myName\*.txt |
|
/? |
Displays Help at the command prompt. |
|
/help |
Displays Help at the command prompt. |
Note