Open System Services NFS Management and Operations Guide
errnum
provides an NFS protocol version 2 (NFS2) or mount protocol version 1 (MNT1) error number.
See the corresponding NFS2 or MNT1 error message descriptions in Appendix C (page 85).
meaning
provides the corresponding error message text for the NFS2 or MNT1 error number. See
the corresponding NFS2 or MNT1 error message descriptions in Appendix C (page 85), to
see the possible error message text.
Cause
An NFS2 or MNT1 error occurred during the requested operation, which usually indicates a
problem in finding or accessing an OSS NFS file or directory.
Effect
The effect varies according to the cause of the message.
Recovery
See the corresponding NFS2 or MNT1 errors in Appendix C (page 85), for possible corrective
actions.
NFS E00004
objname: attr attribute already exists (Tnm: tnm, Index: index)
objname
identifies the OSS NFS object associated with the error message.
attr
identifies the attribute of the OSS NFS object associated with the error message.
tnm
identifies the Subsystem Programmatic Interface (SPI) token number for the value type
associated with the error.
index
identifies the copy of the value type associated with the error.
Cause
The specified attribute has already been configured for this object. This can occur if an ALTER
command is duplicated or a single ALTER command contains repeated occurrences of the same
attribute. For example, this command will return a warning that the ADDACCESS attribute already
exists, because the newyork access name has been added twice:
ALTER EXPORT /usr, ADDACCESS (newyork, london, newyork)
Effect
The configuration of the identified object is unchanged.
Recovery
Use the INFO command to make sure that the object has been configured with the proper
attributes. Normally, this indication is returned as only a warning on an ADD or ALTER command,
and no specific action is required.
Warning Messages
NFS W00514
For object objname attribute attr will be ignored
objname
identifies the OSS NFS object associated with the message.
attr
identifies the attribute associated with the warning.
Warning Messages 79