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 SkipVought 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: *

  1. mmumdzie

    process to port binding

    This "unknown resource" is sunmanagers.org. Here is the complete summary of this discussion: Listing all the pids: --------------------- /usr/bin/ps -ef | sed 1d | awk '{print $2}' Mapping the files to ports using the PID: ----------------------------------------- /usr/proc/bin/pfiles <PID>...
  2. mmumdzie

    How to check for network congestion

    No it does not. It simply monitors the Network interface of the host machine. You can eavesdrop the Network without influencing it.
  3. mmumdzie

    set default language

    Here is an example of settings for en_US from Solaris 8 machine: TZ=MET LC_COLLATE=en_US.ISO8859-15 LC_CTYPE=en_US.ISO8859-15 LC_MESSAGES=C LC_MONETARY=en_US.ISO8859-15 LC_NUMERIC=en_US.ISO8859-15 LC_TIME=en_US.ISO8859-15 CMASK=077
  4. mmumdzie

    How to check for network congestion

    Hi, I had to investigate the same issue some time ago. Thank God for Ethereal. You can download it on Solaris freeware site. Fabolous tool. I installed it on Solaris 8 machine and exported display on my laptop. Of course you have to use some X terminal in order to obtain GUI. I used hummingbird...
  5. mmumdzie

    Open ports on Solaris 10

    Hello, I was installing jboss 3.2.6. on Solaris 10. After installation jboss could not start as some of the needed ports were already opened. I tried to evaluate who uses the open ports with following steps: 1) Jboss reports that he need three ports which are already in use: 1098, 4444, 8080...

Part and Inventory Search

Back
Top