ADSM-L

EXPORT not using scratch

1994-10-07 09:55:33
Subject: EXPORT not using scratch
From: Michel Gaillard <Michel.Gaillard AT ANSF.ALCATEL DOT FR>
Date: Fri, 7 Oct 1994 13:55:33 GMT
Hello,

> But when I issue the command
>    EXPORT NODE somenode FILEDATA=ALL DEVCLASS=CARTRIDGE
> it asks for a volume with the name EXPORT.1 and the parameter 'format'
> is DRIVE.
> What do I do wrong?
>

You did nothing wrong but you might want to specify specific volumes on which
the exported data will be copied with the 
VOLumenames=list_of_volumes_separated_by_commas option available in the EXPORT 
xxx commands.

Another solution (the one I use) is to "trap" the volume name in the DSMMOUNT 
Exec running in the EXIT machines and choose inside a predefined list when 
'SUBSTR'(volName,1,6)='EXPORT' or stgPoolname='EXPORT' and ask to mount this 
volume.

Cheers, michel
<Prev in Thread] Current Thread [Next in Thread>