Jump to: navigation, search

Difference between revisions of "Configure UBIK Archon Service"


(Created page with "The UBIK Archon Service is a web service for administering UBIK License information. This page describes how to setup the system. = Overview = * Make sure the HowTo:Install...")
 
Line 16: Line 16:
 
* Add a new website under the "Sites" folder in IIS Manager.
 
* Add a new website under the "Sites" folder in IIS Manager.
 
** "Site Name", "Application pool", "Physical path", "Binding", "Host Name", "Port" and "SSL Certificate"  should be adapted accordingly.
 
** "Site Name", "Application pool", "Physical path", "Binding", "Host Name", "Port" and "SSL Certificate"  should be adapted accordingly.
* ''' Example settings'''. <br/> [[Image:WebsiteConfIIS.PNG|300px]]
+
* ''' Example settings'''. <br/> [[Image:IIS1.PNG|300px]]
 
= Firewall settings =
 
= Firewall settings =
 
Firewall and Router settings must adapted so the Archon service can be accessible from outside of the IIS Server
 
Firewall and Router settings must adapted so the Archon service can be accessible from outside of the IIS Server
Line 30: Line 30:
 
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
 
<!-- DO NOT MODIFY THE NAME OF THIS SECTION, BUT REMOVE IT IF NOT REQUIRED -->
 
* [[HowTo:Configure_Microsoft_IIS_for_UBIK]]
 
* [[HowTo:Configure_Microsoft_IIS_for_UBIK]]
* [[HowTo:AInstall_Microsoft_IIS]]
+
* [[HowTo:Install_Microsoft_IIS]]

Revision as of 12:03, 3 July 2024

The UBIK Archon Service is a web service for administering UBIK License information. This page describes how to setup the system.

Overview

  • Make sure the USAM is installed on the IIS Server.
  • Install the UBIK Archon Webservice on the IIS Server.
  • If it is missing on the IIS Machine Install net.7.0.
  • Make sure all files are accessible

Install UBIK Archon

  • Download the UBIK Archon Webservice from the release portal.
  • Deploy the UBIK Archon Webservice to the designated web app folder on the IIS Server (web app folder needs to be created if necessary)

IIS Manager

  • Add a new website under the "Sites" folder in IIS Manager.
    • "Site Name", "Application pool", "Physical path", "Binding", "Host Name", "Port" and "SSL Certificate" should be adapted accordingly.
  • Example settings.
    IIS1.PNG

Firewall settings

Firewall and Router settings must adapted so the Archon service can be accessible from outside of the IIS Server

  • A New Inbound rule must be created in the IIS Server "Firewall Settings", using the same "Port" as the one specified in the website "Binding" settings.
  • A new Port forwarding rule must also be added in the Router "Firewall Settings" using the same "Port" as the one specified in the website "Binding" settings.


Usam

Usam must be configured by adding the necessary value to the UBIK Service Archon Url key in the AppSettings.config file

See also