Re: Calculating amount of data being backed up every 24 hours.

2002-09-30 Thread Robert Dowsett

Hi


Thanks very much for your suggestions. They are really useful. I am going
to implement them as a script and create some nice graphs to put on the
web.

Thanks again
Rob

--

Robert Dowsett
Hydro IS Partner, Enterprise Server Team,
Visit Address: Akerbygget, Sandsliveien 251, Sandsli, Bergen
Mail address: P. O. Box. 7190, N50-20 Bergen.
Phone +47 - 5599 2507, Fax +47 - 5599 5020
Mobile: +47 - 91759732
--



Alan.Davenport@SEL
ECTIVE.COMTo: [EMAIL PROTECTED]
Sent by:  cc:
[EMAIL PROTECTED]Subject: Re: Calculating amount of 
data being backed up every 24
DUhours.


2002-09-27 17:32
Please respond to
ADSM-L






Hi Robert,

I use run this script every morning via a scheduled admin command to
list what was backed up the previous day. It's fairly simple but it allows
me to track things nicely:


Name   Line   Command

   Number
-- --

LIST_BACK- 10 select bytes,entity from summary where
activity='BACKUP' and
 UP_TOTALS (date(end_time)=date(current_date-1 day)) and
bytes0 order
   by bytes desc

   20 select sum(bytes) as total_bytes from summary
where
   activity='BACKUP' and
(date(end_time)=date(current_date-1
   day))


   Take care,
   Al

Alan Davenport
Senior Storage Administrator
Selective Insurance
[EMAIL PROTECTED]
(973) 948-1306

-Original Message-
From: Robert Dowsett [mailto:[EMAIL PROTECTED]]
Sent: Friday, September 27, 2002 7:47 AM
To: [EMAIL PROTECTED]
Subject: Calculating amount of data being backed up every 24 hours.


Hi everyone.

Does anyone have any suggestions regarding how to calculate how much data
is being handled by TSM every day ??

Ideally I would like to write a script which tells me how much data is
being backed up by TSM every day (in total), how much is going to disk
storage pools and how much is going to tape storage pools. The trouble is I
can't seem to think up a simple way to measure these statistics without
resorting to complicated select statements and mathematics.


Thanks in advance for your help.

Robert Dowsett



Calculating amount of data being backed up every 24 hours.

2002-09-27 Thread Robert Dowsett

Hi everyone.

Does anyone have any suggestions regarding how to calculate how much data
is being handled by TSM every day ??

Ideally I would like to write a script which tells me how much data is
being backed up by TSM every day (in total), how much is going to disk
storage pools and how much is going to tape storage pools. The trouble is I
can't seem to think up a simple way to measure these statistics without
resorting to complicated select statements and mathematics.


Thanks in advance for your help.

Robert Dowsett



Problems using dsmcad to launch scheduler

2002-04-29 Thread Robert Dowsett

Hi everyone.

We have recently been trying to use dsmcad on our SGI clients to handle
launching the dsmc sched process.

This works ok except that the dsmcad process echos all messages to the
client's console so that we get all the messages coming from the scheduler
displayed on the console. This output literally drowns out all the other
console messages.

When we start dsmcad we use the following command to redirect its output...
/usr/tivoli/tsm/client/ba/bin/dsmcad  1/dev/null 21


We have the following entries in our dsm.sys
  SCHEDLOGname   /var/adm/adsm/dsmsched.log
 Managedservices webclient schedule

The  /var/adm/adsm/dsmsched.log is written to each day with the output of
the scheduler (which is desirable).
We also get output from dsmcad in dsmwebcl.log.

Is there any way to stop the dsmcad process from writing to /dev/console??


Our setup:
TSM client v4.1.2.99/v4.2.0.0 for SGI
IRIX 6.5


Thanks in advance for your help

Robert Dowsett


IS Partner, Norsk Hydro



Re: Setting up event monitoring

2002-01-08 Thread Robert Dowsett

Hi everyone

Thanks for helping get going with event monitoring.

Best Regards

Robert Dowsett
Norsk Hydro IS Partner



Setting up event monitoring

2002-01-07 Thread Robert Dowsett

Hi everyone.

Does anybody have a list of important/critical events and server messages
which they have enabled for event monitoring which they would be willing to
share ?
This would save me a lot of time setting up our own event monitoring.
The aim is to monitor our 3.7.5 TSM server to make sure that it is healthy
and running ok.

Thanks in advance for your help

Robert Dowsett
Norsk Hydro IS Partner



Urgent - Problem with importing node/policy

2001-12-21 Thread Robert Dowsett

Hi everyone

Is it possible to successfully import node / import policies into a version
3.7 TSM server when the nodes and policies were exported from a 4.1
server?? If it makes any difference the exporting client is 64 bit.

We run into (invalid record format) errors when trying this .


Thanks in advance for your help

Robert Dowsett
Norsk Hydro IS Partner



