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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vkostovic

  1. vkostovic

    Can not kill processes

    Thanks for your response. I can not terminate any of the processes and you were right they are running under /proc filesystem. I will likely have to reboot this server. Here are some useful commands for troubleshooting: root@:/proc/13502> pstack 13502 13502: top ffffffff7e7a568c __open (0, 0...
  2. vkostovic

    Can not kill processes

    I have a user running several processes that are hanging. I tried to kill it (kill -9 as root) but without success. ps -ef | grep dua dua 4412 1 0 00:19:51 ? 0:00 vmstat 5 dua 6937 1 0 07:52:56 ? 0:00 vmstat 5 dua 10685 1 0 00:43:54 ? 0:00 vmstat 5...
  3. vkostovic

    How to start FTP service on my unix box......

    I think that you are not running SUN Solaris OS. It seems to me that you are on LINUX OS.
  4. vkostovic

    To disable sendmail and send mail

    Thanks for replay.
  5. vkostovic

    To disable sendmail and send mail

    Thanks for replays.
  6. vkostovic

    To disable sendmail and send mail

    I am running Solaris 2.6 2.7 and 2.8. Due to Sendmail Header Processing Buffer Overflow vulnerability I would like to disable/stop sendmail daemon. I do not have sendmail server. Is it possible to send email if the sendmail daemon is stopped and if it is possible, do I need to do any...
  7. vkostovic

    To disable sendmail and send mail

    I am running Solaris 2.6 2.7 and 2.8. Due to Sendmail Header Processing Buffer Overflow vulnerability I would like to disable/stop sendmail daemon. I do not have sendmail server. Is it possible to send email if the sendmail daemon is stopped and if it is possible do I need to do any additional...
  8. vkostovic

    can not connect using telnet !!!

    A process has too many open files at once. The system imposes a per-process soft limit on open files, OPEN_MAX (usualy 64), which can be increased, and a per-process hard limit (usualy 1024), which can not be increased. You can control the soft limit from the shell. In the C shell use the...
  9. vkostovic

    Hardware error script

    Thanks a lot for suggestions.
  10. vkostovic

    Hardware error script

    I would like to write a script that can monitor errors for disk drives, memory and etc. Any help would be appreciated. Thanks a lot.
  11. vkostovic

    MAN pages installation on the hard disk

    AIXQueen, thanks for your quick response.
  12. vkostovic

    MAN pages installation on the hard disk

    I started a tread (thread52-349307) called "MAN pages installation". The answer that I got was very good but not exacly what I was asking for. The answer on my tread was "Toss in the basic documentation cd, mount it under /infocd, and run linkbasecd". This creates a soft...
  13. vkostovic

    MAN pages installation

    Done. Thanks a lot.
  14. vkostovic

    MAN pages installation

    How to install man pages for AIX 4.3.3? Thanks a lot.
  15. vkostovic

    pacct huge

    Check this link out: http://docs.sun.com/db?p=/doc/805-7229/6j6q8svg4&a=view I hope it helps.

Part and Inventory Search

Back
Top