61
Portal for ArcGIS: Administration Bill Major and Derek Law

Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

  • Upload
    others

  • View
    4

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Portal for ArcGIS:Administration

Bill Major and Derek Law

Page 2: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Agenda

• Installation and configuration – Advanced options• Upgrading to 10.4.1• Common Portal administrative tasks• Customization – Advanced options• Enabling Operations Dashboard for ArcGIS and ArcGIS Maps for Office• Troubleshooting• Disconnected environment and high availability• Summary

Strongly Recommend:

Knowledge of Portal for ArcGIS

A

Page 3: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

ArcGIS for Server – Web GIS in your Infrastructure

Desktop Web Device

Server Online Content and Services

Portal

A

Page 4: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Installation and ConfigurationAdvanced options

Page 5: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Review: Installing Portal for ArcGIS

• Workflow1. Run installer2. Authorize software3. Create initial admin account4. Enable SSL on web server5. Configure ArcGIS Web Adapter

Page 6: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Portal Administrator Directory

• REST API where you can perform some administrative tasks- https://<machine_name>/<webadaptor>/portaladmin/

• Enables additional options for Portal installation and configuration• Conceptually similar to the ArcGIS Server Administrator Directory

Page 7: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Changing Location of Portal Directories

• Use Case: When you want to locate Content store on a network drive1. Copy the /content folder to a new location2. Ensure the Portal service has Read/Write control on the new location

Page 8: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Accessing Portal via a DNS or Reverse Proxy

• Use Case: When Portal is accessed via a DNS alias or Reverse Proxy, need to update Portal’s WebContextURL parameter to match the DNS

• Ensures Portal creates proper URLs in responses and trusting of referral requests

Update the WebContextURL parameter to match Domain Name System (DNS)

Portal for ArcGIS

serverx.abc.comhttp://portal.abc.com

Page 9: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Configuring Enterprise Logins

• You set Portal security such as IWA, LDAP, or PKI authentication withPortal Admin Directory

• Help documentation: Configuring Enterprise Logins• Use Case: For a Single Sign-On experience and seamless account creation, set enableAutomaticAccountCreation property to “true”

• WARNING: This can quickly consume Named User accounts

Enabling Automatic Account Creation (optional)

Page 10: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Configure Languages in Search Results

• At 10.4, you can hide from search results all language content not relevant to their Portal

- Also removes default Portal items that have externalURLs inaccessible in disconnected environments

• Access via Portal Administrator API

Page 11: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Portal for ArcGIS Command Line Tools

• Account Management Tools included with Portal installation- Location: <install_directory>\ArcGIS\Portal\tools\

• Facilitates certain tasks: - CreateUsers, TransferOwnership, DeleteUsers, ListUsers, and CreateAdminAccount

• Can only be run on the Portal machine

Provide Account Management Capabilities

Page 12: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Check Portal for Security Best Practices

• portalScan.py is a script in the Portal installation directory• When you run the script, it checks for security settings → generates a report that

makes recommendations to improve security

Page 13: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Demo

Portal for ArcGISTour of Portal Administrator Directory

Show Portal Command Line Tools

Page 14: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Creating Portal User Accounts in Advance

• Users can create accounts individually → default when using Built-in accounts• Portal Admins can create accounts in advance and in bulk

- Either using built-in or from Enterprise identity stores

Individual or Bulk Accounts

Portal for ArcGIS

Page 15: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Workflow: Creating User Accounts in Bulk

A

Page 16: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

• At 10.4, Portal Administrators now have the ability to apply password policies for built-in user accounts

Enforcing Password Policies for Built-In User Accounts

Page 17: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Setting up SSL Certificates and Trusts

• Most organizations have strict Secure Socket Layer (SSL) requirements• Portal for ArcGIS installs self-signed certificate for HTTPS port 7443• Installing Web Adaptor for Portal prevents users from accessing a self-signed

certificate eliminates “untrusted connection”• Web Server should be configured with a properly signed certificate, e.g. Verisign

Server Certificates and Trust Stores

Portal forArcGIS

CA SignedSSL Certificate

https://webserver.com/portal 7443/portal

Page 18: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Setting up SSL Certificates and Trusts

• Some organizations mandate no HTTP(S) with self signed certificates• Must update the Portal installation certificate with properly signed certificate• Portal Administrator Directory provides tools to facilitate this process• 2 paths:

- Generate a new Certificate Signing Request, have CA sign, and import response- Import an existing server certificate and private key (e.g. PFX file)

Updating Server Certificates

Page 19: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Setting up SSL Certificates and Trusts

• For external trust, import Root and Intermediate certificates into the Portal Administrator Directory

Establishing Trust with other Servers

Page 20: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Upgrading Portal

Page 21: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

• In-place upgrade,- 10.2, 10.2.1, 10.2.2, 10.3, 10.3.1, 10.4 → 10.4.1

• 5 key points for upgrading Portal for ArcGIS1. Read documentation and consider back up Portal directories2. You will be prompted to create an Initial Administrator Account; use the same

