Can you go to OMVS and run " ls -la 
/MVS1/var/zosmf/configuration/configuration_planned.cfg " ? This sounds like a 
permission issue between the user IZUSVR  trying to write to that file and 
whichever user owns that file. 

For example in my home directory for a file called test.txt
# ls -la test.txt                                             
-rw-r--r--   1 AJ  ISU4ID         0 Dec 20 12:08 test.txt

The first - is saying if this is a file or a directory, since there is no D 
then this means it is a file 

The next 3 letters are the permission set for the Users (in my case it would be 
AJ  ). The AJ user has read and write access

The next 3 letters are permissions set for the group ( in my caseit would be 
ISU4ID ). Any users in the ISU4ID only, aside from AJ, only have read access 

The last 3 letters are permissions set for anybody else ( any users outside of 
both user and groups). Any other users in the system only has read access

It looks like the last 3 letters for your file are set to R-X (read and 
execute) but the IZUSVR is trying to write to it. You can update the user 
permission by running chmod and choosing the level of permissions

https://towardsdatascience.com/unix-permissions-the-easy-way-98cc19979b3e

Thanks,
Angel Jara
Systems Programmer I
NC Farm Bureau Mutual Insurance Co. Inc.
5301 Glenwood Ave, Raleigh, NC 27612
919-782-1705 | Ext 3588

-----Original Message-----
From: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> On Behalf Of 
Steve Beaver
Sent: Thursday, January 26, 2023 3:08 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: zOSMF


WARNING: This email originated outside of North Carolina Farm Bureau. DO NOT 
CLICK links or attachments unless you recognize the sender and know the content 
is safe.

Cross Posted to Main and RACF

 

I am miles out of my depth and have NO IDEA how to get past this one.

 

$HASP373 IZUSVR1  STARTED

ICH408I USER(IZUSVR  ) GROUP(IZUADMIN) NAME(-ZOSMF STARTED TASK ) 408

  /MVS1/var/zosmf/configuration/configuration_planned.cfg

  CL(DIRACC  ) FID(D6E2F5C3C1E301DE0000000000300158)

  INSUFFICIENT AUTHORITY TO OPEN

  ACCESS INTENT(-W-)  ACCESS ALLOWED(OTHER      R-X)

  EFFECTIVE UID(0000009010)  EFFECTIVE GID(0000004320)

 


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
lists...@listserv.ua.edu with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to