Re: OSA/SF Problem

2010-03-25 Thread Kris Buelens
One needs to understand the syntax of a COMDIR entry.  In this case, the
syntax is:
: nick.IOASERVR: :Luname.*USERID OSASF
   : tpn.IOASERV
means: if a program want to create an APPC connection with "resource"
IOASERVR, CP will not use AVS, nor will it look for an existing, started,
server that declared itself as "IOASERVR", but it will XAUTOLOG user OSASF
(not it is not logged on yet and present the APPC request to it.  OSASF will
then look in $SERVER$ NAMES to see who is authorized to use "transaction
program name" IOASERV, and what program it must start if the authorisation
is OK.
So, you do indeed need a user named OSASF, but not a user named IOASERV.

To use the right VM terms: "IOASERVR" is a *private resource *as opposed to
more general resources like SFS (VMSYS, VMSYSU, xxx).

2010/3/23 Mario Izaguirre 

>
>
> Hi..all:
>
>
>
> We have seen that there is a file called NAMES UCOMDIR and giving it the
> look that PEEK:
>
> : nick.IOASERVR: OSASF USERID .*
>: tpn.IOASERV
>
> OSASF is a  missing users and user IOASERV too, users only had OSADMIN1,
> OSADMIN2 et .. etc. ..
>
> We made this way and we have OSAFS logoff users and OSADMIN1, then we tried
> again to reconfigure the OSA/SF and we always had the same error with the
> discs 70xx, someone has told my co-workers that must be given a clear to
> debug file, to initialize.
>
> We have done well and it does not throw the error message and 70xx discs. now
> try to make SNA communication test and see if everything worked out well.
>
>
>
>
>
> to end the debug log when we always get a message erorr, but at least give
> the command:
>
> cp  q  CHPID  c00-cff….  out that all devices are FREE.
>
>
>
> JJ
>
>
>
> Best Regards,
>
>
>
>
>
> *Mario Izaguirre*
>
> Mainframe System Programmer
>
> Barcelona, Spain
>
> Best Regards,
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *Kris Buelens
> *Enviado el:* martes, 23 de marzo de 2010 13:43
>
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> The OSASF Manual, for IOAx601E
> For example, if a minidisk is not properly defined to an existing userid
> (OSA/SF return code of 2), CP returns a return code of 107. RC=2107 is the
> return code from the message.
>
> Help HCP107E
> HCP107Euserid vdev not linked; not in CP directory
>
> It means your OSASF user does not have a minidisk 70xx where "xx" is the
> CHPID of the OSA.  In you case 700E should be a minidisk for user OSASF.
>
> 2010/3/23 Mario Izaguirre 
>
> Hi, I watch you use OSA Express, and I have OSA 1000 Base T, when we
> execute the in a IOACMD:
>
>
>
> option 5 (debugging)  to made a log file.
>
>
>
> displays the following message to us:
>
>
>
> IOAV601E  Minidisk I-O problem. Devnum=700E, RC=2107
>
>
>
> The minidisk 70XX have a 5 cyls of space per one unit.
>
>
>
>
>
> Wath is happening .. L
>
>
>
>
>
>
>
> Best Regards,
>
>
>
>
>
> *Mario Izaguirre*
>
> Mainframe System Programmer
>
> Barcelona, Spain
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *Kris Buelens
> *Enviado el:* martes, 23 de marzo de 2010 8:16
>
>
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> I entered 5 (OSA Express), 24 (chpid), and N (QDIO).  I'll send the control
> files I used to Mario.
>
> 2010/3/23 ASIFF AMAHED 
>
> Mario,
>
> did you do option 2 and then 5, i see in your example you do 2 and 7.
>
> you want OSE non-qdio. if its not working maybe you should call IBM
> support.
>
>
>
>
> On Mon, Mar 22, 2010 at 4:45 PM, Mario Izaguirre 
> wrote:
>
> Hi Asiff:
>
>
>
> The problem is that it gives the error when setting the first configuration
> file, never comes to me for the second.
>
>
>
>
>
> Best Regards,
>
>
>
>
>
> *Mario Izaguirre*
>
> Mainframe System Programmer
>
> Barcelona, Spain
>
>
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *ASIFF AMAHED
> *Enviado el:* lunes, 22 de marzo de 2010 21:10
>
>
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> Mario,
>
> IOACMD
>
> 2
> 5
>
> 0E
>
> QDIO= NO
>
> CHPID0E CFG A   (configure file name)
>
> CHPID0E AOT A   (AOT file name)
>
> in your AOT file NAME add 

Re: OSA/SF Problem

2010-03-23 Thread Mario Izaguirre
 

Hi..all:

 

We have seen that there is a file called NAMES UCOMDIR and giving it the
look that PEEK:

: nick.IOASERVR: OSASF USERID .*
   : tpn.IOASERV

OSASF is a  missing users and user IOASERV too, users only had OSADMIN1,
OSADMIN2 et .. etc. ..

We made this way and we have OSAFS logoff users and OSADMIN1, then we
tried again to reconfigure the OSA/SF and we always had the same error
with the discs 70xx, someone has told my co-workers that must be given a
clear to debug file, to initialize.

We have done well and it does not throw the error message and 70xx
discs. now try to make SNA communication test and see if everything
worked out well.

 

 

to end the debug log when we always get a message erorr, but at least
give the command:

cp  q  CHPID  c00-cff  out that all devices are FREE.

 

JJ

 

Best Regards,

 

 

Mario Izaguirre

Mainframe System Programmer

Barcelona, Spain

Best Regards,

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de Kris Buelens
Enviado el: martes, 23 de marzo de 2010 13:43
Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

The OSASF Manual, for IOAx601E
For example, if a minidisk is not properly defined to an existing userid
(OSA/SF return code of 2), CP returns a return code of 107. RC=2107 is
the return code from the message.

Help HCP107E
HCP107Euserid vdev not linked; not in CP directory  

It means your OSASF user does not have a minidisk 70xx where "xx" is the
CHPID of the OSA.  In you case 700E should be a minidisk for user OSASF.

2010/3/23 Mario Izaguirre 

Hi, I watch you use OSA Express, and I have OSA 1000 Base T, when we
execute the in a IOACMD:

 

option 5 (debugging)  to made a log file. 

 

displays the following message to us:

 

IOAV601E  Minidisk I-O problem. Devnum=700E, RC=2107

 

The minidisk 70XX have a 5 cyls of space per one unit.

 

 

Wath is happening .. L

 

 

 

Best Regards,

 

 

Mario Izaguirre

Mainframe System Programmer

Barcelona, Spain

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de Kris Buelens
Enviado el: martes, 23 de marzo de 2010 8:16


Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

I entered 5 (OSA Express), 24 (chpid), and N (QDIO).  I'll send the
control files I used to Mario.

2010/3/23 ASIFF AMAHED 

Mario,

did you do option 2 and then 5, i see in your example you do 2 and 7. 

you want OSE non-qdio. if its not working maybe you should call IBM
support.


 

On Mon, Mar 22, 2010 at 4:45 PM, Mario Izaguirre 
wrote:

Hi Asiff:

 

The problem is that it gives the error when setting the first
configuration file, never comes to me for the second.

 

 

Best Regards,

 

 

Mario Izaguirre

Mainframe System Programmer

Barcelona, Spain

 

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de ASIFF AMAHED
Enviado el: lunes, 22 de marzo de 2010 21:10 


Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

Mario,

IOACMD

2
5

0E   

QDIO= NO

CHPID0E CFG A   (configure file name)

CHPID0E AOT A   (AOT file name)

in your AOT file NAME add something like this.

 

 


Image 0.0 (N/A)

 00(N/A)   SNA   00   S
OSA  
 

 


Image 0.1 (PROD)

 00( 1400)  SNA   00   S
ALL  
 01(1401)  N/AN/A
CSS  
 02(1402)  N/AN/A
CSS  
 03(1403)  N/AN/A
CSS  
 04(1404)  N/AN/A
CSS  
 05(1405)  N/AN/A
CSS  
 06(1406)  SNA   00   SIU
ALL  
 07(1407)  SNA   00   S
ALL  
 08(1408)  N/AN/A
CSS  
 09(1409)  N/AN/A
CSS  
 0A(140A)  N/AN/A
CSS  
 0B(140B)  N/AN/A
CSS  
 0C(140C)  N/AN/A
CSS  
 0D(140D)  N/AN/A
CSS  
 0E(140E)  N/AN/A
CSS  
 


to activate and manage to have create a MDIS in OSASF user

call 

770E, with out that user is not going to work, u will ge errors.

also Vary off 1400-14FF (what ever your address is)

Vary off path 0E from all 

Vary off Chipid 0E

then 

vary all on.

id SNA , make it sure your VTAM books are setup XCA and SWN nodes.

 

 


 

On

Re: OSA/SF Problem

2010-03-23 Thread Kris Buelens
The OSASF Manual, for IOAx601E
For example, if a minidisk is not properly defined to an existing userid
(OSA/SF return code of 2), CP returns a return code of 107. RC=2107 is the
return code from the message.

Help HCP107E
HCP107Euserid vdev not linked; not in CP directory

It means your OSASF user does not have a minidisk 70xx where "xx" is the
CHPID of the OSA.  In you case 700E should be a minidisk for user OSASF.

2010/3/23 Mario Izaguirre 

>  Hi, I watch you use OSA Express, and I have OSA 1000 Base T, when we
> execute the in a IOACMD:
>
>
>
> option 5 (debugging)  to made a log file.
>
>
>
> displays the following message to us:
>
>
>
> IOAV601E  Minidisk I-O problem. Devnum=700E, RC=2107
>
>
>
> The minidisk 70XX have a 5 cyls of space per one unit.
>
>
>
>
>
> Wath is happening .. L
>
>
>
>
>
>
>
> Best Regards,
>
>
>
>
>
> *Mario Izaguirre*
>
> Mainframe System Programmer
>
> Barcelona, Spain
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *Kris Buelens
> *Enviado el:* martes, 23 de marzo de 2010 8:16
>
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> I entered 5 (OSA Express), 24 (chpid), and N (QDIO).  I'll send the control
> files I used to Mario.
>
> 2010/3/23 ASIFF AMAHED 
>
> Mario,
>
> did you do option 2 and then 5, i see in your example you do 2 and 7.
>
> you want OSE non-qdio. if its not working maybe you should call IBM
> support.
>
>
>
>
> On Mon, Mar 22, 2010 at 4:45 PM, Mario Izaguirre 
> wrote:
>
> Hi Asiff:
>
>
>
> The problem is that it gives the error when setting the first configuration
> file, never comes to me for the second.
>
>
>
>
>
> Best Regards,
>
>
>
>
>
> *Mario Izaguirre*
>
> Mainframe System Programmer
>
> Barcelona, Spain
>
>
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *ASIFF AMAHED
> *Enviado el:* lunes, 22 de marzo de 2010 21:10
>
>
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> Mario,
>
> IOACMD
>
> 2
> 5
>
> 0E
>
> QDIO= NO
>
> CHPID0E CFG A   (configure file name)
>
> CHPID0E AOT A   (AOT file name)
>
> in your AOT file NAME add something like this.
>
>
>
>  
> Image 0.0 (N/A)
>  00(N/A)   SNA   00   S   OSA
>
>  
> Image 0.1 (PROD)
>  00( 1400)  SNA   00   S   ALL
>
>  01(1401)  N/AN/A CSS
>  02(1402)  N/AN/A CSS
>  03(1403)  N/AN/A CSS
>  04(1404)  N/AN/A CSS
>  05(1405)  N/AN/A CSS
>  06(1406)  SNA   00   SIU ALL
>  07(1407)  SNA   00   S   ALL
>  08(1408)  N/AN/A CSS
>  09(1409)  N/AN/A CSS
>  0A(140A)  N/AN/A CSS
>  0B(140B)  N/AN/A CSS
>  0C(140C)  N/AN/A CSS
>  0D(140D)  N/AN/A CSS
>  0E(140E)  N/AN/A CSS
>
>
> to activate and manage to have create a MDIS in OSASF user
>
> call
>
> 770E, with out that user is not going to work, u will ge errors.
>
> also Vary off 1400-14FF (what ever your address is)
>
> Vary off path 0E from all
>
> Vary off Chipid 0E
>
> then
>
> vary all on.
>
> id SNA , make it sure your VTAM books are setup XCA and SWN nodes.
>
>
>
>
>
>
>
>
> On 3/22/10, *Mario Izaguirre*  wrote:
>
> SNA ..
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *ASIFF AMAHED
> *Enviado el:* lunes, 22 de marzo de 2010 20:35
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> Mario,
>
> this OSA, you need it for SNA or TELNET?

Re: OSA/SF Problem

2010-03-23 Thread Mario Izaguirre
Hi, I watch you use OSA Express, and I have OSA 1000 Base T, when we
execute the in a IOACMD:

 

option 5 (debugging)  to made a log file. 

 

displays the following message to us:

 

IOAV601E  Minidisk I-O problem. Devnum=700E, RC=2107

 

The minidisk 70XX have a 5 cyls of space per one unit.

 

 

Wath is happening .. L

 

 

 

Best Regards,

 

 

Mario Izaguirre

Mainframe System Programmer

Barcelona, Spain

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de Kris Buelens
Enviado el: martes, 23 de marzo de 2010 8:16
Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

I entered 5 (OSA Express), 24 (chpid), and N (QDIO).  I'll send the
control files I used to Mario.

2010/3/23 ASIFF AMAHED 

Mario,

did you do option 2 and then 5, i see in your example you do 2 and 7. 

you want OSE non-qdio. if its not working maybe you should call IBM
support.


 

On Mon, Mar 22, 2010 at 4:45 PM, Mario Izaguirre 
wrote:

Hi Asiff:

 

The problem is that it gives the error when setting the first
configuration file, never comes to me for the second.

 

 

Best Regards,

 

 

Mario Izaguirre

Mainframe System Programmer

Barcelona, Spain

 

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de ASIFF AMAHED
Enviado el: lunes, 22 de marzo de 2010 21:10 


Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

Mario,

IOACMD

2
5

0E   

QDIO= NO

CHPID0E CFG A   (configure file name)

CHPID0E AOT A   (AOT file name)

in your AOT file NAME add something like this.

 

 


Image 0.0 (N/A)

 00(N/A)   SNA   00   S
OSA  
 

 


Image 0.1 (PROD)

 00( 1400)  SNA   00   S
ALL  
 01(1401)  N/AN/A
CSS  
 02(1402)  N/AN/A
CSS  
 03(1403)  N/AN/A
CSS  
 04(1404)  N/AN/A
CSS  
 05(1405)  N/AN/A
CSS  
 06(1406)  SNA   00   SIU
ALL  
 07(1407)  SNA   00   S
ALL  
 08(1408)  N/AN/A
CSS  
 09(1409)  N/AN/A
CSS  
 0A(140A)  N/AN/A
CSS  
 0B(140B)  N/AN/A
CSS  
 0C(140C)  N/AN/A
CSS  
 0D(140D)  N/AN/A
CSS  
 0E(140E)  N/AN/A
CSS  
 


to activate and manage to have create a MDIS in OSASF user

call 

770E, with out that user is not going to work, u will ge errors.

also Vary off 1400-14FF (what ever your address is)

Vary off path 0E from all 

Vary off Chipid 0E

then 

vary all on.

id SNA , make it sure your VTAM books are setup XCA and SWN nodes.

 

 


 

On 3/22/10, Mario Izaguirre  wrote: 

SNA ..

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de ASIFF AMAHED
Enviado el: lunes, 22 de marzo de 2010 20:35
Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

Mario,

this OSA, you need it for SNA or TELNET?

 

On 3/22/10, Mario Izaguirre  wrote: 

Hi, Listeners.

I need help about the config file for OSA/SF in zVM 5.4.

I have the configuration file  CONFIG CHP0E A

Logon osadmin1

IOACMD Command ...

Display the menu ...

/ option 2. Configure OSA CHPID
/ option 7. To configure Non QDIO ..
/ ENTER CHPID ... 0E
/ CHPID is OSD  Yes or Not ?   ... N
/ Enter name configuration file:   config chp0e  a

and display the message:

IOACMD: EOF reached before all need data was found in input.
IOACMD: Last line read was 170.
IOACMD: EXEC Ending.

Obtains the same result with config file from the system without modify.


Any idea, please.



Best Regards,


Mario Izaguirre
Mainframe System Programmer
Barcelona, Spain

 

 

 




-- 
Kris Buelens,
IBM Belgium, VM customer support



Re: OSA/SF Problem

2010-03-23 Thread Kris Buelens
I entered 5 (OSA Express), 24 (chpid), and N (QDIO).  I'll send the control
files I used to Mario.

2010/3/23 ASIFF AMAHED 

> Mario,
> did you do option 2 and then 5, i see in your example you do 2 and 7.
> you want OSE non-qdio. if its not working maybe you should call IBM
> support.
>
>
> On Mon, Mar 22, 2010 at 4:45 PM, Mario Izaguirre wrote:
>
>>  Hi Asiff:
>>
>>
>>
>> The problem is that it gives the error when setting the first
>> configuration file, never comes to me for the second.
>>
>>
>>
>>
>>
>> Best Regards,
>>
>>
>>
>>
>>
>> *Mario Izaguirre*
>>
>> Mainframe System Programmer
>>
>> Barcelona, Spain
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
>> nombre de *ASIFF AMAHED
>> *Enviado el:* lunes, 22 de marzo de 2010 21:10
>>
>> *Para:* IBMVM@LISTSERV.UARK.EDU
>> *Asunto:* Re: OSA/SF Problem
>>
>>
>>
>> Mario,
>>
>> IOACMD
>>
>> 2
>> 5
>>
>> 0E
>>
>> QDIO= NO
>>
>> CHPID0E CFG A   (configure file name)
>>
>> CHPID0E AOT A   (AOT file name)
>>
>> in your AOT file NAME add something like this.
>>
>>
>>
>>  
>>
>> Image 0.0 (N/A)
>>
>>  00(N/A)   SNA   00   S   OSA
>>
>>
>>
>>  
>>
>> Image 0.1 (PROD)
>>
>>  00( 1400)  SNA   00   S
>> ALL
>>  01(1401)  N/AN/A CSS
>>
>>  02(1402)  N/AN/A CSS
>>
>>  03(1403)  N/AN/A CSS
>>
>>  04(1404)  N/AN/A CSS
>>
>>  05(1405)  N/AN/A CSS
>>
>>  06(1406)  SNA   00   SIU ALL
>>
>>  07(1407)  SNA   00   S   ALL
>>
>>  08(1408)  N/AN/A CSS
>>
>>  09(1409)  N/AN/A CSS
>>
>>  0A(140A)  N/AN/A CSS
>>
>>  0B(140B)  N/AN/A CSS
>>
>>  0C(140C)  N/AN/A CSS
>>
>>  0D(140D)  N/AN/A CSS
>>
>>  0E(140E)  N/AN/A
>> CSS
>>
>>
>>
>> to activate and manage to have create a MDIS in OSASF user
>>
>> call
>>
>> 770E, with out that user is not going to work, u will ge errors.
>>
>> also Vary off 1400-14FF (what ever your address is)
>>
>> Vary off path 0E from all
>>
>> Vary off Chipid 0E
>>
>> then
>>
>> vary all on.
>>
>> id SNA , make it sure your VTAM books are setup XCA and SWN nodes.
>>
>>
>>
>>
>>
>>
>>
>>
>> On 3/22/10, *Mario Izaguirre*  wrote:
>>
>> SNA ..
>>
>>
>>
>>
>>
>>
>>
>> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
>> nombre de *ASIFF AMAHED
>> *Enviado el:* lunes, 22 de marzo de 2010 20:35
>> *Para:* IBMVM@LISTSERV.UARK.EDU
>> *Asunto:* Re: OSA/SF Problem
>>
>>
>>
>> Mario,
>>
>> this OSA, you need it for SNA or TELNET?
>>
>>
>>
>> On 3/22/10, *Mario Izaguirre*  wrote:
>>
>> Hi, Listeners.
>>
>> I need help about the config file for OSA/SF in zVM 5.4.
>>
>> I have the configuration file  CONFIG CHP0E A
>>
>> Logon osadmin1
>>
>> IOACMD Command ...
>>
>> Display the menu ...
>>
>> / option 2. Configure OSA CHPID
>> / option 7. To configure Non QDIO ..
>> / ENTER CHPID ... 0E
>> / CHPID is OSD  Yes or Not ?   ... N
>> / Enter name configuration file:   config chp0e  a
>>
>> and display the message:
>>
>> IOACMD: EOF reached before all need data was found in input.
>> IOACMD: Last line read was 170.
>> IOACMD: EXEC Ending.
>>
>> Obtains the same result with config file from the system without modify.
>>
>>
>> Any idea, please.
>>
>>
>>
>> Best Regards,
>>
>>
>> Mario Izaguirre
>> Mainframe System Programmer
>> Barcelona, Spain
>>
>>
>>
>>
>>
>
>


-- 
Kris Buelens,
IBM Belgium, VM customer support


Re: OSA/SF Problem

2010-03-22 Thread ASIFF AMAHED
Mario,
did you do option 2 and then 5, i see in your example you do 2 and 7.
you want OSE non-qdio. if its not working maybe you should call IBM support.


On Mon, Mar 22, 2010 at 4:45 PM, Mario Izaguirre wrote:

>  Hi Asiff:
>
>
>
> The problem is that it gives the error when setting the first configuration
> file, never comes to me for the second.
>
>
>
>
>
> Best Regards,
>
>
>
>
>
> *Mario Izaguirre*
>
> Mainframe System Programmer
>
> Barcelona, Spain
>
>
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *ASIFF AMAHED
> *Enviado el:* lunes, 22 de marzo de 2010 21:10
>
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> Mario,
>
> IOACMD
>
> 2
> 5
>
> 0E
>
> QDIO= NO
>
> CHPID0E CFG A   (configure file name)
>
> CHPID0E AOT A   (AOT file name)
>
> in your AOT file NAME add something like this.
>
>
>
>  
> Image 0.0 (N/A)
>  00(N/A)   SNA   00   S   OSA
>
>  
> Image 0.1 (PROD)
>  00( 1400)  SNA   00   S   ALL
>
>  01(1401)  N/AN/A CSS
>  02(1402)  N/AN/A CSS
>  03(1403)  N/AN/A CSS
>  04(1404)  N/AN/A CSS
>  05(1405)  N/AN/A CSS
>  06(1406)  SNA   00   SIU ALL
>  07(1407)  SNA   00   S   ALL
>  08(1408)  N/AN/A CSS
>  09(1409)  N/AN/A CSS
>  0A(140A)  N/AN/A CSS
>  0B(140B)  N/AN/A CSS
>  0C(140C)  N/AN/A CSS
>  0D(140D)  N/AN/A CSS
>  0E(140E)  N/AN/A CSS
>
>
> to activate and manage to have create a MDIS in OSASF user
>
> call
>
> 770E, with out that user is not going to work, u will ge errors.
>
> also Vary off 1400-14FF (what ever your address is)
>
> Vary off path 0E from all
>
> Vary off Chipid 0E
>
> then
>
> vary all on.
>
> id SNA , make it sure your VTAM books are setup XCA and SWN nodes.
>
>
>
>
>
>
>
>
> On 3/22/10, *Mario Izaguirre*  wrote:
>
> SNA ..
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *ASIFF AMAHED
> *Enviado el:* lunes, 22 de marzo de 2010 20:35
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> Mario,
>
> this OSA, you need it for SNA or TELNET?
>
>
>
> On 3/22/10, *Mario Izaguirre*  wrote:
>
> Hi, Listeners.
>
> I need help about the config file for OSA/SF in zVM 5.4.
>
> I have the configuration file  CONFIG CHP0E A
>
> Logon osadmin1
>
> IOACMD Command ...
>
> Display the menu ...
>
> / option 2. Configure OSA CHPID
> / option 7. To configure Non QDIO ..
> / ENTER CHPID ... 0E
> / CHPID is OSD  Yes or Not ?   ... N
> / Enter name configuration file:   config chp0e  a
>
> and display the message:
>
> IOACMD: EOF reached before all need data was found in input.
> IOACMD: Last line read was 170.
> IOACMD: EXEC Ending.
>
> Obtains the same result with config file from the system without modify.
>
>
> Any idea, please.
>
>
>
> Best Regards,
>
>
> Mario Izaguirre
> Mainframe System Programmer
> Barcelona, Spain
>
>
>
>
>


Re: OSA/SF Problem

2010-03-22 Thread Mario Izaguirre
Hi Asiff:

 

The problem is that it gives the error when setting the first
configuration file, never comes to me for the second.

 

 

Best Regards,

 

 

Mario Izaguirre

Mainframe System Programmer

Barcelona, Spain

 

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de ASIFF AMAHED
Enviado el: lunes, 22 de marzo de 2010 21:10
Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

Mario,

IOACMD

2
5

0E   

QDIO= NO

CHPID0E CFG A   (configure file name)

CHPID0E AOT A   (AOT file name)

in your AOT file NAME add something like this.

 

 


Image 0.0 (N/A)

 00(N/A)   SNA   00   S
OSA  
 

 


Image 0.1 (PROD)

 00( 1400)  SNA   00   S
ALL  
 01(1401)  N/AN/A
CSS  
 02(1402)  N/AN/A
CSS  
 03(1403)  N/AN/A
CSS  
 04(1404)  N/AN/A
CSS  
 05(1405)  N/AN/A
CSS  
 06(1406)  SNA   00   SIU
ALL  
 07(1407)  SNA   00   S
ALL  
 08(1408)  N/AN/A
CSS  
 09(1409)  N/AN/A
CSS  
 0A(140A)  N/AN/A
CSS  
 0B(140B)  N/AN/A
CSS  
 0C(140C)  N/AN/A
CSS  
 0D(140D)  N/AN/A
CSS  
 0E(140E)  N/AN/A
CSS  
 


to activate and manage to have create a MDIS in OSASF user

call 

770E, with out that user is not going to work, u will ge errors.

also Vary off 1400-14FF (what ever your address is)

Vary off path 0E from all 

Vary off Chipid 0E

then 

vary all on.

id SNA , make it sure your VTAM books are setup XCA and SWN nodes.

 

 


 

On 3/22/10, Mario Izaguirre  wrote: 

SNA ..

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de ASIFF AMAHED
Enviado el: lunes, 22 de marzo de 2010 20:35
Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

Mario,

this OSA, you need it for SNA or TELNET?

 

On 3/22/10, Mario Izaguirre  wrote: 

Hi, Listeners.

I need help about the config file for OSA/SF in zVM 5.4.

I have the configuration file  CONFIG CHP0E A

Logon osadmin1

IOACMD Command ...

Display the menu ...

/ option 2. Configure OSA CHPID
/ option 7. To configure Non QDIO ..
/ ENTER CHPID ... 0E
/ CHPID is OSD  Yes or Not ?   ... N
/ Enter name configuration file:   config chp0e  a

and display the message:

IOACMD: EOF reached before all need data was found in input.
IOACMD: Last line read was 170.
IOACMD: EXEC Ending.

Obtains the same result with config file from the system without modify.


Any idea, please.



Best Regards,


Mario Izaguirre
Mainframe System Programmer
Barcelona, Spain

 

 



Re: OSA/SF Problem

2010-03-22 Thread ASIFF AMAHED
Mario,
IOACMD
2
5
0E
QDIO= NO
CHPID0E CFG A   (configure file name)
CHPID0E AOT A   (AOT file name)
in your AOT file NAME add something like this.

 
Image 0.0 (N/A)
 00(N/A)   SNA   00   S   OSA

 
Image 0.1 (PROD)
 00( 1400)  SNA   00   S   ALL
 01(1401)  N/AN/A CSS
 02(1402)  N/AN/A CSS
 03(1403)  N/AN/A CSS
 04(1404)  N/AN/A CSS
 05(1405)  N/AN/A CSS
 06(1406)  SNA   00   SIU ALL
 07(1407)  SNA   00   S   ALL
 08(1408)  N/AN/A CSS
 09(1409)  N/AN/A CSS
 0A(140A)  N/AN/A CSS
 0B(140B)  N/AN/A CSS
 0C(140C)  N/AN/A CSS
 0D(140D)  N/AN/A CSS
 0E(140E)  N/AN/A CSS

to activate and manage to have create a MDIS in OSASF user
call
770E, with out that user is not going to work, u will ge errors.
also Vary off 1400-14FF (what ever your address is)
Vary off path 0E from all
Vary off Chipid 0E
then
vary all on.
id SNA , make it sure your VTAM books are setup XCA and SWN nodes.




On 3/22/10, Mario Izaguirre  wrote:
>
>  SNA ..
>
>
>
>
>
>
>
> *De:* The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] *En
> nombre de *ASIFF AMAHED
> *Enviado el:* lunes, 22 de marzo de 2010 20:35
> *Para:* IBMVM@LISTSERV.UARK.EDU
> *Asunto:* Re: OSA/SF Problem
>
>
>
> Mario,
>
> this OSA, you need it for SNA or TELNET?
>
>
>
> On 3/22/10, *Mario Izaguirre*  wrote:
>
> Hi, Listeners.
>
> I need help about the config file for OSA/SF in zVM 5.4.
>
> I have the configuration file  CONFIG CHP0E A
>
> Logon osadmin1
>
> IOACMD Command ...
>
> Display the menu ...
>
> / option 2. Configure OSA CHPID
> / option 7. To configure Non QDIO ..
> / ENTER CHPID ... 0E
> / CHPID is OSD  Yes or Not ?   ... N
> / Enter name configuration file:   config chp0e  a
>
> and display the message:
>
> IOACMD: EOF reached before all need data was found in input.
> IOACMD: Last line read was 170.
> IOACMD: EXEC Ending.
>
> Obtains the same result with config file from the system without modify.
>
>
> Any idea, please.
>
>
>
> Best Regards,
>
>
> Mario Izaguirre
> Mainframe System Programmer
> Barcelona, Spain
>
>
>


