#Installation Verification
#Verifying Access to the Web Interface
Open a web browser, then go to
http(s)://<ingress_hostname>:<ingress_port_number>
.- <ingress_hostname> - hostname of the machine where Ingress is installed.
- <ingress_port_number> - port number used by the web service, which is 8080 by default; this is specified upon ingress installation.
Log in with admin for both Username and Password.
Click the Navigation Bar on the upper right side of the page, then select the Open iT Core Server.
#Verifying the Running Open iT Processes
Open the Task Manager.
Click Services.
Search for OpeniTEventHandler, OpeniTRegistrar, OpeniTReporting,and OpeniTServer.
Verify that the status of the services is Running.
#Verifying the Created Directories
Go to the Core directory, which is by default in C:\Program Files\OpeniT\Core
and verify that the following directories exist:
bin
($BIN_DIR)
- contains binary filesConfiguration
($CONFIG_DIR)
- contains Core Server configurationscontrib - contains scripts used by Open iT
External - contains external resources needed by the Core Server, such as the Apache, OpeniTDiscoveryTool, PHP, Python37, and Strawberry Perl binaries
images - contains images used by the Core Reporter
lib - contains the Perl library files used by Open iT
Log
($DEBUG_DIR)
- contains troubleshooting logs created by the Open iT binariesThis directory and its contents are sent to Open iT Support whenever an issue occurs. Make sure to set debug logging to 0 after doing so to prevent too much space consumption.
ReportingServer - contains files used by the web application
src - contains Lua source files
#Next Step?
After verifying the files, directories, and running processes, you may proceed with verifying the Open iT Core Server web interface.