Re: Antwort: [ADSM-L] using TDP-SQL w/o proxy relationships?

2017-04-14 Thread Schaub, Steve
Thanks, Markus.

-Original Message-
From: ADSM: Dist Stor Manager [mailto:ADSM-L@VM.MARIST.EDU] On Behalf Of Markus 
Stumpf
Sent: Friday, April 14, 2017 10:09 AM
To: ADSM-L@VM.MARIST.EDU
Subject: [ADSM-L] Antwort: [ADSM-L] using TDP-SQL w/o proxy relationships?

Hi Steve,


There are 2 kind of proxy relations possible in DP for SQL.

The Proxy relations required to perform VSS backups:
local dsmagent needs to be granted permission to dp node.

and in case you use always On configuration:
dp node needs access to the "virtual" AlwaysOn node


If you do not want to run VSS style backups you need to set your backupmethod 
to legacy in tdpsql.cfg file or better:
Run the TSM configuration wizard inside the MMC and enable the tick: Do not 
configure VSS backups (not 100% sure, this is the correct wording, but it is on 
the wizard page, where you define your node names)

In this case no proxy relations between local dsm agent and dp node are needed.


Your problem here is, that your AlwaysOn Node has the same name as your DP Node 
(Nodename in dsm.opt of tdpsql).

In case you want to backup AlwaysOn enabled databases you need to configure 
proxy relations between each DP Node (ussually a minimum of 2 SQL Server 
participate on the AlwaysOn configuration) two the virtual always ON node.

For example:

AlwaysOn Node: AAInstance1
SQL Servers: SQL1 and SQL2 (having baclient nodes SQL1 and SQL2 and DP nodes  
SQL1_SQL and SQL2_SQL)

you need for legacy only config:
grant proxy agent=SQL1_SQL target=AAInstance1 grant proxy agent=SQL2_SQL 
target=AAInstance1


To configure both legacy and VSS the complete list of proxy relations is:
grant proxy agent=SQL1_SQL target=AAInstance1 grant proxy agent=SQL2_SQL 
target=AAInstance1 grant proxy agent=SQL1 target=AAInstance1 grant proxy 
agent=SQL2 target=AAInstance1 grant proxy agent=SQL1 target=SQL1_SQL grant 
proxy agent=SQL2 target=SQL2_SQL

You can also use the TSM Configuration wizard to configure the proxy relations 
on the TSM Server by enabling TSM configuration in the wizard and edit the 
macro file.
You can pick all required proxy relations from the macro file and skip the not 
needed definitions for domain, policies and so on if those already exist.

Best regards
Markus Stumpf


--
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm


Antwort: [ADSM-L] using TDP-SQL w/o proxy relationships?

2017-04-14 Thread Markus Stumpf
Hi Steve,


There are 2 kind of proxy relations possible in DP for SQL.

The Proxy relations required to perform VSS backups:
local dsmagent needs to be granted permission to dp node. 

and in case you use always On configuration:
dp node needs access to the "virtual" AlwaysOn node 


If you do not want to run VSS style backups you need to set your 
backupmethod to legacy in tdpsql.cfg file or better:
Run the TSM configuration wizard inside the MMC and enable the tick: Do 
not configure VSS backups (not 100% sure, this is the correct wording, but 
it is on the wizard page, where you define your node names)

In this case no proxy relations between local dsm agent and dp node are 
needed. 


Your problem here is, that your AlwaysOn Node has the same name as your DP 
Node (Nodename in dsm.opt of tdpsql). 

In case you want to backup AlwaysOn enabled databases you need to 
configure proxy relations between each DP Node (ussually a minimum of 2 
SQL Server participate on the AlwaysOn configuration) two the virtual 
always ON node.

For example:

AlwaysOn Node: AAInstance1
SQL Servers: SQL1 and SQL2 (having baclient nodes SQL1 and SQL2 and DP 
nodes  SQL1_SQL and SQL2_SQL)

you need for legacy only config:
grant proxy agent=SQL1_SQL target=AAInstance1
grant proxy agent=SQL2_SQL target=AAInstance1


