OpenSolaris

Printable Version Enter a New Search
Bug ID 6630945
Synopsis vntsd runs out of file descriptor with very large domain counts
State 10-Fix Delivered (Fix available in build)
Category:Subcategory solaris-development:io
Keywords 128domain | ldoms | ldoms-s10u4-patch | maramba
Responsible Engineer Liam Merwick
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_79
Fixed In snv_79
Release Fixed solaris_nevada(snv_79) , solaris_10u5(s10u5_07) (Bug ID:2156117)
Related Bugs
Submit Date 16-November-2007
Last Update Date 13-March-2008
Description
The vntsd daemon runs out of file descriptor with very large domain counts (in the order of 128 domains) and calls to accept() repeatedly fail. This puts a huge loads on the cpu in the control domain (if there is only 1 CPU)
Work Around
Run vntsd manually

# svcadm disable vntsd
# ulimit -n 2048
# /usr/lib/ldoms/vntsd -i virtual-console-concentrator@0 -p localhost -t 0
Comments
N/A