Stopping Idle Unity Sessions Automatically | Teradata Unity - Stopping Idle Unity Sessions Automatically - Teradata Unity

Teradata® Unity™ User Guide

Product
Teradata Unity
Release Number
16.51
Published
May 2020
Language
English (United States)
Last Update
2020-06-01
dita:mapPath
oic1588030762460.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-2520
lifecycle
previous
Product Category
Analytical Ecosystem
To stop automatically the client sessions that are connected but have been idle for a long time, set an idle session timeout for passive or managed sessions.
  1. Do one of the following at unityadmin to stop an idle session automatically:
    Session Type Command Example
    For passive sessions
    unityadmin> config update  PassiveSessionIdleTimeout 1200 reason 'Idle Session timeout';
    Requested config added/updated successfully.
    Config changes will be applied dynamically.
    
    For managed sessions
    unityadmin> config update ManagedSessionIdleTimeout 1200 reason 'Idle Session timeout';
    Requested config added/updated successfully.
    Config changes will be applied dynamically.
    unityadmin>
    
  2. To disable these timeouts, set the value to 0.