- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Re: port questions
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
07-12-2004 05:35 AM
07-12-2004 05:35 AM
I see this in the docs for SIM v4.1: "Use the TCP protocol for system reachable (ping)check.port number 80" (http://docs.hp.com/hpux/pdf/5990-8181.pdf ; Configure Protocol Settings, page 80).
Can that port number be changed to something else? Could it even be 2381?
(This next one may be off topic for the group)
Can the web agents be made to not listen on port 2301? I can't tell what it is used for, or is it a phantom from days-gone-by?
I'm just looking to close unused ports on my systems and in the network ACLs.
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 07:15 AM
07-12-2004 07:15 AM
Re: port questions
You must add the line NodeReachableTcpPort=xxx where xxx=port number to the file C:\Program Files\HP\Systems Insight Manager\config\globalsettings.props and then restart the SIM service.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 07:46 AM
07-12-2004 07:46 AM
Re: port questions
In terms of network ACLs, if I only need a SIM server to watch health, what is the minimum traffic I need to allow?
Could I set NodeReachableTcpPort=2381 and then only need to allow that 1 port inbound to the DMZ from the mgmt server. When it tests "reachability" does it just SYN/ACK per se? If so then I wouldn't expect it to cause any problems with the agents themselves.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2004 08:40 AM
07-12-2004 08:40 AM
Re: port questions
http://www.hp.com/wwsolutions/misc/downloads/management/hpsim/HPSIM_Security_WP.pdf
Yes it uses SYN/ACK to check connectivity so there does not need to be an actual web server running on the port you specify.