It's true that you can't add devices dynamically from VM if VM isn't the
owner of the IOCDS, but you can add them from z/OS and VM will see them.

                                                       Dennis 

"I do not feel obliged to believe that the same God who has endowed us
with sense, reason, and intellect has intended us to forgo their use."
-- Galileo Galilei

-----Original Message-----
From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED] On
Behalf Of Jim Bohnsack
Sent: Monday, December 03, 2007 10:12
To: [email protected]
Subject: Re: [IBMVM] HCD question

We do all the HCD maintenance from one of the z/OS lpars.  You do not 
have to send the files to VM.  I'm not sure but what that might cause a 
problem altho you would be just loading the same set of IO definitions.

VM finds the IO definitions at ipl time.  I don't even know if our IOCP 
program would run or abend on the VM side, altho I suspect it works.  As

someone else said there is no operating system dependencies in the IOCDS

that VM needs or uses.  As someone else said, there is the drawback in 
not being to directly add a device from VM since the VM lpar is not the 
owner of the IOCDS.

Jim

Davis, Larry wrote:
> This is a multi-part message in MIME format.
>
> ------_=_NextPart_001_01C835BF.C1EB9CCD
> Content-Type: text/plain;
>       charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
>
> You should be able to use z/OS's HCD to create the IOCDS for z/VM. I
> believe you will need to send the files to VM and use the IOCP routine
> to write it out to the SE
> =20
> I use this code to compile and write out the IOCDS source file
> =20
> /*******************************************************************/
> /* 'IOCP RAPTORA0 ( ICP WRTA0 DYN DESC1 RAPTORA0 DESC2' TODAY */
> /*******************************************************************/
> TRUE     =3D (1=3D1)
> FALSE    =3D \TRUE
>
> WRITE_IT =3D TRUE
>
> TODAY    =3D DATE('S')
>
> IO_NAME  =3D 'RAPTOR'
> IO_TYPE  =3D 'A2'
>
> IOCP_FN  =3D IO_NAME||IO_TYPE
> IO_OPT1  =3D 'ICP '
> IO_OPT2  =3D 'DYN DESC1' IOCP_FN 'DESC2' TODAY
>
> SAY;SAY;SAY 'BUILDING IOCP FILE' IOCP_FN TODAY '. . .'
> IF WRITE_IT THEN DO
>    'IOCP' IOCP_FN '(' IO_OPT1 'WRT'||IO_TYPE IO_OPT2
> END
> ELSE DO
>    'IOCP' IOCP_FN '(' IO_OPT1 'NOWRT' IO_OPT2
> END
> EXIT
>
> =20
>
> Larry
>
> =20
>
> ________________________________
>
> From: The IBM z/VM Operating System [mailto:[EMAIL PROTECTED]
On
> Behalf Of Hilliard, Chris
> Sent: Monday, December 03, 2007 10:06 AM
> To: [email protected]
> Subject: HCD question
>
>
>
> I'm currently installing z/VM 5.3.  I have two other LPARs on this box
> running z/OS 1.4 and z/OS 1.7.  Can I maintain (either temporarily or
> permanently) my hardware/software configuration for the z/VM LPAR
using
> HCD under z/OS?  I have a huge learning curve ahead of me and not
having
> to learn z/VM's HCD would lighten my load a bit.
>
> =20
>
> Any words of wisdom from the community?
>
> =20
>
> Thanks in advance...Chris
>
>
> ------_=_NextPart_001_01C835BF.C1EB9CCD
> Content-Type: text/html;
>       charset="us-ascii"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML xmlns=3D"http://www.w3.org/TR/REC-html40"; xmlns:o =3D=20
> "urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
> "urn:schemas-microsoft-com:office:word"><HEAD>
> <META http-equiv=3DContent-Type content=3D"text/html; =
> charset=3Dus-ascii">
> <META content=3D"MSHTML 6.00.2900.2963" name=3DGENERATOR>
> <STYLE>@font-face {
>       font-family: Comic Sans MS;
> }
> @page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in;
}
> P.MsoNormal {
>       FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Comic Sans
MS"
> }
> LI.MsoNormal {
>       FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Comic Sans
MS"
> }
> DIV.MsoNormal {
>       FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: "Comic Sans
MS"
> }
> A:link {
>       COLOR: blue; TEXT-DECORATION: underline
> }
> SPAN.MsoHyperlink {
>       COLOR: blue; TEXT-DECORATION: underline
> }
> A:visited {
>       COLOR: purple; TEXT-DECORATION: underline
> }
> SPAN.MsoHyperlinkFollowed {
>       COLOR: purple; TEXT-DECORATION: underline
> }
> SPAN.EmailStyle17 {
>       FONT-WEIGHT: normal; COLOR: windowtext; FONT-STYLE: normal; =
> FONT-FAMILY: "Comic Sans MS"; TEXT-DECORATION: none; mso-style-type: =
> personal-compose
> }
> DIV.Section1 {
>       page: Section1
> }
> </STYLE>
> </HEAD>
> <BODY lang=3DEN-US vLink=3Dpurple link=3Dblue>
> <DIV dir=3Dltr align=3Dleft><SPAN class=3D373451015-03122007><FONT =
> face=3DArial=20
> color=3D#0000ff size=3D2>You should be able to use z/OS's HCD to
create =
> the IOCDS=20
> for z/VM. I believe you will need to send the files to VM and use the
=
> IOCP=20
> routine to write it out to the SE</FONT></SPAN></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN =
> class=3D373451015-03122007>I use=20
> this code to compile and&nbsp;write out the IOCDS source=20
> file</SPAN></FONT></DIV>
> <DIV><FONT face=3DArial color=3D#0000ff size=3D2><SPAN=20
> class=3D373451015-03122007></SPAN></FONT>&nbsp;</DIV><FONT><SPAN=20
> class=3D373451015-03122007>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff=20
>
size=3D2>/**************************************************************
*=
> ****/<BR>/*=20
> 'IOCP RAPTORA0 ( ICP WRTA0 DYN DESC1 RAPTORA0 DESC2' TODAY=20
>
*/<BR>/*****************************************************************
*=
> */<BR>TRUE&nbsp;&nbsp;&nbsp;&nbsp;=20
> =3D (1=3D1)<BR>FALSE&nbsp;&nbsp;&nbsp; =3D \TRUE</FONT></P>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff size=3D2>WRITE_IT
=3D =
> TRUE</FONT></P>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff =
> size=3D2>TODAY&nbsp;&nbsp;&nbsp; =3D=20
> DATE('S')</FONT></P>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff =
> size=3D2>IO_NAME&nbsp; =3D=20
> 'RAPTOR'<BR>IO_TYPE&nbsp; =3D 'A2'</FONT></P>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff =
> size=3D2>IOCP_FN&nbsp; =3D=20
> IO_NAME||IO_TYPE<BR>IO_OPT1&nbsp; =3D 'ICP '<BR>IO_OPT2&nbsp; =3D 'DYN
=
> DESC1'=20
> IOCP_FN 'DESC2' TODAY</FONT></P>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff
size=3D2>SAY;SAY;SAY =
> 'BUILDING IOCP=20
> FILE' IOCP_FN TODAY '. . .'<BR>IF WRITE_IT THEN DO<BR>&nbsp;&nbsp; =
> 'IOCP'=20
> IOCP_FN '(' IO_OPT1 'WRT'||IO_TYPE IO_OPT2<BR>END<BR>ELSE =
> DO<BR>&nbsp;&nbsp;=20
> 'IOCP' IOCP_FN '(' IO_OPT1 'NOWRT' IO_OPT2<BR>END<BR>EXIT</FONT></P>
> <P align=3Dleft><FONT face=3DArial color=3D#0000ff =
> size=3D2></FONT>&nbsp;</P>
> <P align=3Dleft><SPAN class=3D373451015-03122007><FONT face=3DArial =
> color=3D#0000ff=20
> size=3D2>Larry</FONT></SPAN></P></SPAN></FONT>
> <DIV><FONT face=3DArial color=3D#0000ff size=3D2></FONT>&nbsp;</DIV>
> <DIV><BR></DIV>
> <DIV class=3DOutlookMessageHeader lang=3Den-us dir=3Dltr align=3Dleft>
> <HR tabIndex=3D-1>
> <FONT face=3DTahoma size=3D2><B>From:</B> The IBM z/VM Operating
System=20
> [mailto:[EMAIL PROTECTED] <B>On Behalf Of </B>Hilliard,=20
> Chris<BR><B>Sent:</B> Monday, December 03, 2007 10:06
AM<BR><B>To:</B>=20
> [email protected]<BR><B>Subject:</B> HCD =
> question<BR></FONT><BR></DIV>
> <DIV></DIV>
> <DIV class=3DSection1>
> <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D3><SPAN=20
> style=3D"FONT-SIZE: 12pt">I&#8217;m currently installing z/VM
5.3.&nbsp; =
> I have two=20
> other LPARs on this box running z/OS 1.4 and z/OS 1.7.&nbsp; Can I =
> maintain=20
> (either temporarily or permanently) my hardware/software configuration
=
> for the=20
> z/VM LPAR using HCD under z/OS?&nbsp; I have a huge learning curve
ahead =
> of me=20
> and not having to learn z/VM&#8217;s HCD would lighten my load a=20
> bit.<o:p></o:p></SPAN></FONT></P>
> <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D3><SPAN=20
> style=3D"FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
> <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D3><SPAN=20
> style=3D"FONT-SIZE: 12pt">Any words of wisdom from the=20
> community?<o:p></o:p></SPAN></FONT></P>
> <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D3><SPAN=20
> style=3D"FONT-SIZE: 12pt"><o:p>&nbsp;</o:p></SPAN></FONT></P>
> <P class=3DMsoNormal><FONT face=3D"Comic Sans MS" size=3D3><SPAN=20
> style=3D"FONT-SIZE: 12pt">Thanks in=20
> advance&#8230;Chris<o:p></o:p></SPAN></FONT></P></DIV></BODY></HTML>
>
> ------_=_NextPart_001_01C835BF.C1EB9CCD--
>
>   


-- 
Jim Bohnsack
Cornell University
(607) 255-1760
[EMAIL PROTECTED]

Reply via email to