From owner-freebsd-emulation Mon Oct 11 8: 4:11 1999 Delivered-To: freebsd-emulation@freebsd.org Received: from mail.ftf.dk (mail.ftf.net [129.142.64.2]) by hub.freebsd.org (Postfix) with ESMTP id EF08614D7A for ; Mon, 11 Oct 1999 08:03:55 -0700 (PDT) (envelope-from regnauld@ftf.net) Received: from ns.int.ftf.net (fw2.ftf.dk [192.168.1.2] (may be forged)) by mail.ftf.dk (8.9.3/8.9.3/gw-ftf-1.2) with ESMTP id RAA10499 for ; Mon, 11 Oct 1999 17:02:27 +0200 (CEST) X-Authentication-Warning: mail.ftf.dk: Host fw2.ftf.dk [192.168.1.2] (may be forged) claimed to be ns.int.ftf.net Received: (from regnauld@localhost) by ns.int.ftf.net (8.9.2/8.9.3) id RAA61494; Mon, 11 Oct 1999 17:11:43 +0200 (CEST) Message-ID: <19991011171143.30508@ns.int.ftf.net> Date: Mon, 11 Oct 1999 17:11:43 +0200 From: Phil Regnauld To: freebsd-emulation@freebsd.org Subject: IBM ADSM backup system client for Linux under FreeBSD-4.0-CURRENT Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e X-Operating-System: FreeBSD 3.1-RELEASE i386 Organization: FTFnet Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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