Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. NetBackup IT Analytics Administrator Guide
  3. Troubleshooting
  4. Connectivity issues
NetBackup IT Analytics Administrator Guide

Connectivity issues

No Connectivity

A number of conditions can disrupt connectivity, including:

  • Firewall issues can prevent connectivity.

  • A network change occurred. Typically a DNS, system domain, or hostname change is the culprit.

  • Oracle service is not running.

  • Network timeouts

Action Recommendations

The following list suggests actions you can take to determine what is causing the issue.

  • Ping itanalyticsagent.mydomain.com from the primary server.

  • Check if you can connect to itanalyticsagent.mydomain.com telnet port 80.

Connection failure between portal server and database server

Portal server fails to connect to database server and the following error is logged in portal.log.

Error code: APT-UI-1556759233
The Network Adapter could not establish the connection

Possible root causes:

  • Oracle service is not running.

  • Firewall is enabled and database port is not configured properly.

  • SELinux is set to enforce.

  • Required memory is not available to run Oracle.

Resolution:

  1. Check if Oracle service is running:
    # /opt/aptare/bin/oracle status
  2. Check for errors in the respective log files:

    Linux: /opt/aptare/oracle/rdbms/log/startup.log

    Windows: C:\opt\oracle\rdbms\log\startup.log

  3. Verify whether Firewall is disabled.
  4. If Firewall is enabled, ensure the database port (typically 1521) is allowed for inbound connections.
  5. Ensure SELinux status is either disabled or permissive.
    # getenforce
  6. Connect to database using sqlplus on portal server and run basic sql commands like select * from ptl_users.

Feedback

Was this page helpful?
Previous

Login issues

Next

Data Collector and database issues

Feedback

Was this page helpful?