Printer FriendlyEmail 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:
  1. SSH to the Lab Server
  2. login: admin / password: spirent
  3. Select "Shell Access" from the console menu
  4. Enter the Lab Server container using the command:
    • docker exec -ti $(docker ps -q) /bin/bash
  5. Edit the STC configuration:
    • vi /home/testcenter/server/stcbll.ini
  6. For TestCenter IQ
    • Under [system] , find the line "enableEnhancedResults=true" and edit this value to false (enableEnhancedResults=false)
  7. For Telemetry
    • [telemetry]
      enable=false
  8. From inside vi issue the command
    • :wq
    • This will write the file and exit the vi session
  9. Restart services on the Lab Server
    • supervisorctl restart all
  10. Then exit the SSH session


 

Product : TestCenterIQ / Magellan,LabServer