Previous Topic: Securing CA NSMNext Topic: Override the Management Command Center User ID


Grant Non-Root Access to the Management Command Center

By default, the Management Command Center runs successfully only under the root user ID on UNIX/Linux.

To give non-root users access to the Management Command Center

  1. Enter the following commands at a command prompt:
    chmod 777 $JI_SYSTEM/files  
    chmod 777 $JI_SYSTEM/logs  
    chmod 666 $JI_SYSTEM/files/catalog.* 
    chmod 666 $JI_SYSTEM/files/ji.cfg 
    chmod 666 $JI_SYSTEM/files/jilog.log 
    chmod 666 $JI_SYSTEM/../wrp2cat.log 
    

    All non-root users have access to the Management Command Center.

  2. (Optional) To allow non-root users to access WorldView data stored in the MDB, enter the following commands:
    chmod 777 $CAIGLBL0000/wv/config
    $CAIGLBL0000/wv/scripts/add_ingres_user non_root_user_name
    

    All non-root users have access to WorldView data in the Management Command Center.