Re: OSA/SF Problem

2010-03-22 Thread Mario Izaguirre
SNA ..

 

 

 

De: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] En
nombre de ASIFF AMAHED
Enviado el: lunes, 22 de marzo de 2010 20:35
Para: IBMVM@LISTSERV.UARK.EDU
Asunto: Re: OSA/SF Problem

 

Mario,

this OSA, you need it for SNA or TELNET?

 

On 3/22/10, Mario Izaguirre  wrote: 

Hi, Listeners.

I need help about the config file for OSA/SF in zVM 5.4.

I have the configuration file  CONFIG CHP0E A

Logon osadmin1

IOACMD Command ...

Display the menu ...

/ option 2. Configure OSA CHPID
/ option 7. To configure Non QDIO ..
/ ENTER CHPID ... 0E
/ CHPID is OSD  Yes or Not ?   ... N
/ Enter name configuration file:   config chp0e  a

and display the message:

IOACMD: EOF reached before all need data was found in input.
IOACMD: Last line read was 170.
IOACMD: EXEC Ending.

Obtains the same result with config file from the system without modify.


Any idea, please.



Best Regards,


Mario Izaguirre
Mainframe System Programmer
Barcelona, Spain

 



Re: OSA/SF Problem

2010-03-22 Thread ASIFF AMAHED
Mario,
this OSA, you need it for SNA or TELNET?


