Ending or Switching the Remote PED Connection

PEDserver runs on the Remote PED host until explicitly stopped. PEDclient (running on the SafeNet Luna Network HSM) behaves differently depending on the type of Remote PED connection. If you want to connect to a different Remote PED server, or allow another HSM to use the current server, you must manually break the Remote PED connection.

To end or switch an HSM-initiated Remote PED connection using LunaSH:

1.Execute the following LunaSH command:

lunash:>hsm ped disconnect

lunash:>hsm ped disconnect
 
If you are sure that you wish to disconnect, then enter 'proceed', otherwise type 'quit'.
> proceed
 
Proceeding...
 
Command Result : 0 (Success)
 

2.You are now able to initiate a connection to a different Remote PED host running PEDserver. You will need to present the orange PED key.

lunash:>hsm ped connect -ip <PEDserver_IP> -port <port>

NOTE   Running this command does not change the default Remote PED IP/port you may have previously set. If you want this new Remote PED server to be the default, set it using ped set -ip <PEDserver_IP> -port <port>.

To end or switch an HSM-initiated connection using LunaCM:

1.Execute the following LunaCM command:

lunacm:>ped disconnect

lunacm:> ped disconnect
 
        Are you sure you wish to disconnect the remote ped?
 
        Type 'proceed' to continue, or 'quit' to quit now -> proceed
 
Command Result : No Error
 

2.You are now able to initiate a connection to a different Remote PED host running PEDserver. You will need to present the orange PED key.

lunacm:>ped connect -ip <PEDserver_IP> -port <port>

NOTE   Running this command does not change the default Remote PED IP/port you may have previously set. If you want this new Remote PED server to be the default, set it using ped set -ip <PEDserver_IP> -port <port>.

To end or switch a PED-initiated Remote PED connection:

1.Execute the following LunaSH command:

lunash:>hsm ped deselect -host <server_name>

lunash:>hsm ped deselect -host RemotePED1
 
Command Result : 0 (Success)
 

2.Check the available list of Remote PED servers.

lunash:>hsm ped server list

If the Remote PED you want to use is not in the list, see PED-Initiated Remote PED.

3.The new Remote PED server must initiate the connection to the appliance.

>pedserver mode connect -name <appliance_name>

4.In LunaSH, you are now able to select the new Remote PED server from the available list.

lunash:>hsm ped select -host <server_name>