A system user named accelrys must exist in order to install Accelrys software products. This user exists solely for the purpose of installing, testing, and owning the product distribution. This account is not intended for day-to-day use of the product.
This appendix is intended to be a reminder for Accelrys users who are not full-time system administrators. The reader should have a basic knowledge of the UNIX file system and the use of a text editor. The instructions below presume the use of the vi editor.
> vi passwd
The passwd file is composed of records, one record per line. Each record is divided into fields separated by colons. Inspect the file to be sure there is no line with 800 in either the third or fourth field.
accelrys::800:800:Accelrys Products Owner:/home/accelrys:/bin/csh
If you found an instance of 800 in the first step, change the corresponding 800 in this line to 801.
The above line defines the user accelrys as follows:
The sixth field contains the full absolute path name of the accelrys account's home directory. If the target host has no /home file system, substitute the appropriate path name.
The exclamation point forces the edit on this file even if it is configured to be uneditable in your environment.
cd /etcvi group
(+), move the cursor to the line above it. Open a new line by typing an uppercase O. Define the group accelrys by adding the following line:
accelrys:*:800:
accelrys:*:801:accelrys::800:801:Accelrys Products Owner:/home/accelrys:/bin/csh
echo $0 If the response is No file for $0, continue to step 2. If the response is anything else, invoke a C-Shell session as follows:
/bin/csh
mkdir ~accelrys
chown accelrys ~accelrys
chgrp accelrys ~accelrys
chmod 777 ~accelrys
In order for all of the installation scripts to work correctly, the accelrys account must have a password. To add a password to the accelrys account, login as accelrys and use the passwd command as follows: passwd
passwd: changing password for user accelrys
enter new password:
**************
re-enter new password:
The password must be typed the same way both times for the system to accept it. The password does not appear on the screen as you type it.