Grupos de Google ya no admite nuevas publicaciones ni suscripciones de Usenet. El contenido anterior sigue siendo visible.

XML Toolkit MKDIR install problem.

Visto 477 veces
Saltar al primer mensaje no leído

Howard Rifkind

no leída,
29 ago 2008, 16:53:0929/8/08
a
Having an issue creating the needed directory and entries for the above.

I getting the following messages. Any help to determine what the problem is here would be greatly appreciated.

Per the instructions in the job I have create the path /usr/llpp/xml19 the rest the job itself is adding in.

Thanks.


Problems creating following directories:
========================================
/usr/lpp/xml19/usr/lpp/ixm/
Not created. RC=81 RSN=594003D
/usr/lpp/xml19/usr/lpp/ixm/IBM
Not created. RC=81 RSN=594003D

Created the following symlinks:
_____________
LEGAL NOTICE
Unless expressly stated otherwise, this message is confidential
and may be privileged. It is intended for the addressee(s) only.
Access to this E-mail by anyone else is unauthorized.
If you are not an addressee, any disclosure or copying of the
contents of this E-mail or any action taken (or not taken) in
reliance on it is unauthorized and may be unlawful. If you are not an
addressee, please inform the sender immediately, then delete this
message and empty from your trash.


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to list...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Roger Lowe

no leída,
29 ago 2008, 18:01:4629/8/08
a
On Fri, 29 Aug 2008 16:52:45 -0400, Howard Rifkind <Rifk...@EMIGRANT.COM>
wrote:

>Having an issue creating the needed directory and entries for the above.

>Per the instructions in the job I have create the path /usr/llpp/xml19 the
>rest the job itself is adding in.

Howard,
Is that a typo in your posting.../usr/llpp/xml19? The MKDIR is
for /usr/lpp.........

Roger

Mark Zelden

no leída,
29 ago 2008, 22:03:0429/8/08
a
On Fri, 29 Aug 2008 16:52:45 -0400, Howard Rifkind <Rifk...@EMIGRANT.COM>
wrote:

>Having an issue creating the needed directory and entries for the above.

I getting the following messages. Any help to determine what the problem is
here would be greatly appreciated.

Per the instructions in the job I have create the path /usr/llpp/xml19 the
rest the job itself is adding in.

Thanks.


Problems creating following directories:
========================================
/usr/lpp/xml19/usr/lpp/ixm/
Not created. RC=81 RSN=594003D
/usr/lpp/xml19/usr/lpp/ixm/IBM
Not created. RC=81 RSN=594003D

Created the following symlinks:
_____________


594003D says "A directory in the pathname was not found". You can use
BPXMTEXT to find this easily if you don't know the manual to look in.

Normally you want to do this to a service directory since the root should
be mounted read only - /usr/lpp/ lives in the root.

For example, when I did this for z/OS 1.6 my job looked like this:

//SYSTSIN DD *
PROF MSGID
IXMMKDIR /servz16

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark....@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

Howard Rifkind

no leída,
30 ago 2008, 10:24:5630/8/08
a
Thanks Mark,

I already have the /usr/lpp directory set up and it's in the root.

I create the following /usr/lpp/xml19 which is off of the root but got the messages below...


--- On Fri, 8/29/08, Mark Zelden <mark....@ZURICHNA.COM> wrote:

Kenneth E Tomiak

no leída,
30 ago 2008, 12:06:0830/8/08
a
Your pathnames look like the problem, why are you creating ../usr/lpp/.. ?

/usr/lpp/xml19/usr/lpp/ixm/
would look better as
/usr/lpp/xml19/ixm/

Did you create all three to match what you are failing at?

/usr/lpp/xml19
/usr/lpp/xml19/usr
/usr/lpp/xml19/usr/lpp

On Sat, 30 Aug 2008 07:24:44 -0700, Howard Rifkind
<ibm_...@YAHOO.COM> wrote:

>Thanks Mark,
>
>I already have the /usr/lpp directory set up and it's in the root.
>
>I create the following /usr/lpp/xml19 which is off of the root but got the
messages below...
>
>>>

>> Problems creating following directories:
>> ========================================
>> /usr/lpp/xml19/usr/lpp/ixm/
>> Not created. RC=81 RSN=594003D
>> /usr/lpp/xml19/usr/lpp/ixm/IBM
>> Not created. RC=81 RSN=594003D
>>

----------------------------------------------------------------------

Mark Zelden

no leída,
30 ago 2008, 12:33:3330/8/08
a
On Sat, 30 Aug 2008 07:24:44 -0700, Howard Rifkind <ibm_...@YAHOO.COM> wrote:

