TSM Storage agent performance


 
Thread Tools Search this Thread
Operating Systems Solaris TSM Storage agent performance
# 1  
Old 04-15-2008
TSM Storage agent performance

Guys,

I have TSM Lanfree on a 5220, Being an AIX Admin I'm looking for help on Solaris.

Detailed Monitoring provided by Teamquest.

The problem is that although the 'root' owned 'dsmsta quiet' process is apparently using 27 software threads they never add up to more than 1/64th of the available CPU capability (apparently 1 hardware thread). Clearly limited like that the Sytorage agent is not going to be an effective datamover process. I cannot find anything in TSM to influence this. So is there something I need to get set or changed in the OS settings to free me of this limitation.

THanks guys.

You can reach me at the_sunburned_guy@a_nice_beach_in_Hawaii.surfin {I wish}

SteveC.
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. AIX

Performance metrics between Dual Storage IOA versus other drive configurations

Greetings! We ordered a bunch of P7s as part of a hardware upgrade and I was made aware of the Dual Storage IOA configuration. This is something we hadn't fully considered and I was wondering if anyone had done any performance tests using this setup. All our IBM rep told us was "it's slower" and... (1 Reply)
Discussion started by: Mike Brendan
1 Replies
Login or Register to Ask a Question
cfengine(8)						      System Manager's Manual						       cfengine(8)

NAME
cfrun - Execute remote cfagents SYNOPSIS
/usr/sbin/cfrun [options] DESCRIPTION
cfengine is a language based system specifically designed for testing and configuring unix-like systems attached to a TCP/IP network. cfrun is a tool for executing one or more remote agents; it contacts the cfservd daemon running on a remote host, which (in turn) starts an authorized agent. Cfrun cannot be used to send instructions to a remote agent, but it can be used to flag certain aspects to the agent's existing policy for special attention.. The command line options for cfrun are slightly unusual. They are separated into three sections: options to the cfrun program, options to the remote cfagent (with some security restrictions) and finally classes or flags to the remote agent. EXAMPLES
cfrun specialhost1 specialhost2 -- --verbose -- solaris In this example, we contact hosts specialhost1 specialhost2 by name, and ask them to execute cfagent with the --verbose flag, if the class solaris is not defined. cfrun specialhost1 --verbose -- -- solaris In this example the verbose flag is sent to cfrun rather than to the remote agent. No options are sent to the remote agents. The class specifier is sent to all the agents so that they may determine whether they fulfill the required class membership for execution. The default behaviour is to execute cfagent serially on all hosts listed in the cfrun.hosts file. FILES
cfrun read a configuration file cfrun.hosts which must contain a list of every potentially contactable host. AUTHOR
Mark Burgess, Oslo University College INFORMATION
http://www.cfengine.org Maintenance Commands cfengine(8)