To configure both legacy and VSS the complete list of proxy relations is:
grant proxy agent=SQL1_SQL target=AAInstance1
grant proxy agent=SQL2_SQL target=AAInstance1
grant proxy agent=SQL1 target=AAInstance1
grant proxy agent=SQL2 target=AAInstance1
grant proxy agent=SQL1 target=SQL1_SQL
grant proxy agent=SQL2 target=SQL2_SQL

You can also use the TSM Configuration wizard to configure the proxy 
relations on the TSM Server by enabling TSM configuration in the wizard 
and edit the macro file. 
You can pick all required proxy relations from the macro file and skip the 
not needed definitions for domain, policies and so on if those already 
exist. 

Best regards
Markus Stumpf


Markus Stumpf
Service Operations Manager

IBM Certified Deployment Professional - Spectrum Protect V 8.1. 
Grandfathered
IBM Certified Deployment Professional Tivoli Storage Manager V6.3 
Grandfathered

Empalis Consulting GmbH
Wankelstrasse 14
70563 Stuttgart
t_+49 711 46928 260
f_+49 711 46928 239
m_ +49 (0) 172  5414567
mailto:markus.stu...@empalis.com

http://www.empalis.com

Geschäftsführer: Rainer Schilling, Peter Röder
Amtsgericht Stuttgart, HRB 738239

Konto: 0258228 bei Deutsche Bank AG Heilbronn BLZ 620 700 24 

Diese e-Mail einschließlich ihrer Anhänge ist vertraulich. Wir bitten, 
eine fehlgeleitete e-Mail
unverzüglich vollständig zu löschen und uns eine Nachricht zukommen zu 
lassen. Wir haben die
e-Mail beim Ausgang auf Viren geprüft; wir raten jedoch wegen der Gefahr 
auf den Übertragungswegen 
zu einer Eingangskontrolle. Eine Haftung für Virenbefall schließen wir 
aus.

This e-mail and any attachments are confidential. If you are not the 
intended recipient of this
e-mail, please immediately delete its contents and notify us. This e-mail 
was checked for virus 
contamination before being sent. Nevertheless, it is advisable to check 
for any contamination 
occurring during transmission. We cannot accept any liability for virus 
contamination.
 



Von:"Schaub, Steve" 
An: ADSM-L@VM.MARIST.EDU
Datum:  12.04.2017 20:58
Betreff:        [ADSM-L] using TDP-SQL w/o proxy relationships?
Gesendet von:   "ADSM: Dist Stor Manager" 



Versions 7.1.4.0 and 8.1.x

If we are only using legacy style backups (no vss), is there a way to 
configure TDP without having to setup proxy relationships?
The install docs seem to indicate that proxies are only required for VSS 
backups, but I keep running into error messages like this when I try not 
using them:
ANS1532E (RC5722) Proxy Rejected: Proxy authority has not been granted to 
this node.

We have a mix of SQL 2008R2/2012R2 and 2016 versions of OS & SQL, 
standalone as well as clustered, including some Always-On.
Need to be able to run backups/restores from the mmc as well as scripted.
Want to store both Standard & Always-On backups under the same node name 
per server.

My strong preference would be to not have to define any proxy 
relationships, since they add a level of complexity that becomes really 
problematic when the DBA's need to perform cross-server restores.

Example of my current setup:

1.   Server name = JONAH

2.   BA client dsm.opt file node name = JONAH

3.   TDP dsm.opt file node name = JONAH_SQL

4.   Tdpsql.cfg settings
STRIPes  12
BUFFers  8
BUFFERSIze   8096
FROMSQLserver
SQLAUTHenticationINTegrated
SQLBUFFers   0
SQLBUFFERSIze4096
SQLSERVer.
LOGFile  tdpsql.log
LOGPrune 14
MOUNTWaitfordata  

Antwort: [ADSM-L] using TDP-SQL w/o proxy relationships?

2017-04-14 Thread Markus Stumpf
Hi Steve,


There are 2 kind of proxy relations possible in DP for SQL.

The Proxy relations required to perform VSS backups:
local dsmagent needs to be granted permission to dp node.

and in case you use always On configuration:
dp node needs access to the "virtual" AlwaysOn node


