<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<STYLE type=text/css><!-- DIV {margin:0px;} --></STYLE>

<META content="MSHTML 6.00.6000.17080" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Courier New">
<DIV>&nbsp;</DIV>
<DIV>What it the syntax for setting --maximum using tune?&nbsp; Based on the output of rrdtool info I thought it would be:</DIV>
<DIV>&nbsp;</DIV>
<DIV>rrdtool tune /var/opt/csw/orca/rrd/orcallator/o_beaker/gauge_aggr1Ipkt_per_s.rrd --maximum Orca19990222.max:2.0000000000e+05</DIV>
<DIV>&nbsp;</DIV>
<DIV>This changes max to NaN.&nbsp; I tried several variations but always get NaN</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here's the before:</DIV>
<DIV>&nbsp;</DIV>
<DIV>rrdtool info /var/opt/csw/orca/rrd/orcallator/o_beaker/gauge_aggr1Ipkt_per_s.rrd<BR>filename = "/var/opt/csw/orca/rrd/orcallator/o_beaker/gauge_aggr1Ipkt_per_s.rrd"<BR>rrd_version = "0003"<BR>step = 300<BR>last_update = 1284129000<BR>header_size = 1148<BR>ds[Orca19990222].index = 0<BR>ds[Orca19990222].type = "GAUGE"<BR>ds[Orca19990222].minimal_heartbeat = 600<BR>ds[Orca19990222].min = 0.0000000000e+00<BR>ds[Orca19990222].max = 1.0000000000e+05<BR>ds[Orca19990222].last_ds = "129044.613"<BR>ds[Orca19990222].value = NaN<BR>ds[Orca19990222].unknown_sec = 0<BR>rra[0].cf = "AVERAGE"<BR>rra[0].rows = 2400<BR>rra[0].cur_row = 213<BR>rra[0].pdp_per_row = 1<BR>rra[0].xff = 5.0000000000e-01<BR>rra[0].cdp_prep[0].value = NaN<BR>rra[0].cdp_prep[0].unknown_datapoints = 0<BR>rra[1].cf = "AVERAGE"<BR>rra[1].rows = 1488<BR>rra[1].cur_row = 644<BR>rra[1].pdp_per_row = 6<BR>rra[1].xff = 5.0000000000e-01<BR>rra[1].cdp_prep[0].value = 0.0000000000e+00<BR>rra[1].cdp_prep[0].unknown_datapoints = 0<BR>rra[2].cf = "AVERAGE"<BR>rra[2].rows = 1200<BR>rra[2].cur_row = 121<BR>rra[2].pdp_per_row = 24<BR>rra[2].xff = 5.0000000000e-01<BR>rra[2].cdp_prep[0].value = 0.0000000000e+00<BR>rra[2].cdp_prep[0].unknown_datapoints = 6<BR>rra[3].cf = "AVERAGE"<BR>rra[3].rows = 1098<BR>rra[3].cur_row = 938<BR>rra[3].pdp_per_row = 288<BR>rra[3].xff = 5.0000000000e-01<BR>rra[3].cdp_prep[0].value = 4.1809677170e+06<BR>rra[3].cdp_prep[0].unknown_datapoints = 40<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>Here's the after:</DIV>
<DIV>&nbsp;</DIV>
<DIV>rrdtool info /var/opt/csw/orca/rrd/orcallator/o_beaker/gauge_aggr1Ipkt_per_s.rrd<BR>filename = "/var/opt/csw/orca/rrd/orcallator/o_beaker/gauge_aggr1Ipkt_per_s.rrd"<BR>rrd_version = "0003"<BR>step = 300<BR>last_update = 1284134400<BR>header_size = 1148<BR>ds[Orca19990222].index = 0<BR>ds[Orca19990222].type = "GAUGE"<BR>ds[Orca19990222].minimal_heartbeat = 600<BR>ds[Orca19990222].min = 0.0000000000e+00<BR>ds[Orca19990222].max = NaN<BR>ds[Orca19990222].last_ds = "3.193"<BR>ds[Orca19990222].value = 0.0000000000e+00<BR>ds[Orca19990222].unknown_sec = 0<BR>rra[0].cf = "AVERAGE"<BR>rra[0].rows = 2400<BR>rra[0].cur_row = 231<BR>rra[0].pdp_per_row = 1<BR>rra[0].xff = 5.0000000000e-01<BR>rra[0].cdp_prep[0].value = NaN<BR>rra[0].cdp_prep[0].unknown_datapoints = 0<BR>rra[1].cf = "AVERAGE"<BR>rra[1].rows = 1488<BR>rra[1].cur_row = 647<BR>rra[1].pdp_per_row = 6<BR>rra[1].xff = 5.0000000000e-01<BR>rra[1].cdp_prep[0].value = 0.0000000000e+00<BR>rra[1].cdp_prep[0].unknown_datapoints = 0<BR>rra[2].cf = "AVERAGE"<BR>rra[2].rows = 1200<BR>rra[2].cur_row = 122<BR>rra[2].pdp_per_row = 24<BR>rra[2].xff = 5.0000000000e-01<BR>rra[2].cdp_prep[0].value = 0.0000000000e+00<BR>rra[2].cdp_prep[0].unknown_datapoints = 0<BR>rra[3].cf = "AVERAGE"<BR>rra[3].rows = 1098<BR>rra[3].cur_row = 938<BR>rra[3].pdp_per_row = 288<BR>rra[3].xff = 5.0000000000e-01<BR>rra[3].cdp_prep[0].value = 4.5637340190e+06<BR>rra[3].cdp_prep[0].unknown_datapoints = 46<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>RRDtool is:</DIV>
<DIV>&nbsp;</DIV>
<DIV>RRDtool 1.4.3&nbsp; Copyright 1997-2009 by Tobias Oetiker &lt;<A href="mailto:tobi@oetiker.ch">tobi@oetiker.ch</A>&gt;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Compiled Jun 25 2010 16:11:45<BR></DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>Glen Gunselman<BR>Systems Software Specialist<BR>TCS<BR>Emporia State University</BODY></HTML>