PMP解除IP地址限制

PMP解除IP地址限制

现象:

      当发现登录PMP服务浏览器有响应,但是任何IP地址下都无法正常访问进入到系统的UI时,很可能是您开启了IP地址限制。思考一下是否设置了特定被允许的ip地址,如果有,在那个地址下尝试进行PMP登录。


如果不是很有印象设置了具体那个IP或者是误开启的,尝试使用如下解决方案。为避免链接过期,链接对应的内容也可以使用附件,内容相同。

Step :1 Decrypt the DB password
1.    Open the file PMP\conf\database_params.conf and copy the DB password which is present in the database_params.conf file (For example: Rq2+2Q9/x5atDTIaPJfP7n9eMrFAzU1E9cg=)

2.    Then You will have to decrypt the password to login to the Db using the tool present in the below link.

3.    Download the Tool from the link and extract it directly into the PMP directory.  https://downloads.zohocorp.com/dnd/PasswordManagerPro/68cl7hCU8RO5VO4/DecryptDatabasePassword.zip

4.    Then Open Cmd as an administrator and navigate to PMP\bin folder and execute the command, decryptpassword.bat <encrypeted password copied from Database_params.con file>.

5.    Now you will get the password decrypted which would be used to login to the DB.

6.     Copy the DB password in a notepad.

 

Query to be executed:


select * from ptrx_securitysettings; <<---->>   It will display the IP entries inside the table. 

Execute the delete query to remove the entries: 

delete from  ptrx_securitysettings; 

After deleting the entries, please check whether you can access the PMP web console.

注意:建议始终连接到数据库并在支持帮助下执行数据库查询。不鼓励个人行动,如果出现任何问题,PMP将不负责。在进行任何更改之前,请确保备份PMP安装目录或PMP服务器的快照。

    • Related Articles

    • Site24x7全球监控点的IP白名单

      以下是位于中国的监控点IP白名单列表,全球位置请参考链接:https://www.site24x7.com/multi-location-web-site-monitoring.html 监控点 IPV4地址 IPV6地址 中国上海 139.196.202.229,120.55.164.6,122.152.205.52,163.53.93.0/24, 163.53.94.0/27,47.101.198.165 中国北京 58.87.64.176, 39.106.179.255, ...
    • 【Site24x7】国内数据中心IP范围

      对于内网环境客户,想要使用site24x7监控,必须保证主备数据中心可以通信 以下是国内数据中心的IP范围和域,可用于防火墙策略 中国数据中心 地区 域 数据中心 IP 范围 上海, 中国 plus.site24x7.cn pluspoller.site24x7.cn plusnetwork.site24x7.cn staticdownloads.site24x7.com 主数据中心 163.53.93.0/24 163.53.94.0/27 118.126.63.128/25 ...
    • 【Site24x7】国内各监控位置的IP范围

      问题描述: 对于一些图书监控需求,客户可能需要对IP有所限制,如果想要使用Site24x7中自带的监控位置,必须对各位置做白名单处理 解决方案: 以下是国内各监控位置的IPV4范围 上海 118.126.63.128/25 , 118.126.63.64/26 , 43.250.146.112/28, 163.53.93.0/24, 163.53.94.0/27, 47.101.198.165, 47.101.189.185, 121.36.217.245, 119.3.111.246, ...
    • 如何在APM中获取KVM虚拟机的IP地址

      qemu-guest-agent是什么? qemu-guest-agent是一个辅助守护进程,它将安装在访客守护进程中。用于在主机和访客之间交换信息,并在访客中执行命令。 qemu-guest-agent 主要用于两件事: 正确关闭访客,而不是依赖ACPI命令或Windows策略。 在进行备份时冻结访客文件系统(在Windows上使用卷影复制服务VSS)。 仅当qemu-guest-agent安装在特定虚拟机上时,才会获得虚拟机的IP地址 。 安装: 主机: ...
    • 【APM】报表导出时想要同步导出IP地址的解决办法

      问题:在导出某监视器组的报表时,有时需要对具体监视器比如服务器或者网络设备的IP地址进行同步导出,但我们的报表功能暂时不支持该需求,因此我们可以使用数据库语句来解决。 解决办法:我们以导出监视器组的CPU使用率为例,具体操作步骤如下导航到App Manager UI->管理/设置->支持->数据库摘要->查询工具。执行以下查询: SELECT mo.RESOURCEID,mo.DISPLAYNAME as MONITORNAME,col.TARGETADDRESS as IPADDRESS, ...