Asset ID: |
1-71-2371063.1 |
Update Date: | 2018-03-14 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2371063.1
:
LSMS 13.3: Keyutil Will Not Update Both Key List When Setting The Active Key
Related Items |
- Oracle Communications EAGLE (Software)
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec OS ELAP LSMS
|
In this Document
Created from <SR 3-16867463461>
Applies to:
Oracle Communications EAGLE (Software) - Version LSMS 13.3 and later
Information in this document applies to any platform.
Goal
How to manage multiple keylist in LSMS
Solution
1. Have only Neustar keys load.
If iconectiv keys are loaded, you "keyutil" to delete them
2. cd /var/TKLC/lsms/db/supDB/
3. service mysql stop
4. tar -czvf supDB.tar.gz * (A file supDB.tar.gz will be created.)
5. service mysql start
6. copy /var/TKLC/lsms/db/supDB/supDB.tar.gz to mate LSMS
scp -p /var/TKLC/lsms/db/supDB/supDB.tar.gz mate:/var/TKLC/lsms/db/supDB/supDB.tar.gz
7. Delete the Neustar keys using keyutil
8. Load the iconectiv keys
9. Use "keyutil" to set correct "InUse" key if necessary
To connect back to Neustar
1. cd /var/TKLC/lsms/db/supDB/
2. service mysql stop
3. tar -xzvf supDB.tar.gz
4. Verify that the ownership is still dbadm.dbadm
5. service mysql start
6. Repeat steps on mate
7. Use "keyutil" to set correct "InUse" key if necessary
Attachments
This solution has no attachment