>Thanks Mark,
>
>I already have the /usr/lpp directory set up and it's in the root.
>
>I create the following /usr/lpp/xml19 which is off of the root but got the
messages below...
>
>

If your root isn't mounted read only (which I am assuming since you
were able to create the xml19 sub directory), then you would just
run the mkdir like this:

IXMMKDIR /

If you are installing in the z/OS zone, then you really should be doing
all of this to a maintenance sysres / target zone / HFS (or zFS). Although
in this case I think everything touched is a net new PDS or unix file
system directory.

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group - ZFUS G-ITO
mailto:mark....@zurichna.com
z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

----------------------------------------------------------------------

Howard Rifkind

no leída,
31 ago 2008, 9:32:0031/8/08
a
/usr/lpp was already there and I create /usr/lpp/xml19

This didn't work.

Only the did I try /usr/lpp and this too didn't work.

I believe the instructions indicated that you have to have the path already defined???

--- On Sat, 8/30/08, Kenneth E Tomiak <JackOfA...@KTOMIAK.BIZ> wrote:

> From: Kenneth E Tomiak <JackOfA...@KTOMIAK.BIZ>
> Subject: Re: XML Toolkit MKDIR install problem.
> To: IBM-...@BAMA.UA.EDU

Howard Rifkind

no leída,
31 ago 2008, 9:33:4431/8/08
a
Thanks Mark, I try this.


--- On Sat, 8/30/08, Mark Zelden <mark....@ZURICHNA.COM> wrote:

> From: Mark Zelden <mark....@ZURICHNA.COM>
> Subject: Re: XML Toolkit MKDIR install problem.
> To: IBM-...@BAMA.UA.EDU

Kenneth E Tomiak

no leída,
1 sept 2008, 19:39:461/9/08
a
Look at the error you posted:

>> >> Problems creating following directories:
>> >> ========================================
>> >> /usr/lpp/xml19/usr/lpp/ixm/

Are you really trying to create /usr/lpp/xml19/usr/lpp? Do you see the usr/lpp
listed in there twice?


On Sun, 31 Aug 2008 06:31:47 -0700, Howard Rifkind
<ibm_...@YAHOO.COM> wrote:

>/usr/lpp was already there and I create /usr/lpp/xml19
>
>This didn't work.
>
>Only the did I try /usr/lpp and this too didn't work.
>
>I believe the instructions indicated that you have to have the path already
defined???
>
>--- On Sat, 8/30/08, Kenneth E Tomiak <JackOfA...@KTOMIAK.BIZ>
wrote:
>
>> From: Kenneth E Tomiak <JackOfA...@KTOMIAK.BIZ>

>> Subject: Re: XML Toolkit MKDIR install problem.
>> To: IBM-...@BAMA.UA.EDU

>> Date: Saturday, August 30, 2008, 12:06 PM
>> Your pathnames look like the problem, why are you creating
>> ../usr/lpp/.. ?
>>
>> /usr/lpp/xml19/usr/lpp/ixm/
>> would look better as
>> /usr/lpp/xml19/ixm/
>>
>> Did you create all three to match what you are failing at?
>>
>> /usr/lpp/xml19
>> /usr/lpp/xml19/usr
>> /usr/lpp/xml19/usr/lpp
>>
>>
>>
>>
>>

>> On Sat, 30 Aug 2008 07:24:44 -0700, Howard Rifkind
>> <ibm_...@YAHOO.COM> wrote:
>>
>> >Thanks Mark,
>> >
>> >I already have the /usr/lpp directory set up and
>> it's in the root.
>> >
>> >I create the following /usr/lpp/xml19 which is off of
>> the root but got the
>> messages below...
>> >
>> >>>

>> >> Problems creating following directories:
>> >> ========================================
>> >> /usr/lpp/xml19/usr/lpp/ixm/
>> >> Not created. RC=81 RSN=594003D
>> >> /usr/lpp/xml19/usr/lpp/ixm/IBM
>> >> Not created. RC=81 RSN=594003D
>> >>

----------------------------------------------------------------------

Prashant Gorule

no leída,
18 oct 2022, 1:53:5918/10/22
a
Find more details visit the official page : https://www.mddir.com/

Allodoxaphobia

no leída,
18 oct 2022, 7:32:4218/10/22
a
On Mon, 17 Oct 2022 22:53:57 -0700 (PDT), Prashant Gorule wrote:
> On Tuesday, September 2, 2008 at 5:09:46 AM UTC+5:30, Kenneth E Tomiak wrote:
>> >--- On Sat, 8/30/08, Kenneth E Tomiak <JackOfA...@KTOMIAK.BIZ> wrote:

<- big snip ->

> Find more details visit the official page : https://www.mddir.com/

Like so many google groopers, you have replied to a 14-year old thread.
0 mensajes nuevos