Hi
You probably need to define an OMVS segment to the TSO userid to use TCPIP
access or USS.
Suppose your TSO userid is USER01, and you are a RACF administrator you can do
below command, if not do the command inside the USER01 if RACF administrator
authorize, if not require any RACF administrator to do this command.
You can use TSO LU USER01 OMVS to verify if it has an OMVS segment if not
define one number
If no OMVS try to define one and see if helps to use PING.
If you are a RACF administrator you can run this JOB, if not call your security
administrator and run.
//ST1 EXEC PGM=IKJEFT01
//SYSTSPRT DD SYSOUT=*
//SYSTERM DD DUMMY
//SYSTSIN DD *
ALTUSER USER01 +
OMVS(UID(56789) + <== any number can’t be repeated
HOME('/u/user01') +
PROGRAM('/bin/sh') )
Regards
Giovanni
System programmer
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf
Of Mainframe Mainframe
Sent: Thursday, June 18, 2015 06:11 AM
To: [email protected]
Subject: OMVS segment Issue
we getting below error while using ping command on tso and getting failed
with
CEE5101C During initialization, the callable service BPX1MSS failed.
The system return code was 0000000156 , the reason code was 0B0C00FC .
The application will be terminated.
When I checked for this error, I found below link
http://www-304.ibm.com/support/knowledgecenter/SS2L7A_5.2.0/doc/ccv-install-omvs.html
and this link talks about this issue, I found below steps
1. Define an OMVS segment in RACF for the TSO user IDs that invoke CICS
Configuration Manager clients.
2. Allow the TSO user IDs to execute BPX* programs
But there are many BPX.** profile available in system like
BPX.DAEMON
BPX.FILEATTR.APF
BPX.FILEATTR.PROGCTL
BPX.FILEATTR.SHARELIB
BPX.SERVER
BPX.SUPERUSER
etc
Which one to give access, not sure for this ping issue to get resolved.
Please suggest.
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to
[email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN