ADSM-L

Re: [ADSM-L] BAClient doesn't know my new partition is there!

2007-04-18 10:58:41
Subject: Re: [ADSM-L] BAClient doesn't know my new partition is there!
From: "Prather, Wanda" <Wanda.Prather AT JHUAPL DOT EDU>
To: ADSM-L AT VM.MARIST DOT EDU
Date: Wed, 18 Apr 2007 10:58:24 -0400
>From your note below, you can back up the file manually using the GUI, but the 
>scheduler doesn't see it, right?
I've seen that happen for 2 additional reasons than those mentioned eariler in 
this thread.  
 
 
1) The scheduler  doesn't have permissions to the root of E:.
 
Remember that the scheduler is running under a different account than when you 
are logged in manually.
Most people let the scheduler run under the SYSTEM account (Windows scheduler 
properties, logon tab).
One thing you could try is changing the scheduler properties so that it runs  
under YOUR id temporarily, see if you get different results.
 
2) Your Windows OS doesnt' see that drive as a local drive.
 
I have seen that happen occasionally, depending on your version of Windows and 
what external SAN hardware you are using (which gets HBA's & drivers involved).
In that case, you can try backing it up as a network drive, by including a 
DOMAIN statement with the fully-qualified UNC name, like you did for IMAGE:
 
DOMAIN "\\hostname\d$"
 
In this case, you definitely have to have the scheduler running under a 
network-capable account, not just "system".
 
 
Also:  
 
INCLUDE.BACKUP "*:\ECG\*"
This gets all ECG folders on all drives, THAT ARE IN THE ROOT of the drive.
If you want to get ALL folders named ECG, change it to:
 
INCLUDE.BACKUP "*.\ECG\...\*"
 
Hope some of that helps!
 
 

________________________________

From: ADSM: Dist Stor Manager on behalf of Angus Macdonald
Sent: Wed 4/18/2007 9:14 AM
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: BAClient doesn't know my new partition is there!



I'll give that a go. My dsm.opt file doesn't currently have a line like that, 
although it does have

DOMAIN  SYSTEMSERVICES
DOMAIN  SYSTEMSTATE

Angus

-----Original Message-----
From: ADSM: Dist Stor Manager [mailto:ADSM-L AT VM.MARIST DOT EDU]On Behalf Of
Helder Garcia
Sent: 18 April 2007 14:00
To: ADSM-L AT VM.MARIST DOT EDU
Subject: Re: [ADSM-L] BAClient doesn't know my new partition is there!


Add your new drive to the DOMAIN statement of your option file

DOMAIN C: D: E:

I think it is not considered a local drive, that's why it is not being
included by default on the backup.

On 4/18/07, Angus Macdonald <Angus.Macdonald AT nww-tr.wales.nhs DOT uk> wrote:
>
> > I've added a new SAN partition to an existing server and I can't, for
> the life of me, get the BAClient to back it up. I've tried everything my
> meagre knowledge allows, restarted the client numerous times and am really
> starting to struggle. I can back the partition up manually but the regularly
> scheduled job doesn't pick it up. Nothing in the job or error log refers to
> this partition (E:\) Here is the relevant part of my dsm.opt file:
> >
> > DOMAIN.IMAGE  \\nwwsanfs3\c$
> > DOMAIN.IMAGE  \\nwwsanfs3\e$
> > DOMAIN.IMAGE  \\nwwsanfs3\g$
> > DOMAIN.IMAGE  \\nwwsanfs3\i$
> > DOMAIN.IMAGE  \\nwwsanfs3\j$
> > DOMAIN.IMAGE  \\nwwsanfs3\k$
> > DOMAIN.IMAGE  \\nwwsanfs3\v$
> >
> > EXCLUDE.BACKUP "*:\microsoft uam volume\...\*"
> > EXCLUDE.BACKUP "*:\microsoft uam volume\...\*.*"
> > EXCLUDE.BACKUP "*:\...\EA DATA. SF"
> > EXCLUDE.BACKUP "*:\...\INT-PRODUCTION\*.*"
> > EXCLUDE.BACKUP "*:\IBMBIO.COM"
> > EXCLUDE.BACKUP "*:\IBMDOS.COM"
> > EXCLUDE.BACKUP "*:\IO.SYS"
> > EXCLUDE.BACKUP "*:\...\system32\config\...\*"
> > EXCLUDE.BACKUP "*:\...\system32\Perflib*.dat"
> > EXCLUDE.BACKUP "*:\...\system32\dhcp\...\*"
> > INCLUDE.BACKUP "*:\...\system32\dhcp\backup\...\*"
> > EXCLUDE.BACKUP "*:\...\system32\dns\...\*"
> > INCLUDE.BACKUP "*:\...\system32\dns\backup\...\*"
> > EXCLUDE.ARCHIVE "*:\microsoft uam volume\...\*"
> > EXCLUDE.ARCHIVE "*:\microsoft uam volume\...\*.*"
> > EXCLUDE.ARCHIVE "*:\...\EA DATA. SF"
> > EXCLUDE.ARCHIVE "*:\IBMBIO.COM"
> > EXCLUDE.ARCHIVE "*:\IBMDOS.COM"
> > EXCLUDE.ARCHIVE "*:\IO.SYS"
> > EXCLUDE.ARCHIVE "*:\...\system32\config\...\*"
> > EXCLUDE.ARCHIVE "*:\...\system32\Perflib*.dat"
> > EXCLUDE.ARCHIVE "*:\...\system32\dhcp\...\*"
> > INCLUDE.ARCHIVE "*:\...\system32\dhcp\backup\...\*"
> > EXCLUDE.ARCHIVE "*:\...\system32\dns\...\*"
> > INCLUDE.ARCHIVE "*:\...\system32\dns\backup\...\*"
> > EXCLUDE.DIR "*:\System Volume Information"
> > EXCLUDE.DIR "*:\...\Temporary Internet Files"
> > EXCLUDE.DIR "*:\Recycled"
> > EXCLUDE.DIR "*:\Recycler"
> > EXCLUDE.DIR "G:\TSM_Mirror"
> > EXCLUDE.DIR "c:\documents and settings"
> > INCLUDE.FS "C:"  fileleveltype=dynamic
> > INCLUDE.FS "G:"  fileleveltype=dynamic
> > INCLUDE.FS "J:"  fileleveltype=dynamic
> > INCLUDE.FS "E:"  fileleveltype=dynamic
> > EXCLUDE.DIR "K:\tseprofiles\*"
> > EXCLUDE.DIR "C:\windows\temp\*"
> > INCLUDE.BACKUP "*:\ECG\*"
> >
> > The last line is the most recent addition. It should backup all ECG
> folders on all drives, correct? ECG is the only folder on E:\
> >
> > I know I can probably use task scheduler to backup this folder manually
> but it offends my engineering sensibilities!
> > Regards
> > Angus
> >
>



--
Helder Garcia