<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Wow. Yet again I figure something out immediately after I click *send*.
Looks like I needed to use "dump" instead of "xport". xport was the
option in the older version, which I thought I had.  :)<br>
<br>
-Charles<br>
<br>
Charles Jones wrote:
<blockquote cite="mid:465C5236.80805@cisco.com" type="cite">
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
Indeed...it should be simple, but of course I'm having some unknown
problem :)<br>
# /usr/local/rrdtool-1.0.49/bin/rrdtool xport la.rrd<br>
ERROR: can't parse 'la.rrd'<br>
# ls -l la.rrd<br>
-rw-r--r--    1 hobbit   other       19572 May 29 09:02 la.rrd<br>
  <br>
I truss'd the command and don't see any reason for it to fail. the last
thing that happens before the failure is checking my timezone:<br>
18476:  open("/usr/share/lib/zoneinfo/US/Arizona", O_RDONLY) = 3<br>
18476:  fstat64(3, 0xFFBE68F0)                          = 0<br>
18476:  read(3, " T Z i f\0\0\0\0\0\0\0\0".., 130)      = 130<br>
18476:  close(3)                                        = 0<br>
18476:  time()                                          = 1180454799<br>
18476:  fstat64(2, 0xFFBE6548)                          = 0<br>
ERROR: 18476:   write(2, " E R R O R :  ", 7)                   = 7<br>
can't parse 'la.rrd'18476:      write(2, " c a n ' t   p a r s e  "..,
20)      = 20<br>
  <br>
Meh.<br>
-Charles<br>
  <br>
Charles Goyard wrote:
  <blockquote cite="mid:20070529155603.GA3818@cgoyard1.exp75.cvf"
 type="cite">
    <pre wrap="">Charles Jones wrote :

  </pre>
    <blockquote type="cite">
      <pre wrap="">* Now I am assuming that the problem is the difference in the rrdtool 
versions.  I don't really want to roll back to an older version on the 
linux box.
    </pre>
    </blockquote>
    <pre wrap=""><!---->
Hi,

I had the same problem, the cause is that Sparc and Intel/PC hardware
have different endianess.

What I did is what you suggest, dump, copy, restore. The trick is you
have to restore on the target host. Installing two versions of rrdtool
on the solaris box won't do.

Regards,

  </pre>
  </blockquote>
  <br>
</blockquote>
<br>
</body>
</html>