Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: blackhowk
  • Order by date
  1. blackhowk

    OS Hard File Descriptor Limit

    Each user has per-process file descriptor limits. It defaults to 1024. So to increase it first su as root user and execute: ulimit -n 16384 if you want to increase limit to 16384, or whatever... you can check the limit by: ulimit -n Hope this helps,
  2. blackhowk

    NIC Problem Solaris 9

    To see the card with an ifconfig, a simple &quot;ifconfig <interface> plumb&quot; will prepare the card for config.

Part and Inventory Search

Back
Top