Customer Service Center
Home
Knowledge Base
Forums
Contact Support
License Activation
|
Contact Support
|
License Activation
|
Spirent KB Article
Doc ID: FAQ10227
Printer Friendly
Email Article Link
Perform: What needs to happen when I change the hlisys, prfmsys, and tintsys passwords on Perform boxes?
Answer
**
***Changing the hlisys, prfmsys, and tintsys passwords on Perform boxes
**
-------
Perform:
-------
If the hlisys or prfmsys (whichever userid Perform is owned by) password is changed on the Perform machine, the scheduler and other Perform servers can't login to the database so you need to add the newly encrypted password to the below env files and then restart perform. For clarity, the instructions are written for prfmsys. If Perform is owned by hlisys, then use hlisys where ever you see prfmsys.
NOTE: This section is only for Perform with Fastpacket. Will not need to be done with TDM Only
Step 1. Login as prfmsys
Step 2. Source perform.env
$ . $CENTEROP_ROOT/perform.env
Step 3. Change to Perform bin directory
$ cd $CENTEROP_ROOT/bin
Step 4. Get an encrypted version of the new password. The example shows encrypting the password string “react”. Replace "react" with the actual password.
$ csv_crypt.exe react
z2c907c5f715a2eb1
Step 5. Edit PrfmOdbcConfig.txt, replacing the value of PASSWORD with the encrypted string printed by the previous step.
$ vi $CENTEROP_ROOT/data/PrfmOdbcConfig.txt
Step 6. Edit Scheduler.env, replacing the value of ODBC_PASSWORD with the encrypted string printed by the previous step.
$ vi $HENV_ENV_DIR/env/Scheduler.env
*** In the same directory, make the same change to the ODBC_PASSWORD in the following two files:
PerformCircuitListMgr.env:
PrfmInventoryMgr.env:
Step 7.
Edit PrfmInvSocketLoader.properties, replacing the value of PASSWORD with the encrypted string printed by the previous step.
$ vi $CENTEROP_ROOT/config/PrfmInvSocketLoader/PrfmInvSocketLoader.properties
Step 8. Restart the Perform servers
$ CenterOpAdmin –c stop
$ CenterOpAdmin –c start
NOTE: The above is only for Perform with Fastpacket. Will not need to be done with TDM Only
**
*** USE THE X-Windows CONFIGURATION UTILITY GUI TO GENERATE
*** THE ENCRPTED PASSWORDS FOR RTVIEW AND PERFORM DASHBOARD...
**
THE FOLLOWING IS IN SECTION 5.15.4 CONFIGURING PASSWORDS in the Perform Trouble Shooting Guide
----------------------------------------------------------------------------------------------
• Enter the “admin” for both the username and password:
• The following screen should appear:
• On the left side of the screen, select SQL. The following should appear:
• In the Databases column at the right, double-click on the database for which the password is changing. For example, if the pmiowner password is changing, double-click on pmint. The following should appear:
• Enter the new password for pmiowner and select OK. Then, click the save button. The following should appear (DON”T CLICK ANYTHING YET):
• IMPORTANT: Select the No button. If Yes is selected, the change will not be written to the proper OPTIONS.ini file.
• Now click on the Exit button to exit the configuration utility and you are done. The update occurs instantly.
RTVIEW:
------
Place encrypted passwords in the below file(May be done automatically by the Config Utility GUI):
/hekimian/cots/rtview/4.8c1/config/OPTIONS.ini
PERFORM DASHBOARD:
-----------------
Place encrypted passwords in the below file:
/hekimian/CenterOpGateway/PerformDashboard/rtview/4.9c1/PerformDashboard/OPTIONS.ini
TINT:
----
Login as tintsys
Locate the <region>_concentrator files.
The files are located in:
/hekimian/tint/services/<service>/
/hekimian/tint/services/<service>/<doc number>
Where:
<service> is the service name, such as livetirks.
<doc number> is the document server number, such as 1
vi <region>_concentrator
locate the password line and change to the new password
The above must be done for each concentrator file in each of the <service> <doc number> directories.
One way to identify all of the concentrators files:
cd /hekimian/tint/services
find . -name "*concentrator" -print
------------------------------------------------------------------------------------|
Version
3.0
Publish Date
2014-09-05
Categories
Product : TINT,UNIX,Informix,Perform
Related Articles