<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help decipering a command string in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126648#M448863</link>
    <description>a</description>
    <pubDate>Thu, 28 Aug 2008 14:42:40 GMT</pubDate>
    <dc:creator>Staci Tribelhorn</dc:creator>
    <dc:date>2008-08-28T14:42:40Z</dc:date>
    <item>
      <title>Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126642#M448857</link>
      <description>Can someone decipher what this command is doing?  We've recently upgraded to a new server and since then our sulog appears to be getting truncated daily.  In reviewing the syslog, I've found this entry; however, I'm not sure what the command is doing.  &lt;BR /&gt;&lt;BR /&gt;/opt/dsau/bin/clog -D -f 'sulog' -l /var/opt/dsau/layouts/syslog_layout -t 100 /var/adm/syslog/syslog.log  &lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Staci</description>
      <pubDate>Wed, 27 Aug 2008 15:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126642#M448857</guid>
      <dc:creator>Staci Tribelhorn</dc:creator>
      <dc:date>2008-08-27T15:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126643#M448858</link>
      <description>I have only ever seem mention of clog before. It's used for log consolidation. I'll poke around and see what I can find. Maybe someone will know more.</description>
      <pubDate>Wed, 27 Aug 2008 16:23:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126643#M448858</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-27T16:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126644#M448859</link>
      <description>Hi Staci:&lt;BR /&gt;&lt;BR /&gt;Perhaps this manual helps:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/T2786-90265/ch03s03.html#chdgjaai" target="_blank"&gt;http://docs.hp.com/en/T2786-90265/ch03s03.html#chdgjaai&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 27 Aug 2008 16:29:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126644#M448859</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2008-08-27T16:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126645#M448860</link>
      <description>Here is the man page:&lt;BR /&gt;&lt;BR /&gt; clog(1M)                                                           clog(1M)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      clog - Displays the specified log file. clog is part of the&lt;BR /&gt;      Distributed Systems Administration Utilities (DSAU).&lt;BR /&gt;&lt;BR /&gt; SYNOPSIS&lt;BR /&gt;      Path: /opt/dsau/bin/clog&lt;BR /&gt;&lt;BR /&gt;      clog -D [options] filename&lt;BR /&gt;&lt;BR /&gt; DESCRIPTION&lt;BR /&gt;      Displays the specified log file as directed by the options given.  You&lt;BR /&gt;      must specify -D.&lt;BR /&gt;&lt;BR /&gt;    Options&lt;BR /&gt;      -d [+-]date[-enddate]&lt;BR /&gt;                Shows only lines matching the date or date range, where date&lt;BR /&gt;                displays an exact match (date), the specified date and&lt;BR /&gt;                earlier (-date), the specified date and later (+date), or a&lt;BR /&gt;                range of dates (date-enddate), inclusive.  Dates must be in&lt;BR /&gt;                the form [yyyy]mmdd[.hh[mm[ss]]].&lt;BR /&gt;&lt;BR /&gt;      -f filter_spec&lt;BR /&gt;                Shows only results matching filter_spec, where filter_spec&lt;BR /&gt;                is a Perl regular expression.&lt;BR /&gt;&lt;BR /&gt;      -h        Displays help on clog command options.&lt;BR /&gt;&lt;BR /&gt;      -i        Makes filter_spec case-insensitive.&lt;BR /&gt;&lt;BR /&gt;      -k column_number&lt;BR /&gt;                Sorts the result in ascending order by the specified&lt;BR /&gt;                columns, where column_number is 1-4.  The columns are&lt;BR /&gt;                specified in the file /var/opt/dsau/layouts/syslog_layout,&lt;BR /&gt;                which must not be changed.&lt;BR /&gt;&lt;BR /&gt;      -l layout_file&lt;BR /&gt;                Bases the output on the specified layout file.&lt;BR /&gt;&lt;BR /&gt;      -o output_file&lt;BR /&gt;                Sends the result to output_file.&lt;BR /&gt;&lt;BR /&gt;      -r        Causes -k to sort in reverse order.&lt;BR /&gt;&lt;BR /&gt;      -t number_of_lines&lt;BR /&gt;                Outputs up to the number of lines specified.  The command&lt;BR /&gt;                reads the specified number of lines from the end of the log&lt;BR /&gt;                file, applies any of the filter_spec expressions, and&lt;BR /&gt;                outputs the resulting output, which may contain less than&lt;BR /&gt;                the number of lines specified.&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company            - 1 -         Formatted:  August 1, 2007&lt;BR /&gt;&lt;BR /&gt; clog(1M)                                                           clog(1M)&lt;BR /&gt;&lt;BR /&gt; SEE ALSO&lt;BR /&gt;      clog_wizard&lt;BR /&gt;&lt;BR /&gt; Hewlett-Packard Company            - 2 -         Formatted:  August 1, 2007&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2008 16:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126645#M448860</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-27T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126646#M448861</link>
      <description>So basically it looks like someone was displaying 100 lines from syslog.log that had the word sulog in the line. and had is formatted to the sysylog_layout.</description>
      <pubDate>Wed, 27 Aug 2008 16:43:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126646#M448861</guid>
      <dc:creator>Court Campbell</dc:creator>
      <dc:date>2008-08-27T16:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126647#M448862</link>
      <description>Thanks for your help.  You've answered my question.</description>
      <pubDate>Thu, 28 Aug 2008 14:40:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126647#M448862</guid>
      <dc:creator>Staci Tribelhorn</dc:creator>
      <dc:date>2008-08-28T14:40:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help decipering a command string</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126648#M448863</link>
      <description>a</description>
      <pubDate>Thu, 28 Aug 2008 14:42:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-decipering-a-command-string/m-p/5126648#M448863</guid>
      <dc:creator>Staci Tribelhorn</dc:creator>
      <dc:date>2008-08-28T14:42:40Z</dc:date>
    </item>
  </channel>
</rss>

