Preparing to install Remedy SSO with the TrueSight installer
General prerequisites for installing Remedy Single Sign-On
Ensure that you meet the following requirements for installing the product on a Windows or Linux computer.
- Verify that your environment meets Remedy Single Sign-On system requirements.
- Download and unzip the zipped product files (the installer) at your preferred location.
Ensure that the ports required during installation are not in use. The default ports are listed in the following table.
- (Linux only) Ensure that the system default locale is UTF-8.
- Ensure that you delete all the files from the temporary directory.
- Windows: %temp%
- Linux: /tmp
- You need the following information before you begin the installation:
- If you plan to use PostgreSQL packaged with the installer:
- Database details such as the host name, port, and database name.
- Cookie domain to be used for accessing Remedy Single Sign-On.
- If you plan to use an existing PostgreSQL instance: You need the following information:
- Database details such as the host name, port, database name, and administrator credentials (superuser).
- Cookie domain to be used for accessing Remedy Single Sign-On.
- If you plan to use PostgreSQL packaged with the installer:
The existing PostgreSQL database instance must be accessible from the server where you install Remedy SSO. To do this, go to the computer where PostgreSQL is installed, navigate to the pg_hba.conf file, add the Remedy SSO host name, and save the file.
The pg_hba.conf file can be found at:
Permissions required for installing on Windows
You can install Remedy SSO as an administrator or as a non-administrator user on Windows.
If you are using a non-administrator user for installation, make sure that the non-administrator user is a part of the Administrators group.
Permissions required for installing on Linux
You can install Remedy SSO on Linux as a non-root user only.
To be able to perform the installation, a non-root user needs the permissions listed in the following table:
Configuring the Terminal Server options on Windows
If you are planning to install Remedy SSO on a host computer with Windows, configure the following Terminal Server options that pertain to temporary folders. Doing this enables you to run the installation utility through a Terminal Services connection or a remote desktop session.
- On the host computer, from Start, type Run and press Enter, and type gpedit.msc and press Enter.
The Local Group Policy Editor is opened. - From the Local Group Policy Editor, navigate to Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Temporary folder.
- Double-click the following options and set each to Enabled:
- Do not delete temp folder upon exit.
- Do not use temporary folders per session.
- Back up the Windows registry and avoid receiving notification about Terminal Server configuration at the time of product installation:
- On the host computer, from Start, type Run and press Enter, and type regedit and press Enter.
The Registry Editor is opened. - From the Registry Editor, navigate to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server.
Set the value for PerSessionTempDir and DeleteDeleteTempDirsOnExit to 0.
- On the host computer, from Start, type Run and press Enter, and type regedit and press Enter.
- Restart the host computer.