Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

12.14 maketoken Command

Synopsis

maketoken [ -d Slot-directory ] -s SlotID [ -t TokenLabel ]

Description

The maketoken command generates a token and embeds it in a slot.
The SO-PIN and user PIN to be set in the token are entered interactively.
Options that can be specified are shown below.
Execution of this command generates an FLM03 device model token.
To enable the generated token in an application program that is already started, the application program must be restarted.

Options

-d Slot-directory

Specify the full path of the slot information directory (Slot-directory).
An error occurs if the specified slot information directory does not exist and the command ends abnormally.

-s SlotID

Use the slot ID option (SlotID) to specify the slot where the token being generated will be embedded.
Specify the slot ID that was displayed when the makeslot command was executed.

-t TokenLabel

Specify 32 characters or less as the token label (TokenLabel) to be set for the generated token.
A token label is the character string information to identify a token.
If less than 32 characters are specified, the label is padded with spaces.
The space character cannot be specified at the start of the character string.
If this option is omitted, Token + lower two digits of the slot number (if the slot number is 1, Token01) is assumed as the specification.

Command Location

Windows

%ProgramFiles%\SecurecryptoLibraryR\PROGRAM\bin

Solaris

/opt/FJSVsclr/bin

Linux

/opt/FJSVsclr/bin

Linux x64

/opt/FJSVsclr64/bin

Cautions

Category

Characters

Alphabetic

A to Z
a to z

Numeric

0 to 9

Symbols

!"#%&'()*+,-./:;<=>?[\]^_{|}~

Space

' '

Example

[Windows]

maketoken -d d:\sslenv\slot -s 1 -t token
Slot-password: (*1)
New SO-PIN for token: (*2)
Retype: (*2)
New User-PIN for token: (*3)
Retype: (*3)

[Solaris] [Linux]

# maketoken -d /export/home/slot -s 1 -t token
Slot-password: (*1)
New SO-PIN for token: (*2)
Retype: (*2)
New User-PIN for token: (*3)
Retype: (*3)

*1) Enter the slot password that was entered when the makeslot command was executed. The slot password is not displayed.
*2) Enter to set the SO-PIN (administrator's PIN) in the token. The SO-PIN is not displayed.
*3) Enter to set the user PIN in the token. The user PIN is not displayed.