02-01-2018 05:52 AM - edited 03-01-2019 04:05 AM
I am not making much progress with TAC on this, so I figured that I would post it here.
I am trying to setup a licensed NSO system installation on a network with no Internet access.
Can someone please point me to any documentation regarding how to configure NSO 4.5 to get licensing from a smart satellite server?
I see an option for a proxy in /etc/ncs/ncs.conf:
<smart-license>
<proxy>
<url>DEFAULT</url>
</proxy>
<smart-license>
I tried replacing DEFAULT with the following URL which is listed as the “Smart Call Home Destination URL” on our satellite server, but the NCS service complains that this is not a valid URL when I try to start the service.
https://192.168.100.249:8443/Transportgateway/services/DeviceRequestHandler
Thanks,
Ryan
Solved! Go to Solution.
02-01-2018 06:20 AM
Hi,
I think the original config in ncs.conf should be ok.
You'd need to log into ncs_cli and configure this leaf 'smart-license smart-agent override-url url' with the URL that you mentioned in your question.
Once you do that, try registering the token as mentioned on the NSO admin guide (license smart register idtoken ...).
Yftach
02-01-2018 06:20 AM
Hi,
I think the original config in ncs.conf should be ok.
You'd need to log into ncs_cli and configure this leaf 'smart-license smart-agent override-url url' with the URL that you mentioned in your question.
Once you do that, try registering the token as mentioned on the NSO admin guide (license smart register idtoken ...).
Yftach
02-01-2018 09:41 AM
Thanks! That worked.
smart-license smart-agent override-url url https://servername/Transportgateway/services/DeviceRequestHandler
license smart register idtoken <id token>
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