z/OS Network File System Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


GFSN5003E

z/OS Network File System Guide and Reference
SC23-6883-00

GFSN5003E
Unsupported Network File System ACL Who Type. Supported Values are: OWNER, GROUP, EVERYONE, User, Group. ACE: d_digit , WType: h_digit1, WId: h_digit2, AType: h_digit3, AFlag: h_digit4, AMask: h_digit5.

Explanation

The z/OS NFS Client, or the z/OS NFS Server, called the z/OS UNIX to, or from, NFS ACL conversion function. In the process of merging the z/OS UNIX ACLs into the existing NFS ACLs, an NFS ACL entry with an unsupported WHO type was encountered. The ACLs cannot be converted and the request is terminated.

If this message occurs on the z/OS NFS Server, it means that a remote NFS Client is attempting to set ACL entries with WHO types which are not supported by z/OS UNIX.

If this message occurs on the z/OS NFS Client, it means that the z/OS NFS Client is attempting to manage ACLs for a remote NFS Server and the NFS ACL contains entries which specify unsupported WHO types.

z/OS NFS only supports the following WHO types:
OWNER@
specifies the owner of the file or directory
GROUP@
specifies the group of the owner of the file or directory
EVERYONE@
specifies the base Other permissions for the file or directory
user@domain
specifies an explicit user identifier
group@domain
specifies an explicit user group identifier
In the message text: (primarily intended for IBM support personnel use):
d_digit
0-origin index of the NFS ACL entry containing the error.
h_digit1
hexadecimal value of the NFS ACL who type. (1-owner, 2-user, 3-owner group, 4-user group, 8-everyone)
h_digit2
hexadecimal value of the user, or group, id.
h_digit3
hexadecimal value of the NFS ACL type field (see RFC3530).
h_digit4
hexadecimal value of the NFS ACL flag field (see RFC3530).
h_digit5
hexadecimal value of the NFS ACL mask field (see RFC3530).

System action

The request fails and normal processing continues.

Operator response

None.

System programmer response

None.

Programmer response

Check the remote system NFS ACL values and update them to comply with the z/OS NFS ACL management restrictions. See Displaying and modifying remote file system access control lists for more information.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014