12-04-2019 01:33 AM
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
12-04-2019 06:56 AM - edited 12-04-2019 06:58 AM
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
12-06-2019 06:48 AM
Were you able to gather the information mentioned
12-09-2019 07:33 AM
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.
12-09-2019 08:07 AM
Can you run this instead and update the rest of the information;
wget https://concsoweb-prd.cisco.com/HeadEndWebAppServlet/ --no-check-certificate
Thank you
12-09-2019 08:23 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide