![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2279818.1 : HLRR - When Exporting The TKLCConfigData.*.sh From Active NOAM it returns error “Cannot find Hardware Profile”
In this Document
Created from <SR 3-15166841941> Applies to:Tekelec HLR Router - Version HLRR 4.0 and laterInformation in this document applies to any platform. GoalWhen exporting the TKLCConfigData.*.sh from the active NOAM it returns error. Each server type return a similar error. Main Menu: Configuration -> Servers -> noam-a -> Export
Cannot find hardware profile for: noam-a Cannot find hardware profile for: soam1-a Cannot find hardware profile for: soam1-mp1
SolutionIt was seen that ServerProfile table was empty [root@noam-a ~]# iqt -E ServerProfile
[root@noam-a ~]#
Here is the workaround to be execute on active NOAM, as 'root' user. # ls -lh /var/TKLC/appworks/profiles/
# ivi ServerProfile
#!/bin/sh
iload -ha -xU -fServerProfile_ID -fProfileName -f_h_Server_ID ServerProfile \ <<'!!!!' 0|/var/TKLC/appworks/profiles/HLRR_T1200.xml|0 1|/var/TKLC/appworks/profiles/HLRR_T1200.xml|1 2|/var/TKLC/appworks/profiles/HLRR_T1200.xml|2 3|/var/TKLC/appworks/profiles/HLRR_T1200.xml|3 4|/var/TKLC/appworks/profiles/HLRR_T1200.xml|4 5|/var/TKLC/appworks/profiles/HLRR_T1200.xml|5 6|/var/TKLC/appworks/profiles/HLRR_T1200.xml|6 7|/var/TKLC/appworks/profiles/HLRR_T1200.xml|7 8|/var/TKLC/appworks/profiles/HLRR_T1200.xml|8 9|/var/TKLC/appworks/profiles/HLRR_T1200.xml|9 10|/var/TKLC/appworks/profiles/HLRR_T1200.xml|10 !!!! Step 4: :wq!
Verify: # iqt -E ServerProfile
Attachments This solution has no attachment |
||||||||||||||
|