Home >

LunaCM Command Reference Guide > LunaCM Commands > stc > stc status

stc status

Display the STC status and configuration information for the current slot, or for all slots.

Syntax

stc status [-all]

Option Shortcut Description
-all -a Display the STC status for all slots.

Example

Note:  The key life is displayed only if allowed by the partition security policy settings.

lunacm:> stc status
 
Enabled:            Yes
Status:             Connected
Channel ID:         1
Cipher Name:        AES 256 Bit with Cipher Block Chaining
HMAC Name:          HMAC with SHA 512 Bit
 
 
Command Result : No Error
 
 
 
lunacm:> stc status -all
 
 Slot ID      Enabled      State        Channel ID   Cipher Name  HMAC name
 _______________________________________________________________________________
 
 0            Yes          Connected    1            AES256_CBC   HMAC_SHA512
 
 1            Yes          Connected    2            AES256_CBC   HMAC_SHA512
 
 2            Yes          Connected    3            AES256_CBC   HMAC_SHA512
 
 3            Yes          Connected    7            AES256_CBC   HMAC_SHA512
 
 4            Yes          Connected    8            AES256_CBC   HMAC_SHA512
 
 
Command Result : No Error