Date: Mon, 11 Oct 1999 17:11:43 +0200 From: Phil Regnauld <regnauld@ftf.net> To: freebsd-emulation@freebsd.org Subject: IBM ADSM backup system client for Linux under FreeBSD-4.0-CURRENT Message-ID: <19991011171143.30508@ns.int.ftf.net>
next in thread | raw e-mail | index | archive | help
I'm trying to get the IBM ADSM (AdStar backup) client for Linux to work on FreeBSD. Here's a typical session on a Linux box: -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<----- [root]# ./dsmc incr /tmp ADSTAR Distributed Storage Manager Command Line Backup Client Interface - Version 3, Release 1, Level 0.1 (C) Copyright IBM Corporation, 1990, 1997, All Rights Reserved. Node Name: LINUX Session established with server ADSM: AIX-RS/6000 Server Version 3, Release 1, Level 2.1 Server date/time: 1999.10.11 17:00:43 Last access: 1999.10.11 14:25:45 Incremental backup of volume '//tmp' Successful incremental backup of '/tmp' Total number of objects inspected: 1 Total number of objects backed up: 0 Total number of objects updated: 0 Total number of objects rebound: 0 Total number of objects deleted: 0 Total number of objects failed: 0 Total number of bytes transferred: 0 Data transfer time: 0.00 sec Network data transfer rate: 0.00 KB/sec Aggregate data transfer rate: 0.00 KB/sec Objects compressed by: 0% Elapsed processing time: 00:00:00 -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<----- If I run the same on the FreeBSD box next to it: -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<----- ADSTAR Distributed Storage Manager Command Line Backup Client Interface - Version 3, Release 1, Level 0.1 (C) Copyright IBM Corporation, 1990, 1997, All Rights Reserved. Node Name: FREEBSD Session established with server ADSM: AIX-RS/6000 Server Version 3, Release 1, Level 2.1 Server date/time: 1999.10.11 17:01:40 Last access: 1999.10.11 16:39:16 ANS1071E Invalid domain name entered: '/tmp' -----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<-----8<----- Since the domain != filesystem, I suspect that the "dsmc" process under FreeBSD is mis-parsing the command line -- how can I tell that apart from potential misconfiguration of the server ? My colleague insists the configuration is correct server side... :-) -- -module(email). -export([signature/1]). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991011171143.30508>