Install > Post-installation tasks > Secure the Marketplace Portal

Secure the Marketplace Portal

For security reasons, the Marketplace Portal file system must be protected by the operating system. Do the following:

Windows:

  1. Open an elevated command prompt (a command prompt that is run as the administrator). For example, navigate to All Programs > Accessories. Right-click on Command Prompt and select Run as administrator.
  2. From the elevated command prompt, run the following command:

    attrib +s +h "%CSA_HOME%\portal" /S /D /L

    where

    CSA_HOME is the directory in which CSA is installed

  3. Restart the CSA and HPE Marketplace Portal services.
    For example, navigate to Start > Administrative Tools > Services. Right-click the service and select Restart

Linux:

  1. Log on as the root user.
  2. Run the following commands:

    chown csauser:csagrp $CSA_HOME/portal
    chmod 700 $CSA_HOME/portal

    where csauser and csagrp are the user and group you configured for CSA when you installed CSA and

    CSA_HOME is the directory in which CSA is installed

  3. Log off as root and log on as csauser.
  4. Restart the csa and mpp services by running the following commands:

    service csa restart
    service mpp restart