TDPO and encryption

2007-03-22 Thread Hans Christian Riksheim
Hi, does anyone have any experience with rman/tdpo and encryption? I have not found any detailed information on how to implement it and the redbook from 2001(Backing up Oracle using TSM) does not mention it. I have learned that there are two ways of doing it: Client handles encryption through

Re: TDPO and encryption

2007-03-22 Thread Richard Sims
On Mar 22, 2007, at 5:24 AM, Hans Christian Riksheim wrote: Hi, does anyone have any experience with rman/tdpo and encryption? I have not found any detailed information on how to implement it and the redbook from 2001(Backing up Oracle using TSM) does not mention it. ... Hans - I see that

Re: ISC and Tivoli Storage Administration Center Passwords

2007-03-22 Thread Helder Garcia
I think there are some misunderstandings. First step: you receive an userid/password to login to ISC, AdminCenter is there. IF you have an userid/password for TSM Server A, you can add it to your view on ISC to able to manage it. You use the Add Server Connection task for that. IF you have an

dsmaccnt help script ...

2007-03-22 Thread goc
hi all, maybe will someone find this script useful, or at least anyone who uses this http://people.bu.edu/rbs/adsm-report the script automaticaly handles dsmaccnt.log and extracts stats for last month with adsm-report.pl script and some other minor yada yada ... greetz. --

Select command for TOTAL DAILY BACKUP

2007-03-22 Thread Luc Beaudoin
I have a blank I want to know how many GB I'm taking in backup everyday ... I would like the TOTAL not by nodes ... any ideas thanks Luc Beaudoin Administrateur RĂ©seau / Network Administrator Hopital General Juif S.M.B.D. Tel: (514) 340-8222 ext:8254

Re: Select command for TOTAL DAILY BACKUP

2007-03-22 Thread Richard Sims
On Mar 22, 2007, at 2:13 PM, Luc Beaudoin wrote: I have a blank I want to know how many GB I'm taking in backup everyday ... I would like the TOTAL not by nodes ... any ideas Something like the following, for backups ended thus far today: SELECT Dec((SUM(BYTES) / (1024 * 1024 *1024)),15)

Re: ISC and Tivoli Storage Administration Center Passwords

2007-03-22 Thread Allen S. Rout
On Wed, 21 Mar 2007 17:09:21 -0700, Robert Clark [EMAIL PROTECTED] said: So when they call and ask us to restore the LDAP server, I can say I can't login, cause the LDAP server is down.. I think you're confusing the tail and the dog. If you're in a site emergency like that, you can stand a

Running both 32- and 64-bit TDPOracle on same machine

2007-03-22 Thread William Boyer
I have a client with 2 versions of Oracle on the same Solaris machine. They want to be able to do TSM backups using RMAN and TDP for both instances. Solaris 5.8 TSM Server 5.2.9 on AIX 5.2ML9 TSM Client 5.2.2.0 TDPO 32-bit 5.2.0 Oracle 32 bit version = 9.2.0.6 ORACLE_HOME Path =

Re: Select command for TOTAL DAILY BACKUP

