TSM backups failing in a cluster environment ANS1071E
Hi everyone: im running tsm incremental backups on a 2 servers cluster and this is the error showed in the dsmerror.log.
10/30/2017 02:00:54 ANS1512E Scheduled event 'BIA_BC_VTNPD2' failed. Return code = 12.
10/31/2017 02:01:01 ANS1071E Invalid domain name entered: 'F:\TNPROD\*'
this 10/31/2017 02:01:01 ANS1071E Invalid domain name entered: 'G:\PFILES'
10/31/2017 02:01:01 ANS1071E Invalid domain name entered: 'G:\TNPROD\EXPORT'
10/31/2017 02:01:01 ANS1071E Invalid domain name entered: 'G:\TNPROD\RMAN'
10/31/2017 02:01:01 ANS1149E No domain is available for incremental backup. The domain may be empty or all file systems in the domain are excluded.
10/31/2017 02:01:01 ANS1134E Drive is an invalid drive specification
10/31/2017 02:01:02 ANS1512E Scheduled event 'BIA_BC_VTNPD2' failed. Return code = 12.
This error is presented on both servers. Please can you help me with this?
Are those items mentioned in DOMAIN real mount points (volumes)? If not, you’ll have to configure them via VIRTUALMOUNTPOINT. The format with “\*” at the end is wrong anyway.
please help me to configure the dsm.opt with the virtualmountpoint directives.
woolmilkporc
The format in dsm.opt (valid also for Windows iirc) should be:
VIRTUALMOUNTPOINT F:\VWTNPROD
VIRTUALMOUNTPOINT G:\PFILES
VIRTUALMOUNTPOINT G:\VWTNPROD\EXPORT
VIRTUALMOUNTPOINT G:\VWTNPROD\R MAN
The new mount points become part of ALL-LOCAL. Data inside thembacked up via higher levels (e. g. G:\) in the past will be expired once the new config becomes effective.
Santiago videla
ASKER
Wool,
Should leave the: domain all-local line before the virtualmountpoints? or should i erase it?