Re: ioajava.jar

2008-04-18 Thread Pace, Jimmy
I had this problem just this week.  Turned out to be that java couldn't find 
the help directory in the CLASSPATH statement.
CLASSPATH=.;C:\Program 
Files\Java\jre1.6.0_05\jh2.0\javahelp\lib\jh.jar;C:\osa\ioajava.jar

Also put added java to the PATH statement.
Path=C:\Program Files\ThinkPad\Utilities;C...;C:\Program Files\Java\jre1.6.0_05

JP


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
George Mansell
Sent: Thursday, April 17, 2008 2:07 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: ioajava.jar

I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this may
be a better way.
Thanks

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

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



Re: ioajava.jar

2008-04-18 Thread Pace, Jimmy
Nothing in there but the ioajava.jar file.  With classnotfound error something 
may still be wrong with your CLASSPATH statement.  You probably have this 
redbook, think it's the latest OSA guide - 
http://www.redbooks.ibm.com/abstracts/sg245948.html



-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Mansell, George R.
Sent: Friday, April 18, 2008 2:13 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ioajava.jar

I upgraded to java 1.6.0._5 and changed path statements. It looks like I
am finding javx/help but I still have ClassNotFoundExecption. Is there
anything else in your \osa?


I had this problem just this week.  Turned out to be that java couldn't
find the help directory in the CLASSPATH statement.
CLASSPATH=.;C:\Program
Files\Java\jre1.6.0_05\jh2.0\javahelp\lib\jh.jar;C:\osa\ioajava.jar

Also put added java to the PATH statement.
Path=C:\Program Files\ThinkPad\Utilities;C...;C:\Program
Files\Java\jre1.6.0_05

JP



I am getting java.lang.NoClassDefFoundError: javax/help/HelpsSet
I did install javahelp 2.0
The javax/help does not have a HelpSet sub directory.
CLASSPATH :
C:\Program Files\IBM\Java142\IOAJAVA.jar;
C:\jh2.0\javahelp\bin\jhindexer.jar;
C:\jh2.0\javahelp\bin\jhsearch.jar;
C:\jh2.0\javahelp\lib\jsearch.jar;
C:\jh2.0\javahelp\lib\jh.jar
JHHOME:
C:\jh2.0
I need to change a mac for use with sna and the Rexx is working but this
may
be a better way.
Thanks

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

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


--
NOTICE:  This electronic mail message and any attached files are confidential.  
The information is exclusively for the use of the individual or entity intended 
as the recipient.  If you are not the intended recipient, any use, copying, 
printing, reviewing, retention, disclosure, distribution or forwarding of the 
message or any attached file is not authorized and is strictly prohibited.  If 
you have received this electronic mail message in error, please advise the 
sender by reply electronic mail immediately and permanently delete the original 
transmission, any attachments and any copies of this message from your computer 
system. Thank you.

==

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

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



ZFS conversion

2008-07-31 Thread Pace, Jimmy
Hi all,
I am attempting to convert z/OS 1.9 HFS OMVS.ROOT to ZFS using the BPXWH2Z 
tool.  I preallocate the ZFS file using ISHELL so it formats it.  A few minutes 
into the conversion process I receive this message on the log : IEW4000I FETCH 
FOR MODULE EDCZEMSG FROM DDNAME -LNKLST- FAILED BECAUSE INSUFFICIENT STORAGE 
WAS AVAILABLE and CSV031I LIBRARY ACCESS FAILED FOR MODULE EDCZEMSG, RETURN 
CODE 24, REASON CODE 26080021, DDNAME *LNKLST*

The LOG file for the conversion :
copying OMVS.ROOT to OMVS.ROOT.BCSM.R19 Blocks to copy: 503201
- cd /; /bin/pax -rw -peW -XCM . /tmp/bpxwh2z.33554451.16:25:29.zfs.
copy return code=1
pax: memory allocation failure: errno = 132

The CSA was increased from (3000,65000) to (3000,92160), still same error.  
Also removed the MEMLIMIT parm from SMFPRMxx.

Thanks in advance for any help.


Jimmy Pace
BancorpSouth Division



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



Re: ZFS conversion

2008-08-01 Thread Pace, Jimmy
Thanks to Sam and Robert for replying.

We use RACF; the region size for the TSO segment was changed to 0 and the 
conversion finished successfully.

Thank you both again,

Jimmy Pace

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of 
Knutson, Sam
Sent: Thursday, July 31, 2008 8:15 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: ZFS conversion

Hi Jimmy,

Neither MEMLIMIT which control access to above the bar storage or CSA
which is COMMON storage below and above the 16M line are going to help
here.  You are running out of PRIVATE storage probably above the 16M
line or Extended Private Storage (EPVT). This is probably happening in
your TSO address space.

You need to see how you installation handles REGION for TSO users.  You
may be able to specify more. It may be overridden by an IEFUSI exit or
controlled by your security product.

To see what you have available

REXXSTOR from Mark Zelden (just REXX easy to install and use)

http://home.flash.net/~mzelden/mvsutil.html

http://home.flash.net/~mzelden/mvsfiles/rexxstor.txt


TASID from IBM (no special authority or APF required just need to be
able to upload files)

http://tinyurl.com/bftw8


SHOWMVS nee SHOWzOS

http://www.cbttape.org/ftp/updates/CBT492.zip


There are lots of other ways those are just three easy tools to see for
sure what virtual storage is being made available to your TSO session.



Best Regards,

Sam Knutson, GEICO
System z Performance and Availability Management
mailto:[EMAIL PROTECTED]
(office)  301.986.3574

"Think big, act bold, start simple, grow fast..."


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Pace, Jimmy
Sent: Thursday, July 31, 2008 5:56 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: ZFS conversion

Hi all,
I am attempting to convert z/OS 1.9 HFS OMVS.ROOT to ZFS using the
BPXWH2Z tool.  I preallocate the ZFS file using ISHELL so it formats it.
A few minutes into the conversion process I receive this message on the
log : IEW4000I FETCH FOR MODULE EDCZEMSG FROM DDNAME -LNKLST- FAILED
BECAUSE INSUFFICIENT STORAGE WAS AVAILABLE and CSV031I LIBRARY ACCESS
FAILED FOR MODULE EDCZEMSG, RETURN CODE 24, REASON CODE 26080021, DDNAME
*LNKLST*

The LOG file for the conversion :
copying OMVS.ROOT to OMVS.ROOT.BCSM.R19 Blocks to copy: 503201
- cd /; /bin/pax -rw -peW -XCM . /tmp/bpxwh2z.33554451.16:25:29.zfs.
copy return code=1
pax: memory allocation failure: errno = 132

The CSA was increased from (3000,65000) to (3000,92160), still same
error.  Also removed the MEMLIMIT parm from SMFPRMxx.

Thanks in advance for any help.


Jimmy Pace
BancorpSouth Division<http://www.bancorpsouth.com/>

This email/fax message is for the sole use of the intended
recipient(s) and may contain confidential and privileged information.
Any unauthorized review, use, disclosure or distribution of this
email/fax is prohibited. If you are not the intended recipient, please
destroy all paper and electronic copies of the original message.

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

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