If you do not want to run VSS style backups you need to set your
backupmethod to legacy in tdpsql.cfg file or better:
Run the TSM configuration wizard inside the MMC and enable the tick: Do
not configure VSS backups (not 100% sure, this is the correct wording, but
it is on the wizard page, where you define your node names)

In this case no proxy relations between local dsm agent and dp node are
needed.


Your problem here is, that your AlwaysOn Node has the same name as your DP
Node (Nodename in dsm.opt of tdpsql).

In case you want to backup AlwaysOn enabled databases you need to
configure proxy relations between each DP Node (ussually a minimum of 2
SQL Server participate on the AlwaysOn configuration) two the virtual
always ON node.

For example:

AlwaysOn Node: AAInstance1
SQL Servers: SQL1 and SQL2 (having baclient nodes SQL1 and SQL2 and DP
nodes  SQL1_SQL and SQL2_SQL)

you need for legacy only config:
grant proxy agent=SQL1_SQL target=AAInstance1
grant proxy agent=SQL2_SQL target=AAInstance1


To configure both legacy and VSS the complete list of proxy relations is:
grant proxy agent=SQL1_SQL target=AAInstance1
grant proxy agent=SQL2_SQL target=AAInstance1
grant proxy agent=SQL1 target=AAInstance1
grant proxy agent=SQL2 target=AAInstance1
grant proxy agent=SQL1 target=SQL1_SQL
grant proxy agent=SQL2 target=SQL2_SQL

You can also use the TSM Configuration wizard to configure the proxy
relations on the TSM Server by enabling TSM configuration in the wizard
and edit the macro file.
You can pick all required proxy relations from the macro file and skip the
not needed definitions for domain, policies and so on if those already
exist.

Best regards
Markus Stumpf



using TDP-SQL w/o proxy relationships?

2017-04-12 Thread Schaub, Steve
Versions 7.1.4.0 and 8.1.x

If we are only using legacy style backups (no vss), is there a way to configure 
TDP without having to setup proxy relationships?
The install docs seem to indicate that proxies are only required for VSS 
backups, but I keep running into error messages like this when I try not using 
them:
ANS1532E (RC5722) Proxy Rejected: Proxy authority has not been granted to this 
node.

We have a mix of SQL 2008R2/2012R2 and 2016 versions of OS & SQL, standalone as 
well as clustered, including some Always-On.
Need to be able to run backups/restores from the mmc as well as scripted.
Want to store both Standard & Always-On backups under the same node name per 
server.

My strong preference would be to not have to define any proxy relationships, 
since they add a level of complexity that becomes really problematic when the 
DBA's need to perform cross-server restores.

Example of my current setup:

1.   Server name = JONAH

2.   BA client dsm.opt file node name = JONAH

3.   TDP dsm.opt file node name = JONAH_SQL

4.   Tdpsql.cfg settings
STRIPes  12
BUFFers  8
BUFFERSIze   8096
FROMSQLserver
SQLAUTHenticationINTegrated
SQLBUFFers   0
SQLBUFFERSIze4096
SQLSERVer.
LOGFile  tdpsql.log
LOGPrune 14
MOUNTWaitfordata Yes
DIFFESTimate 20
LANGuage AMENG
BACKUPMethod Legacy
BACKUPDestinationTSM
AlwaysOnNode JONAH_SQL
UseAlwaysOnNode  Yes

When I try a full backup from the mmc with this config, I get this error:
ANS1535E (RC5705) Proxy Rejected: The ASNODENAME and NODENAME options have the 
same value.

I tried creating a new node name = JONAH_SQL2 and changing the tdpsql.cfg 
AlwaysOnNode to it.  trying a new backup now I get:
ANS1532E (RC5722) Proxy Rejected: Proxy authority has not been granted to this 
node.

If there is a way to do this I would sure appreciate some guidance.

Steve Schaub
Systems Engineer II, Backup/Recovery
Blue Cross Blue Shield of Tennessee


--
Please see the following link for the BlueCross BlueShield of Tennessee E-mail 
disclaimer:  http://www.bcbst.com/email_disclaimer.shtm