Windows
Linux
Download the installer and run it. You will be prompted for installation directory. No server components are required for Insider to function. A Windows service can be installed on a Windows server to get an Oracle alert log file and some extended Windows statistics.
The Windows service is an optional component that can be installed on a Windows server in order to get the Oracle alert log file and some extended statistics.
Simple installation. The default installation of the Windows service adds InsiderWinMonitor service running under System account. All communication between the service and Insider is encrypted and the service listens on the port 12766. To install the Windows service with the default parameters execute:
InsiderWinMonitor.exe installNote that the service is not started by default. You need to start it with:
InsiderWinMonitor.exe startTo stop the service execute:
InsiderWinMonitor.exe stopTo uninstall:
InsiderWinMonitor.exe uninstallThe service can also be started/stopped and configured using Windows Services applet. See My Computer > Manage > Services and Applications > Services
Advanced configuration. To start the Windows service as a console application, change the user account or make it listen to a non-default port or to change any other options run InsiderWinMonitor.exe with non-default parameters.
Usage:
InsiderWinMonitor.exe [ operation ] [ options ] [ parameters ]
Operations:
[-k] install
Install service.
[-k] uninstall
Uninstall service.
[-k] console
Start as console application (default).
[-k] start
Start service.
[-k] stop
Stop service.
[-k] restart
Restart service.
-i Install service (alias for -k install).
-u Uninstall service (alias for -k uninstall).
-c Run as console application (alias for -k console).
Options:
-n name
Specifies the name of the service
-a Automatic service start (valid with operation "install" only).
-m The service will be started manually (valid with operation "install" only).
-p account password
Run the service under the specified account.
Notes:
This option is valid with operation "install" only.
Specified user MUST have permissions to logon as service.
Use form .\username for local accounts.
Use form domain\username or username@domain for a user registered in a domain.
-f file
Use parameter file.
Parameters:
[parameter_name=] parameter_value
port=port_number
TCP port number.
logfile=filepath
Service log file.
protocol=protocol_flags
Set protocol flags:
transparent - transparent transmission;
scramble - scramble network traffic.
Notes.