- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- syslog.log
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
05-18-2003 09:52 PM
05-18-2003 09:52 PM
vmunix: file: table is full
what should I do
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2003 10:00 PM
05-18-2003 10:00 PM
SolutionHi,
I think you need to increase the nfile parameter. Beforer you do that check this link:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x526142308663d611abdb0090277a778c,00.html
and
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x42d5cf38d6bdd5118ff10090279cd0f9,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2003 10:00 PM
05-18-2003 10:00 PM
Re: syslog.log
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-18-2003 10:08 PM
05-18-2003 10:08 PM
Re: syslog.log
radhakrishnan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 05:44 AM
06-27-2003 05:44 AM
Re: syslog.log
sar -v 1
will show you the current size and the max limit for the process, inode and file trables in the kernel.
You can check the sa1 man oage for instructions on setting up a cron job to collect sar data on a regular basis for monitoring purposes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2003 08:43 AM
06-27-2003 08:43 AM
Re: syslog.log
Increase the nfile in the kernel.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2003 02:09 AM
06-28-2003 02:09 AM
Re: syslog.log
Give # sar -v 5 5 and just observe the output. then start your apllication software and then give #sar -v 5 5 in nfile it will give 1288/1500 it shows that out of 1500 1288 files are being used. If limit exceeds then you have to increase "nfile" Kernal parameter.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2003 04:12 AM
06-28-2003 04:12 AM
Re: syslog.log
lsof -p pid
This command will list all the open files associated to the PID and help you track down any runaway processes.
If you don't have it, you should, so get it here:
http://hpux.cict.fr/hppd/cgi-bin/search
Also regarding runaway processes, what does 'sar -v' report before and after a reboot? Dramatic change? Use 'lsof'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2003 07:10 AM
06-28-2003 07:10 AM
Re: syslog.log
use "lsof -p pid" to find the process creating those open files
use 'sar -v' report - to find runaway process - ie. proc's owned by 1
live free or die
donny