Re: 4 spindles for db: best performing setup

2009-02-19 Thread Oscar Kolsteren
Hi Michael, I have a similar environment and created two RAID 0 lun's of 2 disks each. The mirroring is done in TSM itself. I'm more interested in what segment size people use on the disks and if a certain pp size is recommended for a volume group under AIX. Good luck Best Regards, Oscar ---

Re: Problem with Open File Support

2009-02-19 Thread Yudi Darmadi
OS : Windows Server 2003 SP2. The TSM CLient version is 5.4.0.2 Best Regards, Yudi Darmadi PT Niagaprima Paramitra Jl. KH Ahmad Dahlan No.25 Kebayoran Baru, Jakarta Selatan 12130 Phone: 021-72799949; Fax: 021-72799950; Mobile: 081905530830 http://www.niagaprima.com - Original Message --

SV: 4 spindles for db: best performing setup

2009-02-19 Thread Daniel Sparrman
Hi First off, the number of spindles is not the only important factor. What kind of disk are you using for the database? Do you have a disk cache for read / write caching or is it JBOD in a machine? Second off, to aquire maximum performance on a limited amount of spindles, I suggest you use th

TDP for SQL don't truncate the logs

2009-02-19 Thread Christian Svensson
Hi *SMers, I had a lot of fun with you all at Pulse09 in Vegas. I hope I will see you all again at Pulse 2010 in Vegas the 24th of Feb. :) Anyway, I have a fun "problem" with a SQL 2005 Server on Windows 2003 running with TDP 5.5.1 x86 and TSM Server 5.4 on AIX version x.x But since a wild back

Re: TDP for SQL don't truncate the logs

2009-02-19 Thread Del Hoobler
Christian, This is normal and correct behavior. In the SQL Server "Full Recovery" model, in order to truncate log, you must run a log backup. You will see that in the Microsoft docs and the DP/SQL User's Guide. Here is an excerpt from the Microsoft documentation: --- Transaction Log Trunca

Re: 4 spindles for db: best performing setup

2009-02-19 Thread Richard Rhodes
>I'm more interested in what segment size people use on the disks and if >a certain pp size is recommended for a volume group under AIX. If you are creating filsystems or raw volumes down your spindles (ie: NOT pp extent stripping across spindnes), the it really doesn't matter what pp size you us

Re: 4 spindles for db: best performing setup

2009-02-19 Thread km
On 18/02, Michael Green wrote: > You are given 4 spindles to place TSM DB on them. > How would you set them up to squeeze maximum performance for DB? > > 1. Dedicate each spindle for a DBC (result: 3 DBCs, one spindle left > out, nevermind) > 2. Create RAID 0 out of each pair of disks. Place a DBC

Re: 4 spindles for db: best performing setup

2009-02-19 Thread Allen S. Rout
>> On Thu, 19 Feb 2009 16:27:29 +0100, km said: > RAID5 will give you the maximum amount of IOPS for the DB with disk > redundancy, though 4 disks is on the low side. > TSM mirroring doesnt help performance when doing expiration or > reclamation anyway which is what you want to optimize the DB

AIX to RHEL command

2009-02-19 Thread Larry Peifer
Just beginning to install TSM on some new RHEL servers but I have little OS command experience for Linux. What is the equivalent syntax to get an AIX 'errpt' output on the RHEL system.

Tracking who "owns" a node

2009-02-19 Thread Lindsay Morris
For every node we back up, there is someone who uses it. This person knows that: * They want it backed up ONLY between 2AM and 4AM; * They can't afford TDP so please back up the flat-file database dump and ignore the true DB directories; * They prefer to exclude drive C: * For recovery, the appli

Re: AIX to RHEL command

2009-02-19 Thread Zoltan Forray/AC/VCU
After talking with my AIX->now Linux guy to confirm, the basic answer is "there isn't any equivalent". Basically, look at the \var\log directory. Files like "messages" contain recent errors,etc. Larry Peifer Sent by: "ADSM: Dist Stor Manager" 02/19/2009 12:26 PM Please respond to "ADSM: Dis

Re: ANS1217E Server name missing?

2009-02-19 Thread Timothy Hughes
Thanks Zoltan, Richard, Howard and Neil for your responses, I appreciate it! Adding the SErvername in the DSM.SYS file corrected the issue. Regards Tim Zoltan Forray/AC/VCU wrote: Oops. I did not scroll down far enough in your message. Just saw your DSM.OPT Just add "SErvername T

