ADSM-L

Re: Export/Import Data between servers

2001-02-08 06:33:41
Subject: Re: Export/Import Data between servers
From: Paul Baines <paulbaines AT GMX DOT DE>
Date: Thu, 8 Feb 2001 12:35:12 +0100
Hi,

to import the node onto the target server you need to define the target
server as a server to itself. Also you need to have the storage pool name 
defined
on your target server that was defined on the source OR you need to
predefine the node in a domain/policy/mgmtclass/copygroup that points to another
storage pool. Something like:

DEFINE SERVER TARGET SERVERPASS=XXX HLA=100.100.100.100 LLA=1500
NODENAME=SOURCE PASSWORD=XXX
DEFINE DEV TARGET DEVT=SERVER SERVERNAME=TARGET MAXCAP=2G

Where the HLA is your target server IP address.

Then your import should be along the lines of:

IMPORT NODE * DEVCLASS=TARGET VOLUME=TARGET.EXP.987654321

The self reference makes the naming conventions a bit wierd, I hope you can
follow this. The server to server redbook has quite a bit on this procedure
if I remember correctly.

Paul.


> I am trying to export nodes from a source server to a target server and
> them import them on the target server. I have the export part working OK.
> The import instructions are unclear to non-existent in either the
> Administrator's Reference or the Administrator's Guide. To export, I did
> the following setup:
>
> On the source server:
>
> DEFINE SERVER TARGET NODENAME=SOURCE PASSWORD=XXX.........
> DEFINE DEVCLASS TARGET SERVERNAME=TARGET........
>
> On the target server:
>
> REGISTER NODE SOURCE XXX TYPE=SERVER .....
>
> To export on the source server:
>
> EXPORT NODE * DOMAIN=X1234 DEVCLASS=TARGET
>
> This command works OK and creates a virtual EXPORT volume on the source
> server (the data is actually stored as an archive file under node SOURCE
> on
> the target server):
>
> TARGET.EXP.987654321
>
>
> My question is: What definitions are required to be able to import this
> data on the target server?
>
> I need to be able to:
>
> IMPORT NODE * DEVCLASS=???? VOLUME=???
>
>
> Thanks,
>   -----------------------------------------------------------
>     Don Coleman,
>     Queen's University Information Technology Services
>     Kingston, Ont. Canada  K7L 3N6
>     Tel: (613) 533-2034  Fax: (613) 533-2168
>     Email: Coleman AT Post.QueensU DOT CA
>

--
Sent through GMX FreeMail - http://www.gmx.net
Sent through GMX FreeMail - http://www.gmx.net
<Prev in Thread] Current Thread [Next in Thread>