Our community includes Cisco experts to answer your questions about the Smart Net Total Care (SNTC) portal and CSP-Collector.
Click the navigation links below to access materials for using our service and supported collectors.
Hi All
I have a customer who keeps receiving an 'internal server error' when trying to upload to the portal. The CSP-C is running 2.8.1.6.
I have tried several suggestions from the community with no success including generating new license etc
Is there any method to upload the license manually?
Any help would be appreciated
In deploying the image you would have created the cli admin password? (java based shell)
If so have you should also have created/activated the users collectorlogin and root ? (real linux shell)
If you have not do the following for the cli admin shell
admin# pwdreset root 90
And
admin# pwdreset collectorlogin 90
it will activate those accounts and generate their passwords ( keep them where you can refer to them in the future)
after that
Via SSH Login to collector as user collectorlogin and then use command below to connect as root (cannot connect to root directly)
# su root
then issue the commands below and send me in private message
# tail -100 /opt/ConcsoTgw/tail-end-gateway-decoupled/bin/CONN_TEG_LOGS/tail-end-gateway.log
# openssl s_client -showcerts -connect concsoweb-prd.cisco.com:443
# tail -100 /opt/ConcsoTgw/tail-end-gateway-decoupled/bin/nohup.out
# wget https://72.163.7.113/HeadEndWebAppServlet/ --no-check-certificate
Were you able to gather the information mentioned
Same issue here
when i run wget command i get
wget https://72.163.7.113/HeadEndWebAppServlet/ --no-check-certificate
--2019-12-09 10:32:40-- https://72.163.7.113/HeadEndWebAppServlet/
Connecting to 72.163.7.113:443... connected.
WARNING: certificate common name âconcsoweb-prd.cisco.comâ72.163.7.113â
HTTP request sent, awaiting response... 404 Not Found
2019-12-09 10:32:41 ERROR 404: Not Found.
Can you run this instead and update the rest of the information;
wget https://concsoweb-prd.cisco.com/HeadEndWebAppServlet/ --no-check-certificate
Thank you