<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.3492" name=GENERATOR>
<STYLE>v\:* {
        BEHAVIOR: url (#default#vml)
}
</STYLE>

<STYLE>v\:* {
        BEHAVIOR: url (#default#vml)
}
</STYLE>
<!--IncrdiXMLRemarkStart>
<IncrdiX-Info>
<X-FID>79F8FDE2-E90C-4120-9A2C-E484CCFAA091</X-FID>
<X-FVER>4.000000</X-FVER>
<X-FIT>Letter</X-FIT>
<X-FILE>Letter\light_grain.imf</X-FILE>
<X-FCOL>Elegant</X-FCOL>
<X-FCAT>Stationary</X-FCAT>
<X-FDIS>Light Grain</X-FDIS>
<X-Extensions>SU1CTDEsNDYsgUmBSZ3FOME4KCyRTSzFgTRNiYWRgU3FJJE0TSyJwYk0NDgkJIHFhUmBSYFJgSxJTUJMMiwwLCxJTUJMMywwLCw=</X-Extensions>
<X-BG>cid:1CB28392-3C5D-46C4-8B9B-1A1B34FEE1A1</X-BG>
<X-BGT>repeat</X-BGT>
<X-BGC>#f3eded</X-BGC>
<X-BGPX>left</X-BGPX>
<X-BGPY>top</X-BGPY>
<X-ASN></X-ASN>
<X-ASNF></X-ASNF>
<X-ASH></X-ASH>
<X-ASHF></X-ASHF>
<X-AN></X-AN>
<X-ANF></X-ANF>
<X-AP></X-AP>
<X-APF></X-APF>
<X-AD></X-AD>
<X-ADF></X-ADF>
<X-AUTO>X-ASN,X-ASH,X-AN,X-AP,X-AD</X-AUTO>
<X-CNT>;</X-CNT>
</IncrdiX-Info>
<IncrdiXMLRemarkEnd--></HEAD>
<BODY 
style="BACKGROUND-POSITION: left top; SCROLLBAR-FACE-COLOR: #c6d7ff; FONT-SIZE: 12pt; MARGIN: 0px 10px 10px; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; SCROLLBAR-SHADOW-COLOR: #ffffff; COLOR: #010158; SCROLLBAR-3DLIGHT-COLOR: #7b9ed6; SCROLLBAR-ARROW-COLOR: #4a6184; BACKGROUND-REPEAT: repeat; FONT-FAMILY: Arial; SCROLLBAR-DARKSHADOW-COLOR: #bebebe" 
text=#010158 vLink=#0000ff aLink=#0000ff link=#0000ff bgColor=#f3eded 
background=cid:641323301@04092009-20E7 scroll=yes SIGCOLOR="11031552">
<DIV dir=ltr align=left><SPAN class=641323301-04092009>Hi</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009>This bug is not 
just </SPAN><SPAN class=641323301-04092009>with Veritas, but with ZFS and 
any file system where the path in df -n -l exceeds 19 characters.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009>See here <A 
href="http://www.hswn.dk/hobbiton/2008/01/msg00447.html">http://www.hswn.dk/hobbiton/2008/01/msg00447.html</A>.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009>My work-around used cut 
:-)</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009>I am surprised this bug 
is still hanging around.</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009>Cheers</SPAN></DIV>
<DIV dir=ltr align=left><SPAN 
class=641323301-04092009>      V</SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=641323301-04092009></SPAN> </DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> Brian Catlin [mailto:bcatlin@gmail.com] 
<BR><B>Sent:</B> Friday, 4 September 2009 8:13 AM<BR><B>To:</B> 
hobbit@hswn.dk<BR><B>Subject:</B> [hobbit] Solaris vxfs filesystem 
monitor.<BR></FONT><BR></DIV>
<DIV></DIV>
<TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
  <TBODY>
  <TR>
    <TD id=INCREDITEXTREGION dir=ltr style="FONT-SIZE: 12pt; DIRECTION: ltr" 
    vAlign=top width="100%">
      <DIV>With Xyxmon - I am not using a specific monitor for the veritas file 
      systems on my server.   The default script  does not let 
      them be seen in the display.</DIV>
      <DIV> </DIV>
      <DIV>I edited the  $BB_HOME/bin/hobbitclient-sunos.sh  script to 
      fix this.  I would like to recommend this to be included in future 
      builds - Its a simple change:<BR><BR>Ine 25:</DIV>
      <DIV> </DIV>
      <DIV>FSTYPES=`/bin/df -n -l|<STRONG>awk '{print $3}'|</STRONG>egrep -v 
      "^proc|^fd|^mntfs|^ctfs|^devfs|^objfs|^nfs"|sort|uniq`</DIV>
      <DIV> </DIV>
      <DIV>Change to:<BR>FSTYPES=`/bin/df -n -l<STRONG>|awk -F: '{print 
      $2}'|</STRONG>egrep -v 
      "^proc|^fd|^mntfs|^ctfs|^devfs|^objfs|^nfs"|sort|uniq`</DIV>
      <DIV> </DIV>
      <DIV>This allows the display of the vxfs filesystems.   </DIV>
      <DIV> </DIV>
      <DIV>The issue is the way they output under the default.  Most have a 
      space in front of the colon, but veritas does not - its colon abuts the 
      first field. By splitting on the colon, yo get what is intended.</DIV>
      <DIV> </DIV>
      <DIV>This may apply under other OS's, but I don't have ay with veritas 
      outside of the solaris one.</DIV>
      <DIV> </DIV>
      <DIV> </DIV>
      <DIV id=INCREDISIGNATUREID>
      <DIV>lurch@inorbit.com</DIV></DIV></TD></TR>
  <TR>
    <TD id=INCREDIFOOTER width="100%">
      <TABLE cellSpacing=0 cellPadding=0 width="100%">
        <TBODY>
        <TR>
          <TD width="100%"></TD>
          <TD id=INCREDISOUND vAlign=bottom align=middle></TD>
          <TD id=INCREDIANIM vAlign=bottom 
  align=middle></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><pre>
NOTICE: This email and any attachments are confidential. 
They may contain legally privileged information or 
copyright material. You must not read, copy, use or 
disclose them without authorisation. If you are not an 
intended recipient, please contact us at once by return 
email and then delete both messages and all attachments.
</pre></BODY></HTML>