log messages during boot time

Ask a Question related to UNIX Programming, Design and Development.

  1. #1

    Default log messages during boot time

    how to log all messages that are sent to console during the time a
    solaris box boots up ?

    also i just found out that for solaris, the boot messages are sent to
    stdout or /dev/console in most cases. Those messages are not sent to
    syslog (which isn't even running until rc2).
    One could write a script by modifying the rcS and similar scripts.
    But the hard part is knowing where to write the log, since you don't
    have any writable filesystems until partway through the rcS scripts.
    brian Guest

  2. Similar Questions and Discussions

    1. Time Messages
      Hey all, I would like to have a basic text that, depending on the time, either says good evening/morning/afternoon. Can anyone help me out with...
    2. how to config tasks to be run at boot time?
      i am using debian, is there any gui program for tasks run level config, or any ways to config it. thanks:)
    3. 64 bit Time/Ticks since boot?
      Hi All, I'm wondering if anyone knows if the AIX kernel maintains an lbolt style value (i.e the count of ticks since boot) in a 64 bit form? The...
    4. NFS: mounting nfs filesystem on boot time
      Hi! I would like to boot nfs fs on client machine during boot time. In /etc/vfstab I should put: wasp:/var/mail - /var/mail nfs - yes rw ...
    5. Start at boot time with /etc/init.d/functions
      Where did you get the /etc/init.d/functions? As far as i can remember it doesnt link to tomcat. You can try adding the tomcat startup commands...
  3. #2

    Default Re: log messages during boot time

    brian wrote:
    > how to log all messages that are sent to console during the time a
    > solaris box boots up ?
    i would recommend posting this on comp.unix.solaris.

    --
    ----- stephan beal
    Registered Linux User #71917 [url]http://counter.li.org[/url]
    I speak for myself, not my employer. Contents may
    be hot. Slippery when wet. Reading disclaimers makes
    you go blind. Writing them is worse. You have been Warned.

    stephan beal 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