Some backups disappearing from event log?

2000-09-14 Thread Daniel Swan/TM
My manager came to me today with an interesting problem: It appears that the event logs that are sent to him at 8am, and again at 5pm, differ in that the second lacks some events reported on the earlier server. As far as I can tell, this may be because I made a change to the schedule in question

Determining Capacity on ADSM?

2000-09-19 Thread Daniel Swan/TM
How do I determine how many physical slots my 3494 library has? How do I determine how many tapes are offsite? How do I determine how many tapes total I have? How do I determine the average capacity per tape? Thanks for any help, Dan.

Re: Determining Capacity on ADSM?

2000-09-19 Thread Daniel Swan/TM
Very helpful answers, Joshua. All were right on the money. I have two questions though: 1: Which table contains the data "estimated capacity". I want to create an SQL statement to find out how much average I'm getting out of each tape. 2: Where can I find a man page for mtlib? (A previous

Another ADSM capacity question

2000-09-20 Thread Daniel Swan/TM
How do I find out the total storage used by a node, and what are the best ways to break that down into useful information as to what is making up that total? I've got a node that appears to be taking up more space than it should, and need to find out why.

Re: Another ADSM capacity question

2000-09-20 Thread Daniel Swan/TM
Brian, my ADSM server choked on your SQL statement... it didn't like the "as". However, I did work this out on my own: select node_name, sum(capacity * (PCT_UTIL/100)) from filespaces group by node_name It works the way I want it to, but I'd like to round the result... I tried a few obvious syn

Re: Another ADSM capacity question

2000-09-20 Thread Daniel Swan/TM
Brian, your SQL statement worked like a charm, however, I am having trouble reconciling the difference between the following outputs, which I think should be the same: adsm> select total_MB from auditocc where node_name='U1_APPS' TOTAL_MB --- 7396917 ---AND--- adsm> select node_name, c

Re: Another ADSM capacity question

2000-09-20 Thread Daniel Swan/TM
doesnt do any percentages and so on - so just for a set of > totals > my command works ok and the figures are ok > > Regards, > > Brian Johnson > 212 647 3557 > > > -Original Message- > > From: Daniel Swan/TM [SMTP:[EMAIL PROTECTED]] > > Sent: Wedn

Deleting tapes from DRM?

2000-09-25 Thread Daniel Swan/TM
Here's the deal, we've got tons of tapes offsite, that are recalled daily as the data expires, and tapes are reclaimed. Unfortunately, we've ran out of space inside of the tape library, and are unable to put the tapes back in, and the tapes are sitting beside the library. Each day, a list is gen

Re: How long does a HALT take?

2000-09-28 Thread Daniel Swan/TM
> -Original Message- > From: Walker, Lesley R [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, September 26, 2000 9:35 PM > To: [EMAIL PROTECTED] > Subject: How long does a HALT take? > > I suppose it's like asking "how long is a piece of string", but, here's > the > question: > Mi

Re: Database Corrupted after Full Restore (TDP for Exchange)

2000-09-28 Thread Daniel Swan/TM
For archives, see: www.adsm.org > -Original Message- > From: Claudio Cofre Caro [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, September 28, 2000 8:48 AM > To: [EMAIL PROTECTED] > Subject: Re: Database Corrupted after Full Restore (TDP for Exchange) > > Hi Del, > > The FIXTEST 1.1

Tracking restores?

2000-09-28 Thread Daniel Swan/TM
How can I track client restores from a cental location?

Re: Tracking restores?

2000-09-28 Thread Daniel Swan/TM
u may look at them: > > q restore > > > -- > Joshua S. Bassi > Senior Technical Consultant > Symatrix Technology, Inc. > [EMAIL PROTECTED] > > -Original Message- > From: ADSM: Dist Stor Manager [mailto:[EMAIL PROTECTED]]On Behalf Of > Daniel Swan/TM > Se

Question on event logging and exceptions.

2000-09-29 Thread Daniel Swan/TM
To keep on top of backup failures, I have written a small perl scrip that does a "q ev" every ten minutes, and pages me if there is an exception. It has just ocurred to me, however, that often backups do not become marked as an exception until long after they were expected to start. In the case

Re: Tracking restores?

2000-09-29 Thread Daniel Swan/TM
Regarding restores, I'd like to thank everyone for their input. I have no found out how to determine when a client asked for a restore, and how much data was transferred, but I am unable to tell WHAT was transfefred, and hold old the data restored was. Is there any way to glean this data from a

Statistics on age of restored files?

2000-10-02 Thread Daniel Swan/TM
Does anyone have any ballpark statistics on the average age of files that are being restored? That is, I am curious to see if a file is most likely to be restored one day after creation, one week, two weeks, or six months. Any data, speculation, or statistics appreciated. Daniel Swan HP Unix T

Capacity figures not quite working out...why?

2000-10-02 Thread Daniel Swan/TM
I've calculated my capacity as follows, but the numbers don't jibe. Here are how I calculate. 1) Total offsite: select count(*) from drmedia 2) Total tapes: select count(*) from volumes where devclass_name='DEV3590' 3) Total Scratch: select count(*) from libvolumes where status ='Scratch' 4)