On 3/22/10, Mario Izaguirre  wrote:
>
> Hi, Listeners.
>
> I need help about the config file for OSA/SF in zVM 5.4.
>
> I have the configuration file  CONFIG CHP0E A
>
> Logon osadmin1
>
> IOACMD Command ...
>
> Display the menu ...
>
> / option 2. Configure OSA CHPID
> / option 7. To configure Non QDIO ..
> / ENTER CHPID ... 0E
> / CHPID is OSD  Yes or Not ?   ... N
> / Enter name configuration file:   config chp0e  a
>
> and display the message:
>
> IOACMD: EOF reached before all need data was found in input.
> IOACMD: Last line read was 170.
> IOACMD: EXEC Ending.
>
> Obtains the same result with config file from the system without modify.
>
>
> Any idea, please.
>
>
>
> Best Regards,
>
>
> Mario Izaguirre
> Mainframe System Programmer
> Barcelona, Spain
>


Re: OSA/SF Problem

2010-03-22 Thread Charles Grady
I am attending an offsite class this week and will NOT be check ing email on a 
regular basis.  Should you need immediated assistance please contact another 
member of the SSU team.
**
GDOL CONFIDENTIALITY NOTICE: This transmission may contain confidential 
information protected by state 
or federal law.  The information is intended only for use consistent with the 
state business discussed in this 
transmission.If you are not the intended recipient, you are hereby notified 
that any disclosure, copying, 
distribution, or the taking of any action based on the contents is strictly 
prohibited.  If you have received this 
transmission in error, please delete this email and notify the sender 
immediately.Your cooperation is 
appreciated.
**



OSA/SF Problem

2010-03-22 Thread Mario Izaguirre
Hi, Listeners.

I need help about the config file for OSA/SF in zVM 5.4.

I have the configuration file  CONFIG CHP0E A   

Logon osadmin1 

IOACMD Command ...

Display the menu ...

/ option 2. Configure OSA CHPID   
/ option 7. To configure Non QDIO ..
/ ENTER CHPID ... 0E  
/ CHPID is OSD  Yes or Not ?   ... N  
/ Enter name configuration file:   config chp0e  a  

and display the message:

IOACMD: EOF reached before all need data was found in input.
IOACMD: Last line read was 170.
IOACMD: EXEC Ending.

Obtains the same result with config file from the system without modify.


Any idea, please.



Best Regards,


Mario Izaguirre
Mainframe System Programmer
Barcelona, Spain