![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 2372898.1 : Diameter Signaling Router (DSR) - IDIH - How To Reset Password for IDIH
In this Document
Created from <SR 3-16879309111> Applies to:Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.3.0 and laterTekelec SymptomsCustomer is unable to login to NSP GUI on IDIH using idihtrace / idihadmin user. They seem to have forgotten the password for idihtrace / idihadmin user.
CauseCustomer forgot the password for idihtrace / idihadmin user SolutionPlease contact Oracle Support to retrieve / change the password for these users.
********* Internal Procedure********** <Based on Information from DSR Field Help Queue #18199> - Retrieve the password information from mysql database - Login to mediation server as "admusr" and change user as "tekelec" (sudo su - tekelec)
- Connect to oracle db using this command "sqlplus /@NSP;" - Then run the below command from SQL prompt to retrieve the user and password information - SQL> select *from USERS 2 ; - In this table you can see the username, password and user Description for each user. - The password information from this table can be used to verify the login again. - See the sample output below.
[admusr@med ~]$ sudo su - tekelec VPATH: /var/TKLC/xIH/mediation:/usr/TKLC/xIH/mediation med:/usr/TKLC/xIH sqlplus /@NSP; SQL*Plus: Release 12.1.0.2.0 Production on Tue Mar 13 04:26:03 2018 Copyright (c) 1982, 2014, Oracle. All rights reserved. Last Successful login time: Tue Mar 13 2018 02:00:01 -04:00 Connected to: SQL> select *from USERS; U_NAME idihtrace U_NAME NSPInternal SQL>
- If the Login still does not works then due to account lock out (because o multiple attempts of wrong password) then password can be changed as following:
1.login to mediation server as "admusr" and change user as "tekelec" (sudo su - tekelec) 3 . run this command from SQL Prompt : SQL> update USERS set U_PASSWORD='xxxxxxxxxx' where U_NAME='idihadmin'; e.g : 1 row updated. 4. run this command from SQL prompt : SQL> commit; e.g SQL> commit; Commit complete. 5. then try to login Protrace GUI as " idihadmin /xxxxxxxxxx".
Note : after successful login you can change the password as to previous after running above 3 and 4 steps.
Attachments This solution has no attachment |
||||||||||||||||
|