Automatic Vary On Of iSeries Access Device Doesn’t Always Work
525 pts.
0
Q:
Automatic Vary On Of iSeries Access Device Doesn't Always Work
iSeries Access devices (3179 Type) will automatically vary on and go into an ACTIVE status from a VARIED OFF status. Once in a great while this does not work and we have to manually vary on the device in order for the user to be able to connect to the system. Any idea as to why? All of these devices are configured the same way.
ASKED: Mar 16 2009  11:05 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
215 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
Do you mean it doesn't vary on after IPL? It ay happen because the connection lines are not fully active in the time it varies the device on. Anyway I would suggest you to add command VRYCFG CFGOBJ(DEVICENAME) CFGTYPE(DEVTYPE) STATUS(*ON) in your startup program. It may prevent it to happen again.
Last Answered: Aug 26 2009  10:38 PM GMT by Brunocl   215 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Batman47   525 pts.  |   Aug 26 2009  11:38PM GMT

No, I’m not talking about after an IPL. I would equate this with my ECS line…. the VARIED OFF status is O.K. but automatically varies on and goes active once a connection is attempted.

With iSeries Access (PC5250 Emulation), it works 99.99% of the time….. we have hundreds of users. It’s just frustrating when it doesn’t. Maybe the system prevents an automatic vary on somehow…. this might be from too many invalid sign-on attempts from the device.

 

Pdraebel   865 pts.  |   Aug 28 2009  10:31AM GMT

If you do not want the devices varied off due to too many invalid signon attempts look at the system value QMAXSGNACT

 

Lovemyi   1470 pts.  |   Aug 28 2009  1:38PM GMT

The QMAXSGNACN *SEC Action to take for failed signon attempts is the correct name of the system value to check to see if the sysetm should vary off the device or disable the user profile or both

Display System Value

System value . . . . . : QMAXSGNACN
Description . . . . . : Action to take for failed signon attempts

Action to take for
failed password
attempts . . . . . . : 2 1=Disable device
2=Disable profile
3=Disable device and profile

We always use option 2 to disable the profile only.

Lovemyi

 

Batman47   525 pts.  |   Aug 28 2009  4:14PM GMT

O.K. Thank you. I’ll assume here that you mean once a device is disabled then iSeries Access PC5250 emulation will not be able to automatically vary on the device like it normally does. So, it must be something internal beyound the varied off status.

 
0