ADSM-L

Re: Betreff: running multiple backups

1998-05-29 08:20:22
Subject: Re: Betreff: running multiple backups
From: Ulrich Suer <Suer_Ulrich AT KHIS.KRUPP DOT COM>
Date: Fri, 29 May 1998 14:20:22 +0200
Hello,

maybe you ve forgotten the id of your node (dsmc inc -node=.....

We're using "PASSWORDACCESS GENERATE" in ADSM V2

dsm.sys
     SERVER    ADSMSRV1
     NODENAME  NODE01
     PASSWORDACCESS GENERATE
     INCLEXCL      inclexcl.lst1

     SERVER    ADSMSRV2
     NODENAME  NODE01
     PASSWORDACCESS GENERATE
     INCLEXCL      inclexcl.lst2

The 1st time yur're connecting to ADSM with node NODE01 you have to enter the 
PASSWORD.

Ulrich Suer

>>> "Stidd, Sharon" <SStidd AT ALLDATA DOT NET> 26.05.98 16.42 >>>
I tried your solution this morning and I am getting the following error
when trying to use the alternate inclexcl list:


05/26/1998 10:35:02  ANR0406I Session 406 started for node HP9000 (HPUX)
                      (Tcp/Ip 205.144.62.66(1050)).
05/26/1998 10:35:02  ANR0444W Protocol error on session 406 for node
HP9000
                      (HPUX) - out-of-sequence verb (type SignOff)
received.
05/26/1998 10:35:02  ANR0484W Session 406 for node HP9000 (HPUX)
terminated -
                      protocol violation detected.

        I did not change any options in the dsm.sys file except the
inclexcl list. I simply copied the data.
        In the dsmerror log, I get:

05/26/1998 10:34:48 sessOpen: Error 137 from signon authentication.
05/26/1998 10:34:48 sessOpen: Error 137 from signon authentication.
05/26/1998 10:34:48 ANS1025E Session rejected: Authentication failure

        Ring any bells....?

Sharon Stidd

Client/Server Administrator
Alliance Data Systems
800 Tech Center Drive
Gahanna OH 43230
614/729-4340
Fax 614/729-4499

> ----------
> From:         Ulrich Suer[SMTP:Suer_Ulrich AT KHIS.KRUPP DOT COM]
> Sent:         Saturday, May 23, 1998 5:52 AM
> To:   ADSM-L AT VM.MARIST DOT EDU
> Subject:      Betreff: running multiple backups
>
> Hi,
> I'm running ADSM on an AIX-System.
> You can specify several SERVER-Sections (with specific
> include-exclude-lists) in the file dsm.sys. Then you have to create
> different dsm.opt-files. Every Option-Files links to its own
> Server-Section in dsm.sys . To activate the dsm.opt-file you have tp
> export DSM_CONFIG environment-variable.
>
> Sample:
>
> dsm.sys
>
>       SERVERNAME       ADSMSRV1
>       ....
>       INCLEXCL     inclexcl.lst1
>       ...
>
>       SERVERNAME        ADSMSRV2
>       ...
>       INCLEXCL      inclexcl.lst2
>       ...
>
>
> dsm.opt1
>
>       SERVERNAME    ADSMSRV1
>       ....
>
>
> dsm.opt2
>
>       SERVERNAME   ADSMSRV2
>       ...
>
>
> Shell-Script
>
> #!/usr/bin/ksh
>
> #1st backup
> export DSM_CONFIG=dsm.opt1  # or "set" in another shell
> dsmc inc
>
> #2nd backup
> export DSM_CONFIG=dsm.opt2  # or "set" in another shell
> dsmc inc
>
> If you're running backups with the ADSM-API then you have to export
> DSMI_CONFIG too.
>
>
> Hope it works on HP-UX.
>
> Ulrich
>
>
>
>
> >>> "Stidd, Sharon" <SStidd AT ALLDATA DOT NET> 22.05.98 16.49 >>>
> I have been searching the list but I cannot find where this was
> discussed before.  I have one HP-UX system that we will need to run
> two
> backups on.  One, would exclude the cooked database filesystems and do
> a
> normal unix backup. The other would include these db filesystems.  How
> can I do this?  They will both be running from the client as commands
> (dsmc inc ....). I tried to specify DOMAIN on the command line to no
> avail. Is there a dsmc option to use a different opt file?  Or will I
> have to "manually" change the inclexcl file each time?
>
> Thanks in advance!
>
>
> Sharon Stidd
>
> Client/Server Administrator
> Alliance Data Systems
> 800 Tech Center Drive
> Gahanna OH 43230
> 614/729-4340
> Fax 614/729-4499
>
<Prev in Thread] Current Thread [Next in Thread>