WCS License deactivation and activation on other server

Arif Butt

Member
Hi

our client wants to shift the WCS server on another machine, they are using a proxy for internet connectivity, please provide assistance and steps for the above process.

Thanks
AB
 

Max

Administrator
Staff member
Hello

Please check this doc

1. Configure your proxy server in wcs-core.properties
Code:
# Proxy configuration
-Dhttp.proxyHost=proxy1.flashphoner.com
-Dhttp.proxyPort=3128
-Dhttps.proxyHost=proxy1.flashphoner.com
-Dhttps.proxyPort=3129
-Dhttp.nonProxyHosts=localhost|127.0.0.1|10.*|169.254.169.254
2. Deactivate.
Code:
sudo ./deactivation.sh
Verification: conf/flashphoner.license will be removed from disk if the Deactivation success

3. Once the license is deactivated, you can activate it on another host.
Code:
sudo ./activation.sh
Verification: conf/flashphoner.license will be created if the Activation success
 

Max

Administrator
Staff member
Your proxy server requires authentication. With 407 response.
The activation and deactivation tools do not support proxy authentication.

Please use a HTTP proxy that do not require authentication.
Then it will be working.

As an option, you can send error log output to support@flashphoner.com.
We will prepare instructions how to deactivate manually without activation deactivation tools.
 

Arif Butt

Member
Ok we will share it but please consider

We also need to reactivate on other server running centos stream OS with the same proxy ....
 

Arif Butt

Member
Hi,
Our customer is saying that they can whitelist the web URLs involved in license activation and deactivation process, therefore please provide all the URL's and IP addresses which are involved in this process.

Thnx
AB
 

Max

Administrator
Staff member
The URL
Code:
https://my.flashphoner.com:443
should be whitelisted to activate or deactivate the server license.
 
Top