hpccred createcert

Enrolls the user in a certificate and places the certificate in the user's store.

Note

This subcommand was introduced in HPC Pack 2008 R2 with Service Pack 2 (SP2).

Syntax

hpccred createcert [/scheduler:<name>] [/templatename:[template]]  
  
hpccred createcert {/? | /help}  

Parameters

Parameter Description
/scheduler:<name> Specifies the host name or IP address of the head node for the cluster for which you want to delete the credentials that are used for job submission. 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.
templatename Enrolls a certificate from this certificate template.
/? Displays Help at the command prompt.
/help Displays Help at the command prompt.

Examples

To create credentials for the user with a user name of someone in the CONTOSO domain in the cached credentials that the HPC Job Scheduler Service uses to submit jobs, use the following command:

hpccred createcert /user:CONTOSO\someone   

Additional references