- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Open files for WebLogic Server 8.1
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-08-2005 05:49 AM
02-08-2005 05:49 AM
Open files for WebLogic Server 8.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 05:54 AM
02-08-2005 05:54 AM
Re: Open files for WebLogic Server 8.1
System Table Available Used Utilization High(%)
--------------------------------------------------------------------------------
Proc Table (nproc) 2068 254 12 12
File Table (nfile) 4106 1899 46 46
I don't think it's sockets that your having issues with. I personally think it's number of files open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2005 07:50 PM
02-08-2005 07:50 PM
Re: Open files for WebLogic Server 8.1
The value of glance -t is the following:
Proc Table (nproc) 4096 - 228 - 6 - 6
File Table (nfile) 63498 - 7981 - 13 - 13
For me they still look ok. But when I check number of open files in Glance -F and the process id of my WebServer I already have 126 pages full of open files. Of which the most are labeled
This number is always increasing and I do not have that much users.
When I check the error code on BEA they suggest to increase maxfiles and maxfiles_lim, currently set to 60 and 2048. Also umilit -n is set to 2048.
But after a few days I feel this process is reaching this limit. Just because none of the open files are removed.
Just increasing does not look as a right solution as other limits will be reached.
Any suggestions of what there is more to monitor?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 08:32 PM
02-09-2005 08:32 PM
Re: Open files for WebLogic Server 8.1
The following error was received in the error log of BEA: BEA-000204 Failed to listen on port 443, failure count: 1; failing for 0 seconds, java.net.SocketExcpetion: Too many open files.
Does anyone see a away to remove these open files instead of stop and re-start of the webserver process?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2005 11:02 PM
02-09-2005 11:02 PM
Re: Open files for WebLogic Server 8.1
maxfiles 2048 - 2048
maxfiles_lim 2048 Y 2048
nfile 51548 - 51548
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 02:49 AM
02-10-2005 02:49 AM
Re: Open files for WebLogic Server 8.1
These values are almost the same as mine. One small question:
Can you check on glance the Open files for the WebLogic server (java) proces? Are you also getting these files with
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 03:03 AM
02-10-2005 03:03 AM
Re: Open files for WebLogic Server 8.1
Which service pack are you running and what is the patch level of your HP box??
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 03:26 AM
02-10-2005 03:26 AM
Re: Open files for WebLogic Server 8.1
I really would like to know were all these
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 09:29 PM
02-10-2005 09:29 PM
Re: Open files for WebLogic Server 8.1
When checking the open files with lsof I am receiving more information of these open files I get with the WebLogic process.
lsof -l provides the following output for the java process of WebLogic:
Command: java
PID: 27778
USER: 5000
FD: 240u
TYPE: STSO
Device: 21,0x0940051
SIZE/OFF: 0t11672
Node: 109
Name: /dev/tcp->tcpm->ip
Does anyone know this type STSO, and the link with /dev/tcp?
Is there not a ndd setting I need to add?
It really are this types of files that are always increasing for this process and I would like to reduce this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2005 10:36 PM
02-10-2005 10:36 PM
Re: Open files for WebLogic Server 8.1
ndd -set tcp_time_wait_interval 60000
By this shorting the TCP wait time, and recycle the sockets more efficiently.
Currently I do not see the number dropping of these STSO files: Stream Sockets?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 10:09 PM
02-13-2005 10:09 PM
Re: Open files for WebLogic Server 8.1
(see enclosed file)
There is noting I can do to resolve this.
Could it be that this due to the usage of MS Active Directory server?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 01:31 AM
02-15-2005 01:31 AM
Re: Open files for WebLogic Server 8.1
This problem is beter known as a socket leak, for WebLogic 8.1,it happen when using https on the SP2 version. This problem is described on BEA as CR133071.
SP3 will resolve this.
I will install SP3 and inform you of the results.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:29 AM
02-16-2005 03:29 AM
Re: Open files for WebLogic Server 8.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2005 03:30 AM
02-16-2005 03:30 AM