01/25/96 Unable to Add Users, Error Message 3004-687 SPECIAL NOTICES Information in this document is correct to the best of our knowledge at the time of this writing. Please send feedback by fax to "AIXServ Information" at (512) 823-4009. Please use this information with care. IBM will not be responsible for damages of any kind resulting from its use. The use of this information is the sole responsibility of the customer and depends on the customer's ability to eval- uate and integrate this information into the customer's operational environment. TIPS This document is applicable to AIX version 3.2 and 4.1 and provides possible debug suggestions for the following: o Trouble adding users o Error message 3004-687 indicates that a user does not exist. DEBUG SUGGESTIONS o Check to see if the root file system is full. o Also check for - a blank line in /etc/passwd - a partial entry in /etc/passwd which does not have the correct syntax - the "nobody" user entry is missing or the group is "-2". The entry should look like: nobody:!:4294967294:4294967294::/: o If all the above look good, check the permission in /etc/security on the following files: file permissions .ids --w---x--- environ -rw-r----- limits -rw-r----- passwd -rw------- user -rw-r----- o You may also find the following commands useful for debugging the problem. See the man pages or InfoExplorer for a complete description of these com- mands. Unable to Add Users, Error Message 3004-687 1 01/25/96 usrck -t ALL pwdck -t ALL grpck -t ALL | o The umask attribute in the mkuser.default file expects | an octal value without leading zeros. Thus: | umask=77 Good format. Translates to octal 077. | umask=077 Bad format. Translates to octal 063. o If none of the above indicate the source of the error, take the system down and perform an fsck on the root and user file systems. NOTE: You can order the fax "Repairing File Systems with fsck in AIX 3.1 or 3.2" free of charge from 1-800-IBM-4FAX. The document number is 1802. (Outside the U.S., you can order the fax by calling 415-855-4FAX from a fax machine phone.) Unable to Add Users, Error Message 3004-687 2 01/25/96 READER'S COMMENTS Please fax this form to (512) 823-4009, attention "AIXServ Informa- tion". You may also e-mail comments to: elizabet@austin.ibm.com. These comments should include the same customer information requested below. Use this form to tell us what you think about this document. If you have found errors in it, or if you want to express your opinion about it (such as organization, subject matter, appearance) or make sug- gestions for improvement, this is the form to use. If you need technical assistance, contact your local branch office, point of sale, or 1-800-CALL-AIX (for information about support offer- ings). These services may be billable. Faxes on a variety of sub- jects may be ordered free of charge from 1-800-IBM-4FAX. Outside the U.S. call 415-855-4329 using a fax machine phone. When you send comments to IBM, you grant IBM a nonexclusive right to use or distribute your comments in any way it believes appropriate without incurring any obligation to you. NOTE: If you have a problem report or item number, supplying that number may help us determine why a procedure did or did not work in your specific situation. Problem Report or Item #: Branch Office or Customer #: Be sure to print your name and fax number below if you would like a reply: ______________________________________________________________________ END OF DOCUMENT (adduser.3004-687.cmd) Unable to Add Users, Error Message 3004-687 3