Procedures:New User/AIX

From OACISS Systems Wiki
Revision as of 20:49, 5 January 2007 by Brandond (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

How to Create a User

Step by step creating a new user on p655-4

Type:

smitty
 -Security and Users
 -Users
 -Add a User

Fill in the following fields only!!! Other information will break the user script:

User NAME (8 character limit)
User ID (Must match userid in LDAP)
Primary Group (must match group in LDAP)
Group SET (any additional groups)

Press Enter to Create the account

Now you must delete the home directory that it made in the wrong location

rm -rf /home/*username*

Now you must edit the /etc/passwd file to reflect the correct information

emacs /etc/passwd

Change the shell and home directory to the correct values:

Possible shells include:

/usr/bin/bash
/usr/bin/csh
/usr/bin/tcsh

Then as root type passwd *username* to change the password to the users initial password.

Test the account by attempting to login as them. The password should be expired already.

Enabling Batch Queing

To enable the user to use LoadLeveler (Batch Queing) you must add them to the loadl group. Edit /etc/groups by hand

The user must also be added to /etc/hosts.equiv (follow the other examples in the file)

p655-4-gige.nic.uoregon.edu msardell