Customer Service Center
Home
Knowledge Base
Contact Support
License Activation
|
Contact Support
|
License Activation
|
Spirent KB Article
Doc ID: FAQ19631
Printer Friendly
Email Article Link
Spirent TestCenter - How to disable TestCenter IQ or Telemetry in a virtual LabServer (modifying stcbll.ini file)?
Environment/Versions
Spirent TestCenter
Lab Server
TestCenter IQ / Enhanced Results / Magellan
All versions
Answer
You can disable TestCenter IQ / Enhanced Results on a virtual Lab Server by setting to false the value: "
enableEnhancedResults
" on file stcbll.ini. This can be done by following the next steps:
SSH to the Lab Server
login:
admin
/ password:
spirent
Select "
Shell Access
" from the console menu
Enter the Lab Server container using the command:
docker exec -ti $(docker ps -q) /bin/bash
Edit the STC configuration:
vi /home/testcenter/server/stcbll.ini
For TestCenter IQ
Under [system] , find the line
"enableEnhancedResults=true"
and edit this value to false (
enableEnhancedResults=false
)
For Telemetry
[telemetry]
enable=false
From inside vi issue the command
:wq
This will write the file and exit the vi session
Restart services on the Lab Server
supervisorctl restart all
Then exit the SSH session
Version
3.0
Publish Date
2024-09-30
Categories
Product : TestCenterIQ / Magellan,LabServer
Related Articles