You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

The Esri installation instruction has some missing information. For example, setup program is located at /arcgis/portal if you install it from AWS Marketplace.

Step-by-step guide

  1. cd /arcgis/portal/tools/createportal
  2. edit createportal.properties and fill in the property values such as PORTAL_LICENSE_FILE.
  3. PORTAL_USER_TYPE_ID is mysterious. Use creatorUT based on the license json file.
  4. Run ./createportal.sh -f createportal.properties

    Unable to connect to https://172.31.49.200:7443/arcgis/portaladmin. Check the URL and restart the portal if necessary.
    
    Exiting the createportal utility.


    1. If you see the above message run /arcgis/portal/startportal.sh.
  5. The above command will encrypt password in creatportal.properties.
  6. Run./listadministratorusertypes.sh -lf /home/arcgis/ArcGIS_Enterprise_Portal_107_283791_20190814.json. You'll get the following output.

    ==================================================
    Starting the listadministratorusertypes utility.
    ==================================================
    
    Checking if the portal is initialized.
    
    Checking if the portal is configured.
    
    The portal has already been configured.
    
    You may access the portal by navigating to:
    https://172.31.49.200:7443/arcgis/home
    
    Stopping the listadministratorusertypes utility.


Portal redirects to internal IP address, which is not accessible from outside.

The 'password' field can only have the numbers 0-9, the ASCII letters a-z, A-Z an\

d the dot character (.).

  • No labels