Re: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

2010-06-04 Thread Dazzo, Matt
For documentation purposes the issue was resolved by putting REXX.SEAGALT in 
lnklst.

Thanks to those who responded.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Dazzo, Matt
Sent: Thursday, June 03, 2010 9:22 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

Sam, I did see the apar and the required ptf is applied. But taking your advice 
and heading to IBM. Tks.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Knutson, Sam
Sent: Thursday, June 03, 2010 9:16 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

You really should open a PMR with IBM.  Share afterwards if it is
interesting but I would encourage you to go straight to IBM for defect
support.

There was a recent APAR OA31298 that might be a match turned up with a
search on BPXHFSCK. 

APAR Identifier .. OA31298  Last Changed  10/03/01
  MSGHZS1002E ON CHECK ZOSMIGREC_ROOT_FS_SIZE FOR ALLOCATION ERROR 

Best Regards, Sam Knutson

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Dazzo, Matt
Sent: Thursday, June 03, 2010 8:37 AM
To: IBM-MAIN@bama.ua.edu
Subject: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

A new health check is abending after activation with the reason code
below. Unable to find the reason code using the cmd 'TSO errno 05030C08'
or on the internet. The spawned AXR02 task stays active. This is on
zos1.9.
Any help is appreciated. Thanks Matt

F HZSPROC,RUN,CHECK=(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE)

HZS0400I CHECK(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE): 926
RUN PROCESSING HAS BEEN COMPLETED
$HASP100 AXR02ON STCINRDR
$HASP373 AXR02STARTED
IEF403I AXR02 - STARTED - TIME=08.29.35
IEA630I  OPERATOR *AXT0220 NOW ACTIVE,   SYSTEM=SYS1, LU=AXREMCS
AXR0203I AXREXX INVOCATION OF BPXHFSCK FAILED. 931
RETCODE=000C RSNCODE=05030C08
REQTOKEN=4000C612C4A648E31302
DIAG1=0112 DIAG2=0110 DIAG3=0157 DIAG4=


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 lists...@bama.ua.edu 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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

2010-06-04 Thread Peter Relson
AXR0203I AXREXX INVOCATION OF BPXHFSCK FAILED. 931
RETCODE=000C RSNCODE=05030C08
REQTOKEN=4000C612C4A648E31302
DIAG1=0112 DIAG2=0110 DIAG3=0157 DIAG4=

The reason code is documented in z/OS MVS Authorized Services Reference as 
well as in the AXREXX macro. 
It is usually an indication that System REXX is being used to run a 
compiled REXX exec w/o run time support
i.e. the REXX run time library or Alternate Library must be installed.

The documentation for HC either already has, or is being, updated to 
include, the information about needing to be able to run compiled rexx for 
SYSREXX checks.

Peter Relson
z/OS Core Technology Design

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


Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

2010-06-03 Thread Dazzo, Matt
A new health check is abending after activation with the reason code below. 
Unable to find the reason code using the cmd 'TSO errno 05030C08' or on the 
internet. The spawned AXR02 task stays active. This is on zos1.9.
Any help is appreciated. Thanks Matt

F HZSPROC,RUN,CHECK=(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE)

HZS0400I CHECK(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE): 926
RUN PROCESSING HAS BEEN COMPLETED
$HASP100 AXR02ON STCINRDR
$HASP373 AXR02STARTED
IEF403I AXR02 - STARTED - TIME=08.29.35
IEA630I  OPERATOR *AXT0220 NOW ACTIVE,   SYSTEM=SYS1, LU=AXREMCS
AXR0203I AXREXX INVOCATION OF BPXHFSCK FAILED. 931
RETCODE=000C RSNCODE=05030C08
REQTOKEN=4000C612C4A648E31302
DIAG1=0112 DIAG2=0110 DIAG3=0157 DIAG4=

--
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: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

2010-06-03 Thread Knutson, Sam
You really should open a PMR with IBM.  Share afterwards if it is
interesting but I would encourage you to go straight to IBM for defect
support.

There was a recent APAR OA31298 that might be a match turned up with a
search on BPXHFSCK. 

APAR Identifier .. OA31298  Last Changed  10/03/01
  MSGHZS1002E ON CHECK ZOSMIGREC_ROOT_FS_SIZE FOR ALLOCATION ERROR 

Best Regards, Sam Knutson

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Dazzo, Matt
Sent: Thursday, June 03, 2010 8:37 AM
To: IBM-MAIN@bama.ua.edu
Subject: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

A new health check is abending after activation with the reason code
below. Unable to find the reason code using the cmd 'TSO errno 05030C08'
or on the internet. The spawned AXR02 task stays active. This is on
zos1.9.
Any help is appreciated. Thanks Matt

F HZSPROC,RUN,CHECK=(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE)

HZS0400I CHECK(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE): 926
RUN PROCESSING HAS BEEN COMPLETED
$HASP100 AXR02ON STCINRDR
$HASP373 AXR02STARTED
IEF403I AXR02 - STARTED - TIME=08.29.35
IEA630I  OPERATOR *AXT0220 NOW ACTIVE,   SYSTEM=SYS1, LU=AXREMCS
AXR0203I AXREXX INVOCATION OF BPXHFSCK FAILED. 931
RETCODE=000C RSNCODE=05030C08
REQTOKEN=4000C612C4A648E31302
DIAG1=0112 DIAG2=0110 DIAG3=0157 DIAG4=


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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

2010-06-03 Thread Dazzo, Matt
Sam, I did see the apar and the required ptf is applied. But taking your advice 
and heading to IBM. Tks.

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On Behalf Of 
Knutson, Sam
Sent: Thursday, June 03, 2010 9:16 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

You really should open a PMR with IBM.  Share afterwards if it is
interesting but I would encourage you to go straight to IBM for defect
support.

There was a recent APAR OA31298 that might be a match turned up with a
search on BPXHFSCK. 

APAR Identifier .. OA31298  Last Changed  10/03/01
  MSGHZS1002E ON CHECK ZOSMIGREC_ROOT_FS_SIZE FOR ALLOCATION ERROR 

Best Regards, Sam Knutson

-Original Message-
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Dazzo, Matt
Sent: Thursday, June 03, 2010 8:37 AM
To: IBM-MAIN@bama.ua.edu
Subject: Health Check Abending - ZOSMIGREC_ROOT_FS_SIZE

A new health check is abending after activation with the reason code
below. Unable to find the reason code using the cmd 'TSO errno 05030C08'
or on the internet. The spawned AXR02 task stays active. This is on
zos1.9.
Any help is appreciated. Thanks Matt

F HZSPROC,RUN,CHECK=(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE)

HZS0400I CHECK(IBMUSS,ZOSMIGREC_ROOT_FS_SIZE): 926
RUN PROCESSING HAS BEEN COMPLETED
$HASP100 AXR02ON STCINRDR
$HASP373 AXR02STARTED
IEF403I AXR02 - STARTED - TIME=08.29.35
IEA630I  OPERATOR *AXT0220 NOW ACTIVE,   SYSTEM=SYS1, LU=AXREMCS
AXR0203I AXREXX INVOCATION OF BPXHFSCK FAILED. 931
RETCODE=000C RSNCODE=05030C08
REQTOKEN=4000C612C4A648E31302
DIAG1=0112 DIAG2=0110 DIAG3=0157 DIAG4=


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 lists...@bama.ua.edu 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 lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html