Initialize_system_function, Change_tpm_owner_auth_function – Lenovo ThinkVantage Client Security Solution 8.3 User Manual

Page 36

Advertising
background image

Note: This command is not supported in the emulation mode.

INITIALIZE_SYSTEM_FUNCTION

This command initializes the Client Security Solution system function. The system-wide keys are generated
through this function call. The following list of parameters explain each function:

NEW_OWNER_AUTH_DATA_PARAMETER

This parameter is used to set the new owner password for the system. For the new owner password, the
value for this parameter is controlled by the current owner password. If the current owner password is not
set, then the value in this parameter is passed, and becomes the new owner password. If the current
owner password is already set and the administrator uses the same current owner password, then
that value in this parameter is passed. If the administrator uses a new owner password, then the new
owner password will be passed in this parameter.

CURRENT_OWNER_AUTH_DATA_PARAMETER

This parameter is the current owner password of the system. If the system already has an existing
owner password, then this parameter should pass the previous password. If a new owner password is
requested, then the current owner password is passed in this parameter. If no password change is
configured, then the value NO_CURRENT_OWNER_AUTH is passed.

<tvt_deployment xmlns ="http://www.lenovo.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="
http://www.lenovo.com cssDeploy.xsd">

< registry_settings />
< /tvt_deployment

<FUNCTION>

<ORDER>0001</ORDER>
<COMMAND>INITIALIZE_SYSTEM_FUNCTION</COMMAND>
<NEW_OWNER_AUTH_DATA_PARAMETER>pass1word</NEW_OWNER_AUTH_DATA_

PARAMETER>

<CURRENT_OWNER_AUTH_DATA_PARAMETER>No_CURRENT_OWNER_AUTH</CURRENT

_OWNER_AUTH_DATA_PARAMETER>

<VERSION>1.0</VERSION>

</FUNCTION>

</CSSFile>

CHANGE_TPM_OWNER_AUTH_FUNCTION

This command changes the Client Security Solution Administrator authorization, and updates the system
keys accordingly. The system-wide keys are regenerated through this function call. The parameters are:

• NEW_OWNER_AUTH_DATA_PARAMETER

The new owner password of the Trusted Platform Module.

• CURRENT_OWNER_AUTH_DATA_PARAMETER

The current owner password of the Trusted Platform Module.

<tvt_deployment xmlns ="http://www.lenovo.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance " xsi:schemaLocation="
http://www.lenovo.com cssDeploy.xsd">

< registry_settings />
< /tvt_deployment

<FUNCTION>
<ORDER>0001</ORDER>
<COMMAND>CHANGE_TPM_OWNER_AUTH_FUNCTION</COMMAND>
<NEW_OWNER_AUTH_DATA_PARAMETER>newPassWord</NEW_OWNER_AUTH_DATA_

PARAMETER>

<CURRENT_OWNER_AUTH_DATA_PARAMETER>oldPassWord</CURRENT_OWNER_AUTH

_DATA_PARAMETER>

<VERSION>1.0</VERSION>

</FUNCTION>

</CSSFile>

30

Client Security Solution 8.3Deployment Guide

Advertising