2007-03-22 Thread Richard Rhodes
If you trust the summary table (which you probably shouldn't) this is interesting for all activity in last 25hr by activity( I overlap 1 hr for my reports). It's a start to add a where clase for just backup activity. select count(*) as count, - sum(bytes)/1024/1024/1024 as

Wiindows 2000 and 2003 servers backups very poor performance

2007-03-22 Thread Timothy Hughes
Hello, We have about 5 or 6 Windows Servers whose backups performance is very very poor these backups start a midnight and run throughout the whole day and sometimes run for a couple days I have been reading different options including the DISKBuffsize option, I know poor networking

Re: ISC and Tivoli Storage Administration Center Passwords

2007-03-22 Thread Robert Clark
It was meant to be tongue-in-cheek. Failure is additive when you depend on services or systems outside your control. I've seen backups fail because DNS was unavailable for example. On the flip side, I've seen TSM loose out in a competitive situation because it doesn't integrate into AD as well

Re: TDPO and encryption

2007-03-22 Thread Allen S. Rout
On Thu, 22 Mar 2007 10:24:32 +0100, Hans Christian Riksheim [EMAIL PROTECTED] said: does anyone have any experience with rman/tdpo and encryption? The last docs I saw about it, when distilled down, said It might work. If it doesn't, then it's not supported.. Underwhelming, but I understand

Re: TDPO and encryption

2007-03-22 Thread Neil Rasmussen
Encryption is supported through the TSM API starting at 5.3. To set it up with DP Oracle/RMAN you need to make the following changes in your dsm.sys for the DP Oracle stanza, for instance: enableclientencryptkey yes encryptiontype AES128 include.encrypt

Re: Running both 32- and 64-bit TDPOracle on same machine

2007-03-22 Thread Neil Rasmussen
Yes, this configuration is possible and supported. Regards, Neil Rasmussen Software Development Data Protection for Oracle [EMAIL PROTECTED] William Boyer [EMAIL PROTECTED] Sent by: ADSM: Dist Stor Manager ADSM-L@VM.MARIST.EDU 03/22/2007 11:55 AM Please respond to ADSM: Dist Stor Manager

Re: Wiindows 2000 and 2003 servers backups very poor performance

2007-03-22 Thread Lamarr Kelley
Try setting the NIC cards to 100 mb Full duplex. Also the switch port (if they're connected to switches) to match. Lamarr Kelley Network Specialist II Information Technology Huntsville Hospital (c) 256-990-5003 (o) 256-265-9112 Confidentiality Note:

Re: Wiindows 2000 and 2003 servers backups very poor performance

2007-03-22 Thread Lawrence Clark
Not alwaysbut on a number of occassions I seen long running backups on Windows servers because they have the nic card set at an explicit setting, and the network has auto-negotiate on the ports, or some such mismatch between the client NIC and the port config. [EMAIL PROTECTED]

Re: Wiindows 2000 and 2003 servers backups very poor performance

2007-03-22 Thread Carpenter, Curtis
I would make sure whatever speed and duplex setting you have the nic set to, you should set the switch port to match. I would try to avoid setting both to autonegotiate, as I have personally seen horrible performance with that setting. Also, run diags on network interfaces to rule out any

Re: Wiindows 2000 and 2003 servers backups very poor performance

2007-03-22 Thread Kelly Lipp
I will amplify Curtis' call on this: check the NICs. Especially if you are on 100MB Ethernet. For GigE, you generally can't choose, but make it all the same in the path between the server and TSM. As for testing: try an ftp of a large file (a gig or so so it stays on the wire for a minute or

Re: Re: Select command for TOTAL DAILY BACKUP

2007-03-22 Thread David Bronder
Richard Rhodes wrote: If you trust the summary table (which you probably shouldn't) this is interesting for all activity in last 25hr by activity( I overlap 1 hr for my reports). It's a start to add a where clase for just backup activity. I use some similar queries for a daily feel of the

Re: Wiindows 2000 and 2003 servers backups very poor performance

2007-03-22 Thread Jeremy Curtis
I agree on the speed/duplex. I have personally seen speed/duplex mismatch cause this. I don't personally have issues with Auto, just make sure both sides(server and switch) match. Jeremy Curtis Backup Administrator / Network Technician Vail Resorts, Inc. (970) 845-1921 -Original

Re: Select command for TOTAL DAILY BACKUP

2007-03-22 Thread Steven Harris
Luc If you have a straightforward backup of every storage pool every day, then amount backed up = amount copied to storagepools. This number can be gotten from the actlog for each process or from the summary table. Hope this helps. Steve Steven Harris AIX and TSM Admin Brisbane Australia

Re: ISC and Tivoli Storage Administration Center Passwords

2007-03-22 Thread Sandeep Jain
Further in addition you can check your TSM server password by using following command. C:\progra~1\tivoli\tsm\baclient\dsmadmc userid: admin password: Try this to check whether you are able to login. ( o ) --- I,I ' ' I,I (( )) With Best Regards, Sandeep Jain