Re: Data protection

2005-06-21 Thread Pugliese, Edward
I did some tests backing up/restoring a 4GB file with an AIX TSM client and TSM server and found the following: Backup to diskpool unencrypted: 400 seconds Backup to diskpool encrypted: 600 seconds Restore unencrypted file from tape: 400 seconds Restore encrypted file from tape: 600 seconds. IBM

Virtual volumes and multiple diskpools on target server

2005-06-30 Thread Pugliese, Edward
Just to be sure I am not missing something obvious: With server-to-server configured, is it true that you can only have one diskpool or tapepool on the remote server as the destination for the virtual volumes? I have several diskpools on my source server that get backed up to local copypools an

Re: Virtual volumes and multiple diskpools on target server

2005-06-30 Thread Pugliese, Edward
source server. Hope this helps. Joerg Pohlmann 604-535-0452 "Pugliese, Edward" <[EMAIL PROTECTED]> Sent by: "ADSM: Dist Stor Manager" 2005-06-30 15:13 Please respond to "ADSM: Dist Stor Manager" To ADSM-L@VM.MARIST.EDU cc Subject Virtual volumes and

Re: remote vaulting

2005-07-06 Thread Pugliese, Edward
You could use server to server communication and then the remote TSM server is the one with the library. Local server sends virtual volumes to remote server. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of bob molerio Sent: Wednesday, July 06, 2005

Re: AIX memory tuning, needing some help !

2005-07-20 Thread Pugliese, Edward
The faults heading in vmstat is not paging. It refers to trap/interrupts. The sy column refers to system calls. (man vmstat) -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of PAC Brion Arnaud Sent: Wednesday, July 20, 2005 11:06 AM To: ADSM-L@VM.

Re: Multiple versions of TSM server on one AIX host

2005-07-26 Thread Pugliese, Edward
Instead of multiple versions on the same server, could you run different versions on separate LPARS in a library client/manager arrangement ? I do run multiple servers on one AIX partition but they are on the same level. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PRO

Re: How to backup DB to disk pool versus sequential?

2005-07-28 Thread Pugliese, Edward
To tape: backup db devclass=tape_class type=full scratch=yes wait=yes To disk: you could set up a device class file_devclass where type=file then run the same backup db with the new devclass -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On

Limiting input volumes in backup stg command

2005-08-23 Thread Pugliese, Edward
I have a local primary storage pool that gets backed up to a copy storage pool that gets sent off site. In addition, I have started backing up the primary storage pool to virtual volumes at our DR location. This is working fine and I was able to backup all previous tapes in the primary pool to

Problem deleting old dbb volhist entries going to file devclass

2005-08-25 Thread Pugliese, Edward
I am having a problem deleting some old volhist entries where the target was a device class of file. "q volhist type=dbb" output shows 3 old entries from when I was playing around with "File Device Class" and did a few "backup db devclass=FILE_DEVCLASS type=full" commands. Here is a sample volhis

Re: Problem deleting old dbb volhist entries going to file devclass

2005-08-25 Thread Pugliese, Edward
Thanks for the info. I will have to keep an eye out for that situation the next time I upgrade. The Backup Series numbers (405, 409, 410) are lower than the lowest number of the current backups (574 to 593). So that doesn't match your problem. I guess I should also mention this is an AIX server

Re: Problem deleting old dbb volhist entries going to file devclass

2005-08-25 Thread Pugliese, Edward
You da man :-) Exactly 3 entries deleted that I didn't want. Seems so obvious that I should have tried that. But that's easy to say in hindsight. Thanks, Ed -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Mark D. Rodriguez Sent: Thursday, August

Re: An interesting lesson to be learned ( all is not what it seems)

2005-09-08 Thread Pugliese, Edward
I can't begin to tell you the amount of times a network support person has told me there were no problems on their side (even when evidence points to an external problem) only to come back later and prove it was on their side. As far as auto negotiate, I have always had better reliability setting

Re: A quick question about stgpool.

2005-09-09 Thread Pugliese, Edward
Are you looking for the "Cache migrated files" option in the disk pool settings ? This will allow you to restore files that are still in the disk pool even after they have been migrated to tape (as long as there is room in the disk pool to store the data). Also, if you set migration delay to 1

