- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- dmesg error
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-17-2003 11:12 PM
07-17-2003 11:12 PM
dmesg error
Jul 18 15:09
...
Starting the STREAMS daemons-phase 2
$Revision: vmunix: vw: -proj selectors: CUPI80_BL2000_1108 -c 'Vw for CUPI80_BL2000_1108 build' -- cupi80_bl2000_1108 'CUPI80_BL2000_1108' Wed Nov 8 19:24:56 PST 2000 $
Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 3145728 Kbytes, lockable: 2394824 Kbytes, available: 2754292 Kbytes
file: table is full
file: table is full
file: table is full
file: table is full
file: table is full
file: table is full
Why table is full?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:20 PM
07-17-2003 11:20 PM
Re: dmesg error
you are hitting a kernel parameter limit.
check with "sar -v 3 10".
You should check kernel parameter nfile, that is the maximum number of concurrent open file, systemwide.
You can use sam to change the value. IT requires a kernel rebuild and a reboot.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:20 PM
07-17-2003 11:20 PM
Re: dmesg error
reached. You have to increase this kernel parameter "nfile".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:23 PM
07-17-2003 11:23 PM
Re: dmesg error
(16*(NPROC+16+MAXUSERS)/10+32+2*(NPTY+NSTRPTY+NSTRTEL))
Therefore you can increase the maxusers parameter. This will solve your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:24 PM
07-17-2003 11:24 PM
Re: dmesg error
Increase your kernel parameter nfile
nfile limits the number of open files.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:26 PM
07-17-2003 11:26 PM
Re: dmesg error
HP-UX hp2000 B.11.11 U 9000/800 07/18/03
15:31:56 text-sz ov proc-sz ov inod-sz ov file-sz ov
15:31:59 N/A N/A 214/276 0 0/476 0 1818/2170 0
15:32:02 N/A N/A 214/276 0 0/476 0 1818/2170 0
15:32:05 N/A N/A 214/276 0 0/476 0 1816/2170 0
15:32:08 N/A N/A 214/276 0 0/476 0 1816/2170 0
15:32:11 N/A N/A 215/276 0 0/476 0 1836/2170 0
15:32:14 N/A N/A 214/276 0 0/476 0 1812/2170 0
15:32:17 N/A N/A 214/276 0 0/476 0 1812/2170 0
15:32:20 N/A N/A 214/276 0 0/476 0 1812/2170 0
15:32:23 N/A N/A 214/276 0 0/476 0 1812/2170 0
15:32:26 N/A N/A 214/276 0 0/476 0 1812/2170 0
# tail -5 /var/adm/syslog/syslog.log
Jul 9 17:32:36 hp2000 ftpd[27741]: FTP session closed
Jul 15 15:26:05 hp2000 vmunix: file: table is full
Jul 15 15:26:14 hp2000 vmunix: file: table is full
Jul 15 15:33:41 hp2000 above message repeats 183 times
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:29 PM
07-17-2003 11:29 PM
Re: dmesg error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:35 PM
07-17-2003 11:35 PM
Re: dmesg error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 11:41 PM
07-17-2003 11:41 PM
Re: dmesg error
One more information for reference, once you fail to rebuild the kernel, you need to reboot from the previous kernel, you need to interrupt the autoboot and boot to ISL;
ISL>hpux /stand/vmunix.old
Good luck!
twang