Windows® HPC Job Credentials
Normally, you are prompted for the credentials used to submit a job. One way to simplify this process is to use the cluscfg setcreds command to set your credentials in the credentials cache. If this is done, then no password needs to be supplied for a job submitted for the specified user. Here is a cluscfg command that sets the user credentials in the credentials cache:
cluscfg setcreds /password:* /scheduler:cluster_name _
/user:domain\user_name
Here:
- cluster_name – The name of the cluster (hostname of the head node).
- domain – An optional domain name; if omitted, the following \ should also be omitted.
- user – The user name.
When this form of the command is used, you are prompted for the password and also asked if the password should be remembered (cached).
See the following Web page for more information on the cluscfg setcreds command:
http://technet.microsoft.com/en-us/library/cc947669(WS.10).aspx
Related Topics
Integration With Microsoft Windows® HPC Scheduler