account3. Re-index your Portal items4. Clear your web browser cache after performing upgrade5. For Server sites federated with Portal, do NOT un-federate site

- Perform upgrade on Portal and Server sites individually- Order does NOT matter

Upgrading Portal for ArcGIS to 10.4.1

10.4.1

Portal

A

Page 22: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Upgrading Portal for ArcGIS to 10.4.1

• For ArcGIS Web Adaptor,- Must uninstall previous version, then reinstall 10.4.1 version- Use the same name

• For ArcGIS Data Store,- ArcGIS Server must be upgraded first, before the Data Store- Reconfigure ArcGIS Data Store with ArcGIS Server- If you have standby deployment enable, need to upgrade primary machine first,

then secondary machine

Page 23: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Common Administration Tasks

Page 24: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Common Portal Administrative Tasks

• Customizing the Portal home page• Setting custom basemaps and utility services• Spatial analysis tools in the Portal map viewer• Applying custom templates• Enabling ArcGIS Pro and Navigator for ArcGIS licensing• Monitor Portal activity with Activity Dashboard

Page 25: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

My Organization Page

• Similar UE to managing ArcGIS Online organization• Multiple tabs to manage core functionality

- Additional security setting options

• Accessed by Portal administrators only

Page 26: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Configuring Portal for ArcGIS home page

Backgroundimage

BannerName

Featuredcontent

Logo

Description

Page 27: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Enabling Custom Basemaps in Portal

• Add service to Portal map viewer

• Save web map as a new item• Add item to a custom group• Select the custom group in the Basemap gallery option

Basemaps

Page 28: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Enabling Custom Utility Services in Portal

• Important resources used by Portal to perform operations

• Workflow- Add custom utility service- Create new Portal item- Share with Organization

Page 29: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Enabling Utility Services from ArcGIS Online in Portal

• Option to leverage ArcGIS Online resources by proxy- Save ArcGIS Online credentials for the services

Page 30: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Analysis Tools in the Portal Map Viewer

• At 10.4, Portal Map Viewer now includes spatial analysis tools• Enabling this functionality requires a hosting server deployment

Portal

GIS Server(hosting server)

ArcGISData Store

Page 31: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Applying Custom Templates to Portal

• Host custom template on your own web server• Add custom template as a new Portal item• Add item to a custom group• Select the custom group in the Web App Templates option

- Option to also include the default Esri App Templates

Page 32: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Licensing ArcGIS Pro with Portal for ArcGIS

• Since 10.3, manager ArcGIS Pro licenses for your organization

Page 33: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

• ArcGIS Pro is licensed with Portal for ArcGIS + ArcGIS License Manager• Setup:

1. In ArcGIS License Manager,- Configure with license file (.lic) → obtained from My.Esri.com- Generate a Portal configuration file (.json) from license file

2. In Portal Administrator Directory,- Import Portal configuration file- https://portal.domain.com:7443/arcgis/portaladmin

3. Use Portal to manage ArcGIS Pro licenses to Named Users- New controls available on My Organization page

Licensing ArcGIS Pro with Portal for ArcGIS

Page 34: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

At 10.4: Configure Navigator for ArcGIS Licenses in Portal

• Download Navigator for ArcGIS license file from My Esri• Import via Portal Administrator Directory

- System > Licenses > Import Entitlements

• Assign licenses to Portal members

Page 35: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Register Navigator Maps with Portal

• After you download Navigator Maps, place them in a web accessible location- E.g., virtual directory

• Run Portal command line tool managemmpks• Located in Portal install directory

- …\Portal\Tools\managemmpks

Page 36: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Navigator Maps in Portal for ArcGIS

• Portal has a predefined group called Navigator Maps- Contains item listings for all Esri mobile map packages- Items are NOT available for download, until the mmpks are licensed and downloaded from

My Esri, then registered with Portal

Page 37: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Activity Dashboard

• Activity-based metrics and real-time reports about your Portal

Page 38: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Demo

Portal for ArcGISShow common Portal tasks

Page 39: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Scripting Portal for ArcGIS administration

• Portal administration functionality is exposed via REST API• Execute admin commands with scripts

- Automate and schedule tasks

• PortalPy module available on GitHub and installed with Portal- Looking for Contributors!

• Scripting languages- Python, Java, JavaScript, PowerShell, C#, Ruby, Scala, Perl, etc

Page 40: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

• Enables ArcGIS users, developers, and anyone with an ArcGIS Online subscription or an ArcGIS Portal to leverage the Python ecosystem to automate their workflows and perform repetitive tasks using scripts

• API integrates well with the Jupyter Notebook and the SciPy stack• Enables academics, data scientists, and GIS analysts to share programs and

reproducible research with others• https://developers.arcgis.com/python/ - Public Beta

ArcGIS Python API

Page 41: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Customizing AdvancedOptionsCustomizing with the config.js file

Page 42: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Advanced Portal Customization Options (with config.js file)

• Edit config.js file to further customize your Portal UI- Location: <PortalInstallDirectory>\customizations\10.4.1\webapps\arcgis#home\js\arcgisonline

