cluscfg delcreds

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

Deletes the cached credentials for a specified user that the HPC Job Scheduler Service uses to submit jobs.

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

Note

This subcommand is deprecated as of HPC PackĀ 2012. Use hpccred delcreds instead.

Syntax

cluscfg delcreds [/scheduler:<name>] [/user:<domain>\<user_name>]

cluscfg delcreds {/? | /help}

Parameters

Parameter Description

/scheduler:<name>

Deletes the credentials for this IP address or head node. These credentials 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.

/user:<domain>\<user_name>

Deletes the cached credentials for this user. The HPC Job Scheduler Service uses these credentials to submit jobs.

/?

Displays Help at the command prompt.

/help

Displays Help at the command prompt.

Examples

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

cluscfg delcreds /user:CONTOSO\someone

Additional references