Configuring IBM tape library with SKLM

As a prerequisite for this setup we would require-
– A EKM (Encryption Key Management) sever, currently IBM Security Key Lifecycle Manager (ISKLM)
– IBM Tape library TS3310
Step 1: Login to your sklm web gui.The ISKLM login via web browser can be made using https://ISKLM-address:9080/ibm/SKLM/login.jsp.
Step 2:If you need a ssl certificate for Tape,create a self signed SSL / KMIP Server certificate as below:
editor_image_3865e0a5-dfd5-48da-8a57-66a7d7d44466

Step 2.Validate the below entries populated in SKLMConfig.properties, else manually fill in

cat /opt/IBM/WebSphere/AppServer/products/sklm/config/SKLMConfig.properties

editor_image_6f9576bd-ad09-47cb-8adb-eb2ab6d51386

Step 3.Restart ISKLM server. Once the restart completes,you should be able to see SSL protocol, KMIP protocol status as “configured”. Restarting sklm server(Navigate to the /opt/IBM/WebSphere/AppServer//bin directory)
./stopServer.sh server1  -username <username> -password <password>
./startServer.sh server1 -username <username> -password <password>

Step 4.Validate whether the created self-signed certificate is configured properly and is in-use

editor_image_8b2fc005-6741-4f2e-8315-ec6f1ebaddf5

Step 5.Export the configured / in-use server certificate as a file, following tklmCertList and tklmCertExport CLI commands.This file can be transferred to tape for ssl communication.

Step 6.Create Keys associated to the device group LTO

editor_image_a4767a9e-bba5-43e4-8d53-1d220ff13eed

editor_image_3e91322f-212f-49b3-8c48-6c0af8a4d394

editor_image_5ae18df0-e30b-4113-8fbc-e748d74a105a(1)

Note: Two key groups created to manage default rollover

Step 7:Manage key rollover

editor_image_a384a898-9ae3-4a02-8fac-0a51a4462511

editor_image_f92895b1-d708-40e1-8783-095f6458186f

Step 8. Identify drives to manually add devices(drives) ,otherwise it automatically accept all new device requests for communication if step 9 is followed before 8.

editor_image_0c93b815-f310-46a0-8519-604ffaa934ad

Step 9.On tape library web – manage library -> logical library -> select library ->modify encryption method

Enter your EKM primary address and tcp port number in that page.

To test configuration

1.Tape library web – Service library->key path diagnostics ->start tests

editor_image_b7d1a5f3-cfaf-462d-8804-7be836d38d78(1)

This confirms your sklm server got well configured with tape for encryption.

Leave a comment