Re: Question

2000-10-03 Thread Daniel Swan/TM
Yes, and Richard Sims posted an excellent script here last week which well help read the data-rich dsmaccnt file. Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 403-530-1726 fax: 403-530-1066 > -Original Message- > From: Anton Herrero, Angel [SMTP:[EMAIL PRO

Re: Apparently succesfull schedule return "failed"

2000-10-03 Thread Daniel Swan/TM
It could be that the backup took longer than it's assigned duration... this one always annoys me, as it sends the managers into a frenzy when they get their reports. I'd much rather it say 'warning' or some such thing. Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 40

Industry Statistics regarding # of daily exceptions?

2000-10-11 Thread Daniel Swan/TM
Gents and ladies, I'd like an idea of how many exceptions you see on a daily basis, how many clients total you have, as well as the degree of flux your site is in. My own site is in constant flux, with upgrades/migrations going on constantly, and a couple of new nodes per week. I get about 1 ex

Re: Help Please :0)

2000-10-12 Thread Daniel Swan/TM
Although I agree with the seniment of throwing it out, you may want to trade it in... I know we keep out tapes, as some manufacturers guarantee forever, and will replace (At least from what I have been told). At $100 per tape, it's a quick way to save some ADSM bucks. Daniel Swan HP Unix Team

Scripts/Tools to monitor drive usage?

2000-10-18 Thread Daniel Swan-TM
For the sake of capacity planning, I'd like to monitor my drive usage, and find out at what times we are maxed, and for how long. I'm thinking a combo of a cron job that does a 'q mount' every 10 minutes, to gather the information, and then using gnuplot or excel to plot it. But before I go abou

stale dsmstat processes?

2000-10-19 Thread Daniel Swan-TM
I've noticed that after time, my HP-UX 11 servers build up stale 'dmstat' processes that havn't been used in several days. Anyone have any idea what these are, and why they don't go away on their own?

Re: Tivoli TMS (ADSM) vs Veritas Netbackup

2000-11-04 Thread Daniel Swan-TM
A fellow I know works for a consulting company the specializes in the installation and configuration of backup hardware and software has worked with both products. When asked which is superior, he says "off the record... adsm by far is superior". OTOH, netbackup may be better suited to smaller e

Seeking Senior *SM administrator in Calgary, Alberta, Candada.

2000-11-08 Thread Daniel Swan-TM
My manager say's he's gonna buy me an ADSM mentor for Xmas, if I can track one down. I'm unable to provide any info as to reloc allow, salary, but these details can be worked out. Reply to sending address if interested.

Re: Include dsmadmc command in a Korn Script

2000-11-16 Thread Daniel Swan-TM
An imperfect way is to have another file elsewhere contain the passwords, and have your korn shell script read the file. $pass=tail -1 /var/tmp/dsmaccess $user=head -1 /var/tmp/dsmaccess dsmadmc -id=$user -pa=$pass > -Original Message- > From: Ruth Robertson [SMTP:[EMAIL PROTECTED]]

ADSM, throughput, and exchanging ATM for 100MB Ethernet.

2000-11-22 Thread Daniel Swan-TM
This weekend, our ATM segment will be retired, and we will be falling back on our 100MB Ethernet. Our server is constantly doing backups, and generally carrying a high load. Our local network architect doesn't think this will have a significant impact, but I am unconvinced. Does anyone out ther

So long all, and thanks for your assistance.

2000-12-01 Thread Daniel Swan-TM
I'm going to be signing off the list later this afternoon, but just want to take a moment to say 'bye' to everyone. I'd like to thank everyone on this list for all of the help and guidance you've given. I've been very impressed with the level of skill and professionality on this list. In the ne

Re: Deleting Node.

2000-08-03 Thread Daniel Swan/TM
Agreed, Shekhar... I have received incredible useful advice from many people on this list. Too many to thank individually. It will be a pleasure to contribute some knowledge back as I get more experience. Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 403-530-1726 fa

Help with scheduling ADSM tasks into blocks of time.

2000-08-08 Thread Daniel Swan/TM
I'm re-engineering our schedule, and I'd like to dedicate blocks of time to particular tasks. I think I have a rough understanding of what I require, but please tell me if I am missing anything. Of course, you folks don't know my exact requirements, but if anything jumps out at your that seems

Hail the power of SQL!

2000-08-09 Thread Daniel Swan/TM
Today I've been learning SQL to help gather info about my ADSM setup, and I'm absolutely ecstatic it's power and flexibility. A week ago, a 'SQL for ADSM' cheat sheet would have been indispensible to me, but I didn't know of one. Does such a thing exist? If it doesn't, I think I'll write one up

Re: How to delete un-needed Filespace Names

2000-08-11 Thread Daniel Swan/TM
delete filespace nodname filespacename or delete filespace nodename * But be careful... typos can cost you. Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 403-530-1726 fax: 403-530-1066 > -Original Message- > From: Ken Sedlacek [SMTP:[EMAIL PROTECTED

Backing up open files under NT?

2000-08-14 Thread Daniel Swan/TM
I'm a fairly new ADSM admin with a Unix background, and the NT team has been insisting that ADSM doesn't backup open files, and that an add-on product is required to do so. This seems quite odd to me, but perhaps they know something I don't. OTOH, perhaps they have confused open files for runnin

Re: compatibility

2000-08-14 Thread Daniel Swan/TM
Isn't Signal 11 typically a symtom of bad memory, i/o timing, or other hardware flakiness? Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 403-530-1726 fax: 403-530-1066 > -Original Message- > From: Fluker, Tom R [SMTP:[EMAIL PROTECTED]] > Sent: Monday, Augus

SHRDYNAMIC or SHRSTATIC?

2000-08-14 Thread Daniel Swan/TM
I am presently reviewing our backup policies, and I see that we are using SHRSTATIC, but it seems to me it would make more sense to use SHRDYNAMIC, which eventually forces the backup of open files. Is there a reason not to use SHRDYNAMIC? Best regards, Dan.

Re: Disaster Recovery Manager Withdrawal?

2000-08-15 Thread Daniel Swan/TM
I don't think I'd ever suffer Disaster Recovery Manager Withdrawl, but if you do, there are treatments available.

Re: SHRDYNAMIC or SHRSTATIC?

2000-08-15 Thread Daniel Swan/TM
up while open the first time. > > Kelly J. Lipp > Storage Solutions Specialists, Inc. > PO Box 51313 > Colorado Springs CO 80949-1313 > (719) 531-5926 > Fax: (719) 260-5991 > Email: [EMAIL PROTECTED] > www.storsol.com > www.storserver.com > > > -Original Mess

Re: SHRDYNAMIC or SHRSTATIC?

2000-08-15 Thread Daniel Swan/TM
, and why? Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 403-530-1726 fax: 403-530-1066 > -Original Message- > From: Kelly J. Lipp [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, August 15, 2000 10:39 AM > To: 'Daniel Swan/TM'; [EMAIL PR

Possible reasons for "Missed" backups?

2000-08-17 Thread Daniel Swan/TM
Using the QUERY EVENT command, I see a list of completed, missed, and failed backups. I assume that the 'missed' are due to a defunct/inactive client scheduler, or a loss of connectivity to the host. Are there other possible reasons, perhaps scheduling oriented or otherwise, to explain why a cli

AIX Virii. WAS: RE: missing schedule

2000-08-30 Thread Daniel Swan/TM
AIX Virii do exist, but mostly in development scenarios, or virus 'zoos'. Getting them to spread is problematic, because: A) Most software is provided by the vendor, not 'borrowed from my buddy jake', or downloaded from the ftp site at 'warezpirates.com'. B) AIX servers tend to exist as island

Re: MS Exchange Incremental Backups

2000-09-08 Thread Daniel Swan/TM
Daniel Swan HP Unix Team ISM-BC 3030 2nd Ave SE Calgary, AB, T2A 5N7 ph. 403-530-1726 fax: 403-530-1066 > -Original Message- > From: Fenstermaker,Bob [SMTP:[EMAIL PROTECTED]] > Sent: Friday, September 08, 2000 10:22 AM > To: [EMAIL PROTECTED] > Subject: Re: MS Exchange Increment

Monitoring, and Generating alerts from ADSM.

2000-09-08 Thread Daniel Swan/TM
My org has determined that they'd like to incorporate ADSM into our existing alert infrastructure. I figure it's a matter of parsing the event log, formatting the information, and writing it to a logfile. The logfile is then read by a daemon, and forwarded to the Alert/Logging server. Failed/m

How does ADSM Map nodenames to IP's?

2000-09-13 Thread Daniel Swan/TM
I have a nodename, prodwf01, that backs up successfully each day. However, the hostname 'prodwf01' isn't resolved by either DNS, nor does it exist in the host file. The client scheduler is set to 'prompted'. How the heck is ADSM getting in touch with prodwf01? How is the nodename resolving to

Re: FW: Losing connection--help!

2000-09-13 Thread Daniel Swan/TM
We had a similar, *HELLISH* connectivity problem at my site... it was a massive pain in the butt to pinpoint, much less diagnose. The symptoms were many concurrent SQLbacktrack connexions that would initiate, and die, within one second, and then re-initiate, and re-die. This would go on for hour

Re: How does ADSM Map nodenames to IP's?

2000-09-13 Thread Daniel Swan/TM
; > server? This is located in the dsm.opt file (or dsm.sys) on the client > > machine. > > > > > > Regards, > > > > Sean M. English > > Distributed Support Services/ADSM > > IBM Global Services South, Charlotte, NC > > > > > >