Discussion:
How can I deallocate the session in one Local LU, and active the session in one Local LU?
(too old to reply)
zhangych
2008-11-24 15:37:24 UTC
Permalink
i used the command (smitsnaadmin deactivate_session , lu_alias='QZ02602' ,
lu_name='QZ02602' , plu_alias='CICSTRN1' , fqplu_name='SDBNET.CICSTRN1' ,
mode_name='PARALLEL' , session_id=0x'0000000000000000' ,
type='DEACT_NORMAL' , sense_data=0x'00000000') to deactive the session,the
command return the deactivate_session command completed successfully.

but when i use the command which list blow to active the session,return with
activate_session command failed :
primary_rc = PARAMETER_CHECK, secondary_rc = EXCEEDS_MAX_ALLOWED

smitsnaadmin activate_session , lu_alias='QZ02602' , lu_name='QZ02602' ,
plu_alias='CICSTRN1' , fqplu_name='SDBNET.CICSTRN1' , mode_name='PARALLEL'
, polarity='POL_EITHER' , cnos_permitted='NO'

and on os390,the operator says the session is ok.

if i used the command use parameter cnos_permitted='YES' ,return
activate_session command failed :primary_rc = ACTIVATION_FAIL_NO_RETRY,
secondary_rc = NO_SECONDARY_RC

with the sna.err show:
============ Log file initialized 17:12:33 BEIJING 24 Nov 2008 ============
17:12:33 BEIJING 24 Nov 2008 512-533(0-10) P (frontdev1)
Locate search failed: LU not found.
Sense code = 0x08400007
Origin CP name = SDBNET.QZ026
Origin LU name = SDBNET.QZ02602
Destination LU name = SDBNET.CICSTRN1

How can I deallocate the session in one Local LU, and active the session in
one Local LU?
l***@attglobal.net
2008-11-24 18:12:46 UTC
Permalink
Post by zhangych
i used the command (smitsnaadmin deactivate_session , lu_alias='QZ02602' ,
lu_name='QZ02602' , plu_alias='CICSTRN1' , fqplu_name='SDBNET.CICSTRN1' ,
mode_name='PARALLEL' , session_id=0x'0000000000000000' ,
type='DEACT_NORMAL' , sense_data=0x'00000000') to deactive the session,the
command return the deactivate_session command completed successfully.
but when i use the command which list blow to active the session,return with
primary_rc = PARAMETER_CHECK, secondary_rc = EXCEEDS_MAX_ALLOWED
smitsnaadmin activate_session , lu_alias='QZ02602' , lu_name='QZ02602' ,
plu_alias='CICSTRN1' , fqplu_name='SDBNET.CICSTRN1' , mode_name='PARALLEL'
, polarity='POL_EITHER' , cnos_permitted='NO'
and on os390,the operator says the session is ok.
if i used the command use parameter cnos_permitted='YES' ,return
activate_session command failed :primary_rc = ACTIVATION_FAIL_NO_RETRY,
secondary_rc = NO_SECONDARY_RC
============ Log file initialized 17:12:33 BEIJING 24 Nov 2008 ============
17:12:33 BEIJING 24 Nov 2008 512-533(0-10) P (frontdev1)
Locate search failed: LU not found.
Sense code = 0x08400007
Origin CP name = SDBNET.QZ026
Origin LU name = SDBNET.QZ02602
Destination LU name = SDBNET.CICSTRN1
How can I deallocate the session in one Local LU, and active the session in
one Local LU?
The important information is:
17:12:33 BEIJING 24 Nov 2008 512-533(0-10) P (frontdev1)
Locate search failed: LU not found.
:
Destination LU name = SDBNET.CICSTRN1
You can use the command:
snahelp 512-533
to get more details on what that message means.


Assuming you are not using APPN and therefore do not have
CP-CP sessions from your CP (QZ026) to the OS/390 CP, then
you will have to statically define the CICSTRN1 partner LU
to CS/AIX. This is done with a define_partner_lu command
(which you probably already have, since you are using a
partner lu alias) and a pair of define_directory_entry
commands. You need a pair of them to define the OS/390's CP
and then to define the OS/390's CICS LU on that CP.
Read these old posts to learn more about define_directory_entry:
http://groups.google.com/group/ibm.software.commserver.aix/search?hl=en&group=ibm.software.commserver.aix&q=define_directory_entry&qt_g=Search+this+group


Using APPN, via the CP-CP sessions, is prefered to doing
these static definitions. Why are you not using CP-CP sessions?
Did you disable their use on that linkstation or is APPN
not enabled on the OS/390?


Paul Landay
l***@attglobal.net
2008-11-29 18:30:05 UTC
Permalink
Post by zhangych
============ Log file initialized 17:12:33 BEIJING 24 Nov 2008 ============
17:12:33 BEIJING 24 Nov 2008 512-533(0-10) P (frontdev1)
Locate search failed: LU not found.
Sense code = 0x08400007
Origin CP name = SDBNET.QZ026
Origin LU name = SDBNET.QZ02602
Destination LU name = SDBNET.CICSTRN1
http://www.ibm.com/support/docview.wss?uid=swg21303382

Loading...