KMS_REMOVE.bat parameters

Prior to running the RSA KMS remove batch file, you must edit the parameters for your installation. Make sure each parameter does not contain spaces to the right of its value.

KMS software installation parameter

Parameter

Description

Default value

KMS_PATH

The directory in which RSA KMS is installed.

C:\KMS

SQL Server database access parameters

Parameter

Description

Default value

SQLServerName

The SQL Server host name.

Examples:

  • localhost
  • KMS_DB_SERVER

localhost\
IMPACT360

SQLServerPort

The SQL Server port number.

1433

SQL_MODE

The mode in which the SQL Server database is accessed. Options are:

  • SQL – Database accessed using SQL Server authentication.
  • WINDOWS – Database accessed using Windows authentication.

SQL

SQL_UserID

The RSA KMS User ID or domain user account.

  • If SQL_MODE=SQL, use the RKMUSER default.
  • If SQL_MODE=WINDOWS, enter the domain account in <domain>\<user_ID> format.

RKMUSER

SQL_Password

The password for the SQL UserID account. This password must match the password you created for the RKMUSER or domain user account in SQL Server.

You are prompted to enter the SQL password while running the batch file.

<blank>

RSA KMS removal parameter

Parameter

Description

Default value

KMS_REMOVE_DBTABLES

The RSA KMS database tables and the data in them can be saved or deleted.

  • true - delete the RSA KMS database tables

  • false - do not delete the RSA KMS database tables

TRUE