Is it possible to configure multiple Portal instances on the same machine?

544
2
Jump to solution
10-31-2018 06:17 AM
JonathanBailey
Occasional Contributor III

For sandboxing purposes, I'd like to be able to test something on a clean instance of Portal, without taking down the portal instance that my team members are using. Is it possible to create another instance of Portal on the same machine, or am I going to have to spin up a new machine?

0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

Hi Jonathan,

No, this will not possible to have two portal instances on the same machine.  One thing I've done in the past is use the WebGISDR to export a backup of the primary portal instance, and restore this backup on a sandbox server.  However, to do this you will need to make some changes to the hosts file on the sandbox server before installing portal in order to import the WebGISDR backup.  Here are the steps:

On the sandbox server:

    1. Open local hosts file. hosts files is located under C:\Windows\System32\drivers\etc
    2. Add entry: sandbox_machine_IP            primary_machine _name.domain.com
    3. Save file
    4. Install ArcGIS Enterprise on sandbox server

View solution in original post

2 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Jonathan,

No, this will not possible to have two portal instances on the same machine.  One thing I've done in the past is use the WebGISDR to export a backup of the primary portal instance, and restore this backup on a sandbox server.  However, to do this you will need to make some changes to the hosts file on the sandbox server before installing portal in order to import the WebGISDR backup.  Here are the steps:

On the sandbox server:

    1. Open local hosts file. hosts files is located under C:\Windows\System32\drivers\etc
    2. Add entry: sandbox_machine_IP            primary_machine _name.domain.com
    3. Save file
    4. Install ArcGIS Enterprise on sandbox server
JonathanBailey
Occasional Contributor III

OK. Thanks, Jake.

0 Kudos