HealthCenter Install Trouble

2010-02-04 Thread Hjelm, Norm
I'm trying to run IBM Support Assistant HealthCenter plugin, and installing the 
HealthCenter agent on WAS ND 6.1.0.17 is giving me so trouble.

I have installed the agent files in the jre directory and have the following 
entry in the generic arguments in the WAS server:
-agentlib:healthcenter -Xtrace:output=/tmp/perfmon.%p.out

My current java version is:

IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 z/OS s390-31 j9vmmz3123ifx-20080423 
(JIT enabled)
Java(TM) 2 Runtime Environment, Standard Edition (build pmz31devifx-20080502 
(SR7 + IZ15683 + IZ21286))
J9VM - 20080415_18753_bHdSMr
JIT - 20080130_0718ifx2_r8
GC - 200802_08.

When I try to start up the application server, it doesn't start as JVM won't 
even start.
Instead I get the following message in the job log:

JVMJ9TI001E Agent library healthcenter could not be opened (EDC5205S DLL module 
not found. (errno2=0xC40B0025)
JVMJ9VM015W Initialization error for library j9jvmti23(-3): JVMJ9VM009E 
J9VMDllMain failed

Any suggestions would be greatly appreciated.
Thanks.

--
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: RMM Volume Release Sub Command

2008-04-25 Thread Hjelm, Norm
Thanks Mike.
I appreciate your response. It will be a major help during our cleanup
effort.

-norm

-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of Mike Wood
Sent: Friday, April 25, 2008 10:12 AM
To: IBM-MAIN@BAMA.UA.EDU
Subject: Re: RMM Volume Release Sub Command

Norm, The subcommand to release a volume is
RMM DV volser RELEASE
Without fail, that will release it for return to scratch or whatever
else the 
release actions are. To do a complete chain, you can use RMM to build
the 
commands;
RMM SV VOLUME(volser) CHAIN LIMIT(*) CLIST('RMM DV ',' RELEASE')
Then run the exec created by that command.

Those commands can run in the batch TMP or within a Rexx exec or CLIST.

Mike WoodRMM Development
On Wed, 23 Apr 2008 09:27:50 -0700, Hjelm, Norm 
[EMAIL PROTECTED] wrote:

I'm looking for a RMM command that I can put into a batch program to
manually release tapes.
Basically I want to simulate option 8 (RELEASE) from the Librarian Menu
to Release Master volumes.
I'm assuming that it requires some type of CHANGEVOLUME command
followed
by some release parameters, but I'm not quite sure how to put it all
together.  I'd also like it to release all volumes in a chain if a
chain
is present.
Any suggestions would be greatly appreciated.

Thanks,

Norm Hjelm
The Administrative Office of the Courts
Olympia, Wa 98504 -1170

--
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



RMM Volume Release Sub Command

2008-04-23 Thread Hjelm, Norm
I'm looking for a RMM command that I can put into a batch program to
manually release tapes.
Basically I want to simulate option 8 (RELEASE) from the Librarian Menu
to Release Master volumes.
I'm assuming that it requires some type of CHANGEVOLUME command followed
by some release parameters, but I'm not quite sure how to put it all
together.  I'd also like it to release all volumes in a chain if a chain
is present. 
Any suggestions would be greatly appreciated.

Thanks,

Norm Hjelm
The Administrative Office of the Courts
Olympia, Wa 98504 -1170 

--
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



Natural Error with DB2 Version 8

2006-07-26 Thread Hjelm, Norm
Has anyone come across a compatibility error with Natural 3.1 and DB2
Version 8 on z/OS 1.4?
We recently upgraded to DB2 Version 8 and have found that our Natural
Static Bind process is having problems.  Well the bind step itself is
working just great, but the step after that I believe is a process that
modifies a Natural flag so that the module runs Static is failing with
the following:

STAT9093 Error 1102 occurred in program SGMODB-N on line 1890
SGMODB-N 1890 NAT1102 Input hexadec. Value does not contain hexadec.
characters
NAT9987 Natural Session Terminated Abnormally - RC=40

Here's the JCL that runs the step:

//NATMODF  EXEC NATURAL,SYS=DEVD,UNIT=USER,  
// COND=((8,LT)),
// REGION=(3072K)
//CMWKF01  DD DSN=DSNHOUT,DISP=(OLD,DELETE)
//CMWKF02  DD DSN=TMP7,DISP=(,DELETE), 
//UNIT=USER, 
//SPACE=(TRK,(5,5),RLSE),
//DCB=(DSORG=PS,RECFM=FB,LRECL=80,BLKSIZE=3120)  
//CMSYNIN  DD *  
NDEVDEVD,DISCADM 
%*   
DISCIS   
SYSDB2   
CMD MODIFY 

Thanks for looking,
-Norm
  

--
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


RMM Restore CDS

2006-04-25 Thread Hjelm, Norm
In compliance with our current Disaster Recovery procedures, I've been
able to use the following JCL to backup the RMM CDS and Journal files
directly to tape as the last step in a larger JCL stream that backups up
all of our essential catalog files and such.  Now I'm in need of JCL to
restore the files from the afore mentioned tape.  I'd like to test this
by restoring the CDS and Journal files to a new name so that I don't
overwrite the existing PROD files.  I've looked over the manuals but
have yet to find exactly what I'm looking for.  Any help or suggestions
would be greatly appreciated.

//EXPO11   EXEC PGM=EDGHSKP, 
// PARM='BACKUP(DSS)',   
// REGION=0M 
//SYSPRINT DD  SYSOUT=*  
//BACKUP   DD  DSN=CATALOG.DRCAT.RMMCAT.D?SYSDATE.T?SYSTIME, 
// DISP=(NEW,CATLG), 
// DCB=(RECFM=VBS,LRECL=32404,BLKSIZE=18452),
// LABEL=(14,SL),
// VOL=(,RETAIN,REF=*.STEP1.O),  
// UNIT=CART 
//JRNLBKUP DD  DSN=CATALOG.DRCAT.RMMJRNL.D?SYSDATE.T?SYSTIME,
// DISP=(NEW,CATLG), 
// DCB=(RECFM=VBS,LRECL=32404,BLKSIZE=18452),
// LABEL=(15,SL),
// VOL=(,RETAIN,REF=*.STEP1.O),  
// UNIT=CART 
//MESSAGE  DD  DSN=SOFT.RMM.HOUSEKP.MESSAGE(0),DISP=(SHR)

--
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