partition show

Display a detailed list of accessible partitions with relevant information. This command outputs information about one or all partitions on the Luna appliance's key card (the HSM). It is not necessary to be logged in as HSM Admin to execute this command.

For each partition that is present, the following information is displayed:

>Partition serial number

>Partition name

>Primary authentication status (activated or not)

>Partition auto-authenticate status

>User lock-out statue

>HSM serial number

>HSM label

>HSM firmware version

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

>Monitor

Syntax

partition show [-partition <partition_name>] [-all]

Argument(s) Shortcut Description
-partition <partitionname> -p Specifies the name of the partition for which to display information. By default information about all partitions is shown. Obtain the partition name by using the partition list command.
-all -a All partitions

Pre-firmware-7.7.0 Example

lunash:>partition show


   Partition Name:                            partition1
   Partition SN:                              154438865289
   Partition Label:                           testpartition
   Partition SO     PIN To Be Changed:        no
   Partition SO     Zeroized:                 no
   Partition SO     Login Attempts Left:      10
   Crypto Officer   PIN To Be Changed:        no
   Crypto Officer   Locked Out:               no
   Crypto Officer   Login Attempts Left:      10
   Crypto User      PIN To Be Changed:        no
   Crypto User      Locked Out:               no
   Crypto User      Login Attempts Left:      10
   Legacy Domain Has Been Set:                no
   Partition Storage Information (Bytes):     Total=324096, Used=1232, Free=322864
   Partition Object Count:                    6


Command Result : 0 (Success)

 

Firmware 7.7.0 (and newer) V1 Partition Example

lunash:>partition show -partition v1par1


   Partition Name:                                    v1par1
   Partition SN:                                1238700701512
   Partition Label:                                          
   Partition Version:                                       1
   Partition SO is not initialized.
   Crypto Officer is not initialized.
   Crypto User is not initialized.
   Limited Crypto Officer is not initialized.
   Legacy Domain Has Been Set:                             no
   Partition Storage Information (Bytes):
                Total=6628214
                Used=0
                Free=6628214
   Partition Object Count:                                  0
   Partition SMK OUIDs:
		SMK-FW4: Not Initialized
		SMK-FW6: Not Initialized
		SMK-FW7-FM: Not Initialized
		SMK-FW7-Rollover: Not Initialized
		SMK-FW7-Primary: Not Initialized


Command Result : 0 (Success)