WASOEM.sh

2010-02-03 Thread Glen Gasior
Has anyone had this shell script looping ?

/usr/lpp/zWebSphereOEM/V7R0/bin/WASOEM.sh


-n BBN0004W:ZPMT_WORK_ROOT directory 
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to 
create it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   
-n BBN0004W:ZPMT_WORK_ROOT directory 
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to 
create it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   
-n BBN0004W:ZPMT_WORK_ROOT directory 
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to 
create it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   

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


WASOEM.sh

2010-02-03 Thread Glen Gasior
*
 Has anyone had WASOEM.sh loop trying to allocate a directory in /tmp/ ?
*

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


Re: WASOEM.sh

2010-02-03 Thread Jousma, David
Did you actually enter a "Y" or "N".  Looks like you just pressed enter...

_
Dave Jousma
Assistant Vice President, Mainframe Services
david.jou...@53.com
1830 East Paris, Grand Rapids, MI  49546 MD RSCB1G
p 616.653.8429
f 616.653.8497


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Glen Gasior
Sent: Wednesday, February 03, 2010 3:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: WASOEM.sh

Has anyone had this shell script looping ?

/usr/lpp/zWebSphereOEM/V7R0/bin/WASOEM.sh


-n BBN0004W:ZPMT_WORK_ROOT directory 
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to 
create it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   
-n BBN0004W:ZPMT_WORK_ROOT directory 
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to 
create it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   
-n BBN0004W:ZPMT_WORK_ROOT directory 
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to 
create it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   

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

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.

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


Re: WASOEM.sh

2010-02-03 Thread Veilleux, Jon L
You're not running this in ISHELL (or batch) are you? If so, you will need to 
login using OMVS or telnet. 


Jon L. Veilleux 
veilleu...@aetna.com 
(860) 636-9179 


-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Glen Gasior
Sent: Wednesday, February 03, 2010 3:19 PM
To: IBM-MAIN@bama.ua.edu
Subject: WASOEM.sh

Has anyone had this shell script looping ?

/usr/lpp/zWebSphereOEM/V7R0/bin/WASOEM.sh


-n BBN0004W:ZPMT_WORK_ROOT directory
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to create 
it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   
-n BBN0004W:ZPMT_WORK_ROOT directory
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to create 
it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   
-n BBN0004W:ZPMT_WORK_ROOT directory
(/tmp/zWebSphereOEM/V7R0/zpmt/work) does not exist. Would you like to create 
it? (Y/N)
BBN0229I:   * Your response was ÝEnter¨ 
-n BBN0024I:Enter y or n.   

--
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@bama.ua.edu with the message: GET IBM-MAIN INFO Search the archives at 
http://bama.ua.edu/archives/ibm-main.html
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna   

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


Re: WASOEM.sh

2010-02-04 Thread Glen Gasior
As it turns out, it was expecting a directory in /tmp/ which of course 
disappeared when I unmounted /tmp/ to increase its size.
*
After the directory was defined, it ran fine under BPXBATCH.
*
//INSTWASM EXEC PGM=BPXBATCH   
//STDPARM DD * 
SH 
/usr/lpp/zWebSphereOEM/V7R0/bin/WASOEM.sh  
-config
-fastpath  
/* 
//STDIN DD PATH='/usr/lpp/zWebSphereOEM/V7R0/bin'  
//STDOUT   DD  PATH='/etc/zWebSphereOEM/V7R0/conf/out',
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),PATHMODE=SIRWXU
//STDERR   DD  PATH='/etc/zWebSphereOEM/V7R0/conf/error',  
// PATHOPTS=(OWRONLY,OCREAT,OTRUNC),PATHMODE=SIRWXU
//STDENV   DD DUMMY

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