Netmaster receiving BAIPWI12, N5U023E and N2U301 for zFS
search cancel

Netmaster receiving BAIPWI12, N5U023E and N2U301 for zFS

book

Article ID: 144034

calendar_today

Updated On:

Products

NetMaster Network Automation NetMaster Network Management for SNA NetMaster Network Management for TCP/IP NetMaster File Transfer Management

Issue/Introduction

Receiving message BAIPWI12 Invalid zFS path name: Error rc=8 fdbk=199 zFSrc=111


USS syslog also shows 
N5U023E __spawnp2(/u/nmtip) failed: 111, errno2: ef076015     

 

Could not find it in a manual.

Verified that the Netmaster USS directory  exists and can access each node via TSO.

Netmaster has superuser access.

These messages show up in the activity log during initialization

IAIN0126 Processing for parameter group $NM ZFS started
BAIPWI12 Invalid zFS path name: Error rc=8 fdbk=199 zFSrc=111 
IAIN0178 Processing for parameter group $NM ZFS ended, status is FAILED 
IAIN0112 Action of parameter group $NM ZFS FAILED             
IAIN0138 Ignore request by $JRC8 accepted for parameter group $NM ZFS
IAIN0126 Processing for parameter group $NM USS started                            
IAIN0122 Parameter UNIXDBUG not set, can only be set during phase INIT             
IPDI5200 TCP/IP Details for NMTIP using IBM z/OS Communications Server           
IPDI5270 Checking UNIX System Services Interface for NMTIP                           
BAINWI49 Region user NMTIP has OMVS home /u/nmtip                                      
BAIPWI12    INVALID ZFS PATH NAME: REQUIRED                                        
N2U301 UNIX Server spawn() failed errno=129 reason code=0594-004D path=            
IPDI5277    Error: UNIX environment could not be established                       
IPDI5278    Error: UNIX OPEN failed, RC/FDBK=8/8, reason=UNIX server start failed  
IPDI527Z                                                                           
IPDI5299 TCP/IP details complete, 3 errors and 0 warnings.                         
IAIN0133 Parameter group $NM USS action failed, proc=$NMINWIZ RC=8                 
IAIN0178 Processing for parameter group $NM USS ended, status is FAILED            
IAIN0112 Action of parameter group $NM USS FAILED  

Environment

Release : 12.2

Component : CA NetMaster Network Management for TCP/IP

Cause

The zFSrc=111 return code  and failed: 111 indicate ENOACCESS. There is a security issue.

 

Resolution

A write attribute is missing in the HOME directory attributes.

The correct directory attributes look like this
drwxrwxr-x 3 aaaaa  38 8192 Apr 11 2019 nmcs

directory with problems may show
drwxr-xr-x 2 $bbbb OMVS 0 Jan 24 13:52 nmtip 


During the initial install, this directory is generated with
mkdir -p -m 777 $p1;

Issuing
chmod 775
against the directory will correct the problem.