- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: IDS/9000 System Manager startup
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
04-29-2002 09:10 AM
04-29-2002 09:10 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 10:04 AM
04-29-2002 10:04 AM
Re: IDS/9000 System Manager startup
I'm not sure you have a problem here. I can't remember whether the client or server broadcasts or polls, but there will be some delay before the server sees the agent. Think this period can be adjusted.
See figure 7.1 in chapter 7 "Selecting IDS/9000 Preferences" of the guide - here's the URL for PDF the on-liune doc:
http://docs.hp.com/hpux/pdf/J5083-90001.pdf
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2002 11:11 AM
05-06-2002 11:11 AM
Re: IDS/9000 System Manager startup
Since it sometimes takes you a few tries to manually poll the agent, you might want to try to increment the agent response time to 60 seconds in the admin gui preferences window and modify the timeout values for the agent (see the Remote Communication Configuration section in Appendix D of the admin guide).
You can use the -c option of the agent to print error messages coming from the agent communication layer.
Pierre
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2002 12:46 PM
05-07-2002 12:46 PM
Re: IDS/9000 System Manager startup
However, what I am wondering is that as I am only test run this service, and got only one agent install (in fact, it's on the same host as the admin server), wonder why it's still that slow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2002 03:27 PM
05-08-2002 03:27 PM
SolutionThe GUI will set the timeout on the SSL handshake to be equal to 1/3 of the agent response timeout, so, 10 seconds for an agent response time equal to 30sec.
My guess is that the SSL handshake is taking longer than 10 secs on your system and perhaps more than 20secs if you tried an agent response timeout of 60secs.
BTW, the admin does spawn a thread for each agent connection, so connections are established with multiple agents in parallel.
You can find out more about whether this is an SSL timeout issue by setting debugging on for the GUI (TRACE_LEVEL=2 in idsgui) and for the agent (-c 2) and check their corresponding debug files
(/var/opt/ids/gui/logs/Trace.log for the gui). The agent log file will contain a line such as "accept_connection: Timed out attempting to perform SSL Handshake as server. Time ellapsed = X secs." if a time out occurs or "accept_connection: SSL handshake successful on server side! Took X seconds." if the SSL handshake is successfull. There is also a second handshake that occurs to establish another connection from the agent to the admin.
Pierre
Pierre