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 "can't parse argument"<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't parse argument '--step=60'<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 "--step=60", 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't parse '--start'<br><br>So I guess there is a problem in parsing parameters starting with "--"<br><br>Regards<br><br>