View previous topic :: View next topic
|
Author |
Message |
asmanyam
New User
Joined: 18 Nov 2005 Posts: 9
|
|
|
|
Hi,
In our zos environment, we are not able to start z/OSMF. The job is failing during IPL process. When try to start IZUANG1, IZUSVR1 them manually they are failing. The job IZUINSTP is completing successfully after manual start.
The user is created and home directory /var/zosmf/data/home/IZUSVR is available. Please find he error messages.
Thanks in advance for any help.
IZUANG1 Error messages:
Code: |
IEF237I JES2 ALLOCATED TO STDERR
BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF
/usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN
CODE
00000081 REASON CODE 0594003D.
IEF142I IZUANG1 IZUANG1 - STEP WAS EXECUTED - COND CODE 2816 |
ZUSVR1 error messages:
sysout
Code: |
******************************** Top of Data ***********************************
Cannot create configurable cloud security configuration REXX file: EDC5129I No such file or directory.
(errno2=0x0594003D)
******************************* Bottom of Data ******************************** |
stderr
Code: |
COMMAND ===> SCROLL ===> CURSOR
******************************** Top of Data ***********************************
FSUM1004 Cannot change to directory </var/zosmf/data/home/IZUSVR>.
******************************* Bottom of Data ******************************** |
Code: |
OMVS INFORMATION
----------------
UID= 0000000000
HOME= /var/zosmf/data/home/IZUSVR
PROGRAM= /bin/sh
CPUTIMEMAX= NONE
ASSIZEMAX= NONE
FILEPROCMAX= 00010000
PROCUSERMAX= NONE
THREADSMAX= NONE
MMAPAREAMAX= NONE
******************************** |
Unix files. Only catch I see that VAR is symbol instead of directory. Not sure if it makes any difference.
Code: |
Command Filename Message Type Permission Audit Ext Fmat
-------------------------------------------------------------------------------
samples Dir rwxr-xr-x fff--- ----
ssauser Dir rwxr-xr-x fff--- ----
tess Dir rwxr-xr-x fff--- ----
tmp Syml rwxrwxrwx fff---
trijavaapps Dir rwxrwxrwx fff--- ----
u Dir rwxr-xr-x fff--- ----
usr Dir rwxr-xr-x fff--- ----
[b]var Syml rwxrwxrwx fff--- [/b]
BAAN Dir rwxr-xr-x fff--- ----
DSNA10 Dir rwxr-xr-x fff--- ----
SYSTEM Dir rwxr-xr-x fff--- ----
******************************* Bottom of data ******************************** |
Coded for you - next time do it yourself |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
VAR can be a symbol.
When you go to ISHELL and enter this path,
Code: |
Enter a pathname and do one of these:
- Press Enter.
- Select an action bar choice.
- Specify an action code or command on the command line.
Return to this panel to work with a different pathname.
More:
/var/zosmf/data/home/IZUSVR
________________________________________________________________
________________________________________________________________
________________________________________________________________
EUID=0 |
Does it get resolved to a directory? or does it say "No such file or directory exists" |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Code: |
BPXM047I BPXBATCH FAILED BECAUSE SPAWN (BPX1SPN) OF
/usr/lpp/zosmf/liberty/lib/native/zos/s390x/bbgzangl FAILED WITH RETURN
CODE
00000081 REASON CODE 0594003D. |
The 81 and 3D codes mean that at least one of the directories in the given path do not exist. And if IZUANG1 doesn't start correctly, you have NO chance of starting IZUSVR1. You need to focus on tracing the given path, finding out what doesn't exist and correcting that issue. |
|
Back to top |
|
|
asmanyam
New User
Joined: 18 Nov 2005 Posts: 9
|
|
|
|
Hi,
Thanks for the answers. The problem is with file path. This is an issue with IBM supplied code in IZUANG1. IBM has released a PTF for fixing it. The path is given below. We will be installing and testing the same in few days.
www-01.ibm.com/support/docview.wss?uid=isg1PH13379
Thank you all for taking time.
Subbu Ambati |
|
Back to top |
|
|
vasanthz
Global Moderator
Joined: 28 Aug 2007 Posts: 1744 Location: Tirupur, India
|
|
|
|
Thanks for letting us know |
|
Back to top |
|
|
|