- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- open port 5555 and verify port is open
Operating System - Linux
1823725
Members
3348
Online
109664
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-23-2007 03:23 AM
тАО02-23-2007 03:23 AM
I am trying to open port 5555 for HP Data Protector
From a previous post is used the following command:
Service mgmt-vmware stop
Esxcfg-firwall --openPort 5555,tcp,in,HpDp6
Esxcfg-firwall --openPort 5555,tcp,out,HpDp6
Service mgmt-vmware restart
Then I try a netstat -a and I do not see 5555 listed
I tried ssh servername -p 5555 the response I get is ssh_exchange_identification closed by remote host. (Not sure what the response should be)
From a previous post is used the following command:
Service mgmt-vmware stop
Esxcfg-firwall --openPort 5555,tcp,in,HpDp6
Esxcfg-firwall --openPort 5555,tcp,out,HpDp6
Service mgmt-vmware restart
Then I try a netstat -a and I do not see 5555 listed
I tried ssh servername -p 5555 the response I get is ssh_exchange_identification closed by remote host. (Not sure what the response should be)
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2007 02:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2007 06:36 AM
тАО02-24-2007 06:36 AM
Re: open port 5555 and verify port is open
Shalom,
By default iptables closes port 5555.
First try the connection with iptables down. Note that tcpwrappers can also block things.
iptables -A INPUT -s 192.168.0.55 --port 5555 -j ACCEPT
service iptables save
What the iptables statement does is accept input on port 5555 from 192.168.0.55 where that is the source ip address of the DP 5 system. Note the save statement will save that configuration past the next boot.
SEP
By default iptables closes port 5555.
First try the connection with iptables down. Note that tcpwrappers can also block things.
iptables -A INPUT -s 192.168.0.55 --port 5555 -j ACCEPT
service iptables save
What the iptables statement does is accept input on port 5555 from 192.168.0.55 where that is the source ip address of the DP 5 system. Note the save statement will save that configuration past the next boot.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-24-2007 09:41 PM
тАО02-24-2007 09:41 PM
Re: open port 5555 and verify port is open
Hello Gene,
if you host is an ESX server, please use "esxcfg-firewall" to open the port for incoming and outgoing traffic. You _must_ use telnet, not ssh. Please try the following command
telnet hostname 5555
Then you should get a response from the Data Protector agent. You should try this from you esx to localhost and from you cellmanager to the dns hostname oder ip-adress of you esx server.
Regards,
Patrick
if you host is an ESX server, please use "esxcfg-firewall" to open the port for incoming and outgoing traffic. You _must_ use telnet, not ssh. Please try the following command
telnet hostname 5555
Then you should get a response from the Data Protector agent. You should try this from you esx to localhost and from you cellmanager to the dns hostname oder ip-adress of you esx server.
Regards,
Patrick
Best regards,
Patrick
Patrick
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP