System Settings
The System Settings screen allows for viewing and managing of certain operations: Clarity LIMS system configurations, log files export and whitelisting, that are previously possible only through using SSH command or CLI scripts.
System Settings screen
To access the System Settings screen, the SystemSettings:action permission is required. Without this permission, the System Settings is not visible.
By default, only the administrator role has the SystemSettings:action permission. For more on user roles and permissions, see User Roles and Configured Role-Based Permissions.
Access the SystemSettings Screen
In Clarity LIMS, select System Settings on the top right menu bar to access the screen. Use this screen to do the create and manage the following:
Applications Properties
Applications Properties allows for management of Clarity LIMS system configuration that is stored in the database.
You may view, create, modify, delete application properties.
Banner
Banner allows for management of custom announcement in Clarity LIMS. This banner shows up at the top of Clarity LMS page for all users when configured.
Export Logs
You can use Export Logs to retrieve the following log file generated by the various Clarity LIMS services for debugging purposes.
Automation Worker
Tomcat UI
Tomcat API
Elasticsearch
HTTPD Access Log
Search Indexer
To Export Logs:
On the system settings screen, select the Export Logs tab.
Select the log to be exported.
Select Export.
Global Tokens
Global Tokens setting allows you to create and manage a list of user-defined tokens to be used in automations.
The following list of tokens is provided by default and cannot be deleted:
{java}
IP Whitelisting
IP Whitelisting allows you to request for access to specific ports from the whitelisted IP.
You can request for access to the following three access types:
Clarity Access Type: Port 80, 443
SSH Access Type: Port 22
Database Access Type: Port 5432
NOTE: For Database Access Type request, PostgreSQL config file (pg_hba.conf) need to be updated to allow the access to the database, in addition to submitting an IP whitelisting request. Contact Illumina Support Team to request for the read-only access credentials.
An IP whitelisting request will takes less than 30min to complete on the server. If there are other pending IP requests in the server (eg, N number of requesting), the time to complete the new request should be less than (N + 1) * 15 * 2 minutes.
Example
1 new IP whitelist request on a system with 5 pending IP whitelist requests will take less than 180 minutes to complete.
IP Whitelisting Status
The status of an IP whitelisting may be Requesting, Active, Failed, Delisting, Delist Failed or Archived. You can view and manage the list of IP requests records in IP Requests area.
The following table provides an overview of each IP request status:
Requesting
Request to whitelist IP address is being processed. All new request is defaulted to this status.
Request Failed
IP request to whitelist IP address has failed. Contact Illumina Support with Reference ID provided in Failure column for further assistance.
Active
IP address is whitelisted and access to port is enabled.
Delisting
Request to delist IP address is being processed.
Delist Failed
Request to delist IP address has failed and port continues to be accessible. Contact Illumina Support with Reference ID provided in Failure column for further assistance.
Archived
IP address is removed from whitelisted list and can no longer access to port.
NOTE: IP addresses with Failed status will be removed from IP Request table after 30 days.
Roles and Permissions management
Roles and Permissions management that allows you to create, modify, and delete roles and the associated permissions to a role.
SSH Request
SSH Request that allows you to request for SSH access via user public key.
SSH Request Status
The status of SSH Request may be Requesting, Active, Request Failed, or Archived. You can view and manage the list of SSH request records in SSH Listings area.
The following table provides an overview of each SSH request status:
Requesting
Request to enable SSH access is being processed. All new request is defaulted to this status.
Request Failed
Request to enable SSH access has failed. Contact Illumina Support with Reference ID provided in Failure column for further assistance.
Active
Request to enable SSH access is successful. Access is valid for 180 days, from date of request.
Archived
Validity of access has expired. SSH access for user is removed.
NOTE: SSH access with Request Failed and Archived status will be removed from SSH listing table after 30 days.
Last updated
Was this helpful?