<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META name=GENERATOR content="IncrediMail 1.0">
<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="SCROLLBAR-ARROW-COLOR: #4a6184; SCROLLBAR-FACE-COLOR: #c6d7ff; MARGIN: 0px 10px 10px; BACKGROUND-REPEAT: repeat; SCROLLBAR-DARKSHADOW-COLOR: #bebebe; FONT-FAMILY: Arial; BACKGROUND-POSITION: left top; SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; COLOR: #010158; SCROLLBAR-SHADOW-COLOR: #ffffff; FONT-SIZE: 12pt; SCROLLBAR-3DLIGHT-COLOR: #7b9ed6" background=cid:1CB28392-3C5D-46C4-8B9B-1A1B34FEE1A1 aLink=#0000ff scroll=yes link=#0000ff bgColor=#f3eded text=#010158 vLink=#0000ff SIGCOLOR="11031552">
<TABLE id=INCREDIMAINTABLE border=0 cellSpacing=0 cellPadding=2 width="100%">
<TBODY>
<TR>
<TD style="DIRECTION: ltr; FONT-SIZE: 12pt" dir=ltr id=INCREDITEXTREGION 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></BODY></HTML>