• Help topic: Setting Advanced Portal Options

• Use Case: When configuring a disconnected deployment or modifying the Portal to meet your organization’s requirements

• File is persisted during upgrades, but NOT applied- Need to migrate changes to upgraded file; changes are not maintained

• Use caution when editing; always make a backup!

Page 43: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Config.js file – Customization Options

• Add Security Classification Banners• Add Footer links• Restrict My Organization page to Portal Admins only• Enable/Disable show social media links• Enable/Disable web search• Enable/Disable the ability for new users to “Create Account”

Page 44: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Demo

Portal Advanced CustomizationShow how to edit config.js file properties

Page 45: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Enabling OperationsDashboard for ArcGIS andArcGIS Maps for Office

Page 46: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Client applications with Portal

• Operations Dashboard for ArcGIS- App for monitoring, tracking, and reporting real-time data feeds

and assets- 2 platforms to work with the app:

1. Windows Desktop app2. Web-browser based app (built on JavaScript)

- Included with Portal for ArcGIS

• ArcGIS Maps for Office- Add-in that enables interactive mapping in MS Excel and MS PowerPoint

- MS Excel: Spatially enable your spreadsheet data- MS PowerPoint: Add interactive maps to your presentations

Page 47: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Operations Dashboard in Portal for ArcGIS

• Portal can have Operation View items – need Operations Dashboard to open• When accessed,

- Option to open in - Desktop App or- Web browser

• For disconnected deployments, need todeploy and enable Operations DashboardDesktop App in Portal for ArcGIS

• Otherwise get 404 error

Page 48: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Operations Dashboard Deployment Utility

• Step 1 - Preparations- Download and extract deployment utility from “My Esri” - Have security certificate ready- Know your Portal URL- Have write access to Portal’s \apps\dashboard-win folder

• Step 2 – Run deployment utility

• Step 3 – Deploy to Portal- Copy output folder from step 2 to Portal’s \apps\dashboard-win folder- Create an application item of Operations Dashboard

Page 49: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

ArcGIS Maps for Office with Portal

• Bring the power of your maps to Microsoft Excel and PowerPoint- Make dynamic maps of your spreadsheet data; enrich your data- Add interactive maps to your powerpoint presentations

• Share spreadsheet data with Portal as hosted feature services

Geo-enabled Spreadsheets & Slides

Spreadsheets

Page 50: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

ArcGIS Maps for Office with a Disconnected Portal

• For disconnected Portal deployments, requires resource files- Separate download, need to install on Portal machine

http://www.esri.com/software/arcgis/arcgisonline/apps/download

Page 51: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Portal Troubleshooting

Page 52: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Portal Logging (since 10.3.1)

• Provides auditing and troubleshooting toolsdesigned for Portal administrators

• Provides the ability to monitor and query detailedevents that occur within Portal

• Filter by:• Log level, source, start and end time, log code range, and by users

• http://<machine_name>/<webadaptor>/portaladmin/logs

Page 53: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Querying Portal LogsAccess in Portal Administrator Directory

Page 54: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Demo

Portal LoggingShow Querying Portal Logs

Page 55: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Disconnected Environmentand High Availability

Page 56: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Deploying Portal in a Disconnected Environment

• Many of the topics discussed today need to be considered- Basemaps?- Utility Services?- Setting up SSL Certificates and Trusts- config.js file- Deploying Operations Dashboard for ArcGIS and Esri Maps for Office- Deploying an On-premises Esri JavaScript API – 3.17 just released!- Licensing ArcGIS Pro with Portal for ArcGIS- Making sure ports are open- URLs (DNS or Proxy settings)

Portal

Page 57: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Portal for ArcGIS High Availability

• Configuring high availability is an advanced task- Requires extensive understanding of Portal

administration, scripting, and networking

• Professional Services engagement is strongly encouraged

• Consider using Chef Cookbooks to facilitate deployment and configuration

- https://github.com/Esri/arcgis-cookbook

Page 58: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Other Portal for ArcGIS Tech Workshops

• Web GIS: Architectural Patterns and Practices- Thurs 8:30 am Room 15A

• ArcGIS for Server: High Availability and Disaster Recovery- Thurs 10:15 am Room 5B

Portal

Page 59: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Summary

• Installation and configuration – Advanced options• Upgrading to 10.4.1• Common Portal administrative tasks• Customization – Advanced options• Enabling Operations Dashboard for ArcGIS and ArcGIS Maps for Office• Troubleshooting• Disconnected environment and high availability• Summary

Portal

Page 60: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Please take our SurveyYour feedback allows us to help maintain high standards and to help presenters

Find the session you want to review

Find your event in the Esri Events App

Scroll down to the bottom of the session

Answer survey questions and submit

Page 61: Portal for ArcGIS: Administration · Agenda • Installation and configuration – Advanced options • Upgrading to 10.4.1 • Common Portal administrative tasks • Customization

Copyright © 2016. All Content Property of Esri.