Creating a company for Product Master

You can create a new company for production deployment or a test company that you can use to test your installation and initial login to Product Master.

About this task

Create a company.
Attention: Perform the following procedure only if you want to create a new company.

Procedure

  1. Access the productmaster-admin-<container-name> pod.
    oc rsh productmaster-admin-<container-name>
  2. Load the environment variables using the following command.
    source /home/default/.bash_profile
  3. Run the script create_cmp.sh from the $TOP/bin/db/ directory to create a company.
    nohup ./create_cmp.sh --code=<company_name> --silent &
    Where,
    -code
    Specifies the name of the company. This is a mandatory parameter.
  4. Check the company creation status by running the following command.
    tail -f nohup.out
    The username is Admin with password as trinitron.