Re: Problem sending SNMP traps

2001-11-28 Thread Robert Dowsett

Thanks for your help

 Both the dsmsnmp and the dpid2 processes are running, but no snmp traps
received yet!:

ps -ef | grep snmp
root 22896  9548   0   Nov 21  -  0:33 /usr/sbin/snmpd
root 23232 56828   0 15:47:32 pts/16  0:00 ./dsmsnmp
root 24258 23232   0 15:47:32 pts/16  0:00 ./dsmsnmp
root 39198 45362   1 09:09:05 pts/19  0:00 grep snmp

ps ef | grep dpid2
root  7012  9548   0   Jun 18  -  0:03 /usr/sbin/dpid2
root 25710 45362   0 09:21:47 pts/19  0:00 grep dpid


   do you have your dsmsnmp agent running ? ? ? (found in the server
   install
   directory)from your messages, it looks like you probably don't have the
   dsmsnmp agent
   running...

   Is the DPID2 process running? As far as I understand, the
   communication goes
   like this:

   TSM - DSMSNMP - DPID2 - SNMPD



   Patrick Varney
   Pacific Gas  Electric Company
   Fairfield Information Operations Center (FFIOC)
   Enterprise Services  Group (ESG), Senior Network Specialist

   -Original Message-
   From: Robert Dowsett [mailto:[EMAIL PROTECTED]]
   Sent: Tuesday, November 27, 2001 7:14 AM
   To: [EMAIL PROTECTED]
   Subject: Problem sending SNMP traps


   Hi everyone

   I have recently been trying to set up eventlogging on TSM via SNMP.

   Our setup:
   TSM server 3.7.5, aix 4.3.3

   I've added dsmserv.opt to include commethod snmp and the snmpsubagent
   parameter points to the local host (where snmpd runs) using a configured
   community name.

   I ran:  begin eventlogging  enable event snmp all
   q eventrules gives the following:
   enable events snmp all


   The dsmsnmp process is running and is, I believe, successfully
   communicating with the agent (snmpd).
   Snmpd is successfully sending out non-TSM traps which get collected by
   the
   trapd on our monitoring system.

   We receive NO events from TSM via SNMP.

   TSM seems to have a problem maintaining a connection with the subagent
   (using port 1521). According to netstat port 1521 is not in use by any
   other process. We get these error messages (repeating every 5 minutes
   for
   roughly one hour) when we restart the TSM server:

   11/21/01   15:08:41  ANR4660I Connected to SNMP subagent at
   127.0.0.1
   on port
 1521.
   11/21/01   15:08:41  ANR4663W Failure receiving message from SNMP
   subagent.
   11/21/01   15:08:41  ANR4664W Failure in registering with SNMP
   subagent.
   11/21/01   15:13:41  ANR4660I Connected to SNMP subagent at
   127.0.0.1
   on port
 1521.
   11/21/01   15:13:41  ANR4663W Failure receiving message from SNMP
   subagent.
   11/21/01   15:13:41  ANR4665W Failure re-trying registration with
   SNMP
 subagent.

   Has anyone got any ideas or suggestions as to why TSM is not sending out
   events as SNMP traps??

   Thanks in advance for your help

   Robert Dowsett
   Norsk Hydro



Problem sending SNMP traps

2001-11-27 Thread Robert Dowsett

Hi everyone

I have recently been trying to set up eventlogging on TSM via SNMP.

Our setup:
TSM server 3.7.5, aix 4.3.3

I've added dsmserv.opt to include commethod snmp and the snmpsubagent
parameter points to the local host (where snmpd runs) using a configured
community name.

I ran:  begin eventlogging  enable event snmp all
q eventrules gives the following:
enable events snmp all


The dsmsnmp process is running and is, I believe, successfully
communicating with the agent (snmpd).
Snmpd is successfully sending out non-TSM traps which get collected by the
trapd on our monitoring system.

We receive NO events from TSM via SNMP.

TSM seems to have a problem maintaining a connection with the subagent
(using port 1521). According to netstat port 1521 is not in use by any
other process. We get these error messages (repeating every 5 minutes for
roughly one hour) when we restart the TSM server:

11/21/01   15:08:41  ANR4660I Connected to SNMP subagent at 127.0.0.1
on port
  1521.
11/21/01   15:08:41  ANR4663W Failure receiving message from SNMP
subagent.
11/21/01   15:08:41  ANR4664W Failure in registering with SNMP
subagent.
11/21/01   15:13:41  ANR4660I Connected to SNMP subagent at 127.0.0.1
on port
  1521.
11/21/01   15:13:41  ANR4663W Failure receiving message from SNMP
subagent.
11/21/01   15:13:41  ANR4665W Failure re-trying registration with SNMP
  subagent.

Has anyone got any ideas or suggestions as to why TSM is not sending out
events as SNMP traps??

Thanks in advance for your help

Robert Dowsett
Norsk Hydro