Labels

hpunix (63) marathi kavita (52) linux (21) solaris11 (10) AWS (5) numerology (5)

Friday, March 26, 2021

How to increase session timeout value in ILOM + solaris

 How to increase session timeout value in ILOM:

The session gets disconnected if it is unattended for more than 15-20 minutes, depending on setting done in your system. Sometime, at the time of patching we may face problem due to session 

timeout. So it is better to increase the timeout value from server or from ILOM.


Here we are increasing session timeout value for ILOM.

1. Login to ILOM from CLI and get the timeout value.


-> show /SP/cli

 /SP/cli

    Targets:

    Properties:

        legacy_targets = disabled

        prompt = (none)

        timeout = 20


In our case timeout = 20, that means after 20minutes the session will get disconnected if it unattended.

2. The timeout value indicates the number of minutes for session timeout (1–1440).

3. Here we are setting timeout value to 60 i.e. 1hour or 60min.

-> set /SP/cli timeout=60

Set 'timeout' to '60'


-> show /SP/cli

 /SP/cli

    Targets:

    Properties:

        legacy_targets = disabled

        prompt = (none)

        timeout = 60

->

Note : Setting a timeout value of 0 disables the timeout feature.


Thank U !

Kiran Jaddhav

No comments:

Post a Comment