64-bit windows, tdp for oracle, sap?

2006-09-04 Thread TSM
Hello,


is there also support for 64-bit windows 2003 on Xeon-EM64T for tdp for
oracle/sap? (tsm 5.3.x)


with best regards
stefan savoric


Re: 64-bit windows, tdp for oracle, sap?

2006-09-04 Thread Richard Sims

On Sep 4, 2006, at 7:47 AM, TSM wrote:


Hello,


is there also support for 64-bit windows 2003 on Xeon-EM64T for tdp
for
oracle/sap? (tsm 5.3.x)


http://www-1.ibm.com/support/docview.wss?
rs=666&context=SSTFZR&uid=swg21237385&loc=en_US&cs=utf-8&lang=en


Re: missed backups oddity

2006-09-04 Thread Alexander Verkooijen
Maybe you could try running a shell script
that does a 'query session' every 5 minutes
and redirects the output to a log file.
That should tell you where all the sessions
come from.

Something like this should work:

--- CUT HERE ---

#!/usr/bin/ksh

while true
do
/usr/bin/dsmadmc -id="xxx" -pass="xxx" "q ses" >> mylogfile
sleep 300
done

---CUT HERE---

Regards,

Alexander


Alexander Verkooijen
Senior Systems Programmer
High Performance Computing
SARA Computing & Networking Services
 

> -Original Message-
> From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] 
> On Behalf Of Gill, Geoffrey L.
> Sent: Friday, September 01, 2006 6:01 PM
> To: ADSM-L@VM.MARIST.EDU
> Subject: missed backups oddity
> 
> The background on this is that this server, AIX 5.3, TSM 
> 5.2.6.1, has been
> running smoothly forever. Max Scheduled sessions is set to 
> 64, total number
> of servers that back up to this guy is only 36. So needless 
> to say I would
> never expect to see missed backups related to servers missing 
> their backup
> window because all the scheduled sessions are in use, especially since
> resourceutilization is set to 1. Yet last night there was a 
> dozen or so
> missed backups for just that. What I also see in the activity 
> log are issues
> with servers as they complete their backups trying to 
> reconnect to get the
> next schedule, no scheduled sessions are currently available.
> 
> 
> 
> Is there anything I may have missed that would shed some 
> light on this?
> 
> 
> 
> Thanks,
> 
> 
> 
> Geoff Gill
> 
> TSM Administrator
> 
> PeopleSoft Sr. Systems Administrator
> 
> SAIC M/S-G1b
> 
> (858)826-4062
> 
> Email:   [EMAIL PROTECTED]
> 


isFileNameValid

2006-09-04 Thread Gill, Geoffrey L.
Here is a new one on me. Some errors taken from the dsmerror logs on a few
servers.  Clients are windows 2003 with tsm 5.3.4



08/29/2006 06:15:53 isFileNameValid: Path cannot contain a volume delimiter.

08/29/2006 06:20:54 isFileNameValid: Relative path specified, but not
allowed.

08/29/2006 06:21:31 isFileNameValid: Invalid file name iisadmpwd/achg.htr -
file type not allowed.



Thanks,



Geoff Gill

TSM Administrator

PeopleSoft Sr. Systems Administrator

SAIC M/S-G1b

(858)826-4062

Email:   [EMAIL PROTECTED]


Re: missed backups oddity

2006-09-04 Thread Gill, Geoffrey L.
I was on late the other night watching this and noticed approximately 3
sessions per server. With a server client option file that has a setting for
resourceutilization to 1 it seems odd to see this. This particular setting
is configured to override a client setting so I'm a bit confused.

In order to get around this I extended the backup window 3 hours. This seems
to have taken care of the missed backups. Weird though because it almost
looks as if a  session has somehow dropped, yet not dropped, and another one
started, which eventually causes all 64 to be used.

Thanks,

Geoff Gill
TSM Administrator
PeopleSoft Sr. Systems Administrator
SAIC M/S-G1b
(858)826-4062
Email: [EMAIL PROTECTED]



-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Alexander Verkooijen
Sent: Monday, September 04, 2006 5:58 AM
To: ADSM-L@VM.MARIST.EDU
Subject: Re: missed backups oddity

Maybe you could try running a shell script
that does a 'query session' every 5 minutes
and redirects the output to a log file.
That should tell you where all the sessions
come from.

Something like this should work:

--- CUT HERE ---

#!/usr/bin/ksh

while true
do
/usr/bin/dsmadmc -id="xxx" -pass="xxx" "q ses" >> mylogfile
sleep 300
done

---CUT HERE---

Regards,

Alexander


Alexander Verkooijen
Senior Systems Programmer
High Performance Computing
SARA Computing & Networking Services


TSM Client Encryption question

2006-09-04 Thread TSM_User
The default setting for ENCryptkey is "Save" which in Windows will store the 
encryption key in the registry.
   
  Lets say I have a file server where C:\ is the OS and D:\ is all my file 
data. I then use include.encrypt D:\...\* so that only the data on D:\ is 
encrypted.
   
  Then I perform a full server recovery using C:\ and systemstate. I'm would 
assume that the restored registry will now have the encryption key in it. As a 
result I would not be prompted for the encryption key when I then try to 
restore the D:\.
   
  I realize that this approach effectively means that someone could get our 
tapes, restore the TSM database, restore a server and then restore our data. 
However, if the reason for using encryption was so that the data would not be 
readable on the tape should a single tape fall into the wrong hands then this 
may be an approach that would help reduce the risk of loosing the encrypt key 
itself.
   
  Now, before I get flamed I realize full well that key management when using 
encryption is paramount.  I'm just trying to wrap my mind around all the 
options here.
   
  For those of you who have begun implementing encryption into your backup 
strategy what have you done for key management.  I know questions like this 
have been posted in the past but I want to see if there are any new ideas.
   
   


-
Do you Yahoo!?
 Get on board. You're invited to try the new Yahoo! Mail.


ANS1287E Volume could not be locked

2006-09-04 Thread [EMAIL PROTECTED]
Hi all,

Has anybody encountered this problem before 'ANS1287E Volume could not be
locked'? 

I'm trying to backup a drive D which has SQl server installed in it. For
the image backup, i have add ' include.image D: imagetype=static ' in the
dsm.opt and i run the backup image and recived this error 'ANS1287E Volume
could not be locked'.


Thanks

Regards

Zareyna


mail2web - Check your email from the web at
http://mail2web.com/ .


Re: isFileNameValid

2006-09-04 Thread Henrik Wahlstedt
Hi Geoff,

How did you manage to save a file with / in it? I think the error is OK
since Windows normally dont allow you to save 
files with some forbidden characters in it like /\? etc.

//Henrik



-Original Message-
From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of
Gill, Geoffrey L.
Sent: den 4 september 2006 21:30
To: ADSM-L@VM.MARIST.EDU
Subject: isFileNameValid

Here is a new one on me. Some errors taken from the dsmerror logs on a
few servers.  Clients are windows 2003 with tsm 5.3.4



08/29/2006 06:15:53 isFileNameValid: Path cannot contain a volume
delimiter.

08/29/2006 06:20:54 isFileNameValid: Relative path specified, but not
allowed.

08/29/2006 06:21:31 isFileNameValid: Invalid file name
iisadmpwd/achg.htr - file type not allowed.



Thanks,



Geoff Gill

TSM Administrator

PeopleSoft Sr. Systems Administrator

SAIC M/S-G1b

(858)826-4062

Email:   [EMAIL PROTECTED]


---
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.