laptop and a wrench

漏洞

The primary portal and the standby portal are no longer accessible after the pg_hba.conf entries are commented out.

上次发布: November 21, 2019 Portal for ArcGIS
漏洞 ID 编号 BUG-000126198
已提交October 22, 2019
上次修改时间February 14, 2023
适用范围Portal for ArcGIS
找到的版本10.7.1
Version Fixed10.8.1
状态Fixed

解决办法

1.On primary Portal, open the pg_hba.conf and uncomment out the entries (Ex. C:\arcgisportal\db\pg_hba.conf). See below:

 

# IPv4 local connections:

host  all       portaladmin       127.0.0.1/32      md5

host  replication   portaladmin       127.0.0.1/32      md5

# IPv6 local connections:

host  all       portaladmin       ::1/128         md5

host  replication   portaladmin       ::1/128         md5)

 

host gwdb portaladmin portalPrimary.domain.com md5

host gwdb portaladmin portalStandby.domain.com md5

 

host gwdb portaladmin 10.151.10.25 md5

host gwdb portaladmin 10.151.10.26 md5

 

2. Reload Portal for ArcGIS database with the following command, in an administrator command prompt.

  • cd C:\Program Files\ArcGIS\Portal\framework\runtime\pgsql\bin
  • pg_ctl.exe reload -D C:\arcgisportal\db

 

3. Stop and start Portal for ArcGIS' internal database.

  • pg_ctl.exe stop -D C:\arcgisportal\db
  • pg_ctl.exe start -D C:\arcgisportal\db

 

4. You should now be able to access the primary Portal for ArcGIS.

 

5. Repeat Steps 1 through 3 for the standby Portal for ArcGIS.

重现步骤

漏洞 ID: BUG-000126198

软件:

  • Portal for ArcGIS

从 ArcGIS 专家处获得帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项

发现关于本主题的更多内容