jobtemplate view

Applies To: Microsoft HPC Pack 2008, Microsoft HPC Pack 2008 R2, Microsoft HPC Pack 2012, Microsoft HPC Pack 2012 R2, Windows HPC Server 2008, Windows HPC Server 2008 R2

Displays information about the specified job template.

For examples of how to use this command, see Examples.

Syntax

jobtemplate view <job_template_name> [/detailed[:{true|false}]] 
[/scheduler:<name>]

jobtemplate view {/? | /help}

Parameters

Parameter Description

<job_template_name>

Specifies the name of the job template for which you want to view information.

/detailed[:{true|false}]

Specifies whether to display information about all of the properties in the job template.

A value of True indicates that the jobtemplate view command should display information about all of the properties in the job template.

A value of False indicates that the jobtemplate view command should only display the identifier, name, description, creation date, and the date of the last change for the job template.

When you specify the /detailed parameter without a value, the jobtemplate view command behaves as if you specified a value of True. If you do not specify the /detailed parameter, the jobtemplate view command behaves as if you specified a value of False.

/scheduler:<name>

Specifies the host name or IP address of the head node for the cluster that contains the job template for which you want to view information. The value must be a valid computer name or IP address. If you do not specify the /scheduler parameter, this command uses the scheduler on the head node that the CCP_SCHEDULER environment variable specifies.

/?

Displays Help at the command prompt.

/help

Displays Help at the command prompt.

Examples

To view the identifier, name, description, creation date, and date of the last change for the job template named MyJobTemplate, use the following command:

jobtemplate view MyJobTemplate

To view the same information that the last command displayed in addition to the properties for a job template named JobTemplate10, use the following command:

jobtemplate view JobTemplate10 /detailed:true

Additional references