HP3000-L Archives

November 2000, Week 5

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
"Johnson, Tracy" <[log in to unmask]>
Reply To:
Johnson, Tracy
Date:
Thu, 30 Nov 2000 18:54:25 -0000
Content-Type:
text/plain
Parts/Attachments:
text/plain (47 lines)
You may not want someone who has grabbed the console to
get bumped off either.

Please add: HPLDEVIN = HPCONSOLE.

Tracy Johnson
MSI Schaevitz Sensors


-----Original Message-----
From: VANCE,JEFF (HP-Cupertino,ex1) [mailto:[log in to unmask]]
Sent: Thursday, November 30, 2000 12:32 PM
To: [log in to unmask]
Subject: Re: Session timeout for operator (console) user.


...
> So, I setup in sysgen -> misc -> session citimeout=15.
> All is OK, 15 minutes a user may be inactive at the terminal
> before being
> automatically logged off the system, but the user operator (
> my console
> user) is automatically logged off too and I don't want this.
> What can I do?
> Can I set timeout (for CI) session preferentially for some users?

Someone has already mentioned the HPTIMEOUT CI variable, which can
be set in an OPTION LOGON UDC.  This variable cannot exceed the
timeout value set in SYSGEN (or is it the Security Monitor?).  Your
logon UDC can also be selective. For example:

SYSLOGON
OPTION LOGON, NOBREAK, NOHELP
# This is the system logon UDC
...
if HPINTERACTIVE and HPLDEVIN <> 20 then
   setvar HPTIMEOUT 15
endif
...

With the above UDC you would not need to set a value in SYSGEN; however,
please note that any user can modify their own HPTIMEOUT value if they
have access to the CI and they are aware of its existence.

regards,
 Jeff Vance, CSY

ATOM RSS1 RSS2