monitor on a solaris machine

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default monitor on a solaris machine

    Hi all,
    a) is there an application on the Solaris platform which can monitor events
    and applications on the Solaris? (something like an even viewer).
    b) where can I find logs related to the operation system?

    Thanks


    e.group Guest

  2. Similar Questions and Discussions

    1. login that accesses remopte db wont work on that machine but works while on my local machine????!! HELP!
      I knocked up a simple login for a CMS for one of my sites.... now itr will work fine and authemticate with data on the online server by the IP...
    2. performance monitor on Solaris 9
      Two questions: 1. We are migrating SCO UnixWare 7 to Solaris 9. We have been using RTPM (Real Time Performance Monitor) on UnixWare 7. Is there...
    3. Virtual machine on solaris?
      d. 22/07/03 11:49 skrev Daniel Seichter på daniel@dseichter.de i artiklen bfj4el$9av$1@news.dtag.de: Hi Daniel Chek Sun's SunPCi III at: ...
    4. Solaris Machine as a Domain Controller
      Hi, I want to know that can we use a Solaris Machine as a Domain Controller in mixed OS (Windows or Linux) environment. If yes, there are...
    5. How to duplicate whole database from one machine to another machine in Windows 2000?
      Would you please what files I have to copy? Thanks. "Ban Spam" <ban-spam@operamail.com> wrote in message...
  3. #2

    Default Re: monitor on a solaris machine

    Hi,
    > a) is there an application on the Solaris platform which can monitor events
    > and applications on the Solaris? (something like an even viewer).
    Well, in order to do events monitoring by default Solaris provides you with
    the Audit daemon: you should check at sun.com for documentation on how to
    configure it.
    > b) where can I find logs related to the operation system?
    Logs could be found in /var/log/ (i.e. syslog) and /var/adm/ (i.e. messages).

    Hope this helps

    --
    Giovanni Casano
    Giovanni Guest

  4. #3

    Default Re: monitor on a solaris machine

    >
    > > a) is there an application on the Solaris platform which can monitor events
    > > and applications on the Solaris? (something like an even viewer).
    >
    Take a look at the man page for syslog. It is more like the event
    monitor of windows. It can be configured to provide very verbose
    output. It can also be configured to dump these messages into
    specific folders. Be prepared to clean out the folders on a frequent
    basis, perhaps a cron job will need to run to clear them out.
    M. Thomas Guest

  5. #4

    Default Re: monitor on a solaris machine

    "e.group" wrote:
    >
    > Hi all,
    > a) is there an application on the Solaris platform which can monitor events
    > and applications on the Solaris? (something like an even viewer).
    > b) where can I find logs related to the operation system?
    >
    > Thanks
    FYI: take a look at the source code for OSM, particulariy look at
    "logger.c"
    which shows usage of UNIX syslog(), HTH and sorry of the obvious
    plug!

    --
    [url]http://ftp.opensysmon.com[/url] is a shell script archive site with an
    open source system monitoring and network monitoring software package.
    Many platforms are supplied already compiled.
    scriptOmatic Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139