- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Weblogic on HP-UX 11i
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
02-16-2004 05:03 PM
02-16-2004 05:03 PM
Weblogic on HP-UX 11i
I have a radware WSD load balancer which configured to do health check on TCP port rather than Ping.
Whenever radware doing the health check, i will get error messages in the weblogic log.
This don't happen if weblogic is install on a NT server.
I suspecting it could be the IP stack on the HP-UX server which need some tuning.
Anybody faced face this issue before?
Thank for all the helps :)
patrick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 05:40 PM
02-16-2004 05:40 PM
Re: Weblogic on HP-UX 11i
If its a depot install, use swverify to check the installation.
Otherwise figure out what is missing.
swlist -l product | grep -i java
Is the apparently required java piece installed?
Its a start. Hope I helped.
SEP
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-16-2004 05:41 PM
02-16-2004 05:41 PM
Re: Weblogic on HP-UX 11i
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 05:43 PM
02-16-2004 05:43 PM
Re: Weblogic on HP-UX 11i
There may some Java porting issues.
Check with the vendor what version of java is required?
Thanks
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2004 06:31 PM
02-16-2004 06:31 PM
Re: Weblogic on HP-UX 11i
actually beside weblogic, i still have other application like documentum.... All are unable to bind to port if i power up the radware load balancer. Nothing happen if it shutdown or health check via ping instead of ping.
I use install a sniffer in a NT server to monitor the packet that the load balancer send and found out the load balancer actually sent a RST packet to close the connection instead of FIN. could it be cause by the RST packet???
Sorry, I have never touch a HP-UX server before. I tried running snoop on HP-UX but it seem like that no such command.
Thank everybody, I will check the Java version.