Previous Topic: Disk SpaceNext Topic: Oracle 10g


Create a CA Business Intelligence User and Group

To create a UNIX group (for example: bobje) to be used by the CA Business Intelligence installer for administrators, run:

$ groupadd -g 400 bobje

To create a UNIX user (for example: bobje) to be used by the CA Business Intelligence installer for administrators, run:

$ mkdir /home/bobje
$ useradd -d /home/bobje -g bobje bobje
$ passwd bobje
$ chown -R bobje:bobje /home/bobje