Blog
- Home
- Blog
This article covers how to fix the "could not connect to server: No route to host" PostgreSQL error. Basically, the "could not connect to server: No route to host" triggers while connecting to PostgreSQL due to a number of reasons.
Make the Iptables rules different in Master and Slave.
iptables -L INPUT
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -F INPUT
iptables -F OUTPUT
iptables -F FORWARD
This article covers how to fix "SR BACKEND FAILURE 181" error. Generally, user experiences issues with any storage related operations after installation or upgrade to XenServer 6.x.
As a workaround, you can remove all special characters from the virtual machine name-label and description fields. Contact our Technical Support to assist you in resolving the issue.
Note: Special character should not be used for the storage repository and description field.
This article covers how to authenticate via HTTP when connecting to a remote Git repository in Plesk. HTTP/HTTPS authentication is not supported.
Authentication should be performed with an SSH key generated by Plesk (refer to Use SSH Connection for details).
It is possible to use HTTP/HTTPS protocol only if a repository does not require authentication.
This article covers methods to fix Citrix XenServer internal error for our customers. This error occurs because the Control Domain (Dom0) on the XenServer which runs the VM, attaches the Virtual Disk Image (VDI) of the VM to Control Domain.
This attached disk is then operated by the Control Domain to perform the operations which has been initiated on the VM. As the operation fails, the VDI is still attached to the control domain through a Virtual Block Device (VBD) connection that needs to be destroyed.
This article covers method to fix OnApp error 'unable to connect to node rabbit' for our customers. This issue can happen on power outages or just because a Control Panel server was restarted by Reset button.