ITIM to manage TSM accounts

2009-02-19 Thread Tram Nguyen
Hi, We're looking a way to manage the TSM nodes with ITIM (IBM Tivoli Identity Manager). Has anybody done this or know if it's possible? Any pointers are greatly appreciated. Many thanks in advance.

Export/Import node from one instance to another

2009-02-19 Thread Richard Mochnaczewski
Hi *, I'm experiencing some trouble trying to export all of one node's filespace from one TSM instance to another ( both instances located on the same machine ). I tried doing an export using the toserver option but what happens is that the filespace information is copied over with none of the

Re: Export/Import node from one instance to another

2009-02-19 Thread Shawn Drew
This has always been a reliable operation for me. If the activity log isn't indicating a problem with storage you might have a database issue. IBM support is definitely the right way to go with this. Regards, Shawn Shawn Drew Internet richard.

Netware client settings

2009-02-19 Thread Ramiro Ruiz
Hello, bellow are the settings of one of my Netware 6.5 SP7 TSM client 5.5.1 the server is backing up to disk over the network, and it is much slower than other sever with the same setting that is getting backed up to tape. I looked at some docs and tweiked the OS. Any tips? are my TCPw and TC

Re: Export/Import node from one instance to another

2009-02-19 Thread Andrew Carlson
Sorry, meant to say defaults to filedata=no. On Thu, Feb 19, 2009 at 2:17 PM, Andrew Carlson wrote: > It looks like the filedata parameter defaults to filedata=all. You either > need to say filedata=all or look at that parameter in the help and decide > what you need. If you have that, then it

Re: Export/Import node from one instance to another

2009-02-19 Thread Andrew Carlson
It looks like the filedata parameter defaults to filedata=all. You either need to say filedata=all or look at that parameter in the help and decide what you need. If you have that, then it might be time to call IBM. On Thu, Feb 19, 2009 at 1:42 PM, Richard Mochnaczewski < richard.mochnaczew...@s

TSM-Client starts wrong scheduler

2009-02-19 Thread romojames
Have you checked the activity log. The AL would provide more information on what the problem might be. I addition to what others have suggested, is this a cluster node? Remember, for cluster nodes both nodes have to be set up exactly the same and you need to make sure the cluster resources are s

Re: Re: AIX to RHEL command

2009-02-19 Thread David Bronder
Zoltan Forray/AC/VCU wrote: > > After talking with my AIX->now Linux guy to confirm, the basic answer is > "there isn't any equivalent". > > Basically, look at the \var\log directory. Files like "messages" contain > recent errors,etc. This is largely correct (/var/log, though -- forward slashes :

Re: AIX to RHEL command

2009-02-19 Thread km
Depends on what you are looking for, but since errpt is mostly about hardware errors the command 'dmesg' would be the most equivalent. That's the output of the kernel message buffer which includes among other things hba, tape and other drivers. You would normally find this in /var/log/dmesg as well

Re: 4 spindles for db: best performing setup

2009-02-19 Thread km
On 19/02, Allen S. Rout wrote: > >> On Thu, 19 Feb 2009 16:27:29 +0100, km said: > > > > RAID5 will give you the maximum amount of IOPS for the DB with disk > > redundancy, though 4 disks is on the low side. > > > TSM mirroring doesnt help performance when doing expiration or > > reclamation anywa

Re: 4 spindles for db: best performing setup

2009-02-19 Thread Mark Stapleton
From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of km >TSM mirroring doesnt help performance when doing expiration or reclamation >anyway which is what you want to optimize the DB for. TSM mirroring, however, DOES give one concrete benefit that OS or hardware mirroring can't

Re: Problem with Open File Support

2009-02-19 Thread Clark, Robert A
http://www-01.ibm.com/support/docview.wss?rs=663&tc=SSGSG7&uid=swg211971 33 Make sure you have the hotfixes mentioned on that page. (934016, 940349) [RC] -Original Message- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Yudi Darmadi Sent: Thursday, February 19,

Re: Problem with Open File Support

2009-02-19 Thread Andrew Raibeck
I also strongly advise installing current maintenance, as 5.4.0.2 is pretty old. There have been several defects fixed in OFS support in the current client levels, so it is possible these will alleviate the issues. Best regards, Andy Andy Raibeck IBM Software Group Tivoli Storage Manager Client