Home |
Previous Page | Next Page Preparing to Install Dynamic Server > Preliminary Tasks >
Create the group informix and
user informix if they do not already exist.
To create group informix and user informix
- Log in as user root.
- Create the group informix using the groupadd utility
followed by the name of the group, in this format:
groupadd n
where n is an unused group ID greater than 100.
- Create the user informix using the utility useradd followed
by the group (informix) and username (informix)
in this format:
useradd -u n -g informix informix
- Create a password for the user informix.
To do this, use the passwd utility and
the following command:
passwd informix
- If you use a network, propagate the new user name to all the
systems on the network that must recognize the user informix.
For example, on some systems, you (or the network administrator)
must run the ypmake utility.
Home |
[ Top of Page | Previous Page | Next Page | Contents |
Index ]