Re: A quick question about stgpool.

2005-09-09 Thread Pugliese, Edward
Out of curiosity, what is the reason for this requirement ? TSM and an appropriate configured library can be pretty fast at restoring files even if the last active version was backed up a long time ago. What if you sent the data you wanted to keep in the diskpool to a separate diskpool from other

Re: disk storage pool problem

2005-09-09 Thread Pugliese, Edward
As a precaution I run a daily report that does "backup stg tapepool copypool preview=volume wait=yes" for each of my storage pools. This way I will know if anything snuck out of the diskpool to the tapepool prior to backing it up to a copypool. Just wanted to pass that on in case someone didn't

Re: How to copypool large number of tapes

2005-09-23 Thread Pugliese, Edward
How about: backup stg tapepool copypool preview=volume wait=yes This will give you a list of tapes that are needed to get the tapepool and copypool in sync. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of William Boyer Sent: Friday, Septe

Re: change archive ownership

2005-09-27 Thread Pugliese, Edward
You could just leave the old node defined exactly the way it was. The archives will last however long the definition states. When the new node needs to access data from the old node you can do: newnode# dsmc retrieve -virtualnode=oldnodename To transfer the information I wil

Re: busy rootvg during restarts

2005-09-29 Thread Pugliese, Edward
Do a vmstat while the TSM server is starting and look for PI/PO. If present you are paging and that is probably the cause of the disk activity on rootvg. You can also run a filemon during the startup to more accurately identify the active LV and most active files. -Original Message- F

Re: Suggestions on best stategy for our site

2005-12-20 Thread Pugliese, Edward
We have a similar set-up with FAStT storage in two locations that are not mirrored. Although we use the IBM 3583 tape library. This is how we approached the problem of not extending the SAN to the DR location: TSM in location A is created with library client and library manager instance. DR site

Re: Best way to compare the pools ?

2006-01-10 Thread Pugliese, Edward
"backup stg primary_pool copy_pool preview=vol wait=yes" This will tell you if any primary_pool volumes are needed to get the copy_pool in sync. Just run without the "preview=vol" to actually create the additional copy_pool volumes. -Original Message- From: ADSM: Dist Stor Manager [m

Re: Comment lines in Unix include/exclude file

2006-01-30 Thread Pugliese, Edward
I have never tried it for the include/exclude file, but other TSM client files like dsm.sys use the asterisk for a comment. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Denier Sent: Monday, January 30, 2006 11:14 AM To: ADSM-L@VM.MARIST.ED

Re: NetWare performance issues

2006-02-02 Thread Pugliese, Edward
Have you eliminated network throughput by testing an FTP of a large file and see if that gives you significantly better throughput than TSM client throughput ? Do you have too many clients connecting at the same time ? Have you tried a single client backup with no other activity ? Just a few t

Re: TSM DB backup question

2006-04-06 Thread Pugliese, Edward
Have you considered sending the data to a virtual volume copypool at you local TSM server and then sending those tapes offsite ? That way you could send data daily and have daily offsite copies. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Raje

Re: Recommended policy for single drive scenario

2006-04-27 Thread Pugliese, Edward
You can still create DRM tapes. Just do the "backup stg diskpool copypool" prior to the migrate of diskpool to tapepool so the data is still in the diskpool. This way you are always copying from disk to tape. No need for tape to tape copy. This is applicable to all environments, not just

Re: new AIX pSeries TSM Server

2006-06-22 Thread Pugliese, Edward
If you can fund a backup system, you can configure DRM to automate things. You could even use the DR location for offsite copypool storage using server-to-server communications and virtual volumes. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Ma

Re: primary and copy storage pool comparisons

2006-08-03 Thread Pugliese, Edward
"backup stg primary_pool copy_pool preview=vol" This will show you what tapes are needed if they are not in sync. -Original Message- From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED] On Behalf Of Tim Brown Sent: Thursday, August 03, 2006 1:19 PM To: ADSM-L@VM.MARIST.EDU Subject: [