Hi, <br><br>I am using rrd 1.0.49 on Solaris machine. I upgraded my Solais 9 machine to Solaris 10 through OS upgrade option. <br>After the upgrade rrdtool is not creating any graphs. It returns &quot;can&#39;t parse argument&quot;<br>
<br>I am using:<br>rrdtool create test.rrd --step=60 DS:MM7AM_1_1:GAUGE:120:U:U RRA:AVERAGE:0.5:1:89281 RRA:MAX:0.5:89281:1<br>And I am receiving:<br>ERROR: can&#39;t parse argument &#39;--step=60&#39;<br><br>After the Solaris upgrade, I re-installed the rrd 1.0.49 package. I also tried by compiling rrdtool on my machine and using that. But everytime I received the same output.<br>
<br>If I create rrd database without giving &quot;--step=60&quot;, I am able to generate the database. Then I try to create graphs using following command:<br>rrdtool graph speed.gif --start 920804400 --end 920808000 DEF:myspeed=test.rrd:speed:AVERAGE LINE2:myspeed#FF0000<br>
<br>And I get an error:<br>ERROR: can&#39;t parse &#39;--start&#39;<br><br>So I guess there is a problem in parsing parameters starting with &quot;--&quot;<br><br>Regards<br><br>