From MAILER-DAEMON Thu Oct 3 10:00:58 2002 Date: 03 Oct 2002 10:00:58 -0400 From: Mail System Internal Data Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA Message-ID: <1033653658@bmsaix.bmsi.com> X-IMAP: 1017442570 0000002657 Status: RO This text is part of the internal format of your mail folder, and is not a real message. It is created automatically by the mail system software. If deleted, important folder data will be lost, and it will be re-created with the data reset to initial values. From stuart@bmsi.com Tue Jan 18 13:34:00 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id NAA20900 for ; Tue, 18 Jan 2000 13:34:00 -0500 Received: from bmsi.com (sdg [219.109.11.34]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id NAA27630; Tue, 18 Jan 2000 13:33:17 -0500 Message-ID: <3884B1EC.366F693D@bmsi.com> Date: Tue, 18 Jan 2000 13:33:16 -0500 From: "Stuart D. Gathman" Organization: Business Management Systems, Inc. X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Collinson Subject: AIX backup command and atime Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Status: RO X-Status: X-Keywords: X-UID: 166 Your article on "The Time" in "Server/Workstation Expert" reminds me of a minor by persistently annoying problem we have had for some time. Since this magazine replaces our "RS6000" subscription, I hope the AIX specific nature of the problem is appropriate. First the background: AIX 3.2 used the 'pax' command for a system backup. This had an option to preserve the 'atime' field of files. AIX 4.x uses the 'backup' command for system backup. There is a good reason - this command preserves all AIX file metadata including ACLs and 'pax' does not. Unfortunately, the backup command has no option to preserve the 'atime' field of files. As a result, all files on our system have been accessed within 24 hours. Typically around 2am. This is bad news because the atime field used to be handy for identifying files which no longer need to be online - and could be archived to tape. In addition, although 'backup' correctly stores the times and other metainformation for directories, the 'restore' program does not restore atime or mtime for directories or symlinks! Are you aware of any solution to this problem? Besides purchasing IBM's 'sysback', that is - which is way overkill and overpriced for our small insallations. We have a small utility that provides a more complete listing of the contents of a system backup tape than provided by 'restore'. We also keep a small text file in the root directory which contains the tapeid and usage history of each tape. The listing of each tape is kept in a catalog directory in files named by tapeid. This produces a very simple but effective tape catalog. We can search for all versions of a file on tape with 'grep'. A solution to losing the directory times is to run an additional pass over the tape after restoring with our tape listing utility to retrieve the times and restore them. This is time consuming and yuccky. A solution to stomping on the atimes could also be to extract the atimes from the archive (they are correctly saved) after the backup and restore those atimes which have been changed to be between the backup start and end. This is not a very attractive solution either. -- Stuart D. Gathman Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Microsoft is the QWERTY of Operating Systems" - SDG "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. (HINT: Find a translation of the "Dies Irae".) From pc@hillside.co.uk Tue Jan 18 13:42:32 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id NAA19212 for ; Tue, 18 Jan 2000 13:42:31 -0500 Received: from craggy.hillside.co.uk (craggy.hillside.co.uk [194.205.42.1]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id NAA25894 for ; Tue, 18 Jan 2000 13:42:29 -0500 Received: from craggy (localhost [127.0.0.1]) by craggy.hillside.co.uk (8.9.3+Sun/8.9.3) with ESMTP id SAA05727 for ; Tue, 18 Jan 2000 18:42:27 GMT Message-Id: <200001181842.SAA05727@craggy.hillside.co.uk> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Stuart D. Gathman" Subject: Re: AIX backup command and atime In-reply-to: Your message of Tue, 18 Jan 2000 13:33:16 -0500 . <3884B1EC.366F693D@bmsi.com> X-url: http://www.hillside.co.uk X-url: http://www.cantweb.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 18 Jan 2000 18:42:26 +0000 From: Peter Collinson Status: RO X-Status: A X-Keywords: X-UID: 167 Sounds like this is all a crock of .... Have you thought of writing a file scanner that saves the times of the complete tree in a known file - JUST before the backup is run. This should be reasonable quick to retrieve file information from when you restore files. If the backup command is hitting the atimes - then you could put them back after backup is run - this may screw up backup. Alternatively, can you simply port a publically available dump/restore program onto the system? Peter Collinson From stuart@bmsi.com Thu Jan 20 14:32:08 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id OAA43556 for ; Thu, 20 Jan 2000 14:32:08 -0500 Received: from bmsi.com (sdg [219.109.11.34]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id OAA16810; Thu, 20 Jan 2000 14:31:37 -0500 Message-ID: <38876299.ADEC1C38@bmsi.com> Date: Thu, 20 Jan 2000 14:31:37 -0500 From: "Stuart D. Gathman" Organization: Business Management Systems, Inc. X-Mailer: Mozilla 4.7 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Peter Collinson Subject: Re: AIX backup command and atime References: <200001181842.SAA05727@craggy.hillside.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Status: RO X-Status: X-Keywords: X-UID: 176 Peter Collinson wrote: > Sounds like this is all a crock of .... > > Have you thought of writing a file scanner that saves the times of the > complete tree in a known file - JUST before the backup is run. This should be > reasonable quick to retrieve file information from when you restore files. The atime is stored correctly in the backup. The complete archive is read after every backup to both verify the tape and build the catalog file. So this information is already available. > If the backup command is hitting the atimes - then you could put them back > after backup is run - this may screw up backup. This seems to be the only work around. I can build it into the program that reads the archive to verify the tape and write the catalog. I was hoping you knew a better way. > Alternatively, can you simply port a publically available dump/restore program > onto the system? The dump/restore *must* preserve all AIX file system metadata. This is a bootable system backup. If I switch restore utilities, I then have to modify the system restore bootstrap code - and make sure it is bullet proof. I could use a replacement for 'backup' that preserves atime - provided the archive is completely compatible with 'restore'. Do you know of any? -- Stuart D. Gathman Business Management Systems Inc. Phone: 703 591-0911 Fax: 703 591-6154 "Microsoft is the QWERTY of Operating Systems" - SDG "Confutatis maledictis, flammis acribus addictis" - background song for a Microsoft sponsored "Where do you want to go from here?" commercial. (HINT: Find a translation of the "Dies Irae".) From pc@hillside.co.uk Thu Jan 20 16:35:46 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id QAA31510 for ; Thu, 20 Jan 2000 16:35:45 -0500 Received: from craggy.hillside.co.uk (craggy.hillside.co.uk [194.205.42.1]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id QAA03816 for ; Thu, 20 Jan 2000 16:35:43 -0500 Received: from craggy (localhost [127.0.0.1]) by craggy.hillside.co.uk (8.9.3+Sun/8.9.3) with ESMTP id VAA14242 for ; Thu, 20 Jan 2000 21:35:41 GMT Message-Id: <200001202135.VAA14242@craggy.hillside.co.uk> X-Mailer: exmh version 2.1.1 10/15/1999 To: "Stuart D. Gathman" Subject: Re: AIX backup command and atime In-reply-to: Your message of Thu, 20 Jan 2000 14:31:37 -0500 . <38876299.ADEC1C38@bmsi.com> X-url: http://www.hillside.co.uk X-url: http://www.cantweb.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 20 Jan 2000 21:35:41 +0000 From: Peter Collinson Status: RO X-Status: X-Keywords: X-UID: 177 I presume that AIX file systems have ACLs and the like which makes it difficult. I have no direct experience of your need so cannot say if there is anything that fulfils it. Sorry. Peter Collinson From root@acustomsbroker.com Thu Mar 21 02:00:31 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L70QOC035476; Thu, 21 Mar 2002 02:00:27 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L70JkY032294; Thu, 21 Mar 2002 02:00:19 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2L70J729594; Thu, 21 Mar 2002 02:00:19 -0500 Date: Thu, 21 Mar 2002 02:00:19 -0500 From: root Message-Id: <200203210700.g2L70J729594@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc backup Status: RO X-Status: X-Keywords: X-UID: 1841 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Mar 21 02:00:00 EST 2002 BMS backup Thu Mar 21 02:00:19 EST 2002 Tape Id: abc0002 The backup tape has not been changed. Please change the tape. Backup aborted. From root@acustomsbroker.com Fri Feb 15 02:51:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1F7pmhw034304; Fri, 15 Feb 2002 02:51:48 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g1F7pkkY066588; Fri, 15 Feb 2002 02:51:47 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g1F7pkk04780; Fri, 15 Feb 2002 02:51:46 -0500 Date: Fri, 15 Feb 2002 02:51:46 -0500 From: root Message-Id: <200202150751.g1F7pkk04780@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 1842 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Feb 15 02:00:00 EST 2002 BMS backup Fri Feb 15 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Fri Feb 15 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Feb 15 02:01:13 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/log/firewall.log: file changed as we read it tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1348290560 (1.3GB, 905kB/s) tar: Error exit delayed from previous errors 1455.82s real 4.25s user 22.97s system Rewind Tape Fri Feb 15 02:25:29 EST 2002 BMS backup Fri Feb 15 02:26:52 EST 2002 Verify backup Fri Feb 15 02:26:52 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Feb 15 02:51:45 EST 2002 **** Usage Log: **** Uses: 14 Backup Date: Thu Jan 31 02:00:24 EST 2002 Backup Date: Tue Jan 15 02:00:24 EST 2002 Backup Date: Wed Dec 12 02:00:24 EST 2001 Backup Date: Fri Nov 30 02:00:24 EST 2001 Backup Date: Wed Nov 14 02:00:24 EST 2001 From root@acustomsbroker.com Thu Feb 28 02:53:31 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1S7rUhw039666; Thu, 28 Feb 2002 02:53:30 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g1S7rMkY028038; Thu, 28 Feb 2002 02:53:28 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g1S7rLw29431; Thu, 28 Feb 2002 02:53:21 -0500 Date: Thu, 28 Feb 2002 02:53:21 -0500 From: root Message-Id: <200202280753.g1S7rLw29431@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 1843 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Feb 28 02:00:00 EST 2002 BMS backup Thu Feb 28 02:00:20 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Thu Feb 28 02:00:20 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Feb 28 02:01:05 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1373143040 (1.3GB, 905kB/s) 1480.80s real 4.77s user 24.43s system Rewind Tape Thu Feb 28 02:25:46 EST 2002 BMS backup Thu Feb 28 02:27:30 EST 2002 Verify backup Thu Feb 28 02:27:30 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Thu Feb 28 02:53:21 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Wed Feb 13 02:00:24 EST 2002 Backup Date: Sat Jan 26 02:00:20 EST 2002 Backup Date: Sat Jan 12 02:00:21 EST 2002 Backup Date: Fri Dec 28 02:00:20 EST 2001 Backup Date: Tue Dec 11 02:00:20 EST 2001 From root@acustomsbroker.com Tue Mar 5 02:52:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g257qChw023138; Tue, 5 Mar 2002 02:52:12 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g257qAkY009048; Tue, 5 Mar 2002 02:52:11 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g257qA019036; Tue, 5 Mar 2002 02:52:10 -0500 Date: Tue, 5 Mar 2002 02:52:10 -0500 From: root Message-Id: <200203050752.g257qA019036@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 1844 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Mar 5 02:00:00 EST 2002 BMS backup Tue Mar 5 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue Mar 5 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Mar 5 02:01:09 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1357148160 (1.3GB, 906kB/s) 1462.53s real 4.35s user 23.18s system Rewind Tape Tue Mar 5 02:25:31 EST 2002 BMS backup Tue Mar 5 02:27:03 EST 2002 Verify backup Tue Mar 5 02:27:03 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Mar 5 02:52:10 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Wed Jan 16 02:00:24 EST 2002 Backup Date: Tue Jan 1 02:00:24 EST 2002 Backup Date: Thu Dec 13 02:00:24 EST 2001 Backup Date: Tue Dec 4 02:00:24 EST 2001 Backup Date: Thu Nov 15 02:00:24 EST 2001 From root@acustomsbroker.com Wed Mar 13 02:53:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2D7r7hw036364; Wed, 13 Mar 2002 02:53:08 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2D7qtkY024528; Wed, 13 Mar 2002 02:52:56 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2D7qt208844; Wed, 13 Mar 2002 02:52:55 -0500 Date: Wed, 13 Mar 2002 02:52:55 -0500 From: root Message-Id: <200203130752.g2D7qt208844@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 1845 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Mar 13 02:00:00 EST 2002 BMS backup Wed Mar 13 02:00:23 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Wed Mar 13 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Mar 13 02:01:16 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1362472960 (1.3GB, 903kB/s) 1472.99s real 4.35s user 22.91s system Rewind Tape Wed Mar 13 02:25:49 EST 2002 BMS backup Wed Mar 13 02:27:23 EST 2002 Verify backup Wed Mar 13 02:27:23 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Mar 13 02:52:54 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Sat Feb 23 02:00:23 EST 2002 Backup Date: Thu Jan 24 02:00:23 EST 2002 Backup Date: Wed Jan 9 02:00:24 EST 2002 Backup Date: Fri Dec 21 02:00:20 EST 2001 Backup Date: Fri Dec 7 02:00:21 EST 2001 From root@acustomsbroker.com Fri Mar 15 02:52:42 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2F7qehw032592; Fri, 15 Mar 2002 02:52:41 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2F7qXkY026684; Fri, 15 Mar 2002 02:52:34 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2F7qS420453; Fri, 15 Mar 2002 02:52:28 -0500 Date: Fri, 15 Mar 2002 02:52:28 -0500 From: root Message-Id: <200203150752.g2F7qS420453@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 1846 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Mar 15 02:00:00 EST 2002 BMS backup Fri Mar 15 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Fri Mar 15 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Mar 15 02:01:12 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1365698560 (1.3GB, 909kB/s) 1467.06s real 5.09s user 23.72s system Rewind Tape Fri Mar 15 02:25:40 EST 2002 BMS backup Fri Mar 15 02:27:10 EST 2002 Verify backup Fri Mar 15 02:27:10 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Fri Mar 15 02:52:27 EST 2002 **** Usage Log: **** Uses: 15 Backup Date: Tue Feb 12 02:00:24 EST 2002 Backup Date: Fri Jan 25 02:00:25 EST 2002 Backup Date: Thu Jan 10 02:00:24 EST 2002 Backup Date: Tue Dec 25 02:00:20 EST 2001 Backup Date: Sat Dec 8 02:00:23 EST 2001 From root@acustomsbroker.com Sat Mar 16 02:53:16 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2G7rFOC039502; Sat, 16 Mar 2002 02:53:15 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2G7r8kY028242; Sat, 16 Mar 2002 02:53:08 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2G7r7w28342; Sat, 16 Mar 2002 02:53:07 -0500 Date: Sat, 16 Mar 2002 02:53:07 -0500 From: root Message-Id: <200203160753.g2G7r7w28342@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 1847 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 16 02:00:00 EST 2002 BMS backup Sat Mar 16 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Sat Mar 16 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Mar 16 02:01:12 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1368023040 (1.3GB, 905kB/s) 1475.65s real 4.32s user 22.62s system Rewind Tape Sat Mar 16 02:25:48 EST 2002 BMS backup Sat Mar 16 02:27:30 EST 2002 Verify backup Sat Mar 16 02:27:30 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Sat Mar 16 02:53:07 EST 2002 **** Usage Log: **** Uses: 15 Backup Date: Tue Feb 26 02:00:24 EST 2002 Backup Date: Fri Jan 11 02:00:24 EST 2002 Backup Date: Thu Dec 27 02:00:24 EST 2001 Backup Date: Tue Nov 27 02:00:24 EST 2001 Backup Date: Sat Nov 10 02:00:24 EST 2001 From root@acustomsbroker.com Tue Mar 19 02:48:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2J7lxOC028664; Tue, 19 Mar 2002 02:47:59 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2J7lqkY026106; Tue, 19 Mar 2002 02:47:53 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2J7lqe12548; Tue, 19 Mar 2002 02:47:52 -0500 Date: Tue, 19 Mar 2002 02:47:52 -0500 From: root Message-Id: <200203190747.g2J7lqe12548@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 1848 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Mar 19 02:00:00 EST 2002 BMS backup Tue Mar 19 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Tue Mar 19 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Mar 19 02:01:13 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1240217600 (1.2GB, 906kB/s) 1336.13s real 4.40s user 23.91s system Rewind Tape Tue Mar 19 02:23:30 EST 2002 BMS backup Tue Mar 19 02:24:57 EST 2002 Verify backup Tue Mar 19 02:24:57 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Tue Mar 19 02:47:52 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Wed Mar 6 02:00:24 EST 2002 Backup Date: Sat Feb 16 02:00:24 EST 2002 Backup Date: Sat Feb 2 02:00:24 EST 2002 Backup Date: Thu Jan 17 02:00:23 EST 2002 Backup Date: Fri Jan 4 02:00:24 EST 2002 From root@acustomsbroker.com Wed Mar 20 02:48:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K7mBOC014474; Wed, 20 Mar 2002 02:48:11 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K7lxkY031616; Wed, 20 Mar 2002 02:48:05 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2K7ls220749; Wed, 20 Mar 2002 02:47:54 -0500 Date: Wed, 20 Mar 2002 02:47:54 -0500 From: root Message-Id: <200203200747.g2K7ls220749@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 1849 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Mar 20 02:00:00 EST 2002 BMS backup Wed Mar 20 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0002 Backup Date: Wed Mar 20 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Mar 20 02:01:12 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1242050560 (1.2GB, 905kB/s) 1339.81s real 4.20s user 24.06s system Rewind Tape Wed Mar 20 02:23:32 EST 2002 BMS backup Wed Mar 20 02:24:52 EST 2002 Verify backup Wed Mar 20 02:24:52 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Mar 20 02:47:54 EST 2002 **** Usage Log: **** Uses: 20 Backup Date: Fri Mar 8 02:00:24 EST 2002 Backup Date: Tue Feb 19 02:00:24 EST 2002 Backup Date: Thu Feb 7 02:00:24 EST 2002 Backup Date: Fri Jan 18 02:00:23 EST 2002 Backup Date: Sat Jan 5 02:00:24 EST 2002 From root@acustomsbroker.com Fri Mar 22 02:47:42 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M7leOC041156; Fri, 22 Mar 2002 02:47:40 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M7lXkY011512; Fri, 22 Mar 2002 02:47:34 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2M7lW001790; Fri, 22 Mar 2002 02:47:32 -0500 Date: Fri, 22 Mar 2002 02:47:32 -0500 From: root Message-Id: <200203220747.g2M7lW001790@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 1850 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Mar 22 02:00:00 EST 2002 BMS backup Fri Mar 22 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Fri Mar 22 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Mar 22 02:01:09 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1248471040 (1.2GB, 908kB/s) 1341.73s real 4.45s user 23.83s system Rewind Tape Fri Mar 22 02:23:31 EST 2002 BMS backup Fri Mar 22 02:24:45 EST 2002 Verify backup Fri Mar 22 02:24:45 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Mar 22 02:47:32 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Sat Mar 9 02:00:24 EST 2002 Backup Date: Wed Feb 20 02:00:24 EST 2002 Backup Date: Fri Feb 8 02:00:24 EST 2002 Backup Date: Wed Dec 19 02:00:24 EST 2001 Backup Date: Thu Dec 6 02:00:24 EST 2001 From root@acustomsbroker.com Sat Mar 23 02:47:51 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N7lnOC043010; Sat, 23 Mar 2002 02:47:50 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N7lhkY025706; Sat, 23 Mar 2002 02:47:43 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2N7lgT09068; Sat, 23 Mar 2002 02:47:42 -0500 Date: Sat, 23 Mar 2002 02:47:42 -0500 From: root Message-Id: <200203230747.g2N7lgT09068@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 1851 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 23 02:00:00 EST 2002 BMS backup Sat Mar 23 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Sat Mar 23 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Mar 23 02:01:09 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1251573760 (1.2GB, 905kB/s) 1351.62s real 4.28s user 23.59s system Rewind Tape Sat Mar 23 02:23:41 EST 2002 BMS backup Sat Mar 23 02:24:50 EST 2002 Verify backup Sat Mar 23 02:24:50 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Mar 23 02:47:41 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Tue Mar 12 02:00:24 EST 2002 Backup Date: Thu Feb 21 02:00:23 EST 2002 Backup Date: Sat Feb 9 02:00:23 EST 2002 Backup Date: Tue Jan 22 02:00:23 EST 2002 Backup Date: Tue Jan 8 02:00:24 EST 2002 From root Thu Aug 31 04:39:04 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id EAA41760 for bmsaix@bmsi.com; Thu, 31 Aug 2000 04:39:03 -0400 Date: Thu, 31 Aug 2000 04:39:03 -0400 From: root Message-Id: <200008310839.EAA41760@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix backup Status: RO X-Status: X-Keywords: X-UID: 1852 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 31 00:30:00 EDT 2000 mksysb backup Thu Aug 31 00:30:20 EDT 2000 /dev/rmt0: I/O error after 0 Kbytes, 0 files Tape Id: bmsaix Backup Date: Thu Aug 31 00:30:31 EDT 2000 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Aug 31 00:30:43 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai6015e2f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger4bc7e2f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC4bc7: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 31 02:38:26 EDT 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 35344. mksysb backup Thu Aug 31 02:39:19 EDT 2000 Dumpdate: Thu Aug 31 00:42:50 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18083 Aug 31 00:34 ./image.data -rw-r--r-- 1 root system 1928 Aug 31 00:30 ./tapeid.data Verify backup Thu Aug 31 02:39:31 EDT 2000 Segment 1-4: mksysb 2033811 Kbytes, 100821 files 88.0% Backup finished Thu Aug 31 04:39:02 EDT 2000 **** Usage Log: **** Uses: 0 From bmsaix.bmsi.com!root Tue Aug 25 03:05:22 1998 Return-Path: Received: from www.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m0zBDAP-0000peC; Tue, 25 Aug 98 03:05 EDT Received: from bmsaix by www.bmsi.com (AIX 4.1/UCB 5.64/4.03) id AA12568; Tue, 25 Aug 1998 03:05:14 -0400 Received: by bmsaix.bmsi.com (AIX 4.1/UCB 5.64/4.03) id AA32310; Tue, 25 Aug 1998 03:05:48 -0400 Date: Tue, 25 Aug 1998 03:05:48 -0400 From: root@bmsaix.bmsi.com Message-Id: <9808250705.AA32310@bmsaix.bmsi.com> To: bmsaix@bmsi.com, susan@bmsi.com Subject: bmsaix0025 mksysb backup X-Mozilla-Status: 8001 Status: RO X-Status: X-Keywords: X-UID: 1853 System Id: bmsaix Backup Started: Tue Aug 25 00:30:01 EDT 1998 Dumpdate: Tue Aug 18 00:41:42 1998 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16004 Aug 18 00:35 ./image.data -rw-r--r-- 1 root system 908 Aug 18 00:30 ./tapeid.data Tape Id: bmsaix0025 Backup Date: Tue Aug 25 00:30:26 EDT 1998 mksysb started Tue Aug 25 00:30:27 EDT 1998 bosboot: Boot image is 6174 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 18736. Rewind Tape Tue Aug 25 02:02:37 EDT 1998 Verify mksysb Tue Aug 25 02:02:38 EDT 1998 Dumpdate: Tue Aug 25 00:41:54 1998 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16004 Aug 25 00:35 ./image.data -rw-r--r-- 1 root system 950 Aug 25 00:30 ./tapeid.data Backup finished Tue Aug 25 03:05:47 EDT 1998 **** Usage Log: **** Uses: 16 Backup Date: Tue Aug 18 00:30:26 EDT 1998 Backup Date: Tue Aug 11 00:30:26 EDT 1998 Backup Date: Tue Aug 4 00:30:27 EDT 1998 Backup Date: Wed Jul 29 00:30:38 EDT 1998 Backup Date: Tue Jul 28 00:30:26 EDT 1998 From bmsaix.bmsi.com!root Thu Sep 24 02:20:42 1998 Return-Path: Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m0zM4lb-0000hUC; Thu, 24 Sep 98 02:20 EDT Received: by bmsaix.bmsi.com (AIX 4.1/UCB 5.64/4.03) id AA19782; Thu, 24 Sep 1998 02:20:43 -0400 Date: Thu, 24 Sep 1998 02:20:43 -0400 From: root@bmsaix.bmsi.com Message-Id: <9809240620.AA19782@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0028 mksysb backup X-Mozilla-Status: 8001 Status: RO X-Status: X-Keywords: X-UID: 1854 System Id: bmsaix Backup Started: Thu Sep 24 00:30:00 EDT 1998 Dumpdate: Wed Sep 23 00:42:59 1998 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16683 Sep 23 00:35 ./image.data -rw-r--r-- 1 root system 362 Sep 23 00:30 ./tapeid.data Tape Id: bmsaix0028 Backup Date: Thu Sep 24 00:30:10 EDT 1998 mksysb started Thu Sep 24 00:30:11 EDT 1998 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 16092. Rewind Tape Thu Sep 24 01:33:44 EDT 1998 Verify mksysb Thu Sep 24 01:33:45 EDT 1998 Dumpdate: Thu Sep 24 00:42:57 1998 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16683 Sep 24 00:35 ./image.data -rw-r--r-- 1 root system 404 Sep 24 00:30 ./tapeid.data Backup finished Thu Sep 24 02:20:42 EDT 1998 **** Usage Log: **** Uses: 3 Backup Date: Wed Sep 23 00:30:11 EDT 1998 Backup Date: Tue Sep 22 00:30:11 EDT 1998 Backup Date: Mon Sep 21 14:57:58 EDT 1998 From - Mon Jan 04 12:02:12 1999 Return-Path: Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m0zvZyn-0000qIC; Wed, 30 Dec 98 23:45 EST Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA39420 for bmsaix@bmsi.com; Wed, 30 Dec 1998 03:36:48 -0500 Date: Wed, 30 Dec 1998 03:36:48 -0500 From: root@bmsaix.bmsi.com Message-Id: <199812300836.DAA39420@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0019 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 9b8fdb7e26c7c617d3c7edd2be81b60a Status: RO X-Status: X-Keywords: X-UID: 1855 System Id: bmsaix Backup Started: Wed Dec 30 00:30:01 EST 1998 Dumpdate: Sat Jun 6 00:41:29 1998 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16003 Jun 06 1998 ./image.data -rw-r--r-- 1 root system 488 Jun 06 1998 ./tapeid.data Tape Id: bmsaix0019 Backup Date: Wed Dec 30 00:32:29 EST 1998 mksysb started Wed Dec 30 00:32:30 EST 1998 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 24906. Rewind Tape Wed Dec 30 02:20:56 EST 1998 Verify mksysb Wed Dec 30 02:20:57 EST 1998 Dumpdate: Wed Dec 30 00:44:50 1998 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17347 Dec 30 00:37 ./image.data -rw-r--r-- 1 root system 605 Dec 30 00:32 ./tapeid.data Backup finished Wed Dec 30 03:36:46 EST 1998 **** Usage Log: **** Uses: 6 Backup Date: Sat Jun 6 00:30:34 EDT 1998 Backup Date: Wed Mar 18 00:30:38 EST 1998 Backup Date: Sat Jan 3 00:30:49 EST 1998 Backup Date: Tue Dec 2 00:31:02 EST 1997 Backup Date: Thu May 22 00:30:54 EDT 1997 From - Wed Feb 10 10:03:10 1999 Return-Path: Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m10AUU5-0000BaC; Wed, 10 Feb 99 02:54 EST Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id CAA21822 for bmsaix@bmsi.com; Wed, 10 Feb 1999 02:55:01 -0500 Date: Wed, 10 Feb 1999 02:55:01 -0500 From: root@bmsaix.bmsi.com Message-Id: <199902100755.CAA21822@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0021 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: bac8a59bfc26c5aba256de64e6f3898b Status: RO X-Status: X-Keywords: X-UID: 1856 System Id: bmsaix Backup Started: Wed Feb 10 00:30:00 EST 1999 Dumpdate: Tue Feb 9 00:42:57 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17367 Feb 09 00:35 ./image.data -rw-r--r-- 1 root system 479 Feb 09 00:30 ./tapeid.data Tape Id: bmsaix0021 Backup Date: Wed Feb 10 00:30:41 EST 1999 mksysb started Wed Feb 10 00:30:42 EST 1999 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 13522. Rewind Tape Wed Feb 10 02:22:27 EST 1999 Verify mksysb Wed Feb 10 02:22:28 EST 1999 Dumpdate: Wed Feb 10 00:42:59 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17368 Feb 10 00:36 ./image.data -rw-r--r-- 1 root system 521 Feb 10 00:30 ./tapeid.data /dev/rmt0.1: Media surface error Backup finished Wed Feb 10 02:54:59 EST 1999 **** Usage Log: **** Uses: 4 Backup Date: Tue Feb 9 00:30:26 EST 1999 Backup Date: Thu Apr 2 00:30:26 EST 1998 Backup Date: Wed Jul 30 00:30:25 EDT 1997 Backup Date: Wed Feb 5 00:30:06 EST 1997 From - Mon Mar 08 11:10:02 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id CAA25274 for ; Sat, 6 Mar 1999 02:27:42 -0500 Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m10JBUW-00010XC; Sat, 6 Mar 99 02:27 EST Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id CAA25266 for bmsaix@bmsi.com; Sat, 6 Mar 1999 02:27:26 -0500 Date: Sat, 6 Mar 1999 02:27:26 -0500 From: root@bmsaix.bmsi.com Message-Id: <199903060727.CAA25266@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0024 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: ecc359a4e7da4080847810b603f90e40 Status: RO X-Status: X-Keywords: X-UID: 1857 System Id: bmsaix Backup Started: Sat Mar 6 00:30:01 EST 1999 Dumpdate: Fri Mar 5 00:43:46 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17373 Mar 05 00:36 ./image.data -rw-r--r-- 1 root system 2831 Mar 05 00:31 ./tapeid.data Tape Id: bmsaix0024 Backup Date: Sat Mar 6 00:30:27 EST 1999 mksysb started Sat Mar 6 00:30:28 EST 1999 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 13668. Rewind Tape Sat Mar 6 02:23:03 EST 1999 Verify mksysb Sat Mar 6 02:23:04 EST 1999 Dumpdate: Sat Mar 6 00:43:03 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17345 Mar 06 00:35 ./image.data -rw-r--r-- 1 root system 2873 Mar 06 00:30 ./tapeid.data /dev/rmt0.1: Media surface error Backup finished Sat Mar 6 02:27:25 EST 1999 **** Usage Log: **** Uses: 60 Backup Date: Fri Mar 5 00:30:59 EST 1999 Backup Date: Fri Feb 26 00:32:51 EST 1999 Backup Date: Fri Feb 19 00:31:15 EST 1999 Backup Date: Fri Feb 12 00:31:03 EST 1999 Backup Date: Fri Feb 5 00:33:00 EST 1999 From - Mon Apr 05 11:44:35 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id DAA15346 for ; Sat, 3 Apr 1999 03:49:21 -0500 Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m10TM6x-0000ZJC; Sat, 3 Apr 99 03:49 EST Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA15338 for bmsaix@bmsi.com; Sat, 3 Apr 1999 03:49:18 -0500 Date: Sat, 3 Apr 1999 03:49:18 -0500 From: root@bmsaix.bmsi.com Message-Id: <199904030849.DAA15338@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0023 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: c112f9d29a4f1294084f44ca8e8e8a4d Status: RO X-Status: X-Keywords: X-UID: 1858 System Id: bmsaix Backup Started: Sat Apr 3 00:30:01 EST 1999 Dumpdate: Sat Mar 27 00:43:20 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17346 Mar 27 00:36 ./image.data -rw-r--r-- 1 root system 2285 Mar 27 00:30 ./tapeid.data Tape Id: bmsaix0023 Backup Date: Sat Apr 3 00:30:27 EST 1999 mksysb started Sat Apr 3 00:30:28 EST 1999 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./bms/edx/bisrh/cbc9pt.e: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 41168. Rewind Tape Sat Apr 3 02:28:42 EST 1999 Verify mksysb Sat Apr 3 02:28:43 EST 1999 Dumpdate: Sat Apr 3 00:43:13 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17345 Apr 03 00:36 ./image.data -rw-r--r-- 1 root system 2327 Apr 03 00:30 ./tapeid.data 1755621 Kbytes, 82302 files Backup finished Sat Apr 3 03:49:17 EST 1999 **** Usage Log: **** Uses: 47 Backup Date: Sat Mar 27 00:30:38 EST 1999 Backup Date: Sat Mar 20 00:30:27 EST 1999 Backup Date: Sat Mar 13 00:30:27 EST 1999 Backup Date: Sat Feb 27 00:30:27 EST 1999 Backup Date: Sat Feb 20 00:30:56 EST 1999 From - Thu May 27 13:17:54 1999 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id EAA28784; Thu, 27 May 1999 04:15:44 -0400 Date: Thu, 27 May 1999 04:15:44 -0400 From: root Message-Id: <199905270815.EAA28784@bmsaix.bmsi.com> To: bmsaix@bmsi.com, stuart Subject: bmsaix0007 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 4fd8fa0fbc3b87b3e9df7eaa2434e64d Status: RO X-Status: X-Keywords: X-UID: 1859 System Id: bmsaix Backup Started: Thu May 27 00:30:00 EDT 1999 Dumpdate: Thu May 20 00:43:02 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16011 May 20 00:35 ./image.data -rw-r--r-- 1 root system 3923 May 20 00:30 ./tapeid.data Tape Id: bmsaix0007 Backup Date: Thu May 27 00:30:27 EDT 1999 mksysb started Thu May 27 00:30:28 EDT 1999 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 32686. Rewind Tape Thu May 27 02:31:19 EDT 1999 Verify mksysb Thu May 27 02:31:20 EDT 1999 Dumpdate: Thu May 27 00:42:40 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 16011 May 27 00:35 ./image.data -rw-r--r-- 1 root system 3965 May 27 00:30 ./tapeid.data 1940247 Kbytes, 85557 files Backup finished Thu May 27 04:15:43 EDT 1999 **** Usage Log: **** Uses: 86 Backup Date: Thu May 20 00:30:27 EDT 1999 Backup Date: Fri May 14 00:30:40 EDT 1999 Backup Date: Thu May 13 00:30:27 EDT 1999 Backup Date: Thu Apr 29 00:30:27 EDT 1999 Backup Date: Thu Apr 22 00:30:27 EDT 1999 From - Mon Aug 23 10:57:34 1999 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA16358; Sat, 21 Aug 1999 03:49:34 -0400 Date: Sat, 21 Aug 1999 03:49:34 -0400 From: root Message-Id: <199908210749.DAA16358@bmsaix.bmsi.com> To: bmsaix@bmsi.com, stuart Subject: bmsaix0026 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 8296a482b35d21174431e96f0b1dbf43 Status: RO X-Status: X-Keywords: X-UID: 1860 System Id: bmsaix Backup Started: Sat Aug 21 00:30:01 EDT 1999 Dumpdate: Fri Jan 8 00:42:54 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-rw-r-- 1 root system 17359 Jan 08 1999 ./image.data -rw-r--r-- 1 root system 1529 Jan 08 1999 ./tapeid.data Tape Id: bmsaix0026 Backup Date: Sat Aug 21 00:30:27 EDT 1999 mksysb started Sat Aug 21 00:30:28 EDT 1999 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 34696. Rewind Tape Sat Aug 21 02:18:36 EDT 1999 Verify mksysb Sat Aug 21 02:18:37 EDT 1999 Dumpdate: Sat Aug 21 00:41:10 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17425 Aug 21 00:34 ./image.data -rw-r--r-- 1 root system 1642 Aug 21 00:30 ./tapeid.data 2058681 Kbytes, 87719 files Backup finished Sat Aug 21 03:49:33 EDT 1999 **** Usage Log: **** Uses: 29 Backup Date: Fri Jan 8 00:30:27 EST 1999 Backup Date: Tue Dec 29 00:30:27 EST 1998 Backup Date: Sat Dec 26 00:30:37 EST 1998 Backup Date: Fri Dec 25 00:30:38 EST 1998 Backup Date: Thu Dec 24 00:30:27 EST 1998 From - Tue Nov 23 10:27:33 1999 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA21484; Tue, 23 Nov 1999 03:50:07 -0500 Date: Tue, 23 Nov 1999 03:50:07 -0500 From: root Message-Id: <199911230850.DAA21484@bmsaix.bmsi.com> To: bmsaix@bmsi.com, stuart Subject: bmsaix0027 backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 239765cb8b322bc264d0881b54732fe4 Status: RO X-Status: X-Keywords: X-UID: 1861 System Id: bmsaix Backup Started: Tue Nov 23 00:30:01 EST 1999 Dumpdate: Tue Nov 16 00:41:34 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17427 Nov 16 00:34 ./image.data -rw-r--r-- 1 root system 3028 Nov 16 00:30 ./tapeid.data Tape Id: bmsaix0027 Backup Date: Tue Nov 23 00:30:27 EST 1999 mksysb started Tue Nov 23 00:30:28 EST 1999 bosboot: Boot image is 6557 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 16498. Rewind Tape Tue Nov 23 02:24:58 EST 1999 Verify mksysb Tue Nov 23 02:24:58 EST 1999 Dumpdate: Tue Nov 23 00:41:54 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17427 Nov 23 00:34 ./image.data -rw-r--r-- 1 root system 3070 Nov 23 00:30 ./tapeid.data 1894054 Kbytes, 89881 files Backup finished Tue Nov 23 03:50:06 EST 1999 **** Usage Log: **** Uses: 63 Backup Date: Tue Nov 16 00:30:26 EST 1999 Backup Date: Tue Nov 9 00:30:26 EST 1999 Backup Date: Tue Nov 2 00:30:26 EST 1999 Backup Date: Tue Oct 26 00:30:46 EDT 1999 Backup Date: Tue Oct 19 00:30:27 EDT 1999 From root Fri Feb 25 00:39:17 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA41876 for bmsaix@bmsi.com; Fri, 25 Feb 2000 00:39:16 -0500 Date: Fri, 25 Feb 2000 00:39:16 -0500 From: root Message-Id: <200002250539.AAA41876@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0018 backup Status: RO X-Status: X-Keywords: X-UID: 1862 System Id: bmsaix Backup Started: Fri Feb 25 00:30:00 EST 2000 Dumpdate: Fri Feb 18 00:44:50 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17411 Feb 18 00:37 ./image.data -rw-r--r-- 1 root system 3994 Feb 18 00:33 ./tapeid.data Tape Id: bmsaix0018 Backup Date: Fri Feb 25 00:30:52 EST 2000 mksysb started Fri Feb 25 00:30:53 EST 2000 bosboot: Boot image is 6578 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The btas Subsystem has been started. Subsystem PID is 31040. Rewind Tape Fri Feb 25 00:38:34 EST 2000 Verify mksysb Fri Feb 25 00:38:36 EST 2000 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error Backup finished Fri Feb 25 00:39:15 EST 2000 **** Usage Log: **** Uses: 86 Backup Date: Fri Feb 18 00:33:13 EST 2000 Backup Date: Fri Feb 11 00:33:07 EST 2000 Backup Date: Tue Feb 1 00:30:57 EST 2000 Backup Date: Sat Jan 29 00:32:49 EST 2000 Backup Date: Fri Jan 21 00:31:58 EST 2000 From root Fri Apr 14 00:40:04 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA21488 for bmsaix@bmsi.com; Fri, 14 Apr 2000 00:40:03 -0400 Date: Fri, 14 Apr 2000 00:40:03 -0400 From: root Message-Id: <200004140440.AAA21488@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0036 backup Status: RO X-Status: X-Keywords: X-UID: 1863 System Id: bmsaix Backup Started: Fri Apr 14 00:30:01 EDT 2000 Dumpdate: Fri Apr 7 00:42:43 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18079 Apr 07 00:34 ./image.data -rw-r--r-- 1 root system 676 Apr 07 00:30 ./tapeid.data Tape Id: bmsaix0036 Backup Date: Fri Apr 14 00:31:44 EDT 2000 mksysb started Fri Apr 14 00:31:44 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The btas Subsystem has been started. Subsystem PID is 52126. Rewind Tape Fri Apr 14 00:39:32 EDT 2000 Verify mksysb Fri Apr 14 00:39:33 EDT 2000 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error Backup finished Fri Apr 14 00:40:02 EDT 2000 **** Usage Log: **** Uses: 7 Backup Date: Fri Apr 7 00:30:48 EDT 2000 Backup Date: Fri Mar 31 00:32:25 EST 2000 Backup Date: Sat Mar 25 00:30:56 EST 2000 Backup Date: Fri Mar 24 00:30:32 EST 2000 Backup Date: Fri Mar 17 00:30:31 EST 2000 From root Wed Aug 2 02:45:00 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id CAA23302 for bmsaix@bmsi.com; Wed, 2 Aug 2000 02:45:00 -0400 Date: Wed, 2 Aug 2000 02:45:00 -0400 From: root Message-Id: <200008020645.CAA23302@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0012 backup Status: RO X-Status: X-Keywords: X-UID: 1864 System Id: bmsaix Backup Started: Wed Aug 2 00:30:00 EDT 2000 Dumpdate: Wed Jul 26 00:43:06 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Jul 26 00:35 ./image.data -rw-r--r-- 1 root system 6766 Jul 26 00:30 ./tapeid.data Tape Id: bmsaix0012 Backup Date: Wed Aug 2 00:31:00 EDT 2000 mksysb started Wed Aug 2 00:31:01 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai421fa0a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall8118a0a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC8118: A file or directory in the path name does not exist. backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. 0513-059 The btas Subsystem has been started. Subsystem PID is 42896. Rewind Tape Wed Aug 2 02:41:31 EDT 2000 Verify mksysb Wed Aug 2 02:41:32 EDT 2000 Dumpdate: Wed Aug 2 00:45:20 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Aug 02 00:35 ./image.data -rw-r--r-- 1 root system 6808 Aug 02 00:31 ./tapeid.data /dev/rmt0.1: Media surface error Backup finished Wed Aug 2 02:44:59 EDT 2000 **** Usage Log: **** Uses: 152 Backup Date: Wed Jul 26 00:30:48 EDT 2000 Backup Date: Wed Jun 28 00:30:27 EDT 2000 Backup Date: Thu Jun 15 00:30:40 EDT 2000 Backup Date: Wed Jun 14 00:30:26 EDT 2000 Backup Date: Wed May 17 00:30:26 EDT 2000 From root Thu Aug 3 04:30:56 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id EAA31608 for bmsaix@bmsi.com; Thu, 3 Aug 2000 04:30:56 -0400 Date: Thu, 3 Aug 2000 04:30:56 -0400 From: root Message-Id: <200008030830.EAA31608@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0031 backup Status: RO X-Status: X-Keywords: X-UID: 1865 System Id: bmsaix Backup Started: Thu Aug 3 00:30:00 EDT 2000 Dumpdate: Fri Jul 28 00:42:35 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Jul 28 00:34 ./image.data -rw-r--r-- 1 root system 1012 Jul 28 00:30 ./tapeid.data Tape Id: bmsaix0031 Backup Date: Thu Aug 3 00:30:26 EDT 2000 mksysb started Thu Aug 3 00:30:27 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai43992e3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall81762e3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC8176: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai439ad4f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall8177d4f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC8177: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai43989e2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger44e79e2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC44e7: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The btas Subsystem has been started. Subsystem PID is 16832. Rewind Tape Thu Aug 3 02:38:20 EDT 2000 Verify mksysb Thu Aug 3 02:38:22 EDT 2000 Dumpdate: Thu Aug 3 00:42:33 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Aug 03 00:34 ./image.data -rw-r--r-- 1 root system 1054 Aug 03 00:30 ./tapeid.data 2082051 Kbytes, 99842 files Backup finished Thu Aug 3 04:30:55 EDT 2000 **** Usage Log: **** Uses: 15 Backup Date: Fri Jul 28 00:30:27 EDT 2000 Backup Date: Thu Jan 6 00:30:27 EST 2000 Backup Date: Tue Dec 28 00:30:39 EST 1999 Backup Date: Sat Dec 25 00:30:39 EST 1999 Backup Date: Fri Dec 24 00:30:26 EST 1999 From root Wed Aug 30 04:02:48 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id EAA41714 for bmsaix@bmsi.com; Wed, 30 Aug 2000 04:02:48 -0400 Date: Wed, 30 Aug 2000 04:02:48 -0400 From: root Message-Id: <200008300802.EAA41714@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0022 backup Status: RO X-Status: X-Keywords: X-UID: 1866 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 30 00:30:00 EDT 2000 mksysb backup Wed Aug 30 00:30:20 EDT 2000 Dumpdate: Wed Aug 23 00:42:58 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18083 Aug 23 00:34 ./image.data -rw-r--r-- 1 root system 2416 Aug 23 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0022 Backup Date: Wed Aug 30 00:30:32 EDT 2000 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 30 00:30:44 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Aug 30 02:38:48 EDT 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 41932. mksysb backup Wed Aug 30 02:39:29 EDT 2000 Dumpdate: Wed Aug 30 00:42:48 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18083 Aug 30 00:34 ./image.data -rw-r--r-- 1 root system 2394 Aug 30 00:30 ./tapeid.data Verify backup Wed Aug 30 02:39:41 EDT 2000 Segment 1-4: mksysb /dev/rmt0.1: Media surface error after 1205352 Kbytes, 66646 files 87.6% Backup finished Wed Aug 30 04:02:47 EDT 2000 **** Usage Log: **** Uses: 11 Backup Date: Wed Aug 23 00:30:35 EDT 2000 Backup Date: Wed Jul 19 00:30:27 EDT 2000 Backup Date: Wed Jul 12 00:30:27 EDT 2000 Backup Date: Wed Jun 21 00:30:26 EDT 2000 Backup Date: Wed Jun 7 00:30:27 EDT 2000 From root Fri Sep 8 01:01:44 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA17120 for bmsaix@bmsi.com; Fri, 8 Sep 2000 01:01:43 -0400 Date: Fri, 8 Sep 2000 01:01:43 -0400 From: root Message-Id: <200009080501.BAA17120@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0038 backup Status: RO X-Status: X-Keywords: X-UID: 1867 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 8 00:30:00 EDT 2000 mksysb backup Fri Sep 8 00:30:20 EDT 2000 Dumpdate: Fri Aug 25 00:43:04 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18083 Aug 25 00:34 ./image.data -rw-r--r-- 1 root system 2500 Aug 25 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0038 Backup Date: Fri Sep 8 00:30:32 EDT 2000 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Sep 8 00:30:44 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..............................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Fri Sep 8 00:51:09 EDT 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 26874. mksysb backup Fri Sep 8 00:51:36 EDT 2000 Dumpdate: Fri Sep 8 00:42:50 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Sep 08 00:34 ./image.data -rw-r--r-- 1 root system 2478 Sep 08 00:30 ./tapeid.data Verify backup Fri Sep 8 00:51:48 EDT 2000 Segment 1-4: mksysb /dev/rmt0.1: I/O error after 72547 Kbytes, 5489 files 88.9% Backup finished Fri Sep 8 01:01:42 EDT 2000 **** Usage Log: **** Uses: 13 Backup Date: Fri Aug 25 00:30:33 EDT 2000 Backup Date: Fri Aug 18 00:30:32 EDT 2000 Backup Date: Fri Aug 11 00:30:46 EDT 2000 Backup Date: Fri Aug 4 00:30:35 EDT 2000 Backup Date: Fri Jul 21 00:32:39 EDT 2000 From root Wed Sep 13 04:22:39 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id EAA10928 for bmsaix@bmsi.com; Wed, 13 Sep 2000 04:22:39 -0400 Date: Wed, 13 Sep 2000 04:22:39 -0400 From: root Message-Id: <200009130822.EAA10928@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0034 backup Status: RO X-Status: X-Keywords: X-UID: 1868 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 13 00:30:01 EDT 2000 mksysb backup Wed Sep 13 00:30:30 EDT 2000 Dumpdate: Thu Sep 7 00:44:06 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Sep 07 00:36 ./image.data -rw-r--r-- 1 root system 3318 Sep 07 00:31 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0034 Backup Date: Wed Sep 13 00:30:41 EDT 2000 block: 4 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Sep 13 00:30:53 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai6bc8047: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall8ce0e81: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC8ce0: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 13 02:37:31 EDT 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 29676. mksysb backup Wed Sep 13 02:38:20 EDT 2000 Dumpdate: Wed Sep 13 00:43:04 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18083 Sep 13 00:35 ./image.data -rw-r--r-- 1 root system 3424 Sep 13 00:30 ./tapeid.data Verify backup Wed Sep 13 02:38:32 EDT 2000 Segment 1-4: mksysb 2032101 Kbytes, 100931 files 88.0% Backup finished Wed Sep 13 04:22:38 EDT 2000 **** Usage Log: **** Uses: 34 Backup Date: Thu Sep 7 00:31:43 EDT 2000 Backup Date: Thu Aug 24 00:33:49 EDT 2000 Backup Date: Tue Aug 15 00:31:49 EDT 2000 Backup Date: Thu Aug 10 00:34:08 EDT 2000 Backup Date: Thu Jul 27 00:30:54 EDT 2000 From root Tue Oct 17 04:15:05 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id EAA26876 for bmsaix@bmsi.com; Tue, 17 Oct 2000 04:15:05 -0400 Date: Tue, 17 Oct 2000 04:15:05 -0400 From: root Message-Id: <200010170815.EAA26876@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0032 backup Status: RO X-Status: X-Keywords: X-UID: 1869 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Oct 17 00:30:01 EDT 2000 mksysb backup Tue Oct 17 00:30:20 EDT 2000 Dumpdate: Tue Oct 10 00:42:50 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18084 Oct 10 00:34 ./image.data -rw-r--r-- 1 root system 3340 Oct 10 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0032 Backup Date: Tue Oct 17 00:30:33 EDT 2000 block: 4 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Oct 17 00:30:45 EDT 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA31952: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA31952: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai8fb2dbd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall9767dbd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC9767: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/domain/bwicorp.com.YBE9qa: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Oct 17 02:36:53 EDT 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 19520. mksysb backup Tue Oct 17 02:37:31 EDT 2000 Dumpdate: Tue Oct 17 00:42:43 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Oct 17 00:34 ./image.data -rw-r--r-- 1 root system 3382 Oct 17 00:30 ./tapeid.data Verify backup Tue Oct 17 02:37:43 EDT 2000 Segment 1-4: mksysb 2033418 Kbytes, 101333 files 88.0% Backup finished Tue Oct 17 04:15:04 EDT 2000 **** Usage Log: **** Uses: 33 Backup Date: Tue Oct 10 00:30:32 EDT 2000 Backup Date: Tue Oct 3 00:30:32 EDT 2000 Backup Date: Tue Sep 19 00:30:33 EDT 2000 Backup Date: Tue Sep 12 00:30:33 EDT 2000 Backup Date: Tue Aug 29 00:30:33 EDT 2000 From root Thu Dec 7 00:43:08 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA21578 for bmsaix@bmsi.com; Thu, 7 Dec 2000 00:43:08 -0500 Date: Thu, 7 Dec 2000 00:43:08 -0500 From: root Message-Id: <200012070543.AAA21578@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0030 backup Status: RO X-Status: X-Keywords: X-UID: 1870 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Dec 7 00:30:00 EST 2000 mksysb backup Thu Dec 7 00:32:54 EST 2000 Dumpdate: Thu Nov 30 00:43:12 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17999 Nov 30 00:35 ./image.data -rw-r--r-- 1 root system 2962 Nov 30 00:31 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0030 Backup Date: Thu Dec 7 00:33:09 EST 2000 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Dec 7 00:33:21 EST 2000 bosboot: Boot image is 6578 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. Rewind Tape Thu Dec 7 00:42:10 EST 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 33182. /dev/rmt0.1 fsf 3 failed: There is an input or output error. Unknown tape format Thu Dec 7 00:43:07 EST 2000 Backup finished Thu Dec 7 00:43:07 EST 2000 **** Usage Log: **** Uses: 24 Backup Date: Thu Nov 30 00:31:10 EST 2000 Backup Date: Thu Nov 9 00:30:32 EST 2000 Backup Date: Thu Oct 26 00:30:32 EDT 2000 Backup Date: Thu Oct 19 00:30:32 EDT 2000 Backup Date: Thu Oct 12 00:31:22 EDT 2000 From root Sat Dec 9 00:48:20 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA19994 for bmsaix@bmsi.com; Sat, 9 Dec 2000 00:48:19 -0500 Date: Sat, 9 Dec 2000 00:48:19 -0500 From: root Message-Id: <200012090548.AAA19994@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0037 backup Status: RO X-Status: X-Keywords: X-UID: 1871 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Dec 9 00:30:01 EST 2000 mksysb backup Sat Dec 9 00:31:09 EST 2000 Dumpdate: Fri Oct 6 00:42:58 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Oct 06 00:34 ./image.data -rw-r--r-- 1 root system 2332 Oct 06 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0037 Backup Date: Sat Dec 9 00:31:21 EST 2000 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Dec 9 00:31:33 EST 2000 bosboot: Boot image is 6578 512 byte blocks. dd: 0511-053 The write failed. : The media surface is damaged. Backing up the system... backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Sat Dec 9 00:45:13 EST 2000 0513-059 The btas Subsystem has been started. Subsystem PID is 33202. /dev/rmt0.1 fsf 3 failed: There is an input or output error. Unknown tape format Sat Dec 9 00:48:18 EST 2000 Backup finished Sat Dec 9 00:48:18 EST 2000 **** Usage Log: **** Uses: 9 Backup Date: Fri Oct 6 00:30:32 EDT 2000 Backup Date: Fri Sep 22 00:30:32 EDT 2000 Backup Date: Fri Sep 15 00:30:32 EDT 2000 Backup Date: Fri Sep 1 00:30:33 EDT 2000 Backup Date: Fri Jun 9 00:30:26 EDT 2000 From root Thu Dec 14 01:19:35 2000 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA40922 for bmsaix@bmsi.com; Thu, 14 Dec 2000 01:19:35 -0500 Date: Thu, 14 Dec 2000 01:19:35 -0500 From: root Message-Id: <200012140619.BAA40922@bmsaix.bmsi.com> To: bmsaix@bmsi.com Subject: bmsaix0043 backup Status: RO X-Status: X-Keywords: X-UID: 1872 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Dec 14 00:30:00 EST 2000 mksysb backup Thu Dec 14 00:32:47 EST 2000 Dumpdate: Thu Nov 23 00:44:52 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17998 Nov 23 00:36 ./image.data -rw-r--r-- 1 root system 2164 Nov 23 00:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0043 Backup Date: Thu Dec 14 00:33:00 EST 2000 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Dec 14 00:33:12 EST 2000 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Thu Dec 14 01:19:26 EST 2000 /dev/rmt0: The media surface is damaged. 0513-059 The btas Subsystem has been started. Subsystem PID is 14768. /dev/rmt0: The media surface is damaged. Backup finished Thu Dec 14 01:19:31 EST 2000 **** Usage Log: **** Uses: 5 Backup Date: Thu Nov 23 00:32:49 EST 2000 Backup Date: Thu Nov 16 00:32:39 EST 2000 Backup Date: Thu Nov 2 00:35:35 EST 2000 Backup Date: Thu Oct 5 00:30:32 EDT 2000 Backup Date: Thu Sep 21 03:33:47 EDT 2000 From root Thu Jan 25 01:47:48 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA23666 for bmsaix@bmsi.com; Thu, 25 Jan 2001 01:47:48 -0500 Date: Thu, 25 Jan 2001 01:47:48 -0500 From: root Message-Id: <200101250647.BAA23666@bmsaix.bmsi.com> Subject: bmsaix0051 backup Status: RO X-Status: X-Keywords: X-UID: 1873 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Jan 25 00:30:00 EST 2001 mksysb backup Thu Jan 25 00:32:17 EST 2001 Dumpdate: Fri Jan 5 00:49:55 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18088 Jan 05 00:41 ./image.data -rw-r--r-- 1 root system 1932 Jan 05 00:37 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0051 Backup Date: Thu Jan 25 00:32:32 EST 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Jan 25 00:32:44 EST 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................backup: 0511-432 A write error occurred: There is an input or output error. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Thu Jan 25 01:43:17 EST 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 17390. /dev/rmt0: The device is not ready for operation. /dev/rmt0: The device is not ready for operation. Backup finished Thu Jan 25 01:47:46 EST 2001 **** Usage Log: **** Uses: 1 Backup Date: Fri Jan 5 00:37:31 EST 2001 From root Thu Feb 1 00:40:35 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA23122 for bmsaix@bmsi.com; Thu, 1 Feb 2001 00:40:35 -0500 Date: Thu, 1 Feb 2001 00:40:35 -0500 From: root Message-Id: <200102010540.AAA23122@bmsaix.bmsi.com> Subject: bmsaix0049 backup Status: RO X-Status: X-Keywords: X-UID: 1874 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Feb 1 00:30:01 EST 2001 mksysb backup Thu Feb 1 00:32:39 EST 2001 Dumpdate: Thu Dec 28 00:45:57 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18089 Dec 28 00:37 ./image.data -rw-r--r-- 1 root system 1932 Dec 28 00:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0049 Backup Date: Thu Feb 1 00:32:56 EST 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Feb 1 00:33:07 EST 2001 bosboot: Boot image is 6578 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. Rewind Tape Thu Feb 1 00:39:58 EST 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 27616. /dev/rmt0.1 fsf 3 failed: There is an input or output error. Unknown tape format Thu Feb 1 00:40:34 EST 2001 Backup finished Thu Feb 1 00:40:34 EST 2001 **** Usage Log: **** Uses: 1 Backup Date: Thu Dec 28 00:33:35 EST 2000 From root Sat Mar 10 03:37:56 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA37208 for bmsaix@bmsi.com; Sat, 10 Mar 2001 03:37:56 -0500 Date: Sat, 10 Mar 2001 03:37:56 -0500 From: root Message-Id: <200103100837.DAA37208@bmsaix.bmsi.com> Subject: bmsaix0033 backup Status: RO X-Status: X-Keywords: X-UID: 1875 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 10 00:30:00 EST 2001 mksysb backup Sat Mar 10 00:30:20 EST 2001 Dumpdate: Sat Mar 3 00:40:40 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18175 Mar 03 00:33 ./image.data -rw-r--r-- 1 root system 2940 Mar 03 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0033 Backup Date: Sat Mar 10 00:30:32 EST 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Mar 10 00:30:44 EST 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 10 02:13:47 EST 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 39372. mksysb backup Sat Mar 10 02:14:24 EST 2001 Dumpdate: Sat Mar 10 00:40:39 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18176 Mar 10 00:33 ./image.data -rw-r--r-- 1 root system 2982 Mar 10 00:30 ./tapeid.data Verify backup Sat Mar 10 02:14:36 EST 2001 Segment 1-4: mksysb 1984901 Kbytes, 103673 files 88.1% Backup finished Sat Mar 10 03:37:55 EST 2001 **** Usage Log: **** Uses: 25 Backup Date: Sat Mar 3 00:30:32 EST 2001 Backup Date: Sat Feb 24 00:30:33 EST 2001 Backup Date: Sat Feb 17 00:30:32 EST 2001 Backup Date: Sat Jan 27 00:30:32 EST 2001 Backup Date: Sat Jan 13 00:30:32 EST 2001 From root Sat Mar 31 03:41:10 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA37358 for bmsaix@bmsi.com; Sat, 31 Mar 2001 03:41:10 -0500 Date: Sat, 31 Mar 2001 03:41:10 -0500 From: root Message-Id: <200103310841.DAA37358@bmsaix.bmsi.com> Subject: bmsaix0052 backup Status: RO X-Status: X-Keywords: X-UID: 1876 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 31 00:30:01 EST 2001 BMS backup Sat Mar 31 00:30:07 EST 2001 ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0052 Backup Date: Sat Mar 31 00:30:07 EST 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Mar 31 00:30:18 EST 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA24988: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA24988: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 31 02:15:15 EST 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 36274. mksysb backup Sat Mar 31 02:15:52 EST 2001 Dumpdate: Sat Mar 31 00:40:08 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18176 Mar 31 00:33 ./image.data -rw-r--r-- 1 root system 1974 Mar 31 00:30 ./tapeid.data Verify backup Sat Mar 31 02:16:04 EST 2001 Segment 1-4: mksysb 1997927 Kbytes, 104215 files 88.1% Backup finished Sat Mar 31 03:41:09 EST 2001 **** Usage Log: **** Uses: 1 Backup Date: Fri Jan 12 13:15:20 EST 2001 From root Wed Apr 18 03:26:32 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA11208 for bmsaix@bmsi.com; Wed, 18 Apr 2001 03:26:32 -0400 Date: Wed, 18 Apr 2001 03:26:32 -0400 From: root Message-Id: <200104180726.DAA11208@bmsaix.bmsi.com> Subject: bmsaix0054 backup Status: RO X-Status: X-Keywords: X-UID: 1877 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 18 00:30:01 EDT 2001 mksysb backup Wed Apr 18 00:30:26 EDT 2001 Dumpdate: Thu Apr 5 00:49:29 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 Apr 05 00:42 ./image.data -rw-r--r-- 1 root system 1932 Apr 05 00:39 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0054 Backup Date: Wed Apr 18 00:30:34 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Apr 18 00:31:02 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA41354: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA41358: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA41354: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA41358: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai76849de: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger8c46818: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC8c46: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 18 02:09:00 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 38134. mksysb backup Wed Apr 18 02:09:44 EDT 2001 Dumpdate: Wed Apr 18 00:40:48 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Apr 18 00:34 ./image.data -rw-r--r-- 1 root system 1974 Apr 18 00:30 ./tapeid.data Verify backup Wed Apr 18 02:09:54 EDT 2001 Segment 1-4: mksysb 3789732 Kbytes, 117244 files 88.2% Backup finished Wed Apr 18 03:26:31 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Thu Apr 5 00:39:15 EDT 2001 From root Fri Apr 20 03:21:04 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA34624 for bmsaix@bmsi.com; Fri, 20 Apr 2001 03:21:03 -0400 Date: Fri, 20 Apr 2001 03:21:03 -0400 From: root Message-Id: <200104200721.DAA34624@bmsaix.bmsi.com> Subject: bmsaix0057 backup Status: RO X-Status: X-Keywords: X-UID: 1878 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 20 00:30:00 EDT 2001 /dev/rmt1.1 fsf 3 failed: There is an input or output error. Unknown tape format Fri Apr 20 00:30:05 EDT 2001 Assigning New Tape Id Fri Apr 20 00:30:05 EDT 2001 Retensioning Tape Fri Apr 20 00:30:05 EDT 2001 Tape Id: bmsaix0057 Backup Date: Fri Apr 20 00:32:39 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Apr 20 00:33:07 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai7a4476b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger8d4976b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC8d49: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai7a40d08: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.walldd23d08: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallCdd23: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai7a41de6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.walldd24de6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallCdd24: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai7a42de6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.walldd25de6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallCdd25: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai7a4368c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.walldd2668c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallCdd26: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/NsTmp5248.12.1dAoqa: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 20 02:11:43 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 24722. mksysb backup Fri Apr 20 02:12:28 EDT 2001 Dumpdate: Fri Apr 20 00:42:55 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Apr 20 00:36 ./image.data -rw-r--r-- 1 root system 1932 Apr 20 00:32 ./tapeid.data Verify backup Fri Apr 20 02:12:38 EDT 2001 Segment 1-4: mksysb 3797658 Kbytes, 117287 files 88.2% Backup finished Fri Apr 20 03:21:03 EDT 2001 **** Usage Log: **** Uses: 0 From root Sat Apr 21 03:26:34 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA40932 for bmsaix@bmsi.com; Sat, 21 Apr 2001 03:26:34 -0400 Date: Sat, 21 Apr 2001 03:26:34 -0400 From: root Message-Id: <200104210726.DAA40932@bmsaix.bmsi.com> Subject: bmsaix0055 backup Status: RO X-Status: X-Keywords: X-UID: 1879 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 21 00:30:00 EDT 2001 mksysb backup Sat Apr 21 00:30:26 EDT 2001 Dumpdate: Thu Apr 12 00:40:49 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Apr 12 00:34 ./image.data -rw-r--r-- 1 root system 2058 Apr 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0055 Backup Date: Sat Apr 21 00:30:34 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Apr 21 00:31:03 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..............................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai7be0547: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger8daf547: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC8daf: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai7be2210: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wallddab210: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallCddab: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai7be3025: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wallddac025: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallCddac: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 21 02:10:02 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 43138. mksysb backup Sat Apr 21 02:10:47 EDT 2001 Dumpdate: Sat Apr 21 00:40:51 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Apr 21 00:34 ./image.data -rw-r--r-- 1 root system 2100 Apr 21 00:30 ./tapeid.data Verify backup Sat Apr 21 02:10:57 EDT 2001 Segment 1-4: mksysb 3794775 Kbytes, 117324 files 88.2% Backup finished Sat Apr 21 03:26:33 EDT 2001 **** Usage Log: **** Uses: 4 Backup Date: Thu Apr 12 00:30:35 EDT 2001 Backup Date: Sat Apr 7 00:30:02 EDT 2001 Backup Date: Wed Apr 4 00:30:33 EDT 2001 Backup Date: Thu Feb 15 17:36:02 CST 2001 From root Thu Apr 26 01:12:40 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA29104 for bmsaix@bmsi.com; Thu, 26 Apr 2001 01:12:39 -0400 Date: Thu, 26 Apr 2001 01:12:39 -0400 From: root Message-Id: <200104260512.BAA29104@bmsaix.bmsi.com> Subject: bmsaix0058 backup Status: RO X-Status: X-Keywords: X-UID: 1880 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 26 00:30:00 EDT 2001 Tape Id: bmsaix0058 Backup Date: Thu Apr 26 00:30:02 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Apr 26 00:30:29 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Thu Apr 26 00:47:07 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 21742. mksysb backup Thu Apr 26 00:51:23 EDT 2001 Dumpdate: Thu Apr 26 00:41:15 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Apr 26 00:33 ./image.data -rw-r--r-- 1 root system 1974 Apr 26 00:30 ./tapeid.data Verify backup Thu Apr 26 00:51:33 EDT 2001 Segment 1-4: mksysb /dev/rmt1.1: Media surface error after 182734 Kbytes, 14295 files 88.5% /dev/rmt1 rewind 1 failed: The device is not ready for operation. Backup finished Thu Apr 26 01:12:39 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Tue Apr 24 00:32:38 EDT 2001 From root Fri Apr 27 01:14:06 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA38614 for bmsaix@bmsi.com; Fri, 27 Apr 2001 01:14:05 -0400 Date: Fri, 27 Apr 2001 01:14:05 -0400 From: root Message-Id: <200104270514.BAA38614@bmsaix.bmsi.com> Subject: bmsaix0059 backup Status: RO X-Status: X-Keywords: X-UID: 1881 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 27 00:30:00 EDT 2001 /dev/rmt1.1 fsf 3 failed: There is an input or output error. Unknown tape format Fri Apr 27 00:30:04 EDT 2001 Assigning New Tape Id Fri Apr 27 00:30:04 EDT 2001 Retensioning Tape Fri Apr 27 00:30:04 EDT 2001 Tape Id: bmsaix0059 Backup Date: Fri Apr 27 00:32:38 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Apr 27 00:33:02 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Fri Apr 27 00:57:05 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 44924. mksysb backup Fri Apr 27 01:01:23 EDT 2001 Dumpdate: Fri Apr 27 00:42:54 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18092 Apr 27 00:36 ./image.data -rw-r--r-- 1 root system 1932 Apr 27 00:32 ./tapeid.data Verify backup Fri Apr 27 01:01:33 EDT 2001 Segment 1-4: mksysb /dev/rmt1.1: Media surface error after 620177 Kbytes, 32750 files 89.3% Backup finished Fri Apr 27 01:14:05 EDT 2001 **** Usage Log: **** Uses: 0 From root Tue May 1 02:32:38 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id CAA16352 for bmsaix@bmsi.com; Tue, 1 May 2001 02:32:37 -0400 Date: Tue, 1 May 2001 02:32:37 -0400 From: root Message-Id: <200105010632.CAA16352@bmsaix.bmsi.com> Subject: bmsaix0060 backup Status: RO X-Status: X-Keywords: X-UID: 1882 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue May 1 00:30:01 EDT 2001 /dev/rmt1.1 fsf 3 failed: There is an input or output error. Unknown tape format Tue May 1 00:30:05 EDT 2001 Assigning New Tape Id Tue May 1 00:30:05 EDT 2001 Retensioning Tape Tue May 1 00:30:05 EDT 2001 Tape Id: bmsaix0060 Backup Date: Tue May 1 00:32:38 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue May 1 00:33:06 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Tue May 1 01:35:23 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 26366. mksysb backup Tue May 1 01:40:26 EDT 2001 Dumpdate: Tue May 1 00:42:53 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 May 01 00:36 ./image.data -rw-r--r-- 1 root system 1932 May 01 00:32 ./tapeid.data Verify backup Tue May 1 01:40:36 EDT 2001 Segment 1-4: mksysb /dev/rmt1.1: I/O error after 2426264 Kbytes, 74580 files 87.9% Backup finished Tue May 1 02:32:37 EDT 2001 **** Usage Log: **** Uses: 0 From root Wed May 2 03:45:25 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA22530 for bmsaix@bmsi.com; Wed, 2 May 2001 03:45:25 -0400 Date: Wed, 2 May 2001 03:45:25 -0400 From: root Message-Id: <200105020745.DAA22530@bmsaix.bmsi.com> Subject: bmsaix0061 backup Status: RO X-Status: X-Keywords: X-UID: 1883 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed May 2 00:30:01 EDT 2001 mksysb backup Wed May 2 00:30:20 EDT 2001 /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Wed May 2 00:30:32 EDT 2001 Retensioning Tape Wed May 2 00:30:32 EDT 2001 Tape Id: bmsaix0061 Backup Date: Wed May 2 00:32:28 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed May 2 00:32:39 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 2 02:17:20 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 42892. mksysb backup Wed May 2 02:18:16 EDT 2001 Dumpdate: Wed May 2 00:42:54 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 May 02 00:35 ./image.data -rw-r--r-- 1 root system 1932 May 02 00:32 ./tapeid.data Verify backup Wed May 2 02:18:30 EDT 2001 Segment 1-4: mksysb 2010030 Kbytes, 104512 files 88.0% Backup finished Wed May 2 03:45:25 EDT 2001 **** Usage Log: **** Uses: 0 From root Sat May 5 03:37:45 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA29104 for bmsaix@bmsi.com; Sat, 5 May 2001 03:37:45 -0400 Date: Sat, 5 May 2001 03:37:45 -0400 From: root Message-Id: <200105050737.DAA29104@bmsaix.bmsi.com> Subject: bmsaix0063 backup Status: RO X-Status: X-Keywords: X-UID: 1884 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat May 5 00:30:00 EDT 2001 mksysb backup Sat May 5 00:30:20 EDT 2001 /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Sat May 5 00:30:32 EDT 2001 Retensioning Tape Sat May 5 00:30:32 EDT 2001 Tape Id: bmsaix0063 Backup Date: Sat May 5 00:32:28 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat May 5 00:32:39 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 5 02:15:34 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 23514. mksysb backup Sat May 5 02:16:18 EDT 2001 Dumpdate: Sat May 5 00:43:56 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 May 05 00:36 ./image.data -rw-r--r-- 1 root system 1932 May 05 00:32 ./tapeid.data Verify backup Sat May 5 02:16:30 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: Invalid argument after 140 Kbytes, 18 files 70.3% Backup finished Sat May 5 03:37:44 EDT 2001 **** Usage Log: **** Uses: 0 From root Wed May 9 03:46:01 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA39988 for bmsaix@bmsi.com; Wed, 9 May 2001 03:46:00 -0400 Date: Wed, 9 May 2001 03:46:00 -0400 From: root Message-Id: <200105090746.DAA39988@bmsaix.bmsi.com> Subject: bmsaix0064 backup Status: RO X-Status: X-Keywords: X-UID: 1885 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed May 9 00:30:00 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. Unknown tape format Wed May 9 00:34:26 EDT 2001 Assigning New Tape Id Wed May 9 00:34:26 EDT 2001 Retensioning Tape Wed May 9 00:34:26 EDT 2001 Tape Id: bmsaix0064 Backup Date: Wed May 9 00:36:33 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed May 9 00:36:46 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 9 02:23:48 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 34546. mksysb backup Wed May 9 02:24:28 EDT 2001 Dumpdate: Wed May 9 00:48:06 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 May 09 00:40 ./image.data -rw-r--r-- 1 root system 1932 May 09 00:36 ./tapeid.data Verify backup Wed May 9 02:24:40 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: Invalid argument after 140 Kbytes, 18 files 70.1% Backup finished Wed May 9 03:46:00 EDT 2001 **** Usage Log: **** Uses: 0 From root Thu May 10 03:44:49 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA45808 for bmsaix@bmsi.com; Thu, 10 May 2001 03:44:49 -0400 Date: Thu, 10 May 2001 03:44:49 -0400 From: root Message-Id: <200105100744.DAA45808@bmsaix.bmsi.com> Subject: bmsaix0065 backup Status: RO X-Status: X-Keywords: X-UID: 1886 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu May 10 00:30:01 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. Unknown tape format Thu May 10 00:34:28 EDT 2001 Assigning New Tape Id Thu May 10 00:34:29 EDT 2001 Retensioning Tape Thu May 10 00:34:29 EDT 2001 Tape Id: bmsaix0065 Backup Date: Thu May 10 00:36:29 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu May 10 00:36:41 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu May 10 02:20:49 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 21446. mksysb backup Thu May 10 02:22:10 EDT 2001 Dumpdate: Thu May 10 00:47:00 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18092 May 10 00:39 ./image.data -rw-r--r-- 1 root system 1932 May 10 00:36 ./tapeid.data Verify backup Thu May 10 02:22:22 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: Invalid argument after 140 Kbytes, 18 files 70.5% Backup finished Thu May 10 03:44:48 EDT 2001 **** Usage Log: **** Uses: 0 From root Wed May 16 03:40:41 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA39522 for bmsaix@bmsi.com; Wed, 16 May 2001 03:40:41 -0400 Date: Wed, 16 May 2001 03:40:41 -0400 From: root Message-Id: <200105160740.DAA39522@bmsaix.bmsi.com> Subject: bmsaix0062 backup Status: RO X-Status: X-Keywords: X-UID: 1887 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed May 16 00:30:00 EDT 2001 mksysb backup Wed May 16 00:30:20 EDT 2001 Dumpdate: Thu May 3 01:26:17 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 May 03 01:18 ./image.data -rw-r--r-- 1 root system 1932 May 03 01:14 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0062 Backup Date: Wed May 16 00:30:32 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed May 16 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 16 02:17:52 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 29538. mksysb backup Wed May 16 02:18:54 EDT 2001 Dumpdate: Wed May 16 00:41:13 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18092 May 16 00:33 ./image.data -rw-r--r-- 1 root system 1974 May 16 00:30 ./tapeid.data Verify backup Wed May 16 02:19:06 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: Invalid argument after 140 Kbytes, 18 files 70.5% Backup finished Wed May 16 03:40:41 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Thu May 3 01:14:37 EDT 2001 From root Thu May 17 01:47:01 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA47872 for bmsaix@bmsi.com; Thu, 17 May 2001 01:47:01 -0400 Date: Thu, 17 May 2001 01:47:01 -0400 From: root Message-Id: <200105170547.BAA47872@bmsaix.bmsi.com> Subject: bmsaix0066 backup Status: RO X-Status: X-Keywords: X-UID: 1888 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu May 17 00:30:01 EDT 2001 mksysb backup Thu May 17 00:30:26 EDT 2001 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Thu May 17 00:30:34 EDT 2001 Retensioning Tape Thu May 17 00:30:34 EDT 2001 Tape Id: bmsaix0066 Backup Date: Thu May 17 00:33:07 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu May 17 00:33:36 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu May 17 01:24:46 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 48796. mksysb backup Thu May 17 01:25:51 EDT 2001 Dumpdate: Thu May 17 00:44:18 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 May 17 00:36 ./image.data -rw-r--r-- 1 root system 1932 May 17 00:33 ./tapeid.data Verify backup Thu May 17 01:26:00 EDT 2001 Segment 1-4: mksysb /dev/rmt1.1: Invalid argument after 140 Kbytes, 18 files 70.5% Backup finished Thu May 17 01:47:00 EDT 2001 **** Usage Log: **** Uses: 0 From root Fri May 18 02:19:49 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id CAA21584 for bmsaix@bmsi.com; Fri, 18 May 2001 02:19:49 -0400 Date: Fri, 18 May 2001 02:19:49 -0400 From: root Message-Id: <200105180619.CAA21584@bmsaix.bmsi.com> Subject: bmsaix0067 backup Status: RO X-Status: X-Keywords: X-UID: 1889 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri May 18 00:30:01 EDT 2001 mksysb backup Fri May 18 00:30:29 EDT 2001 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Fri May 18 00:30:38 EDT 2001 Retensioning Tape Fri May 18 00:30:38 EDT 2001 Tape Id: bmsaix0067 Backup Date: Fri May 18 00:33:11 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri May 18 00:33:42 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Fri May 18 01:46:11 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 49610. mksysb backup Fri May 18 01:52:55 EDT 2001 Dumpdate: Fri May 18 00:44:19 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 May 18 00:36 ./image.data -rw-r--r-- 1 root system 1932 May 18 00:33 ./tapeid.data Verify backup Fri May 18 01:53:05 EDT 2001 Segment 1-4: mksysb /dev/rmt1.1: Invalid argument after 140 Kbytes, 18 files 70.5% /dev/rmt1 rewind 1 failed: The device is not ready for operation. Backup finished Fri May 18 02:19:49 EDT 2001 **** Usage Log: **** Uses: 0 From root Fri Jun 1 03:04:42 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA28326 for bmsaix@bmsi.com; Fri, 1 Jun 2001 03:04:42 -0400 Date: Fri, 1 Jun 2001 03:04:42 -0400 From: root Message-Id: <200106010704.DAA28326@bmsaix.bmsi.com> Subject: bmsaix0044 backup Status: RO X-Status: X-Keywords: X-UID: 1890 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 1 00:30:00 EDT 2001 mksysb backup Fri Jun 1 00:30:20 EDT 2001 Dumpdate: Tue Dec 12 00:42:42 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18082 Dec 12 00:34 ./image.data -rw-r--r-- 1 root system 2184 Dec 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0044 Backup Date: Fri Jun 1 00:30:32 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jun 1 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..............................................................................................................................................................................................................................................................................................................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Fri Jun 1 02:09:43 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 22276. mksysb backup Fri Jun 1 02:10:20 EDT 2001 Dumpdate: Fri Jun 1 00:40:47 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Jun 01 00:33 ./image.data -rw-r--r-- 1 root system 2226 Jun 01 00:30 ./tapeid.data Verify backup Fri Jun 1 02:10:32 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: I/O error after 883002 Kbytes, 63767 files 87.6% Backup finished Fri Jun 1 03:04:42 EDT 2001 **** Usage Log: **** Uses: 7 Backup Date: Tue Dec 12 00:30:33 EST 2000 Backup Date: Tue Dec 5 00:30:51 EST 2000 Backup Date: Fri Nov 17 00:30:33 EST 2000 Backup Date: Tue Nov 14 00:30:32 EST 2000 Backup Date: Sat Nov 4 00:30:32 EST 2000 From root Tue Jun 19 03:46:53 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA09506 for bmsaix@bmsi.com; Tue, 19 Jun 2001 03:46:52 -0400 Date: Tue, 19 Jun 2001 03:46:52 -0400 From: root Message-Id: <200106190746.DAA09506@bmsaix.bmsi.com> Subject: bmsaix0069 backup Status: RO X-Status: X-Keywords: X-UID: 1891 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 19 00:30:00 EDT 2001 mksysb backup Tue Jun 19 00:30:20 EDT 2001 Dumpdate: Tue Jun 5 00:40:43 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Jun 05 00:33 ./image.data -rw-r--r-- 1 root system 2016 Jun 05 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0069 Backup Date: Tue Jun 19 00:30:33 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jun 19 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./usr/local/domain/bwicorp.com.wDIKya: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jun 19 02:18:07 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 42942. mksysb backup Tue Jun 19 02:18:44 EDT 2001 Dumpdate: Tue Jun 19 00:40:47 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18094 Jun 19 00:33 ./image.data -rw-r--r-- 1 root system 2058 Jun 19 00:30 ./tapeid.data Verify backup Tue Jun 19 02:18:56 EDT 2001 Segment 1-4: mksysb 2057672 Kbytes, 106875 files 88.1% Backup finished Tue Jun 19 03:46:52 EDT 2001 **** Usage Log: **** Uses: 3 Backup Date: Tue Jun 5 00:30:33 EDT 2001 Backup Date: Thu May 31 00:30:33 EDT 2001 Backup Date: Thu May 24 00:32:29 EDT 2001 From root Thu Jul 19 00:41:58 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA25564 for bmsaix@bmsi.com; Thu, 19 Jul 2001 00:41:58 -0400 Date: Thu, 19 Jul 2001 00:41:58 -0400 From: root Message-Id: <200107190441.AAA25564@bmsaix.bmsi.com> Subject: bmsaix0068 backup Status: RO X-Status: X-Keywords: X-UID: 1892 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Jul 19 00:30:00 EDT 2001 mksysb backup Thu Jul 19 00:30:20 EDT 2001 Dumpdate: Thu Jul 12 00:40:44 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18094 Jul 12 00:33 ./image.data -rw-r--r-- 1 root system 2109 Jul 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0068 Backup Date: Thu Jul 19 00:30:32 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Jul 19 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Thu Jul 19 00:41:22 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 2380. mksysb backup Thu Jul 19 00:41:46 EDT 2001 /dev/rmt0: I/O error after 0 Kbytes, 0 files Backup finished Thu Jul 19 00:41:58 EDT 2001 **** Usage Log: **** Uses: 7 Backup Date: Thu Jul 12 00:30:32 EDT 2001 Backup Date: Thu Jun 28 00:30:32 EDT 2001 Backup Date: Thu Jun 21 00:30:32 EDT 2001 Backup Date: Thu Jun 14 00:30:33 EDT 2001 Backup Date: Thu Jun 7 00:30:32 EDT 2001 From root Wed Aug 1 03:49:52 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA10552 for bmsaix@bmsi.com; Wed, 1 Aug 2001 03:49:51 -0400 Date: Wed, 1 Aug 2001 03:49:51 -0400 From: root Message-Id: <200108010749.DAA10552@bmsaix.bmsi.com> Subject: bmsaix0071 backup Status: RO X-Status: X-Keywords: X-UID: 1893 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 1 00:30:01 EDT 2001 mksysb backup Wed Aug 1 00:30:20 EDT 2001 Dumpdate: Fri Jun 8 00:40:46 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Jun 08 00:33 ./image.data -rw-r--r-- 1 root system 2016 Jun 08 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0071 Backup Date: Wed Aug 1 00:30:33 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 1 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA36054: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA36054: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA31602: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA31602: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA39288: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA39288: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Aug 1 02:20:30 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 15088. mksysb backup Wed Aug 1 02:21:07 EDT 2001 Dumpdate: Wed Aug 1 00:40:40 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Aug 01 00:33 ./image.data -rw-r--r-- 1 root system 2058 Aug 01 00:30 ./tapeid.data Verify backup Wed Aug 1 02:21:19 EDT 2001 Segment 1-4: mksysb 2093533 Kbytes, 107258 files 88.1% Backup finished Wed Aug 1 03:49:51 EDT 2001 **** Usage Log: **** Uses: 3 Backup Date: Fri Jun 8 00:30:32 EDT 2001 Backup Date: Wed Jun 6 00:30:32 EDT 2001 Backup Date: Wed May 30 00:32:30 EDT 2001 From root Tue Aug 14 03:54:07 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA29030 for bmsaix@bmsi.com; Tue, 14 Aug 2001 03:54:06 -0400 Date: Tue, 14 Aug 2001 03:54:06 -0400 From: root Message-Id: <200108140754.DAA29030@bmsaix.bmsi.com> Subject: bmsaix0076 backup Status: RO X-Status: X-Keywords: X-UID: 1894 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 14 00:30:00 EDT 2001 mksysb backup Tue Aug 14 00:30:20 EDT 2001 Dumpdate: Sat Jul 28 00:42:40 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18094 Jul 28 00:35 ./image.data -rw-r--r-- 1 root system 1932 Jul 28 00:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0076 Backup Date: Tue Aug 14 00:30:33 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Aug 14 00:30:45 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Aug 14 02:24:13 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 26210. mksysb backup Tue Aug 14 02:24:51 EDT 2001 Dumpdate: Tue Aug 14 00:40:44 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18094 Aug 14 00:33 ./image.data -rw-r--r-- 1 root system 2036 Aug 14 00:30 ./tapeid.data Verify backup Tue Aug 14 02:25:04 EDT 2001 Segment 1-4: mksysb 2099175 Kbytes, 107515 files 88.1% Backup finished Tue Aug 14 03:54:06 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Sat Jul 28 00:32:28 EDT 2001 From root Wed Aug 15 03:58:57 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id DAA21630 for bmsaix@bmsi.com; Wed, 15 Aug 2001 03:58:57 -0400 Date: Wed, 15 Aug 2001 03:58:57 -0400 From: root Message-Id: <200108150758.DAA21630@bmsaix.bmsi.com> Subject: bmsaix0041 backup Status: RO X-Status: X-Keywords: X-UID: 1895 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 15 00:30:01 EDT 2001 mksysb backup Wed Aug 15 00:30:21 EDT 2001 Dumpdate: Wed Aug 8 00:40:42 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18093 Aug 08 00:33 ./image.data -rw-r--r-- 1 root system 3044 Aug 08 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0041 Backup Date: Wed Aug 15 00:30:33 EDT 2001 block: 4 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 15 00:30:45 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA24268: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA40880: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA24268: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA40880: A file or directory in the path name does not exist. Mount volume 2 on /dev/rmt0.1. Press Enter to continue. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Wed Aug 15 02:27:23 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 36554. mksysb backup Wed Aug 15 02:28:02 EDT 2001 Dumpdate: Wed Aug 15 00:40:41 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18094 Aug 15 00:33 ./image.data -rw-r--r-- 1 root system 3086 Aug 15 00:30 ./tapeid.data Verify backup Wed Aug 15 02:28:14 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: No such file or directory after 2097752 Kbytes, 106052 files 88.1% Backup finished Wed Aug 15 03:58:56 EDT 2001 **** Usage Log: **** Uses: 26 Backup Date: Wed Aug 8 00:30:33 EDT 2001 Backup Date: Tue Jul 3 00:30:33 EDT 2001 Backup Date: Wed Mar 28 00:30:32 EST 2001 Backup Date: Wed Mar 14 00:30:32 EST 2001 Backup Date: Wed Mar 7 00:30:32 EST 2001 From root Thu Aug 23 03:30:54 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.11.3/8.11.3) id f7N7Us827486 for bmsaix@bmsi.com; Thu, 23 Aug 2001 03:30:54 -0400 Date: Thu, 23 Aug 2001 03:30:54 -0400 From: root Message-Id: <200108230730.f7N7Us827486@bmsaix.bmsi.com> Subject: bmsaix0048 backup Status: RO X-Status: X-Keywords: X-UID: 1896 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 23 00:30:00 EDT 2001 mksysb backup Thu Aug 23 00:30:20 EDT 2001 Dumpdate: Thu Mar 29 00:40:36 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18175 Mar 29 00:33 ./image.data -rw-r--r-- 1 root system 2268 Mar 29 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0048 Backup Date: Thu Aug 23 00:30:33 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Aug 23 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dff7N4bev23614: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qff7N4bev23614: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/lpp/freeware.perl/freeware.perl.rte.al: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/lpp/freeware.perl/freeware.perl.rte.inventory: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/lpp/freeware.perl/freeware.perl.rte.post_i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/lpp/freeware.perl/freeware.perl.rte.pre_i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/lpp/freeware.perl/freeware.perl.rte.size: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/lpp/freeware.perl/freeware.perl.rte.installed_list: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 23 02:12:56 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 18924. mksysb backup Thu Aug 23 02:13:32 EDT 2001 Dumpdate: Thu Aug 23 00:42:26 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18102 Aug 23 00:33 ./image.data -rw-r--r-- 1 root system 2372 Aug 23 00:30 ./tapeid.data Verify backup Thu Aug 23 02:13:44 EDT 2001 Segment 1-4: mksysb 1785057 Kbytes, 80785 files 87.9% Backup finished Thu Aug 23 03:30:53 EDT 2001 **** Usage Log: **** Uses: 9 Backup Date: Thu Mar 29 00:30:33 EST 2001 Backup Date: Thu Mar 22 00:30:38 EST 2001 Backup Date: Thu Mar 8 00:30:32 EST 2001 Backup Date: Thu Mar 1 00:30:36 EST 2001 Backup Date: Thu Feb 22 00:30:37 EST 2001 From root Wed Aug 29 03:28:23 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.11.5/8.11.3) id f7T7SMf34748 for bmsaix@bmsi.com; Wed, 29 Aug 2001 03:28:22 -0400 Date: Wed, 29 Aug 2001 03:28:22 -0400 From: root Message-Id: <200108290728.f7T7SMf34748@bmsaix.bmsi.com> Subject: bmsaix0073 backup Status: RO X-Status: X-Keywords: X-UID: 1897 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 29 00:30:01 EDT 2001 mksysb backup Wed Aug 29 00:30:20 EDT 2001 Dumpdate: Wed Aug 22 00:40:39 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18102 Aug 22 00:33 ./image.data -rw-r--r-- 1 root system 2288 Aug 22 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0073 Backup Date: Wed Aug 29 00:30:33 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 29 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Aug 29 02:09:30 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 25394. mksysb backup Wed Aug 29 02:10:06 EDT 2001 Dumpdate: Wed Aug 29 00:40:51 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18095 Aug 29 00:33 ./image.data -rw-r--r-- 1 root system 2330 Aug 29 00:30 ./tapeid.data Verify backup Wed Aug 29 02:10:18 EDT 2001 Segment 1-4: mksysb 1817040 Kbytes, 81876 files 87.9% Backup finished Wed Aug 29 03:28:22 EDT 2001 **** Usage Log: **** Uses: 8 Backup Date: Wed Aug 22 00:30:33 EDT 2001 Backup Date: Tue Jul 24 00:30:33 EDT 2001 Backup Date: Wed Jul 18 00:30:32 EDT 2001 Backup Date: Wed Jul 11 00:30:32 EDT 2001 Backup Date: Wed Jul 4 00:30:32 EDT 2001 From root Wed Sep 19 03:28:29 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.11.5/8.11.3) id f8J7ST135124 for bmsaix@bmsi.com; Wed, 19 Sep 2001 03:28:29 -0400 Date: Wed, 19 Sep 2001 03:28:29 -0400 From: root Message-Id: <200109190728.f8J7ST135124@bmsaix.bmsi.com> Subject: bmsaix0077 backup Status: RO X-Status: X-Keywords: X-UID: 1898 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 19 00:30:00 EDT 2001 mksysb backup Wed Sep 19 00:30:20 EDT 2001 Dumpdate: Thu Sep 13 00:42:41 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18094 Sep 13 00:35 ./image.data -rw-r--r-- 1 root system 1994 Sep 13 00:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0077 Backup Date: Wed Sep 19 00:30:32 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Sep 19 00:30:44 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dff8J4NCV32114: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qff8J4NCV32114: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/config/sedscript: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/lib-dynload/miltermodule.so: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 19 02:10:19 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 39858. mksysb backup Wed Sep 19 02:10:55 EDT 2001 Dumpdate: Wed Sep 19 00:41:10 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18096 Sep 19 00:33 ./image.data -rw-r--r-- 1 root system 2036 Sep 19 00:30 ./tapeid.data Verify backup Wed Sep 19 02:11:07 EDT 2001 Segment 1-4: mksysb 1790593 Kbytes, 81795 files 87.9% Backup finished Wed Sep 19 03:28:29 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Thu Sep 13 00:32:28 EDT 2001 From root@bmsaix.bmsi.com Thu Oct 18 03:02:36 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id f9I72Yti025884 for ; Thu, 18 Oct 2001 03:02:34 -0400 Received: from bmsaix.bmsi.com (bmsaix [219.109.11.9]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id f9I72XsQ004858 for ; Thu, 18 Oct 2001 03:02:33 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id f9I72XSg035610 for bmsaix@bmsi.com; Thu, 18 Oct 2001 03:02:33 -0400 Date: Thu, 18 Oct 2001 03:02:33 -0400 From: root@bmsaix.bmsi.com Message-Id: <200110180702.f9I72XSg035610@bmsaix.bmsi.com> Subject: bmsaix0075 backup Status: RO X-Status: X-Keywords: X-UID: 1899 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Oct 18 00:30:00 EDT 2001 mksysb backup Thu Oct 18 00:30:20 EDT 2001 Dumpdate: Thu Oct 11 00:41:30 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Oct 11 00:33 ./image.data -rw-r--r-- 1 root system 2268 Oct 11 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0075 Backup Date: Thu Oct 18 00:30:33 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Oct 18 00:30:43 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Oct 18 02:07:26 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 26826. mksysb backup Thu Oct 18 02:08:02 EDT 2001 Dumpdate: Thu Oct 18 00:40:58 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Oct 18 00:33 ./image.data -rw-r--r-- 1 root system 2310 Oct 18 00:30 ./tapeid.data Verify backup Thu Oct 18 02:08:14 EDT 2001 Segment 1-4: mksysb /dev/rmt0.1: I/O error after 1095418 Kbytes, 55705 files 87.3% /dev/rmt0: There is an input or output error. Backup finished Thu Oct 18 03:02:32 EDT 2001 **** Usage Log: **** Uses: 9 Backup Date: Thu Oct 11 00:30:32 EDT 2001 Backup Date: Thu Sep 27 00:30:33 EDT 2001 Backup Date: Thu Sep 6 00:30:32 EDT 2001 Backup Date: Thu Aug 30 00:30:32 EDT 2001 Backup Date: Thu Aug 16 00:30:33 EDT 2001 From root@bmsaix.bmsi.com Tue Oct 23 03:32:38 2001 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id f9N7Wbav023840 for ; Tue, 23 Oct 2001 03:32:37 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id f9N7WbTL037144 for bmsaix@bmsi.com; Tue, 23 Oct 2001 03:32:37 -0400 Date: Tue, 23 Oct 2001 03:32:37 -0400 From: root@bmsaix.bmsi.com Message-Id: <200110230732.f9N7WbTL037144@bmsaix.bmsi.com> Subject: bmsaix0035 backup Status: RO X-Status: X-Keywords: X-UID: 1900 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Oct 23 00:30:00 EDT 2001 mksysb backup Tue Oct 23 00:30:20 EDT 2001 Dumpdate: Tue Oct 16 00:41:00 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Oct 16 00:33 ./image.data -rw-r--r-- 1 root system 2982 Oct 16 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0035 Backup Date: Tue Oct 23 00:30:33 EDT 2001 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Oct 23 00:30:45 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Oct 23 02:14:23 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 33352. mksysb backup Tue Oct 23 02:14:59 EDT 2001 Dumpdate: Tue Oct 23 00:41:03 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Oct 23 00:33 ./image.data -rw-r--r-- 1 root system 3024 Oct 23 00:30 ./tapeid.data Verify backup Tue Oct 23 02:15:12 EDT 2001 Segment 1-4: mksysb 1815836 Kbytes, 82409 files 87.9% Backup finished Tue Oct 23 03:32:36 EDT 2001 **** Usage Log: **** Uses: 26 Backup Date: Tue Oct 16 00:30:33 EDT 2001 Backup Date: Tue Oct 2 00:30:37 EDT 2001 Backup Date: Tue Sep 25 00:30:32 EDT 2001 Backup Date: Tue Sep 18 00:30:33 EDT 2001 Backup Date: Tue Sep 11 00:30:32 EDT 2001 From root@bmsaix.bmsi.com Thu Jan 17 03:57:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g0H8v1Rl041360 for ; Thu, 17 Jan 2002 03:57:02 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g0H8v1XC054410 for bmsaix@bmsi.com; Thu, 17 Jan 2002 03:57:01 -0500 Date: Thu, 17 Jan 2002 03:57:01 -0500 From: root@bmsaix.bmsi.com Message-Id: <200201170857.g0H8v1XC054410@bmsaix.bmsi.com> Subject: bmsaix0078 backup Status: RO X-Status: X-Keywords: X-UID: 1901 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Jan 17 00:30:00 EST 2002 mksysb backup Thu Jan 17 00:30:20 EST 2002 Dumpdate: Wed Jan 9 00:41:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17559 Jan 09 00:33 ./image.data -rw-r--r-- 1 root system 2394 Jan 09 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0078 Backup Date: Thu Jan 17 00:30:32 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Jan 17 00:30:45 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/locks/LCK..amcweb2: A file or directory in the path name does not exist. backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Thu Jan 17 02:09:39 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 23130. mksysb backup Thu Jan 17 02:10:15 EST 2002 Dumpdate: Thu Jan 17 00:41:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 17 00:33 ./image.data -rw-r--r-- 1 root system 2436 Jan 17 00:30 ./tapeid.data Verify backup Thu Jan 17 02:10:27 EST 2002 Segment 1-4: mksysb /dev/rmt0.1: Media surface error after 1846303 Kbytes, 82379 files 87.9% Backup finished Thu Jan 17 03:57:01 EST 2002 **** Usage Log: **** Uses: 12 Backup Date: Wed Jan 9 00:30:32 EST 2002 Backup Date: Wed Dec 19 00:30:33 EST 2001 Backup Date: Wed Dec 12 00:32:43 EST 2001 Backup Date: Wed Dec 5 00:30:49 EST 2001 Backup Date: Wed Nov 28 00:30:34 EST 2001 From root@bmsaix.bmsi.com Sat Jan 19 03:31:18 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g0J8VGRl030254 for ; Sat, 19 Jan 2002 03:31:16 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g0J8VGMN049964 for bmsaix@bmsi.com; Sat, 19 Jan 2002 03:31:16 -0500 Date: Sat, 19 Jan 2002 03:31:16 -0500 From: root@bmsaix.bmsi.com Message-Id: <200201190831.g0J8VGMN049964@bmsaix.bmsi.com> Subject: bmsaix0070 backup Status: RO X-Status: X-Keywords: X-UID: 1902 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Jan 19 00:30:00 EST 2002 mksysb backup Sat Jan 19 00:30:20 EST 2002 Dumpdate: Sat Dec 29 00:41:05 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Dec 29 00:33 ./image.data -rw-r--r-- 1 root system 2436 Dec 29 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0070 Backup Date: Sat Jan 19 00:30:32 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Jan 19 00:30:45 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jan 19 02:11:34 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 39472. mksysb backup Sat Jan 19 02:12:11 EST 2002 Dumpdate: Sat Jan 19 00:41:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 19 00:33 ./image.data -rw-r--r-- 1 root system 2478 Jan 19 00:30 ./tapeid.data Verify backup Sat Jan 19 02:12:23 EST 2002 Segment 1-4: mksysb 1855005 Kbytes, 83841 files 87.9% Backup finished Sat Jan 19 03:31:15 EST 2002 **** Usage Log: **** Uses: 13 Backup Date: Sat Dec 29 00:30:32 EST 2001 Backup Date: Sat Dec 22 00:30:33 EST 2001 Backup Date: Thu Dec 13 00:30:33 EST 2001 Backup Date: Sat Dec 8 00:30:33 EST 2001 Backup Date: Sat Nov 17 00:30:32 EST 2001 From root@bmsaix.bmsi.com Wed Jan 30 03:37:48 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g0U8bkRl045288 for ; Wed, 30 Jan 2002 03:37:46 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g0U8bkPe039136 for bmsaix@bmsi.com; Wed, 30 Jan 2002 03:37:46 -0500 Date: Wed, 30 Jan 2002 03:37:46 -0500 From: root@bmsaix.bmsi.com Message-Id: <200201300837.g0U8bkPe039136@bmsaix.bmsi.com> Subject: bmsaix0079 backup Status: RO X-Status: X-Keywords: X-UID: 1903 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jan 30 00:30:00 EST 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. Unknown tape format Wed Jan 30 00:34:27 EST 2002 Assigning New Tape Id Wed Jan 30 00:34:27 EST 2002 Retensioning Tape Wed Jan 30 00:34:27 EST 2002 Tape Id: bmsaix0079 Backup Date: Wed Jan 30 00:36:27 EST 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jan 30 00:36:39 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jan 30 02:16:35 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 14288. mksysb backup Wed Jan 30 02:17:11 EST 2002 Dumpdate: Wed Jan 30 00:46:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 30 00:39 ./image.data -rw-r--r-- 1 root system 1932 Jan 30 00:36 ./tapeid.data Verify backup Wed Jan 30 02:17:24 EST 2002 Segment 1-4: mksysb 1860010 Kbytes, 84195 files 87.9% Backup finished Wed Jan 30 03:37:45 EST 2002 **** Usage Log: **** Uses: 0 From root@bmsaix.bmsi.com Fri Feb 1 03:36:39 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g118acRl030500 for ; Fri, 1 Feb 2002 03:36:39 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g118ackp040480 for bmsaix@bmsi.com; Fri, 1 Feb 2002 03:36:38 -0500 Date: Fri, 1 Feb 2002 03:36:38 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202010836.g118ackp040480@bmsaix.bmsi.com> Subject: bmsaix0045 backup Status: RO X-Status: X-Keywords: X-UID: 1904 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Feb 1 00:30:01 EST 2002 mksysb backup Fri Feb 1 00:30:27 EST 2002 Dumpdate: Fri Jan 25 00:41:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 25 00:34 ./image.data -rw-r--r-- 1 root system 3486 Jan 25 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0045 Backup Date: Fri Feb 1 00:30:39 EST 2002 block: 4 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Feb 1 00:30:51 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Feb 1 02:10:14 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 57220. mksysb backup Fri Feb 1 02:10:51 EST 2002 Dumpdate: Fri Feb 1 00:41:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17559 Feb 01 00:33 ./image.data -rw-r--r-- 1 root system 3528 Feb 01 00:30 ./tapeid.data Verify backup Fri Feb 1 02:11:03 EST 2002 Segment 1-4: mksysb 1847139 Kbytes, 84356 files 87.9% Backup finished Fri Feb 1 03:36:38 EST 2002 **** Usage Log: **** Uses: 38 Backup Date: Fri Jan 25 00:30:53 EST 2002 Backup Date: Fri Jan 11 00:30:36 EST 2002 Backup Date: Fri Jan 4 00:30:53 EST 2002 Backup Date: Fri Dec 21 00:30:46 EST 2001 Backup Date: Fri Dec 14 00:30:39 EST 2001 From root@bmsaix.bmsi.com Sat Feb 2 03:33:30 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g128XSRl042860 for ; Sat, 2 Feb 2002 03:33:29 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g128XSNB012130 for bmsaix@bmsi.com; Sat, 2 Feb 2002 03:33:28 -0500 Date: Sat, 2 Feb 2002 03:33:28 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202020833.g128XSNB012130@bmsaix.bmsi.com> Subject: bmsaix0029 backup Status: RO X-Status: X-Keywords: X-UID: 1905 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Feb 2 00:30:00 EST 2002 mksysb backup Sat Feb 2 00:30:21 EST 2002 Dumpdate: Sat Jan 26 00:41:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 26 00:33 ./image.data -rw-r--r-- 1 root system 5082 Jan 26 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0029 Backup Date: Sat Feb 2 00:30:33 EST 2002 block: 6 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Feb 2 00:30:45 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Feb 2 02:08:54 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28908. mksysb backup Sat Feb 2 02:09:31 EST 2002 Dumpdate: Sat Feb 2 00:41:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17559 Feb 02 00:33 ./image.data -rw-r--r-- 1 root system 5124 Feb 02 00:30 ./tapeid.data Verify backup Sat Feb 2 02:09:44 EST 2002 Segment 1-4: mksysb 1841715 Kbytes, 84304 files 87.9% Backup finished Sat Feb 2 03:33:28 EST 2002 **** Usage Log: **** Uses: 76 Backup Date: Sat Jan 26 00:30:33 EST 2002 Backup Date: Sat Jan 12 00:30:34 EST 2002 Backup Date: Sat Jan 5 00:30:33 EST 2002 Backup Date: Sat Dec 15 00:30:33 EST 2001 Backup Date: Sat Dec 1 00:30:33 EST 2001 From root@bmsaix.bmsi.com Tue Feb 5 01:15:48 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g156FjRl041246 for ; Tue, 5 Feb 2002 01:15:46 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g156Fjvi046102 for bmsaix@bmsi.com; Tue, 5 Feb 2002 01:15:45 -0500 Date: Tue, 5 Feb 2002 01:15:45 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202050615.g156Fjvi046102@bmsaix.bmsi.com> Subject: bmsaix0072 backup Status: RO X-Status: X-Keywords: X-UID: 1906 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Feb 5 00:30:01 EST 2002 mksysb backup Tue Feb 5 00:33:08 EST 2002 Dumpdate: Tue Jan 29 00:43:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 29 00:36 ./image.data -rw-r--r-- 1 root system 2646 Jan 29 00:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0072 Backup Date: Tue Feb 5 00:33:23 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Feb 5 00:33:36 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................backup: 0511-432 A write error occurred: There is an input or output error. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Tue Feb 5 01:14:15 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 38040. /dev/rmt0: There is an input or output error. /dev/rmt0: There is an input or output error. Backup finished Tue Feb 5 01:15:45 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Tue Jan 29 00:33:09 EST 2002 Backup Date: Tue Jan 22 00:33:09 EST 2002 Backup Date: Tue Jan 15 00:33:01 EST 2002 Backup Date: Tue Jan 8 00:30:32 EST 2002 Backup Date: Tue Jan 1 00:32:47 EST 2002 From root@bmsaix.bmsi.com Thu Feb 7 00:41:55 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g175fqRl037982 for ; Thu, 7 Feb 2002 00:41:52 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g175fqXk028762 for bmsaix@bmsi.com; Thu, 7 Feb 2002 00:41:52 -0500 Date: Thu, 7 Feb 2002 00:41:52 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202070541.g175fqXk028762@bmsaix.bmsi.com> Subject: bmsaix0050 backup Status: RO X-Status: X-Keywords: X-UID: 1907 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Feb 7 00:30:00 EST 2002 mksysb backup Thu Feb 7 00:30:21 EST 2002 Dumpdate: Thu Jan 31 00:41:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17560 Jan 31 00:33 ./image.data -rw-r--r-- 1 root system 2562 Jan 31 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0050 Backup Date: Thu Feb 7 00:30:33 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Feb 7 00:30:45 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Thu Feb 7 00:41:15 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 34580. mksysb backup Thu Feb 7 00:41:39 EST 2002 /dev/rmt0: I/O error after 0 Kbytes, 0 files Backup finished Thu Feb 7 00:41:51 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Thu Jan 31 00:30:32 EST 2002 Backup Date: Thu Jan 24 00:30:32 EST 2002 Backup Date: Fri Jan 18 00:30:33 EST 2002 Backup Date: Thu Jan 10 00:30:33 EST 2002 Backup Date: Thu Dec 27 00:30:33 EST 2001 From root@bmsaix.bmsi.com Sat Feb 9 00:43:52 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g195hnRl057160 for ; Sat, 9 Feb 2002 00:43:50 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g195hn24062782 for bmsaix@bmsi.com; Sat, 9 Feb 2002 00:43:49 -0500 Date: Sat, 9 Feb 2002 00:43:49 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202090543.g195hn24062782@bmsaix.bmsi.com> Subject: bmsaix0080 backup Status: RO X-Status: X-Keywords: X-UID: 1908 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Feb 9 00:30:00 EST 2002 mksysb backup Sat Feb 9 00:30:21 EST 2002 /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Sat Feb 9 00:30:32 EST 2002 Retensioning Tape Sat Feb 9 00:30:32 EST 2002 Tape Id: bmsaix0080 Backup Date: Sat Feb 9 00:32:28 EST 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Feb 9 00:32:39 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Sat Feb 9 00:43:13 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 23534. mksysb backup Sat Feb 9 00:43:37 EST 2002 /dev/rmt0: I/O error after 0 Kbytes, 0 files Backup finished Sat Feb 9 00:43:49 EST 2002 **** Usage Log: **** Uses: 0 From root@bmsaix.bmsi.com Sat Feb 16 04:19:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1G9J5hw033498 for ; Sat, 16 Feb 2002 04:19:05 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g1G9J43m036562 for bmsaix@bmsi.com; Sat, 16 Feb 2002 04:19:04 -0500 Date: Sat, 16 Feb 2002 04:19:04 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202160919.g1G9J43m036562@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 1909 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Feb 16 00:30:00 EST 2002 /dev/rmt1.1 fsf 3 failed: There is an input or output error. Unknown tape format Sat Feb 16 00:30:02 EST 2002 Assigning New Tape Id Sat Feb 16 00:30:02 EST 2002 Retensioning Tape Sat Feb 16 00:30:02 EST 2002 Tape Id: bmsaix0083 Backup Date: Sat Feb 16 00:32:34 EST 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Feb 16 00:33:01 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Feb 16 02:43:51 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 16618. mksysb backup Sat Feb 16 02:45:13 EST 2002 Dumpdate: Sat Feb 16 00:43:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Feb 16 00:35 ./image.data -rw-r--r-- 1 root system 1994 Feb 16 00:32 ./tapeid.data Verify backup Sat Feb 16 02:45:20 EST 2002 Segment 1-4: mksysb 4000753 Kbytes, 135223 files 88.5% Backup finished Sat Feb 16 04:19:04 EST 2002 **** Usage Log: **** Uses: 0 From root@bmsaix.bmsi.com Tue Feb 26 04:22:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1Q9MPhw036450 for ; Tue, 26 Feb 2002 04:22:25 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g1Q9MPPp043354 for bmsaix@bmsi.com; Tue, 26 Feb 2002 04:22:25 -0500 Date: Tue, 26 Feb 2002 04:22:25 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202260922.g1Q9MPPp043354@bmsaix.bmsi.com> Subject: bmsaix0084 backup Status: RO X-Status: X-Keywords: X-UID: 1910 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Feb 26 00:30:00 EST 2002 /dev/rmt1.1 fsf 3 failed: There is an input or output error. Unknown tape format Tue Feb 26 00:30:01 EST 2002 Assigning New Tape Id Tue Feb 26 00:30:01 EST 2002 Retensioning Tape Tue Feb 26 00:30:02 EST 2002 Tape Id: bmsaix0084 Backup Date: Tue Feb 26 00:32:34 EST 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Feb 26 00:33:01 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Feb 26 02:46:02 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 30418. mksysb backup Tue Feb 26 02:47:09 EST 2002 Dumpdate: Tue Feb 26 00:44:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Feb 26 00:35 ./image.data -rw-r--r-- 1 root system 1994 Feb 26 00:32 ./tapeid.data Verify backup Tue Feb 26 02:47:16 EST 2002 Segment 1-4: mksysb 3999634 Kbytes, 135531 files 88.5% Backup finished Tue Feb 26 04:22:24 EST 2002 **** Usage Log: **** Uses: 0 From root@bmsaix.bmsi.com Wed Feb 27 13:50:55 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1RIoqhw038782 for ; Wed, 27 Feb 2002 13:50:52 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g1RIoqpS020602 for bmsaix@bmsi.com; Wed, 27 Feb 2002 13:50:52 -0500 Date: Wed, 27 Feb 2002 13:50:52 -0500 From: root@bmsaix.bmsi.com Message-Id: <200202271850.g1RIoqpS020602@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 1911 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Feb 27 00:30:01 EST 2002 /dev/rmt1.1 fsf 3 failed: There is an input or output error. Unknown tape format Wed Feb 27 00:30:02 EST 2002 Assigning New Tape Id Wed Feb 27 00:30:02 EST 2002 Retensioning Tape Wed Feb 27 00:30:02 EST 2002 Tape Id: bmsaix0085 Backup Date: Wed Feb 27 00:32:35 EST 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Feb 27 09:47:12 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./bms/edx/bisrh/cbcalc2.edx: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg1REx3hw016456: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsaifde42ee: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger05002ee: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC0500: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsaifde54a6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger05014a6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC0501: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsaifde6bbf: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger0502bbf: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC0502: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsaifde8ef5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger0503ef5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC0503: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg1REvKlF036158: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg1REvKlF036158: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Feb 27 12:06:22 EST 2002 0513-029 The btas Subsystem is already active. Multiple instances are not supported. mksysb backup Wed Feb 27 12:07:54 EST 2002 Dumpdate: Wed Feb 27 10:00:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Feb 27 09:51 ./image.data -rw-r--r-- 1 root system 1994 Feb 27 09:46 ./tapeid.data Verify backup Wed Feb 27 12:08:02 EST 2002 Segment 1-4: mksysb 4018794 Kbytes, 135666 files 88.5% Backup finished Wed Feb 27 13:50:52 EST 2002 **** Usage Log: **** Uses: 0 From root@bmsaix.bmsi.com Sat Mar 16 04:22:02 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2G9M0OC024878 for ; Sat, 16 Mar 2002 04:22:00 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2G9M0Gd029220 for bmsaix@bmsi.com; Sat, 16 Mar 2002 04:22:00 -0500 Date: Sat, 16 Mar 2002 04:22:00 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203160922.g2G9M0Gd029220@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 1912 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 16 00:30:01 EST 2002 mksysb backup Sat Mar 16 00:30:26 EST 2002 Dumpdate: Tue Mar 12 00:42:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 12 00:34 ./image.data -rw-r--r-- 1 root system 2288 Mar 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Sat Mar 16 00:30:34 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Mar 16 00:31:04 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/locks/LCK..amcweb2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/TM.37408.000: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 16 02:45:53 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 21418. mksysb backup Sat Mar 16 02:47:33 EST 2002 Dumpdate: Sat Mar 16 00:42:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 16 00:34 ./image.data -rw-r--r-- 1 root system 2330 Mar 16 00:30 ./tapeid.data Verify backup Sat Mar 16 02:47:41 EST 2002 Segment 1-4: mksysb 4062117 Kbytes, 138342 files 88.5% Backup finished Sat Mar 16 04:22:00 EST 2002 **** Usage Log: **** Uses: 8 Backup Date: Tue Mar 12 00:30:34 EST 2002 Backup Date: Sat Mar 2 00:30:34 EST 2002 Backup Date: Sat Feb 23 00:30:30 EST 2002 Backup Date: Tue Feb 19 00:30:34 EST 2002 Backup Date: Mon Feb 11 17:04:28 EST 2002 From root@bmsaix.bmsi.com Wed Mar 20 04:21:50 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K9LnOC014348 for ; Wed, 20 Mar 2002 04:21:49 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2K9Lnku036360 for bmsaix@bmsi.com; Wed, 20 Mar 2002 04:21:49 -0500 Date: Wed, 20 Mar 2002 04:21:49 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203200921.g2K9Lnku036360@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 1913 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Mar 20 00:30:00 EST 2002 mksysb backup Wed Mar 20 00:30:26 EST 2002 Dumpdate: Wed Mar 13 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 13 00:33 ./image.data -rw-r--r-- 1 root system 2162 Mar 13 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Mar 20 00:30:34 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Mar 20 00:31:04 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Mar 20 02:44:14 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31256. mksysb backup Wed Mar 20 02:45:58 EST 2002 Dumpdate: Wed Mar 20 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 20 00:34 ./image.data -rw-r--r-- 1 root system 2204 Mar 20 00:30 ./tapeid.data Verify backup Wed Mar 20 02:46:05 EST 2002 Segment 1-4: mksysb 4063362 Kbytes, 138396 files 88.5% Backup finished Wed Mar 20 04:21:48 EST 2002 **** Usage Log: **** Uses: 5 Backup Date: Wed Mar 13 00:30:33 EST 2002 Backup Date: Wed Mar 6 00:30:33 EST 2002 Backup Date: Wed Feb 20 00:30:31 EST 2002 Backup Date: Wed Feb 13 00:30:30 EST 2002 Backup Date: Thu Jul 12 13:23:21 EDT 2001 From root@bmsaix.bmsi.com Thu Mar 21 04:25:41 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L9PeOC037158 for ; Thu, 21 Mar 2002 04:25:40 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2L9Pe9k023076 for bmsaix@bmsi.com; Thu, 21 Mar 2002 04:25:40 -0500 Date: Thu, 21 Mar 2002 04:25:40 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203210925.g2L9Pe9k023076@bmsaix.bmsi.com> Subject: bmsaix0081 backup Status: RO X-Status: X-Keywords: X-UID: 1914 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Mar 21 00:30:01 EST 2002 mksysb backup Thu Mar 21 00:30:23 EST 2002 Dumpdate: Thu Mar 14 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 14 00:33 ./image.data -rw-r--r-- 1 root system 2162 Mar 14 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0081 Backup Date: Thu Mar 21 00:30:31 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Mar 21 00:31:01 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai138df89: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger0fbaf89: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC0fba: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Mar 21 02:46:11 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28622. mksysb backup Thu Mar 21 02:47:44 EST 2002 Dumpdate: Thu Mar 21 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 21 00:33 ./image.data -rw-r--r-- 1 root system 2204 Mar 21 00:30 ./tapeid.data Verify backup Thu Mar 21 02:47:52 EST 2002 Segment 1-4: mksysb 4068742 Kbytes, 138426 files 88.5% Backup finished Thu Mar 21 04:25:39 EST 2002 **** Usage Log: **** Uses: 5 Backup Date: Thu Mar 14 00:30:34 EST 2002 Backup Date: Thu Mar 7 00:30:33 EST 2002 Backup Date: Thu Feb 28 00:30:33 EST 2002 Backup Date: Thu Feb 21 00:30:30 EST 2002 Backup Date: Thu Feb 14 00:33:05 EST 2002 From root@bmsaix.bmsi.com Fri Mar 22 04:28:26 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M9SPOC034922 for ; Fri, 22 Mar 2002 04:28:25 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2M9SPQC033120 for bmsaix@bmsi.com; Fri, 22 Mar 2002 04:28:25 -0500 Date: Fri, 22 Mar 2002 04:28:25 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203220928.g2M9SPQC033120@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 1915 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Mar 22 00:30:00 EST 2002 mksysb backup Fri Mar 22 00:30:26 EST 2002 Dumpdate: Tue Mar 19 00:42:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 19 00:33 ./image.data -rw-r--r-- 1 root system 2204 Mar 19 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Mar 22 00:30:33 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Mar 22 00:31:04 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Mar 22 02:45:30 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 40798. mksysb backup Fri Mar 22 02:46:42 EST 2002 Dumpdate: Fri Mar 22 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 22 00:33 ./image.data -rw-r--r-- 1 root system 2246 Mar 22 00:30 ./tapeid.data Verify backup Fri Mar 22 02:46:50 EST 2002 Segment 1-4: mksysb 4070460 Kbytes, 138489 files 88.5% Backup finished Fri Mar 22 04:28:24 EST 2002 **** Usage Log: **** Uses: 6 Backup Date: Tue Mar 19 00:30:33 EST 2002 Backup Date: Fri Mar 15 00:30:30 EST 2002 Backup Date: Fri Mar 8 00:30:30 EST 2002 Backup Date: Fri Mar 1 00:30:30 EST 2002 Backup Date: Fri Feb 22 00:30:30 EST 2002 From root@bmsaix.bmsi.com Sat Mar 23 04:23:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N9NBOC041884 for ; Sat, 23 Mar 2002 04:23:11 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2N9NBPV021912 for bmsaix@bmsi.com; Sat, 23 Mar 2002 04:23:11 -0500 Date: Sat, 23 Mar 2002 04:23:11 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203230923.g2N9NBPV021912@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 1916 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 23 00:30:01 EST 2002 mksysb backup Sat Mar 23 00:30:26 EST 2002 Dumpdate: Sat Mar 9 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Mar 09 00:34 ./image.data -rw-r--r-- 1 root system 2036 Mar 09 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat Mar 23 00:30:34 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Mar 23 00:31:04 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/D.bmsai1593d49: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/D.amcwe7e12d49: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/C.amcweb2C7e12: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai1592bcb: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger10bcbcb: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC10bc: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 23 02:46:23 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 29148. mksysb backup Sat Mar 23 02:48:10 EST 2002 Dumpdate: Sat Mar 23 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 23 00:33 ./image.data -rw-r--r-- 1 root system 2078 Mar 23 00:30 ./tapeid.data Verify backup Sat Mar 23 02:48:17 EST 2002 Segment 1-4: mksysb 4075669 Kbytes, 138478 files 88.5% Backup finished Sat Mar 23 04:23:10 EST 2002 **** Usage Log: **** Uses: 2 Backup Date: Sat Mar 9 00:30:34 EST 2002 Backup Date: Tue Mar 5 00:33:03 EST 2002 From - Mon Jun 28 11:54:19 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id XAA43996 for ; Sun, 27 Jun 1999 23:41:41 -0400 Received: from www.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m10ySHt-00056LC; Sun, 27 Jun 99 23:40 EDT Received: (from root@localhost) by www.bmsi.com (8.9.1/8.9.1) id XAA13686 for stuart@bmsi.com; Sun, 27 Jun 1999 23:41:40 -0400 Date: Sun, 27 Jun 1999 23:41:40 -0400 From: stuart@www.bmsi.com Message-Id: <199906280341.XAA13686@www.bmsi.com> To: stuart@bmsi.com Subject: bmsweb0002 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 069792cc04e49aea733094a43df1e1d8 Status: RO X-Status: X-Keywords: X-UID: 1917 System Id: bmsweb Backup Started: Sun Jun 27 22:38:19 EDT 1999 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 61.3% Dumpdate: Fri Jan 8 17:48:08 1999 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9377 Jan 08 17:42 ./image.data -rw-r--r-- 1 root system 206 Jan 08 17:39 ./tapeid.data Tape Id: bmsweb0002 Backup Date: Sun Jun 27 22:43:43 EDT 1999 mksysb started Sun Jun 27 22:43:45 EDT 1999 bosboot: Boot image is 6403 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfFAA17062: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sun Jun 27 23:23:24 EDT 1999 Verify mksysb Sun Jun 27 23:23:25 EDT 1999 Dumpdate: Sun Jun 27 22:51:31 1999 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9386 Jun 27 22:46 ./image.data -rw-r--r-- 1 root system 248 Jun 27 22:43 ./tapeid.data 0 cache hits, 0 cache misses Backup finished Sun Jun 27 23:41:38 EDT 1999 **** Usage Log: **** Uses: 1 Backup Date: Fri Jan 8 17:39:43 EST 1999 From root@www.bmsi.com Tue Sep 11 21:39:21 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.11.5/8.11.3) with ESMTP id f8C1dKW44016; Tue, 11 Sep 2001 21:39:20 -0400 Received: (from root@localhost) by www.bmsi.com (8.9.1/8.9.1) id VAA09514; Tue, 11 Sep 2001 21:39:19 -0400 Date: Tue, 11 Sep 2001 21:39:19 -0400 From: root@www.bmsi.com Message-Id: <200109120139.VAA09514@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0007 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1918 System Id: bmsweb Backup Started: Tue Sep 11 19:20:59 EDT 2001 BTAS/X frozen for the duration of this process /btdata/ROOT 60.4% Dumpdate: Sat Dec 16 05:19:55 2000 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Dec 16 2000 ./image.data -rw-r--r-- 1 root system 930 Dec 16 2000 ./tapeid.data Tape Id: bmsweb0007 Backup Date: Tue Sep 11 19:37:33 EDT 2001 mksysb started Tue Sep 11 19:37:35 EDT 2001 bosboot: Boot image is 6429 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Sep 11 20:58:04 EDT 2001 mksysb backup Tue Sep 11 20:58:31 EDT 2001 Dumpdate: Tue Sep 11 19:45:19 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Sep 11 19:40 ./image.data -rw-rw-r-- 1 root system 972 Sep 11 19:37 ./tapeid.data Verify backup Tue Sep 11 20:58:43 EDT 2001 Segment 1-4: mksysb 889946 Kbytes, 17612 files 88.7% 0 cache hits, 0 cache misses Backup finished Tue Sep 11 21:39:17 EDT 2001 **** Usage Log: **** Uses: 3 Backup Date: Sat Dec 16 05:12:01 EST 2000 Backup Date: Tue Jun 13 18:34:25 EDT 2000 Backup Date: Sat Aug 7 17:48:06 EDT 1999 From stuart@www.bmsi.com Sat Nov 3 07:06:13 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fA3C6CNk029326; Sat, 3 Nov 2001 07:06:12 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fA3C6AMt066942; Sat, 3 Nov 2001 07:06:11 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id fA3C69rl043132; Sat, 3 Nov 2001 07:06:09 -0500 Date: Sat, 3 Nov 2001 07:06:09 -0500 From: stuart@www.bmsi.com Message-Id: <200111031206.fA3C69rl043132@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0006 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1919 System Id: bmsweb Backup Started: Sat Nov 3 05:00:02 EST 2001 BTAS/X frozen for the duration of this process 60.8% Dumpdate: Tue Apr 17 05:22:08 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9476 Apr 17 2001 ./image.data -rw-r--r-- 1 root system 972 Apr 17 2001 ./tapeid.data Tape Id: bmsweb0006 Backup Date: Sat Nov 3 05:17:05 EST 2001 mksysb started Sat Nov 3 05:17:07 EST 2001 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Nov 3 06:26:10 EST 2001 mksysb backup Sat Nov 3 06:26:38 EST 2001 Dumpdate: Sat Nov 3 05:25:04 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Nov 03 05:19 ./image.data -rw-r--r-- 1 root system 1014 Nov 03 05:17 ./tapeid.data Verify backup Sat Nov 3 06:26:50 EST 2001 Segment 1-4: mksysb 902076 Kbytes, 20372 files 88.8% 0 cache hits, 0 cache misses Backup finished Sat Nov 3 07:06:07 EST 2001 **** Usage Log: **** Uses: 4 Backup Date: Tue Apr 17 05:14:01 EDT 2001 Backup Date: Thu Sep 14 05:10:55 EDT 2000 Backup Date: Fri Mar 31 05:00:26 EST 2000 Backup Date: Wed Apr 7 22:13:58 EDT 1999 From root@www.bmsi.com Tue Nov 20 07:08:09 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fAKC88qM026718; Tue, 20 Nov 2001 07:08:08 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fAKC86Mt046208; Tue, 20 Nov 2001 07:08:07 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id fAKC86KW018302; Tue, 20 Nov 2001 07:08:06 -0500 Date: Tue, 20 Nov 2001 07:08:06 -0500 From: root@www.bmsi.com Message-Id: <200111201208.fAKC86KW018302@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0008 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1920 System Id: bmsweb Backup Started: Tue Nov 20 05:00:02 EST 2001 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 60.8% Dumpdate: Thu May 3 05:22:00 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9477 May 03 2001 ./image.data -rw-r--r-- 1 root system 972 May 03 2001 ./tapeid.data Tape Id: bmsweb0008 Backup Date: Tue Nov 20 05:17:11 EST 2001 mksysb started Tue Nov 20 05:17:14 EST 2001 bosboot: Boot image is 6429 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Nov 20 06:27:37 EST 2001 mksysb backup Tue Nov 20 06:28:05 EST 2001 Dumpdate: Tue Nov 20 05:25:08 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Nov 20 05:19 ./image.data -rw-rw-r-- 1 root system 1014 Nov 20 05:17 ./tapeid.data Verify backup Tue Nov 20 06:28:17 EST 2001 Segment 1-4: mksysb 908631 Kbytes, 20567 files 88.8% 0 cache hits, 0 cache misses Backup finished Tue Nov 20 07:08:04 EST 2001 **** Usage Log: **** Uses: 4 Backup Date: Thu May 3 05:13:46 EDT 2001 Backup Date: Wed Sep 27 05:11:00 EDT 2000 Backup Date: Sat Apr 15 05:00:27 EDT 2000 Backup Date: Sat Aug 7 19:35:42 EDT 1999 From stuart@www.bmsi.com Sat Dec 1 07:06:52 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fB1C6oqM033026; Sat, 1 Dec 2001 07:06:50 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fB1C6mLD070406; Sat, 1 Dec 2001 07:06:49 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id fB1C6m4c067588; Sat, 1 Dec 2001 07:06:48 -0500 Date: Sat, 1 Dec 2001 07:06:48 -0500 From: stuart@www.bmsi.com Message-Id: <200112011206.fB1C6m4c067588@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0003 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1921 System Id: bmsweb Backup Started: Sat Dec 1 05:00:02 EST 2001 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 60.8% Dumpdate: Sat Jun 2 05:22:01 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9484 Jun 02 2001 ./image.data -rw-rw-r-- 1 root system 1056 Jun 02 2001 ./tapeid.data Tape Id: bmsweb0003 Backup Date: Sat Dec 1 05:17:17 EST 2001 mksysb started Sat Dec 1 05:17:19 EST 2001 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffB17keLD065490: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffB17keLD065490: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Dec 1 06:26:55 EST 2001 mksysb backup Sat Dec 1 06:27:20 EST 2001 Dumpdate: Sat Dec 1 05:25:12 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Dec 01 05:20 ./image.data -rw-r--r-- 1 root system 1098 Dec 01 05:17 ./tapeid.data Verify backup Sat Dec 1 06:27:32 EST 2001 Segment 1-4: mksysb 905930 Kbytes, 19984 files 88.9% 0 cache hits, 0 cache misses Backup finished Sat Dec 1 07:06:46 EST 2001 **** Usage Log: **** Uses: 6 Backup Date: Sat Jun 2 05:14:15 EDT 2001 Backup Date: Thu Oct 12 05:11:14 EDT 2000 Backup Date: Sun Apr 30 16:29:05 EDT 2000 Backup Date: Wed Dec 8 05:08:02 EST 1999 Backup Date: Thu Sep 30 05:06:19 EDT 1999 From stuart@www.bmsi.com Thu Dec 27 07:11:25 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fBRCBOqM014878; Thu, 27 Dec 2001 07:11:24 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fBRCBNQg019166; Thu, 27 Dec 2001 07:11:23 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id fBRCBMUl063452; Thu, 27 Dec 2001 07:11:22 -0500 Date: Thu, 27 Dec 2001 07:11:22 -0500 From: stuart@www.bmsi.com Message-Id: <200112271211.fBRCBMUl063452@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0004 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1922 System Id: bmsweb Backup Started: Thu Dec 27 05:00:01 EST 2001 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 60.8% Dumpdate: Sat Jun 23 05:22:55 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9485 Jun 23 2001 ./image.data -rw-rw-r-- 1 root system 1014 Jun 23 2001 ./tapeid.data Tape Id: bmsweb0004 Backup Date: Thu Dec 27 05:17:25 EST 2001 mksysb started Thu Dec 27 05:17:27 EST 2001 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./bms/webrecv/work/1227052413: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/sh34190.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/unwrap.34190: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/locks/LCK..webload: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR37iQg045586: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR5TTQg022548: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR37iQg045586: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR81mQg035632: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR5TTQg022548: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR8fDQg029768: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR81mQg035632: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR8SWQg029924: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR8SWQg029924: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR94eQg030172: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR8fDQg029768: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR9PtQg029804: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR94eQg030172: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBR9xaQg019008: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR9PtQg029804: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dffBRAOAQg034186: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBR9xaQg019008: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qffBRAOAQg034186: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Dec 27 06:29:50 EST 2001 mksysb backup Thu Dec 27 06:30:19 EST 2001 Dumpdate: Thu Dec 27 05:25:42 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Dec 27 05:20 ./image.data -rw-r--r-- 1 root system 1056 Dec 27 05:17 ./tapeid.data Verify backup Thu Dec 27 06:30:31 EST 2001 Segment 1-4: mksysb 925240 Kbytes, 22112 files 89.0% 0 cache hits, 0 cache misses Backup finished Thu Dec 27 07:11:20 EST 2001 **** Usage Log: **** Uses: 5 Backup Date: Sat Jun 23 05:14:48 EDT 2001 Backup Date: Fri Nov 17 05:11:32 EST 2000 Backup Date: Wed Feb 23 05:00:26 EST 2000 Backup Date: Thu Dec 16 14:05:53 EST 1999 Backup Date: Thu Feb 18 05:07:03 EST 1999 From stuart@www.bmsi.com Sun Jan 13 07:07:34 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g0DC7XB7062780; Sun, 13 Jan 2002 07:07:33 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g0DC7V1T025866; Sun, 13 Jan 2002 07:07:32 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g0DC7V14062728; Sun, 13 Jan 2002 07:07:31 -0500 Date: Sun, 13 Jan 2002 07:07:31 -0500 From: stuart@www.bmsi.com Message-Id: <200201131207.g0DC7V14062728@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0001 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1923 System Id: bmsweb Backup Started: Sun Jan 13 05:00:02 EST 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 60.8% Dumpdate: Sat Jul 21 05:23:07 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Jul 21 05:18 ./image.data -rw-rw-r-- 1 root system 1056 Jul 21 05:15 ./tapeid.data Tape Id: bmsweb0001 Backup Date: Sun Jan 13 05:17:41 EST 2002 mksysb started Sun Jan 13 05:17:43 EST 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sun Jan 13 06:26:42 EST 2002 mksysb backup Sun Jan 13 06:27:10 EST 2002 Dumpdate: Sun Jan 13 05:25:24 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Jan 13 05:20 ./image.data -rw-r--r-- 1 root system 1098 Jan 13 05:17 ./tapeid.data Verify backup Sun Jan 13 06:27:22 EST 2002 Segment 1-4: mksysb 918198 Kbytes, 20692 files 88.8% 0 cache hits, 0 cache misses Backup finished Sun Jan 13 07:07:29 EST 2002 **** Usage Log: **** Uses: 6 Backup Date: Sat Jul 21 05:15:17 EDT 2001 Backup Date: Tue Dec 5 05:11:53 EST 2000 Backup Date: Fri Dec 31 22:05:51 EST 1999 Backup Date: Tue Nov 2 05:06:53 EST 1999 Backup Date: Wed May 26 23:58:48 EDT 1999 From stuart@www.bmsi.com Mon Feb 4 22:56:48 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g153ueRl007556; Mon, 4 Feb 2002 22:56:42 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g153ubkY037632; Mon, 4 Feb 2002 22:56:38 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g153ubm9042750; Mon, 4 Feb 2002 22:56:37 -0500 Date: Mon, 4 Feb 2002 22:56:37 -0500 From: stuart@www.bmsi.com Message-Id: <200202050356.g153ubm9042750@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0009 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1924 System Id: bmsweb Backup Started: Mon Feb 4 20:44:52 EST 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 60.8% Dumpdate: Mon Mar 5 05:20:45 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9477 Mar 05 2001 ./image.data -rw-r--r-- 1 root system 972 Mar 05 2001 ./tapeid.data Tape Id: bmsweb0009 Backup Date: Mon Feb 4 21:03:47 EST 2002 mksysb started Mon Feb 4 21:03:49 EST 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Mon Feb 4 22:15:31 EST 2002 mksysb backup Mon Feb 4 22:15:59 EST 2002 Dumpdate: Mon Feb 4 21:11:55 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Feb 04 21:06 ./image.data -rw-r--r-- 1 root system 1014 Feb 04 21:03 ./tapeid.data Verify backup Mon Feb 4 22:16:11 EST 2002 Segment 1-4: mksysb 938895 Kbytes, 21922 files 89.0% 0 cache hits, 0 cache misses Backup finished Mon Feb 4 22:56:34 EST 2002 **** Usage Log: **** Uses: 4 Backup Date: Mon Mar 5 05:12:54 EST 2001 Backup Date: Sat Jul 22 05:10:04 EDT 2000 Backup Date: Mon Jul 10 18:15:06 EDT 2000 Backup Date: Thu Feb 10 18:21:07 EST 2000 From stuart@www.bmsi.com Sat Feb 23 07:18:10 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1NCI8hw021644; Sat, 23 Feb 2002 07:18:09 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g1NCI7kY012808; Sat, 23 Feb 2002 07:18:07 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g1NCI6Bf031238; Sat, 23 Feb 2002 07:18:06 -0500 Date: Sat, 23 Feb 2002 07:18:06 -0500 From: stuart@www.bmsi.com Message-Id: <200202231218.g1NCI6Bf031238@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0013 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1925 System Id: bmsweb Backup Started: Sat Feb 23 05:00:01 EST 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 62.9% Dumpdate: Thu Aug 23 05:23:05 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Aug 23 2001 ./image.data -rw-rw-r-- 1 root system 888 Aug 23 2001 ./tapeid.data Tape Id: bmsweb0013 Backup Date: Sat Feb 23 05:19:43 EST 2002 mksysb started Sat Feb 23 05:19:45 EST 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..........................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg1IAfakY038520: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg1IAfakY038520: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Feb 23 06:34:49 EST 2002 mksysb backup Sat Feb 23 06:35:16 EST 2002 Dumpdate: Sat Feb 23 05:27:51 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Feb 23 05:22 ./image.data -rw-r--r-- 1 root system 930 Feb 23 05:19 ./tapeid.data Verify backup Sat Feb 23 06:35:28 EST 2002 Segment 1-4: mksysb 983534 Kbytes, 22628 files 89.0% 0 cache hits, 0 cache misses Backup finished Sat Feb 23 07:18:04 EST 2002 **** Usage Log: **** Uses: 2 Backup Date: Thu Aug 23 05:15:23 EDT 2001 Backup Date: Wed Jan 10 05:14:13 EST 2001 From root@www.bmsi.com Sat Mar 2 07:10:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g22CA1hw028544; Sat, 2 Mar 2002 07:10:02 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g22C9xkY025564; Sat, 2 Mar 2002 07:10:00 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g22C9wkB032216; Sat, 2 Mar 2002 07:09:58 -0500 Date: Sat, 2 Mar 2002 07:09:58 -0500 From: root@www.bmsi.com Message-Id: <200203021209.g22C9wkB032216@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0010 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1926 System Id: bmsweb Backup Started: Sat Mar 2 05:00:01 EST 2002 BTAS/X frozen for the duration of this process /btdata/ROOT73.8% Dumpdate: Sat Sep 29 11:50:45 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Sep 29 11:45 ./image.data -rw-r--r-- 1 root system 972 Sep 29 11:42 ./tapeid.data Tape Id: bmsweb0010 Backup Date: Sat Mar 2 05:14:52 EST 2002 mksysb started Sat Mar 2 05:14:54 EST 2002 bosboot: Boot image is 6429 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 2 06:27:48 EST 2002 mksysb backup Sat Mar 2 06:28:17 EST 2002 Dumpdate: Sat Mar 2 05:22:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Mar 02 05:17 ./image.data -rw-rw-r-- 1 root system 1014 Mar 02 05:14 ./tapeid.data Verify backup Sat Mar 2 06:28:29 EST 2002 Segment 1-4: mksysb 955450 Kbytes, 22121 files 88.9% 0 cache hits, 0 cache misses Backup finished Sat Mar 2 07:09:56 EST 2002 **** Usage Log: **** Uses: 4 Backup Date: Sat Sep 29 11:42:57 EDT 2001 Backup Date: Tue Feb 6 23:12:31 EST 2001 Backup Date: Wed Jul 19 05:09:54 EDT 2000 Backup Date: Thu Feb 17 05:02:10 EST 2000 From stuart@www.bmsi.com Thu Mar 21 07:04:16 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2LC4FOC037120; Thu, 21 Mar 2002 07:04:15 -0500 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2LC48kY025158; Thu, 21 Mar 2002 07:04:09 -0500 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g2LC48np023364; Thu, 21 Mar 2002 07:04:08 -0500 Date: Thu, 21 Mar 2002 07:04:08 -0500 From: stuart@www.bmsi.com Message-Id: <200203211204.g2LC48np023364@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0005 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1927 System Id: bmsweb Backup Started: Thu Mar 21 05:00:02 EST 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 79.7% Dumpdate: Sat Oct 13 05:24:42 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Oct 13 05:19 ./image.data -rw-rw-r-- 1 root system 1140 Oct 13 05:16 ./tapeid.data Tape Id: bmsweb0005 Backup Date: Thu Mar 21 05:12:47 EST 2002 mksysb started Thu Mar 21 05:12:49 EST 2002 bosboot: Boot image is 6429 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg2LAJ9kY033460: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg2L8NxkY019310: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg2LAJ9kY033460: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Mar 21 06:22:41 EST 2002 mksysb backup Thu Mar 21 06:23:07 EST 2002 Dumpdate: Thu Mar 21 05:21:16 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Mar 21 05:15 ./image.data -rw-r--r-- 1 root system 1182 Mar 21 05:12 ./tapeid.data Verify backup Thu Mar 21 06:23:19 EST 2002 Segment 1-4: mksysb 942577 Kbytes, 22559 files 88.9% 0 cache hits, 0 cache misses Backup finished Thu Mar 21 07:04:06 EST 2002 **** Usage Log: **** Uses: 8 Backup Date: Sat Oct 13 05:16:58 EDT 2001 Backup Date: Mon Apr 2 05:13:37 EDT 2001 Backup Date: Wed Aug 9 05:10:20 EDT 2000 Backup Date: Fri Mar 10 05:00:02 EST 2000 Backup Date: Thu Mar 9 05:02:02 EST 2000 From root@mail.csichb.com Wed Dec 22 02:37:18 1999 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA27606 for ; Wed, 22 Dec 1999 02:37:18 -0500 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA14678 for ; Wed, 22 Dec 1999 02:37:16 -0500 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id CAA13786 for bmsaix@bmsi.com; Wed, 22 Dec 1999 02:36:45 -0500 Date: Wed, 22 Dec 1999 02:36:45 -0500 Message-Id: <199912220736.CAA13786@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0004 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1928 System Id: csi Backup Started: Wed Dec 22 02:00:01 EST 1999 Dumpdate: Wed Dec 15 02:03:15 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9122 Dec 15 02:01 ./image.data -rw-r--r-- 1 root system 623 Dec 15 02:00 ./tapeid.data Tape Id: csi0004 Backup Date: Wed Dec 22 02:00:22 EST 1999 mksysb started Wed Dec 22 02:00:22 EST 1999 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up... Backing up 37456 files.............................. 6397 of 37456 files (17%).............................. 17474 of 37456 files (46%).............................. 32086 of 37456 files (85%).......... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Dec 22 02:20:35 EST 1999] Rewind Tape Wed Dec 22 02:20:36 EST 1999 Verify mksysb Wed Dec 22 02:20:36 EST 1999 Dumpdate: Wed Dec 22 02:03:13 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9123 Dec 22 02:01 ./image.data -rw-r--r-- 1 root system 665 Dec 22 02:00 ./tapeid.data 777225 Kbytes, 37456 files Backup finished Wed Dec 22 02:36:44 EST 1999 **** Usage Log: **** Uses: 11 Backup Date: Wed Dec 15 02:00:22 EST 1999 Backup Date: Wed Dec 8 02:00:22 EST 1999 Backup Date: Wed Dec 1 02:00:22 EST 1999 Backup Date: Wed Nov 24 02:00:22 EST 1999 Backup Date: Wed Nov 17 02:00:22 EST 1999 From root@mail.csichb.com Fri Dec 24 03:44:05 1999 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA38714 for ; Fri, 24 Dec 1999 03:44:04 -0500 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA14416 for ; Fri, 24 Dec 1999 03:43:59 -0500 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id DAA30120 for bmsaix@bmsi.com; Fri, 24 Dec 1999 03:41:50 -0500 Date: Fri, 24 Dec 1999 03:41:50 -0500 Message-Id: <199912240841.DAA30120@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0002 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1929 System Id: csi Backup Started: Fri Dec 24 02:00:00 EST 1999 Dumpdate: Fri Dec 17 02:03:20 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9122 Dec 17 02:01 ./image.data -rw-r--r-- 1 root system 4739 Dec 17 02:00 ./tapeid.data Tape Id: csi0002 Backup Date: Fri Dec 24 02:00:22 EST 1999 mksysb started Fri Dec 24 02:00:22 EST 1999 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up..... Backing up 62393 files.............................. 4412 of 62393 files (7%).............................. 9376 of 62393 files (15%).............................. 9492 of 62393 files (15%).............................. 16003 of 62393 files (25%).............................. 19950 of 62393 files (31%).............................. 31068 of 62393 files (49%).............................. 41824 of 62393 files (67%).............................. 47378 of 62393 files (75%).............................. 52588 of 62393 files (84%)........................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Dec 24 02:54:00 EST 1999] Rewind Tape Fri Dec 24 02:54:01 EST 1999 Verify mksysb Fri Dec 24 02:54:50 EST 1999 Dumpdate: Fri Dec 24 02:04:04 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9126 Dec 24 02:01 ./image.data -rw-r--r-- 1 root system 4781 Dec 24 02:00 ./tapeid.data 1421793 Kbytes, 62393 files Backup finished Fri Dec 24 03:41:49 EST 1999 **** Usage Log: **** Uses: 109 Backup Date: Fri Dec 17 02:00:22 EST 1999 Backup Date: Fri Dec 10 02:00:22 EST 1999 Backup Date: Fri Dec 3 02:00:22 EST 1999 Backup Date: Fri Nov 19 02:00:22 EST 1999 Backup Date: Fri Nov 12 02:00:22 EST 1999 From root@mail.csichb.com Tue Apr 11 03:48:49 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA37080 for ; Tue, 11 Apr 2000 03:48:49 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA12374 for ; Tue, 11 Apr 2000 03:48:47 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id DAA33868 for bmsaix@bmsi.com; Tue, 11 Apr 2000 03:48:16 -0400 Date: Tue, 11 Apr 2000 03:48:16 -0400 Message-Id: <200004110748.DAA33868@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0008 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1930 System Id: csi Backup Started: Tue Apr 11 02:00:00 EDT 2000 Dumpdate: Fri Feb 25 02:04:09 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9128 Feb 25 02:01 ./image.data -rw-r--r-- 1 root system 245 Feb 25 02:00 ./tapeid.data Tape Id: csi0008 Backup Date: Tue Apr 11 02:00:22 EDT 2000 mksysb started Tue Apr 11 02:00:22 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 63165 files.............................. 1822 of 63165 files (2%).............................. 10065 of 63165 files (15%).............................. 10202 of 63165 files (16%).............................. 10216 of 63165 files (16%).............................. 19009 of 63165 files (30%).............................. 27102 of 63165 files (42%).............................. 38140 of 63165 files (60%).............................. 45614 of 63165 files (72%).............................. 50605 of 63165 files (80%).............................. 58584 of 63165 files (92%)................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Apr 11 02:57:22 EDT 2000] Rewind Tape Tue Apr 11 02:57:23 EDT 2000 Verify mksysb Tue Apr 11 02:58:16 EDT 2000 Dumpdate: Tue Apr 11 02:04:03 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9132 Apr 11 02:01 ./image.data -rw-r--r-- 1 root system 287 Apr 11 02:00 ./tapeid.data 1517347 Kbytes, 63165 files Backup finished Tue Apr 11 03:48:15 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 11000 67% 2065 26% / /dev/hd2 4915200 86472 99% 53924 9% /usr /dev/hd9var 131072 95608 28% 763 5% /var /dev/hd3 65536 53088 19% 54 1% /tmp /dev/hd1 65536 19888 70% 345 5% /home /dev/lv00 163840 6528 97% 3567 35% /bms /dev/lv01 524288 266456 50% 22 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 58544 56% 24 1% /pc **** Usage Log: **** Uses: 2 Backup Date: Fri Feb 25 02:00:22 EST 2000 Backup Date: Thu Dec 30 02:00:01 EST 1999 From root@mail.csichb.com Fri May 5 03:49:52 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA25018 for ; Fri, 5 May 2000 03:49:52 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA20386 for ; Fri, 5 May 2000 03:49:50 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id DAA20564 for bmsaix@bmsi.com; Fri, 5 May 2000 03:49:18 -0400 Date: Fri, 5 May 2000 03:49:18 -0400 Message-Id: <200005050749.DAA20564@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0006 mksysb backup Status: O X-Status: X-Keywords: X-UID: 1931 System Id: csi Backup Started: Fri May 5 02:00:02 EDT 2000 Dumpdate: Fri Apr 28 02:04:07 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9132 Apr 28 02:01 ./image.data -rw-r--r-- 1 root system 1001 Apr 28 02:00 ./tapeid.data Tape Id: csi0006 Backup Date: Fri May 5 02:00:25 EDT 2000 mksysb started Fri May 5 02:00:25 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up...... Backing up 63947 files.............................. 313 of 63947 files (0%).............................. 10123 of 63947 files (15%).............................. 10912 of 63947 files (17%).............................. 10996 of 63947 files (17%).............................. 19414 of 63947 files (30%).............................. 25602 of 63947 files (40%).............................. 34297 of 63947 files (53%).............................. 45874 of 63947 files (71%).............................. 51064 of 63947 files (79%).............................. 59321 of 63947 files (92%).................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri May 5 02:57:41 EDT 2000] Rewind Tape Fri May 5 02:57:42 EDT 2000 Verify mksysb Fri May 5 02:58:35 EDT 2000 Dumpdate: Fri May 5 02:04:08 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9131 May 05 02:01 ./image.data -rw-r--r-- 1 root system 1043 May 05 02:00 ./tapeid.data 1534036 Kbytes, 63947 files Backup finished Fri May 5 03:49:17 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10984 67% 2065 26% / /dev/hd2 4915200 86352 99% 53925 9% /usr /dev/hd9var 131072 86992 34% 1460 9% /var /dev/hd3 65536 51432 22% 54 1% /tmp /dev/hd1 65536 19792 70% 372 5% /home /dev/lv00 229376 66944 71% 3622 26% /bms /dev/lv01 524288 258520 51% 22 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 20 Backup Date: Fri Apr 28 02:00:22 EDT 2000 Backup Date: Fri Apr 21 02:00:22 EDT 2000 Backup Date: Fri Apr 14 02:00:22 EDT 2000 Backup Date: Fri Apr 7 02:00:22 EDT 2000 Backup Date: Fri Mar 31 02:00:22 EST 2000 From root@mail.csichb.com Sat May 6 03:50:41 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA37346 for ; Sat, 6 May 2000 03:50:41 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA26478 for ; Sat, 6 May 2000 03:50:30 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id DAA19502 for bmsaix@bmsi.com; Sat, 6 May 2000 03:49:59 -0400 Date: Sat, 6 May 2000 03:49:59 -0400 Message-Id: <200005060749.DAA19502@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0003 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1932 System Id: csi Backup Started: Sat May 6 02:00:00 EDT 2000 Dumpdate: Sat Apr 29 02:04:03 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9132 Apr 29 02:01 ./image.data -rw-r--r-- 1 root system 1421 Apr 29 02:00 ./tapeid.data Tape Id: csi0003 Backup Date: Sat May 6 02:00:21 EDT 2000 mksysb started Sat May 6 02:00:22 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 65028 files.............................. 313 of 65028 files (0%).............................. 10239 of 65028 files (15%).............................. 11454 of 65028 files (17%).............................. 11554 of 65028 files (17%).............................. 19972 of 65028 files (30%).............................. 26125 of 65028 files (40%).............................. 34830 of 65028 files (53%).............................. 46212 of 65028 files (71%).............................. 51455 of 65028 files (79%).............................. 59144 of 65028 files (90%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat May 6 02:58:05 EDT 2000] Rewind Tape Sat May 6 02:58:06 EDT 2000 Verify mksysb Sat May 6 02:58:58 EDT 2000 Dumpdate: Sat May 6 02:04:02 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9131 May 06 02:01 ./image.data -rw-r--r-- 1 root system 1463 May 06 02:00 ./tapeid.data 1544900 Kbytes, 65028 files Backup finished Sat May 6 03:49:58 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10984 67% 2065 26% / /dev/hd2 4915200 58416 99% 54445 9% /usr /dev/hd9var 131072 83384 37% 1994 13% /var /dev/hd3 65536 51328 22% 56 1% /tmp /dev/hd1 65536 19768 70% 376 5% /home /dev/lv00 229376 66536 71% 3639 26% /bms /dev/lv01 524288 258504 51% 22 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 30 Backup Date: Sat Apr 29 02:00:22 EDT 2000 Backup Date: Sat Apr 22 02:00:22 EDT 2000 Backup Date: Sat Apr 15 02:00:22 EDT 2000 Backup Date: Sat Apr 8 02:00:22 EDT 2000 Backup Date: Sat Apr 1 02:00:22 EST 2000 From root@mail.csichb.com Tue May 9 03:51:13 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA37386 for ; Tue, 9 May 2000 03:51:12 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA15432 for ; Tue, 9 May 2000 03:51:07 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id DAA29906 for bmsaix@bmsi.com; Tue, 9 May 2000 03:50:36 -0400 Date: Tue, 9 May 2000 03:50:36 -0400 Message-Id: <200005090750.DAA29906@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0001 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1933 System Id: csi Backup Started: Tue May 9 02:00:00 EDT 2000 Dumpdate: Tue May 2 02:04:04 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9131 May 02 02:01 ./image.data -rw-r--r-- 1 root system 1337 May 02 02:00 ./tapeid.data Tape Id: csi0001 Backup Date: Tue May 9 02:00:22 EDT 2000 mksysb started Tue May 9 02:00:22 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 64146 files.............................. 313 of 64146 files (0%).............................. 9066 of 64146 files (14%).............................. 10568 of 64146 files (16%).............................. 10668 of 64146 files (16%).............................. 19088 of 64146 files (29%).............................. 25042 of 64146 files (39%).............................. 33830 of 64146 files (52%).............................. 45196 of 64146 files (70%).............................. 50382 of 64146 files (78%).............................. 57093 of 64146 files (89%)....................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue May 9 02:58:21 EDT 2000] Rewind Tape Tue May 9 02:58:22 EDT 2000 Verify mksysb Tue May 9 02:59:14 EDT 2000 Dumpdate: Tue May 9 02:04:07 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9131 May 09 02:01 ./image.data -rw-r--r-- 1 root system 1454 May 09 02:00 ./tapeid.data 1555274 Kbytes, 64146 files Backup finished Tue May 9 03:50:35 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10984 67% 2065 26% / /dev/hd2 4915200 58408 99% 54446 9% /usr /dev/hd9var 131072 90496 31% 1099 7% /var /dev/hd3 65536 51200 22% 56 1% /tmp /dev/hd1 65536 19712 70% 378 5% /home /dev/lv00 229376 62464 73% 3649 26% /bms /dev/lv01 524288 225432 58% 23 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 28 Backup Date: Tue May 2 02:00:21 EDT 2000 Backup Date: Tue Apr 25 02:00:22 EDT 2000 Backup Date: Tue Apr 18 02:00:22 EDT 2000 Backup Date: Tue Apr 4 02:00:22 EDT 2000 Backup Date: Tue Mar 28 02:00:22 EST 2000 From root@mail.csichb.com Wed May 10 03:52:41 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA08026 for ; Wed, 10 May 2000 03:52:41 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA13816 for ; Wed, 10 May 2000 03:52:35 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id DAA21502 for bmsaix@bmsi.com; Wed, 10 May 2000 03:52:04 -0400 Date: Wed, 10 May 2000 03:52:04 -0400 Message-Id: <200005100752.DAA21502@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0007 mksysb backup Status: O X-Status: X-Keywords: X-UID: 1934 System Id: csi Backup Started: Wed May 10 02:00:00 EDT 2000 Dumpdate: Wed May 3 02:04:09 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9131 May 03 02:01 ./image.data -rw-r--r-- 1 root system 959 May 03 02:00 ./tapeid.data Tape Id: csi0007 Backup Date: Wed May 10 02:00:22 EDT 2000 mksysb started Wed May 10 02:00:22 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 64108 files.............................. 313 of 64108 files (0%).............................. 6843 of 64108 files (10%).............................. 10521 of 64108 files (16%).............................. 10628 of 64108 files (16%).............................. 18866 of 64108 files (29%).............................. 23951 of 64108 files (37%).............................. 33280 of 64108 files (51%).............................. 44159 of 64108 files (68%).............................. 49601 of 64108 files (77%).............................. 54603 of 64108 files (85%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed May 10 02:59:16 EDT 2000] Rewind Tape Wed May 10 02:59:16 EDT 2000 Verify mksysb Wed May 10 03:00:08 EDT 2000 Dumpdate: Wed May 10 02:04:10 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9132 May 10 02:01 ./image.data -rw-r--r-- 1 root system 1074 May 10 02:00 ./tapeid.data 1573281 Kbytes, 64108 files Backup finished Wed May 10 03:52:03 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10984 67% 2065 26% / /dev/hd2 4915200 58368 99% 54447 9% /usr /dev/hd9var 131072 89048 33% 1095 7% /var /dev/hd3 65536 51120 22% 56 1% /tmp /dev/hd1 65536 26200 61% 337 5% /home /dev/lv00 229376 62192 73% 3654 26% /bms /dev/lv01 524288 171488 68% 23 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 19 Backup Date: Wed May 3 02:00:33 EDT 2000 Backup Date: Wed Apr 26 02:00:22 EDT 2000 Backup Date: Wed Apr 19 02:00:22 EDT 2000 Backup Date: Wed Apr 12 02:00:22 EDT 2000 Backup Date: Wed Apr 5 02:00:22 EDT 2000 From root@mail.csichb.com Thu May 11 02:03:14 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA22074 for ; Thu, 11 May 2000 02:03:13 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA15090 for ; Thu, 11 May 2000 02:03:11 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id CAA02216 for bmsaix@bmsi.com; Thu, 11 May 2000 02:02:41 -0400 Date: Thu, 11 May 2000 02:02:41 -0400 Message-Id: <200005110602.CAA02216@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0005 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1935 System Id: csi Backup Started: Thu May 11 02:00:00 EDT 2000 Dumpdate: Thu May 4 02:04:08 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9131 May 04 02:01 ./image.data -rw-r--r-- 1 root system 1463 May 04 02:00 ./tapeid.data Tape Id: csi0005 Backup Date: Thu May 11 02:00:22 EDT 2000 mksysb started Thu May 11 02:00:22 EDT 2000 0512-023 mkszfile: The backup could not continue because the 9644 KBytes of free work space on the /tmp filesystem that are necessary were not found. To make a backup, do one of the following: (1) Specify that the /tmp filesystem can be expanded. (From the command line, specify the -X option.) (2) Use the chfs command to extend the /tmp filesystem. (3) Free up space to provide a total of 9644 Kbytes of free work space in the /tmp filesystem. 0512-008 mksysb: The mkszfile command failed. Backup canceled. BTAS/X Started [Thu May 11 02:00:33 EDT 2000] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu May 11 02:00:33 EDT 2000 Verify mksysb Thu May 11 02:00:33 EDT 2000 /dev/rmt0: I/O error /dev/rmt0.1: I/O error Backup finished Thu May 11 02:02:40 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10976 67% 2065 26% / /dev/hd2 4915200 58368 99% 54447 9% /usr /dev/hd9var 131072 87584 34% 1124 7% /var /dev/hd3 65536 15440 77% 56 1% /tmp /dev/hd1 65536 26200 61% 340 5% /home /dev/lv00 229376 61216 74% 3659 26% /bms /dev/lv01 524288 148160 72% 23 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 31 Backup Date: Thu May 4 02:00:22 EDT 2000 Backup Date: Thu Apr 27 02:00:22 EDT 2000 Backup Date: Thu Apr 20 02:00:22 EDT 2000 Backup Date: Thu Apr 13 02:00:22 EDT 2000 Backup Date: Thu Apr 6 02:00:22 EDT 2000 From root@mail.csichb.com Fri May 12 02:03:16 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA33296 for ; Fri, 12 May 2000 02:03:15 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA10366 for ; Fri, 12 May 2000 02:03:13 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id CAA13832 for bmsaix@bmsi.com; Fri, 12 May 2000 02:02:43 -0400 Date: Fri, 12 May 2000 02:02:43 -0400 Message-Id: <200005120602.CAA13832@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0009 mksysb backup Status: O X-Status: X-Keywords: X-UID: 1936 System Id: csi Backup Started: Fri May 12 02:00:00 EDT 2000 /dev/rmt0: I/O error Assigning New Tape Id Fri May 12 02:00:22 EDT 2000 Retensioning Tape Fri May 12 02:00:22 EDT 2000 Tape Id: csi0009 Backup Date: Fri May 12 02:00:22 EDT 2000 mksysb started Fri May 12 02:00:22 EDT 2000 0512-023 mkszfile: The backup could not continue because the 9644 KBytes of free work space on the /tmp filesystem that are necessary were not found. To make a backup, do one of the following: (1) Specify that the /tmp filesystem can be expanded. (From the command line, specify the -X option.) (2) Use the chfs command to extend the /tmp filesystem. (3) Free up space to provide a total of 9644 Kbytes of free work space in the /tmp filesystem. 0512-008 mksysb: The mkszfile command failed. Backup canceled. BTAS/X Started [Fri May 12 02:00:32 EDT 2000] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri May 12 02:00:32 EDT 2000 Verify mksysb Fri May 12 02:00:32 EDT 2000 /dev/rmt0: I/O error /dev/rmt0.1: I/O error Backup finished Fri May 12 02:02:43 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10976 67% 2065 26% / /dev/hd2 4915200 58272 99% 54445 9% /usr /dev/hd9var 131072 76088 42% 463 3% /var /dev/hd3 65536 15368 77% 56 1% /tmp /dev/hd1 65536 26176 61% 343 5% /home /dev/lv00 229376 60808 74% 3670 26% /bms /dev/lv01 524288 148160 72% 23 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 0 From root@mail.csichb.com Wed Jun 21 04:43:23 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA23084 for ; Wed, 21 Jun 2000 04:43:22 -0400 From: root@mail.csichb.com Received: from mail.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA30382 for ; Wed, 21 Jun 2000 04:43:20 -0400 Received: (from root@localhost) by mail.csichb.com (AIX4.3/UCB 8.8.8/8.8.8) id EAA37642 for bmsaix@bmsi.com; Wed, 21 Jun 2000 04:42:48 -0400 Date: Wed, 21 Jun 2000 04:42:48 -0400 Message-Id: <200006210842.EAA37642@mail.csichb.com> To: bmsaix@bmsi.com Subject: csi0011 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1937 System Id: csi Backup Started: Wed Jun 21 02:00:00 EDT 2000 Dumpdate: Wed Jun 14 02:04:01 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9132 Jun 14 02:01 ./image.data -rw-r--r-- 1 root system 444 Jun 14 02:00 ./tapeid.data Tape Id: csi0011 Backup Date: Wed Jun 21 02:00:22 EDT 2000 mksysb started Wed Jun 21 02:00:22 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 63624 files.............................. 313 of 63624 files (0%).............................. 5555 of 63624 files (8%).............................. 10027 of 63624 files (15%).............................. 10142 of 63624 files (15%).............................. 16859 of 63624 files (26%).............................. 20526 of 63624 files (32%).............................. 31731 of 63624 files (49%).............................. 42342 of 63624 files (66%).............................. 47671 of 63624 files (74%).............................. 52788 of 63624 files (82%).............................. 60744 of 63624 files (95%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jun 21 03:00:39 EDT 2000] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jun 21 03:00:40 EDT 2000 Verify mksysb Wed Jun 21 03:01:34 EDT 2000 Dumpdate: Wed Jun 21 02:04:00 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9132 Jun 21 02:01 ./image.data -rw-r--r-- 1 root system 486 Jun 21 02:00 ./tapeid.data 1591170 Kbytes, 63624 files Backup finished Wed Jun 21 04:42:47 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 10944 67% 2065 26% / /dev/hd2 4915200 58208 99% 54446 9% /usr /dev/hd9var 131072 85944 35% 522 4% /var /dev/hd3 65536 60064 9% 55 1% /tmp /dev/hd1 65536 26144 61% 348 5% /home /dev/lv00 229376 45240 81% 3735 27% /bms /dev/lv01 524288 131848 75% 23 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 5 Backup Date: Wed Jun 14 02:00:22 EDT 2000 Backup Date: Wed Jun 7 02:00:22 EDT 2000 Backup Date: Wed May 31 02:00:32 EDT 2000 Backup Date: Wed May 24 02:00:22 EDT 2000 Backup Date: Wed May 17 02:00:22 EDT 2000 From root@csi.csi.com Thu Mar 22 03:08:17 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA38646 for ; Thu, 22 Mar 2001 03:08:16 -0500 From: root@csi.csi.com Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA31180 for ; Thu, 22 Mar 2001 03:08:15 -0500 Received: (from root@localhost) by csi.csi.com (8.9.1/8.9.1) id DAA19802 for bmsaix@bmsi.com; Thu, 22 Mar 2001 03:07:44 -0500 Date: Thu, 22 Mar 2001 03:07:44 -0500 Message-Id: <200103220807.DAA19802@csi.csi.com> To: bmsaix@bmsi.com Subject: csi0012 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1938 System Id: csi Backup Started: Thu Mar 22 02:00:00 EST 2001 Dumpdate: Thu Mar 15 02:04:09 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9138 Mar 15 02:01 ./image.data -rw-r--r-- 1 root system 2082 Mar 15 02:00 ./tapeid.data Tape Id: csi0012 Backup Date: Thu Mar 22 02:00:22 EST 2001 mksysb started Thu Mar 22 02:00:22 EST 2001 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 64558 files.............................. 311 of 64558 files (0%).............................. 4725 of 64558 files (7%).............................. 5403 of 64558 files (8%).............................. 10903 of 64558 files (16%).............................. 11026 of 64558 files (17%).............................. 14279 of 64558 files (22%).............................. 21042 of 64558 files (32%).............................. 32610 of 64558 files (50%).............................. 42881 of 64558 files (66%).............................. 48353 of 64558 files (74%).............................. 53544 of 64558 files (82%).............................. 61651 of 64558 files (95%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Mar 22 03:05:49 EST 2001] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Mar 22 03:05:50 EST 2001 Verify mksysb Thu Mar 22 03:07:40 EST 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Thu Mar 22 03:07:43 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7816 77% 2083 26% / /dev/hd2 4915200 53672 99% 54474 9% /usr /dev/hd9var 212992 133384 38% 541 3% /var /dev/hd3 65536 55288 16% 65 1% /tmp /dev/hd1 425984 25792 94% 683 2% /home /dev/lv00 393216 145472 64% 4250 18% /bms /dev/lv01 524288 96384 82% 20 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 36976 72% 27 1% /pc **** Usage Log: **** Uses: 44 Backup Date: Thu Mar 15 02:00:22 EST 2001 Backup Date: Thu Mar 8 02:00:22 EST 2001 Backup Date: Thu Mar 1 02:00:22 EST 2001 Backup Date: Thu Feb 22 02:00:21 EST 2001 Backup Date: Thu Feb 15 02:00:22 EST 2001 From root@csi.csi.com Fri Dec 14 04:15:26 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fBE9FPqM054920 for ; Fri, 14 Dec 2001 04:15:25 -0500 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fBE9FOQg021136 for ; Fri, 14 Dec 2001 04:15:24 -0500 Received: (from root@localhost) by csi.csi.com (8.9.1/8.9.1) id EAA50524 for bmsaix@bmsi.com; Fri, 14 Dec 2001 04:15:23 -0500 Date: Fri, 14 Dec 2001 04:15:23 -0500 From: root@csi.csi.com Message-Id: <200112140915.EAA50524@csi.csi.com> To: bmsaix@bmsi.com Subject: csi0010 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1939 System Id: csi Backup Started: Fri Dec 14 02:00:00 EST 2001 Dumpdate: Fri Dec 7 02:04:08 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Dec 07 02:01 ./image.data -rw-r--r-- 1 root system 4057 Dec 07 02:00 ./tapeid.data Tape Id: csi0010 Backup Date: Fri Dec 14 02:00:22 EST 2001 mksysb started Fri Dec 14 02:00:22 EST 2001 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up...... Backing up 65220 files.............................. 311 of 65220 files (0%).............................. 2302 of 65220 files (3%).............................. 5502 of 65220 files (8%).............................. 6046 of 65220 files (9%).............................. 11560 of 65220 files (17%).............................. 11684 of 65220 files (17%).............................. 14935 of 65220 files (22%).............................. 21700 of 65220 files (33%).............................. 33268 of 65220 files (51%).............................. 43380 of 65220 files (66%).............................. 49009 of 65220 files (75%).............................. 54148 of 65220 files (83%).............................. 62311 of 65220 files (95%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Dec 14 03:10:52 EST 2001] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Dec 14 03:10:53 EST 2001 Verify mksysb Fri Dec 14 03:11:53 EST 2001 Dumpdate: Fri Dec 14 02:04:06 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Dec 14 02:01 ./image.data -rw-r--r-- 1 root system 4099 Dec 14 02:00 ./tapeid.data 1910316 Kbytes, 65220 files Backup finished Fri Dec 14 04:15:23 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7616 77% 2085 26% / /dev/hd2 4915200 51088 99% 54476 9% /usr /dev/hd9var 491520 385304 22% 556 1% /var /dev/hd3 344064 307168 11% 76 1% /tmp /dev/hd1 819200 296944 64% 809 1% /home /dev/lv00 393216 68920 83% 4757 20% /bms /dev/lv01 835584 237344 72% 20 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 91 Backup Date: Fri Dec 7 02:00:22 EST 2001 Backup Date: Sat Nov 24 02:00:22 EST 2001 Backup Date: Sat Nov 17 02:00:22 EST 2001 Backup Date: Sat Nov 10 02:00:22 EST 2001 Backup Date: Sat Nov 3 02:00:22 EST 2001 From root@csi.csi.com Tue Feb 5 04:19:22 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g159JLRl021034 for ; Tue, 5 Feb 2002 04:19:21 -0500 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g159JFkY045612 for ; Tue, 5 Feb 2002 04:19:15 -0500 Received: (from root@localhost) by csi.csi.com (8.9.1/8.9.1) id EAA35314 for bmsaix@bmsi.com; Tue, 5 Feb 2002 04:19:14 -0500 Date: Tue, 5 Feb 2002 04:19:14 -0500 From: root@csi.csi.com Message-Id: <200202050919.EAA35314@csi.csi.com> To: bmsaix@bmsi.com Subject: csi0015 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1940 System Id: csi Backup Started: Tue Feb 5 02:00:00 EST 2002 Dumpdate: Tue Apr 24 02:04:07 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9138 Apr 24 2001 ./image.data -rw-r--r-- 1 root system 654 Apr 24 2001 ./tapeid.data Tape Id: csi0015 Backup Date: Tue Feb 5 02:00:22 EST 2002 mksysb started Tue Feb 5 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 65974 files.............................. 311 of 65974 files (0%).............................. 1220 of 65974 files (1%).............................. 6199 of 65974 files (9%).............................. 6340 of 65974 files (9%).............................. 12272 of 65974 files (18%).............................. 12393 of 65974 files (18%).............................. 12424 of 65974 files (18%).............................. 20871 of 65974 files (31%).............................. 29676 of 65974 files (44%).............................. 40424 of 65974 files (61%).............................. 47941 of 65974 files (72%).............................. 52867 of 65974 files (80%).............................. 60869 of 65974 files (92%)................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Feb 5 03:13:09 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Feb 5 03:13:10 EST 2002 Verify mksysb Tue Feb 5 03:14:11 EST 2002 Dumpdate: Tue Feb 5 02:04:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Feb 05 02:01 ./image.data -rw-r--r-- 1 root system 697 Feb 05 02:00 ./tapeid.data 1949501 Kbytes, 65974 files Backup finished Tue Feb 5 04:19:13 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7664 77% 2085 26% / /dev/hd2 4915200 50088 99% 54499 9% /usr /dev/hd9var 491520 407152 18% 573 1% /var /dev/hd3 344064 304168 12% 75 1% /tmp /dev/hd1 819200 220576 74% 811 1% /home /dev/lv00 507904 204432 60% 5473 18% /bms /dev/lv01 835584 199320 77% 20 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 10 Backup Date: Tue Apr 24 02:00:22 EDT 2001 Backup Date: Thu Apr 12 02:00:22 EDT 2001 Backup Date: Thu Mar 29 02:00:22 EST 2001 Backup Date: Fri Mar 23 02:00:22 EST 2001 Backup Date: Wed Jan 24 02:00:22 EST 2001 From root@csi.csi.com Thu Feb 7 04:18:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g179IjRl015894 for ; Thu, 7 Feb 2002 04:18:45 -0500 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g179IikY011546 for ; Thu, 7 Feb 2002 04:18:44 -0500 Received: (from root@localhost) by csi.csi.com (8.9.1/8.9.1) id EAA10284 for bmsaix@bmsi.com; Thu, 7 Feb 2002 04:18:43 -0500 Date: Thu, 7 Feb 2002 04:18:43 -0500 From: root@csi.csi.com Message-Id: <200202070918.EAA10284@csi.csi.com> To: bmsaix@bmsi.com Subject: csi0019 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1941 System Id: csi Backup Started: Thu Feb 7 02:00:00 EST 2002 Dumpdate: Tue Jan 8 02:04:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Jan 08 02:01 ./image.data -rw-r--r-- 1 root system 319 Jan 08 02:00 ./tapeid.data Tape Id: csi0019 Backup Date: Thu Feb 7 02:00:21 EST 2002 mksysb started Thu Feb 7 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 65986 files.............................. 311 of 65986 files (0%).............................. 695 of 65986 files (1%).............................. 6216 of 65986 files (9%).............................. 6384 of 65986 files (9%).............................. 12285 of 65986 files (18%).............................. 12422 of 65986 files (18%).............................. 12436 of 65986 files (18%).............................. 21351 of 65986 files (32%).............................. 29727 of 65986 files (45%).............................. 40448 of 65986 files (61%).............................. 48256 of 65986 files (73%).............................. 53010 of 65986 files (80%).............................. 61077 of 65986 files (92%).................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Feb 7 03:12:45 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Feb 7 03:12:46 EST 2002 Verify mksysb Thu Feb 7 03:13:45 EST 2002 Dumpdate: Thu Feb 7 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Feb 07 02:01 ./image.data -rw-r--r-- 1 root system 361 Feb 07 02:00 ./tapeid.data 1948727 Kbytes, 65986 files Backup finished Thu Feb 7 04:18:42 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7664 77% 2085 26% / /dev/hd2 4915200 50088 99% 54499 9% /usr /dev/hd9var 491520 395328 20% 575 1% /var /dev/hd3 344064 303936 12% 75 1% /tmp /dev/hd1 819200 217096 74% 811 1% /home /dev/lv00 507904 199112 61% 5490 18% /bms /dev/lv01 835584 198592 77% 20 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 2 Backup Date: Tue Jan 8 02:00:22 EST 2002 Backup Date: Thu Dec 27 02:00:01 EST 2001 From root@csi.csi.com Sat Feb 23 04:20:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1N9KShw027606 for ; Sat, 23 Feb 2002 04:20:28 -0500 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g1N9KQkY011844 for ; Sat, 23 Feb 2002 04:20:27 -0500 Received: (from root@localhost) by csi.csi.com (8.9.1/8.9.1) id EAA29648 for bmsaix@bmsi.com; Sat, 23 Feb 2002 04:20:26 -0500 Date: Sat, 23 Feb 2002 04:20:26 -0500 From: root@csi.csi.com Message-Id: <200202230920.EAA29648@csi.csi.com> To: bmsaix@bmsi.com Subject: csi0013 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1942 System Id: csi Backup Started: Sat Feb 23 02:00:01 EST 2002 Dumpdate: Tue Feb 19 02:04:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Feb 19 02:01 ./image.data -rw-r--r-- 1 root system 4057 Feb 19 02:00 ./tapeid.data Tape Id: csi0013 Backup Date: Sat Feb 23 02:00:22 EST 2002 mksysb started Sat Feb 23 02:00:23 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 66113 files.............................. 311 of 66113 files (0%).............................. 615 of 66113 files (0%).............................. 6341 of 66113 files (9%).............................. 6391 of 66113 files (9%).............................. 11555 of 66113 files (17%).............................. 12461 of 66113 files (18%).............................. 12561 of 66113 files (18%).............................. 20979 of 66113 files (31%).............................. 27142 of 66113 files (41%).............................. 35847 of 66113 files (54%).............................. 47091 of 66113 files (71%).............................. 52291 of 66113 files (79%).............................. 58911 of 66113 files (89%)....................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Feb 23 03:13:46 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Feb 23 03:13:48 EST 2002 Verify mksysb Sat Feb 23 03:14:49 EST 2002 Dumpdate: Sat Feb 23 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Feb 23 02:01 ./image.data -rw-r--r-- 1 root system 4099 Feb 23 02:00 ./tapeid.data 1971352 Kbytes, 66113 files Backup finished Sat Feb 23 04:20:25 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7640 77% 2085 26% / /dev/hd2 4915200 49992 99% 54500 9% /usr /dev/hd9var 491520 384520 22% 565 1% /var /dev/hd3 344064 302696 13% 80 1% /tmp /dev/hd1 819200 205984 75% 814 1% /home /dev/lv00 507904 166864 68% 5614 18% /bms /dev/lv01 835584 189064 78% 20 1% /btdata /dev/lv02 65536 48544 26% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 91 Backup Date: Tue Feb 19 02:00:18 EST 2002 Backup Date: Sat Feb 16 02:00:22 EST 2002 Backup Date: Sat Feb 9 02:00:22 EST 2002 Backup Date: Sat Feb 2 02:00:22 EST 2002 Backup Date: Sat Jan 26 02:00:22 EST 2002 From root@csichb.com Tue Mar 19 04:24:23 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2J9OMOC041746 for ; Tue, 19 Mar 2002 04:24:22 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2J9OBkY026040 for ; Tue, 19 Mar 2002 04:24:16 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2J9OAfm029176 for ; Tue, 19 Mar 2002 04:24:10 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2J9OAZf025708 for bmsaix@bmsi.com; Tue, 19 Mar 2002 04:24:10 -0500 Date: Tue, 19 Mar 2002 04:24:10 -0500 From: root@csichb.com Message-Id: <200203190924.g2J9OAZf025708@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1943 System Id: csi Backup Started: Tue Mar 19 02:00:00 EST 2002 Dumpdate: Tue Mar 12 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 12 02:01 ./image.data -rw-r--r-- 1 root system 3595 Mar 12 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Mar 19 02:00:22 EST 2002 mksysb started Tue Mar 19 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up..... Backing up 68477 files.............................. 310 of 68477 files (0%).............................. 1212 of 68477 files (1%).............................. 6229 of 68477 files (9%).............................. 6458 of 68477 files (9%).............................. 8956 of 68477 files (13%).............................. 12676 of 68477 files (18%).............................. 12784 of 68477 files (18%).............................. 21023 of 68477 files (30%).............................. 26107 of 68477 files (38%).............................. 35524 of 68477 files (51%).............................. 46285 of 68477 files (67%).............................. 51743 of 68477 files (75%).............................. 56666 of 68477 files (82%).............................. 66071 of 68477 files (96%).... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Mar 19 03:15:31 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Mar 19 03:15:34 EST 2002 Verify mksysb Tue Mar 19 03:16:35 EST 2002 Dumpdate: Tue Mar 19 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 19 02:01 ./image.data -rw-r--r-- 1 root system 3637 Mar 19 02:00 ./tapeid.data 2020249 Kbytes, 68477 files Backup finished Tue Mar 19 04:24:09 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7328 78% 2097 26% / /dev/hd2 4931584 7600 100% 56627 10% /usr /dev/hd9var 491520 385488 22% 709 2% /var /dev/hd3 344064 288760 17% 81 1% /tmp /dev/hd1 819200 173072 79% 837 1% /home /dev/lv00 507904 131480 75% 5673 18% /bms /dev/lv01 835584 173520 80% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 80 Backup Date: Tue Mar 12 02:00:21 EST 2002 Backup Date: Tue Mar 5 02:00:22 EST 2002 Backup Date: Tue Feb 26 02:00:21 EST 2002 Backup Date: Tue Feb 12 02:00:22 EST 2002 Backup Date: Tue Jan 29 02:00:21 EST 2002 From root@csichb.com Wed Mar 20 04:24:39 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K9OcOC014456 for ; Wed, 20 Mar 2002 04:24:38 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K9OQkY028036 for ; Wed, 20 Mar 2002 04:24:32 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2K9OPfm045404 for ; Wed, 20 Mar 2002 04:24:25 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2K9OOG2031170 for bmsaix@bmsi.com; Wed, 20 Mar 2002 04:24:24 -0500 Date: Wed, 20 Mar 2002 04:24:24 -0500 From: root@csichb.com Message-Id: <200203200924.g2K9OOG2031170@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1944 System Id: csi Backup Started: Wed Mar 20 02:00:00 EST 2002 Dumpdate: Wed Mar 13 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 13 02:01 ./image.data -rw-r--r-- 1 root system 2377 Mar 13 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Mar 20 02:00:22 EST 2002 mksysb started Wed Mar 20 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68483 files.............................. 310 of 68483 files (0%).............................. 694 of 68483 files (1%).............................. 6172 of 68483 files (9%).............................. 6466 of 68483 files (9%).............................. 8655 of 68483 files (12%).............................. 12680 of 68483 files (18%).............................. 12790 of 68483 files (18%).............................. 21028 of 68483 files (30%).............................. 26113 of 68483 files (38%).............................. 35508 of 68483 files (51%).............................. 46237 of 68483 files (67%).............................. 51432 of 68483 files (75%).............................. 56550 of 68483 files (82%).............................. 65790 of 68483 files (96%)..... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Mar 20 03:15:41 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Mar 20 03:15:43 EST 2002 Verify mksysb Wed Mar 20 03:16:44 EST 2002 Dumpdate: Wed Mar 20 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 20 02:01 ./image.data -rw-r--r-- 1 root system 2419 Mar 20 02:00 ./tapeid.data 2023435 Kbytes, 68483 files Backup finished Wed Mar 20 04:24:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7328 78% 2097 26% / /dev/hd2 4931584 7600 100% 56627 10% /usr /dev/hd9var 491520 377784 24% 718 2% /var /dev/hd3 344064 288656 17% 81 1% /tmp /dev/hd1 819200 172216 79% 834 1% /home /dev/lv00 507904 129728 75% 5681 18% /bms /dev/lv01 835584 172992 80% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 51 Backup Date: Wed Mar 13 02:00:21 EST 2002 Backup Date: Wed Mar 6 02:00:23 EST 2002 Backup Date: Wed Feb 27 02:00:22 EST 2002 Backup Date: Thu Feb 21 02:00:18 EST 2002 Backup Date: Wed Feb 20 02:00:21 EST 2002 From root@csichb.com Thu Mar 21 04:25:24 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L9PMOC010736 for ; Thu, 21 Mar 2002 04:25:23 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L9PFkY031570 for ; Thu, 21 Mar 2002 04:25:16 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2L9PFfm016094 for ; Thu, 21 Mar 2002 04:25:15 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2L9PEZn020124 for bmsaix@bmsi.com; Thu, 21 Mar 2002 04:25:14 -0500 Date: Thu, 21 Mar 2002 04:25:14 -0500 From: root@csichb.com Message-Id: <200203210925.g2L9PEZn020124@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1945 System Id: csi Backup Started: Thu Mar 21 02:00:00 EST 2002 Dumpdate: Thu Mar 14 02:04:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 14 02:01 ./image.data -rw-r--r-- 1 root system 3679 Mar 14 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu Mar 21 02:00:21 EST 2002 mksysb started Thu Mar 21 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68522 files.............................. 310 of 68522 files (0%).............................. 978 of 68522 files (1%).............................. 6158 of 68522 files (8%).............................. 6480 of 68522 files (9%).............................. 8457 of 68522 files (12%).............................. 12712 of 68522 files (18%).............................. 12826 of 68522 files (18%).............................. 20600 of 68522 files (30%).............................. 23847 of 68522 files (34%).............................. 34814 of 68522 files (50%).............................. 45764 of 68522 files (66%).............................. 50949 of 68522 files (74%).............................. 56127 of 68522 files (81%).............................. 65612 of 68522 files (95%)........ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Mar 21 03:16:13 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Mar 21 03:16:15 EST 2002 Verify mksysb Thu Mar 21 03:17:15 EST 2002 Dumpdate: Thu Mar 21 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 21 02:01 ./image.data -rw-r--r-- 1 root system 3721 Mar 21 02:00 ./tapeid.data 2036718 Kbytes, 68522 files Backup finished Thu Mar 21 04:25:14 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7328 78% 2097 26% / /dev/hd2 4931584 7600 100% 56627 10% /usr /dev/hd9var 491520 355752 28% 731 2% /var /dev/hd3 344064 288560 17% 81 1% /tmp /dev/hd1 819200 167832 80% 834 1% /home /dev/lv00 507904 127792 75% 5695 18% /bms /dev/lv01 835584 172088 80% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 82 Backup Date: Thu Mar 14 02:00:22 EST 2002 Backup Date: Thu Mar 7 02:00:22 EST 2002 Backup Date: Thu Feb 28 02:00:21 EST 2002 Backup Date: Thu Feb 14 02:00:22 EST 2002 Backup Date: Thu Jan 31 02:00:22 EST 2002 From root@csichb.com Fri Mar 22 04:25:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M9PDOC019472 for ; Fri, 22 Mar 2002 04:25:13 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M9P7kY023218 for ; Fri, 22 Mar 2002 04:25:07 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2M9P5fm024982 for ; Fri, 22 Mar 2002 04:25:05 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2M9P5oT016046 for bmsaix@bmsi.com; Fri, 22 Mar 2002 04:25:05 -0500 Date: Fri, 22 Mar 2002 04:25:05 -0500 From: root@csichb.com Message-Id: <200203220925.g2M9P5oT016046@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1946 System Id: csi Backup Started: Fri Mar 22 02:00:00 EST 2002 Dumpdate: Fri Mar 15 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 15 02:01 ./image.data -rw-r--r-- 1 root system 781 Mar 15 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Mar 22 02:00:21 EST 2002 mksysb started Fri Mar 22 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68528 files.............................. 310 of 68528 files (0%).............................. 695 of 68528 files (1%).............................. 6154 of 68528 files (8%).............................. 6488 of 68528 files (9%).............................. 8255 of 68528 files (12%).............................. 12718 of 68528 files (18%).............................. 12832 of 68528 files (18%).............................. 20406 of 68528 files (29%).............................. 23745 of 68528 files (34%).............................. 34625 of 68528 files (50%).............................. 45749 of 68528 files (66%).............................. 50944 of 68528 files (74%).............................. 56109 of 68528 files (81%).............................. 65618 of 68528 files (95%)........ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Mar 22 03:16:13 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Mar 22 03:16:15 EST 2002 Verify mksysb Fri Mar 22 03:17:17 EST 2002 Dumpdate: Fri Mar 22 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 22 02:01 ./image.data -rw-r--r-- 1 root system 823 Mar 22 02:00 ./tapeid.data 2036123 Kbytes, 68528 files Backup finished Fri Mar 22 04:25:04 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7328 78% 2097 26% / /dev/hd2 4931584 7600 100% 56627 10% /usr /dev/hd9var 491520 359968 27% 737 2% /var /dev/hd3 344064 288440 17% 81 1% /tmp /dev/hd1 819200 164648 80% 831 1% /home /dev/lv00 507904 126016 76% 5703 18% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 13 Backup Date: Fri Mar 15 02:00:22 EST 2002 Backup Date: Fri Mar 8 02:00:22 EST 2002 Backup Date: Fri Mar 1 02:00:22 EST 2002 Backup Date: Fri Feb 22 02:00:22 EST 2002 Backup Date: Fri Feb 15 02:00:22 EST 2002 From root@csichb.com Sat Mar 23 04:25:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N9PDOC041970 for ; Sat, 23 Mar 2002 04:25:14 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N9P7kY022008 for ; Sat, 23 Mar 2002 04:25:07 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2N9P5fm040330 for ; Sat, 23 Mar 2002 04:25:05 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2N9P5Bp047856 for bmsaix@bmsi.com; Sat, 23 Mar 2002 04:25:05 -0500 Date: Sat, 23 Mar 2002 04:25:05 -0500 From: root@csichb.com Message-Id: <200203230925.g2N9P5Bp047856@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1947 System Id: csi Backup Started: Sat Mar 23 02:00:00 EST 2002 Dumpdate: Sat Mar 16 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 16 02:01 ./image.data -rw-r--r-- 1 root system 361 Mar 16 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Mar 23 02:00:22 EST 2002 mksysb started Sat Mar 23 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68539 files.............................. 310 of 68539 files (0%).............................. 696 of 68539 files (1%).............................. 6132 of 68539 files (8%).............................. 6489 of 68539 files (9%).............................. 8250 of 68539 files (12%).............................. 12728 of 68539 files (18%).............................. 12842 of 68539 files (18%).............................. 20476 of 68539 files (29%).............................. 23842 of 68539 files (34%).............................. 34646 of 68539 files (50%).............................. 45781 of 68539 files (66%).............................. 51100 of 68539 files (74%).............................. 56232 of 68539 files (82%).............................. 65751 of 68539 files (95%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Mar 23 03:16:02 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Mar 23 03:16:04 EST 2002 Verify mksysb Sat Mar 23 03:17:05 EST 2002 Dumpdate: Sat Mar 23 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 23 02:01 ./image.data -rw-r--r-- 1 root system 403 Mar 23 02:00 ./tapeid.data 2040270 Kbytes, 68539 files Backup finished Sat Mar 23 04:25:04 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 7328 78% 2097 26% / /dev/hd2 4931584 7576 100% 56628 10% /usr /dev/hd9var 491520 355184 28% 736 2% /var /dev/hd3 344064 288352 17% 81 1% /tmp /dev/hd1 819200 159768 81% 831 1% /home /dev/lv00 507904 124304 76% 5712 18% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 3 Backup Date: Sat Mar 16 02:00:21 EST 2002 Backup Date: Sat Mar 9 02:00:22 EST 2002 Backup Date: Sat Mar 2 02:00:22 EST 2002 From root@hou.dflinc.com Tue Dec 11 14:14:31 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fBBJEUqM030188 for ; Tue, 11 Dec 2001 14:14:30 -0500 Received: from hou.dflinc.com (houpub [12.109.2.106]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fBBJETLD053568 for ; Tue, 11 Dec 2001 14:14:29 -0500 Received: (from root@localhost) by hou.dflinc.com (8.11.6/8.11.6) id fBBJESF32066; Tue, 11 Dec 2001 13:14:28 -0600 Date: Tue, 11 Dec 2001 13:14:28 -0600 From: root Message-Id: <200112111914.fBBJESF32066@hou.dflinc.com> To: danam@hou.dflinc.com, stuart@hou.dflinc.com, stuart@bmsi.com Subject: hou0001 backup Status: RO X-Status: X-Keywords: X-UID: 1948 System Id: hou Using backup spec file /var/backup/daily.spec Backup Started: Tue Dec 11 12:39:34 CST 2001 Tape Id: hou0001 Backup Date: Tue Dec 11 12:39:44 CST 2001 block: 1 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals / /boot Tar backup started Tue Dec 11 12:40:26 CST 2001 tar: Removing leading `/' from member names tar: /var/log/maillog: file changed as we read it tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /tmp/.font-unix/fs-1: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 888780800 (848MB, 874kB/s) tar: Error exit delayed from previous errors 993.77s real 2.64s user 16.97s system Rewind Tape Tue Dec 11 12:57:00 CST 2001 BMS backup Tue Dec 11 12:58:08 CST 2001 Verify backup Tue Dec 11 12:58:08 CST 2001 Segment 2: tar -l --atime-preserve --totals / /boot 89.7% Backup finished Tue Dec 11 13:14:28 CST 2001 **** Usage Log: **** Uses: 3 Backup Date: Thu Sep 21 20:02:24 CDT 2000 Backup Date: Sat Sep 16 15:27:20 CDT 2000 Backup Date: Mon Sep 11 17:02:05 CDT 2000 From root Wed Apr 4 02:53:32 2001 Received: (from root@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id CAA13638 for bmsaix@bmsi.com; Wed, 4 Apr 2001 02:53:32 -0400 Date: Wed, 4 Apr 2001 02:53:32 -0400 From: root Message-Id: <200104040653.CAA13638@bmsaix.bmsi.com> Subject: lynx0028 backup Status: RO X-Status: X-Keywords: X-UID: 1949 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 4 00:30:00 EDT 2001 mksysb backup Wed Apr 4 00:30:25 EDT 2001 Dumpdate: Thu Feb 15 18:43:19 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4535 Dec 28 1996 ./bosinst.data -rw-r--r-- 1 root system 10080 Feb 15 18:37 ./image.data -rw-r--r-- 1 root system 130 Feb 15 18:36 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 10, line 1 Tape Id: lynx0028 Backup Date: Wed Apr 4 00:30:33 EDT 2001 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Apr 4 00:31:01 EDT 2001 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA21930: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA21934: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA21930: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfAAA21938: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA21934: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfAAA21938: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 4 01:54:16 EDT 2001 0513-059 The btas Subsystem has been started. Subsystem PID is 23910. mksysb backup Wed Apr 4 01:54:59 EDT 2001 Dumpdate: Wed Apr 4 00:40:44 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 18091 Apr 04 00:34 ./image.data -rw-r--r-- 1 root system 1972 Apr 04 00:30 ./tapeid.data Verify backup Wed Apr 4 01:55:09 EDT 2001 Segment 1-4: mksysb 3776372 Kbytes, 117072 files 88.2% Backup finished Wed Apr 4 02:53:31 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Thu Feb 15 17:36:02 CST 2001 From - Thu Mar 11 15:26:33 1999 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA16824 for stuart; Thu, 11 Mar 1999 01:55:58 -0500 From: root@unilit.bmsi.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to unilit!root using -f Received: by unilit.unilit.com (AIX 4.1/UCB 5.64/4.03) id AA39164; Thu, 11 Mar 1999 01:29:42 -0500 Date: Thu, 11 Mar 1999 01:29:42 -0500 Message-Id: <9903110629.AA39164@unilit.unilit.com> To: stuart@bms88.bmsi.com, jon@unilit.unilit.com, sil@unilit.unilit.com Subject: unilit0028 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 6fb84aaf1bbe0640342a06e2764255c7 Status: RO X-Status: X-Keywords: X-UID: 1950 System Id: unilit Backup Started: Wed Mar 10 23:30:00 EST 1999 Dumpdate: Fri Feb 26 23:36:19 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 8739 Feb 26 23:31 ./image.data -rw-r--r-- 1 root system 1004 Feb 26 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0028 Backup Date: Wed Mar 10 23:30:27 EST 1999 mksysb started Wed Mar 10 23:30:29 EST 1999 /span/backup/mksysb[9]: /bms/edx/bin/edx: not found. bosboot: Boot image is 6436 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..........................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uucico/bms88: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uux/bms88: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Mar 11 00:51:45 EST 1999 Verify mksysb Thu Mar 11 00:51:47 EST 1999 Dumpdate: Wed Mar 10 23:36:17 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 8739 Mar 10 23:31 ./image.data -rw-r--r-- 1 root system 1046 Mar 10 23:30 ./tapeid.data Backup finished Thu Mar 11 01:29:39 EST 1999 **** Usage Log: **** Uses: 20 Backup Date: Fri Feb 26 23:30:28 EST 1999 Backup Date: Tue Feb 16 23:30:27 EST 1999 Backup Date: Thu Feb 4 23:30:28 EST 1999 Backup Date: Mon Jan 25 23:30:28 EST 1999 Backup Date: Tue Jan 12 18:30:26 EST 1999 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 10136 39% 770 19% / /dev/hd2 385024 5216 99% 5833 12% /usr /dev/hd9var 40960 28352 31% 303 6% /var /dev/hd3 57344 23640 59% 92 2% /tmp /dev/hd1 32768 8840 74% 448 11% /home /dev/lv01 475136 32624 94% 48 1% /work /dev/lv02 73728 23616 68% 506 20% /usr/local /dev/lv03 106496 3712 97% 7156 100% /bms /dev/lv04 196608 9088 96% 1601 27% /span /dev/lv05 360448 43760 88% 18 1% /btdata Free Mounted Blksiz Opens Status A: 0 Thu Mar 11 00:51 2048 1 Clean /btdata/SPAN 78306 used From - Tue Mar 16 11:19:02 1999 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id AAA20164 for stuart; Tue, 16 Mar 1999 00:55:55 -0500 From: root@unilit.bmsi.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to unilit!root using -f Received: by unilit.unilit.com (AIX 4.1/UCB 5.64/4.03) id AA34628; Tue, 16 Mar 1999 00:34:12 -0500 Date: Tue, 16 Mar 1999 00:34:12 -0500 Message-Id: <9903160534.AA34628@unilit.unilit.com> To: stuart@bms88.bmsi.com, jon@unilit.unilit.com, sil@unilit.unilit.com Subject: unilit0031 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: b386a89aa5a27203ecfe78967e12f76b Status: RO X-Status: X-Keywords: X-UID: 1951 System Id: unilit Backup Started: Mon Mar 15 23:30:00 EST 1999 Dumpdate: Wed Mar 3 23:36:23 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 8738 Mar 03 23:31 ./image.data -rw-r--r-- 1 root system 1088 Mar 03 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0031 Backup Date: Mon Mar 15 23:30:26 EST 1999 mksysb started Mon Mar 15 23:30:27 EST 1999 /span/backup/mksysb[9]: /bms/edx/bin/edx: not found. bosboot: Boot image is 6436 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Status/bms88: A file or directory in the path name does not exist. backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Tue Mar 16 00:34:06 EST 1999 /dev/rmt1: The media surface is damaged. /dev/rmt1: The media surface is damaged. Verify mksysb Tue Mar 16 00:34:07 EST 1999 /dev/rmt1.1: The media surface is damaged. /dev/rmt1: Media surface error /dev/rmt1.1: The media surface is damaged. /dev/rmt1.1: The media surface is damaged. /dev/rmt1.1: Media surface error /dev/rmt1: The media surface is damaged. Backup finished Tue Mar 16 00:34:08 EST 1999 **** Usage Log: **** Uses: 22 Backup Date: Wed Mar 3 23:30:27 EST 1999 Backup Date: Fri Feb 19 23:30:27 EST 1999 Backup Date: Tue Feb 9 23:30:28 EST 1999 Backup Date: Thu Jan 28 23:30:27 EST 1999 Backup Date: Fri Jan 15 18:30:28 EST 1999 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 10120 39% 776 19% / /dev/hd2 385024 5216 99% 5833 12% /usr /dev/hd9var 40960 28368 31% 313 7% /var /dev/hd3 57344 23784 59% 92 2% /tmp /dev/hd1 32768 10016 70% 444 11% /home /dev/lv01 475136 32624 94% 48 1% /work /dev/lv02 73728 23616 68% 506 20% /usr/local /dev/lv03 106496 3712 97% 7156 100% /bms /dev/lv04 196608 8856 96% 1622 27% /span /dev/lv05 360448 41792 89% 18 1% /btdata /dev/lv00 901120 557376 39% 17 1% /work2 Free Mounted Blksiz Opens Status A: 0 Tue Mar 16 00:34 2048 1 Clean /btdata/SPAN 78799 used From - Thu Mar 18 17:50:43 1999 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id RAA35502 for stuart; Thu, 18 Mar 1999 17:41:33 -0500 From: root@unilit.bmsi.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to unilit!root using -f Received: by unilit.unilit.com (AIX 4.1/UCB 5.64/4.03) id AA15692; Thu, 18 Mar 1999 09:37:54 -0500 Date: Thu, 18 Mar 1999 09:37:54 -0500 Message-Id: <9903181437.AA15692@unilit.unilit.com> To: stuart@bms88.bmsi.com, jon@unilit.unilit.com, sil@unilit.unilit.com Subject: unilit0034 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 93ef117c9686496156c65f8d2fcba65d Status: RO X-Status: X-Keywords: X-UID: 1952 System Id: unilit Backup Started: Thu Mar 18 07:35:35 EST 1999 Dumpdate: Mon Mar 8 23:39:01 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 8738 Mar 08 23:34 ./image.data -rw-r--r-- 1 root system 668 Mar 08 23:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0034 Backup Date: Thu Mar 18 07:38:44 EST 1999 mksysb started Thu Mar 18 07:38:45 EST 1999 /span/backup/mksysb[9]: /bms/edx/bin/edx: not found. Server not loaded bosboot: Boot image is 6436 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./home/jon/gathsys.zip: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./home/jon/danny.zip: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Mar 18 09:00:09 EST 1999 Verify mksysb Thu Mar 18 09:00:10 EST 1999 Dumpdate: Thu Mar 18 07:44:37 1999 Disk: by name Fsname: by name User: jon -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 8739 Mar 18 07:40 ./image.data -rw-r--r-- 1 root system 636 Mar 18 07:38 ./tapeid.data Backup finished Thu Mar 18 09:37:51 EST 1999 **** Usage Log: **** Uses: 12 Backup Date: Mon Mar 8 23:33:08 EST 1999 Backup Date: Wed Feb 24 23:33:04 EST 1999 Backup Date: Fri Feb 12 23:32:04 EST 1999 Backup Date: Tue Feb 2 23:33:04 EST 1999 Backup Date: Wed Jan 20 18:32:42 EST 1999 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 10112 39% 770 19% / /dev/hd2 385024 5216 99% 5833 12% /usr /dev/hd9var 40960 28032 32% 333 7% /var /dev/hd3 57344 24392 58% 91 2% /tmp /dev/hd1 32768 11456 66% 444 11% /home /dev/lv01 475136 32624 94% 48 1% /work /dev/lv02 73728 23616 68% 506 20% /usr/local /dev/lv03 106496 3712 97% 7156 100% /bms /dev/lv04 196608 8440 96% 1642 27% /span /dev/lv05 360448 39424 90% 18 1% /btdata Free Mounted Blksiz Opens Status A: 0 Thu Mar 18 09:00 2048 1 Clean /btdata/SPAN 79390 used From - Tue Apr 13 10:58:30 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id BAA32772 for ; Tue, 13 Apr 1999 01:26:26 -0400 Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m10Wvi2-00010gC; Tue, 13 Apr 99 01:26 EDT Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA36604 for bms88!stuart; Tue, 13 Apr 1999 01:26:24 -0400 From: root@unilit.editorialunilit.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@unilit.editorialunilit.com using -f Received: by editorialunilit.com (AIX 4.1/UCB 5.64/4.03) id AA32316; Tue, 13 Apr 1999 00:55:40 -0400 Date: Tue, 13 Apr 1999 00:55:40 -0400 Message-Id: <9904130455.AA32316@editorialunilit.com> To: stuart@bms88.bmsi.com, jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com Subject: unilit0029 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: dc4b27cae61d0128ed90c4792b81cbfa Status: RO X-Status: X-Keywords: X-UID: 1953 System Id: unilit Backup Started: Mon Apr 12 23:30:00 EDT 1999 Dumpdate: Tue Mar 30 23:35:42 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 9267 Mar 30 23:31 ./image.data -rw-r--r-- 1 root system 1298 Mar 30 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0029 Backup Date: Mon Apr 12 23:30:26 EDT 1999 mksysb started Mon Apr 12 23:30:27 EDT 1999 bosboot: Boot image is 6436 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..............................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uux/bms88: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a3fa5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a72fa5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a72: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a4e50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a73e50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a73: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a5512: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a74512: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a74: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a6a50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a75a50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a75: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a7a50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a76a50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a76: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a864f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a7764f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a77: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45a9b7e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a78b7e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a78: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45aaefc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a79efc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a79: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.unili45ab32b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms883a7a32b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C3a7a: A file or directory in the path name does not exist. backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Tue Apr 13 00:55:38 EDT 1999 /dev/rmt0: The media surface is damaged. /dev/rmt0: The media surface is damaged. Verify mksysb Tue Apr 13 00:55:38 EDT 1999 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Tue Apr 13 00:55:39 EDT 1999 **** Usage Log: **** Uses: 27 Backup Date: Tue Mar 30 23:30:26 EST 1999 Backup Date: Mon Mar 22 23:30:27 EST 1999 Backup Date: Thu Mar 11 23:30:27 EST 1999 Backup Date: Mon Mar 1 23:30:28 EST 1999 Backup Date: Wed Feb 17 23:30:27 EST 1999 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9976 40% 769 19% / /dev/hd2 393216 13560 97% 5834 12% /usr /dev/hd9var 65536 53640 19% 320 4% /var /dev/hd3 81920 46848 43% 105 2% /tmp /dev/hd1 49152 27248 45% 453 8% /home /dev/lv01 475136 32816 94% 48 1% /work /dev/lv02 81920 30896 63% 509 20% /usr/local /dev/lv03 131072 27960 79% 7159 88% /bms /dev/lv04 229376 21528 91% 1646 23% /span /dev/lv05 376832 41504 89% 18 1% /btdata Free Mounted Blksiz Opens Status A: 0 Tue Apr 13 00:55 2048 1 Clean /btdata/SPAN 82931 used From - Wed May 19 11:07:35 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id BAA27094 for ; Wed, 19 May 1999 01:25:46 -0400 Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m10jyr0-0004xrC; Wed, 19 May 99 01:25 EDT Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id BAA33998 for stuart@bmsi.com; Wed, 19 May 1999 01:25:45 -0400 From: root@unilit.bmsi.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@unilit.bmsi.com using -f Received: by unilit.bmsi.com (AIX 4.1/UCB 5.64/4.03) id AA42216; Wed, 19 May 1999 00:56:55 -0400 Date: Wed, 19 May 1999 00:56:55 -0400 Message-Id: <9905190456.AA42216@unilit.bmsi.com> To: jon@unilit.bmsi.com, sil@unilit.bmsi.com, stuart@bmsi.com Subject: unilit0032 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 38e2a5e30e4ce6a20cf395949c8ef635 Status: RO X-Status: X-Keywords: X-UID: 1954 System Id: unilit Backup Started: Tue May 18 23:30:00 EDT 1999 Dumpdate: Thu May 6 23:36:16 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 9266 May 06 23:31 ./image.data -rw-r--r-- 1 root system 1298 May 06 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0032 Backup Date: Tue May 18 23:30:26 EDT 1999 mksysb started Tue May 18 23:30:27 EDT 1999 bosboot: Boot image is 6436 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uucico/bmsaix: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uux/bmsaix: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix: A file or directory in the path name does not exist. backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Wed May 19 00:56:53 EDT 1999 /dev/rmt0: The media surface is damaged. /dev/rmt0: The media surface is damaged. Verify mksysb Wed May 19 00:56:53 EDT 1999 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Wed May 19 00:56:54 EDT 1999 **** Usage Log: **** Uses: 27 Backup Date: Thu May 6 23:30:26 EDT 1999 Backup Date: Mon Apr 26 23:30:26 EDT 1999 Backup Date: Thu Apr 15 23:30:27 EDT 1999 Backup Date: Wed Mar 24 23:30:26 EST 1999 Backup Date: Tue Mar 16 23:30:27 EST 1999 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9936 40% 772 19% / /dev/hd2 393216 13504 97% 5836 12% /usr /dev/hd9var 65536 53088 19% 328 5% /var /dev/hd3 81920 37224 55% 111 2% /tmp /dev/hd1 49152 26904 46% 466 8% /home /dev/lv01 475136 32816 94% 48 1% /work /dev/lv02 81920 30864 63% 510 20% /usr/local /dev/lv03 131072 27960 79% 7159 88% /bms /dev/lv04 229376 22632 91% 1717 24% /span /dev/lv05 376832 19144 95% 18 1% /btdata Free Mounted Blksiz Opens Status A: 0 Wed May 19 00:56 2048 1 Clean /btdata/SPAN 88515 used From - Mon Oct 11 10:50:48 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id SAA23422 for ; Fri, 8 Oct 1999 18:25:02 -0400 Received: from bmsaix.bmsi.com by bms88.bmsi.com with smtp (Smail3.1.28.1 #11) id m11ZiQX-0000AfC; Fri, 8 Oct 99 18:23 EDT Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) id SAA28786 for stuart@bmsi.com; Fri, 8 Oct 1999 18:25:01 -0400 From: root@unilit.bmsi.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@unilit.bmsi.com using -f Received: by unilit.bmsi.com (AIX 4.1/UCB 5.64/4.03) id AA14416; Fri, 8 Oct 1999 01:42:20 -0400 Date: Fri, 8 Oct 1999 01:42:20 -0400 Message-Id: <9910080542.AA14416@unilit.bmsi.com> To: jon@unilit.bmsi.com, sil@unilit.bmsi.com, stuart@bmsi.com Subject: unilit0039 mksysb backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: eebca564d37b3d4323613af164eec104 Status: RO X-Status: X-Keywords: X-UID: 1955 System Id: unilit Backup Started: Thu Oct 7 23:30:00 EDT 1999 Dumpdate: Tue Sep 28 23:36:08 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 9536 Sep 28 23:32 ./image.data -rw-r--r-- 1 root system 963 Sep 28 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0039 Backup Date: Thu Oct 7 23:30:27 EDT 1999 mksysb started Thu Oct 7 23:30:27 EDT 1999 bosboot: Boot image is 6436 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uucico/bmsaix: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/.Log/uux/bmsaix: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Oct 8 01:02:24 EDT 1999 Verify mksysb Fri Oct 8 01:02:25 EDT 1999 Dumpdate: Thu Oct 7 23:36:39 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 9535 Oct 07 23:32 ./image.data -rw-r--r-- 1 root system 1005 Oct 07 23:30 ./tapeid.data 939225 Kbytes, 17351 files Backup finished Fri Oct 8 01:42:19 EDT 1999 **** Usage Log: **** Uses: 19 Backup Date: Tue Sep 28 23:30:26 EDT 1999 Backup Date: Fri Sep 10 23:30:26 EDT 1999 Backup Date: Wed Sep 1 23:30:27 EDT 1999 Backup Date: Wed Aug 25 23:30:27 EDT 1999 Backup Date: Mon Aug 16 23:30:26 EDT 1999 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9824 41% 774 19% / /dev/hd2 393216 13504 97% 5836 12% /usr /dev/hd9var 65536 51680 22% 308 4% /var /dev/hd3 81920 25464 69% 146 2% /tmp /dev/hd1 49152 26888 46% 543 9% /home /dev/lv01 475136 32816 94% 48 1% /work /dev/lv02 81920 30856 63% 510 20% /usr/local /dev/lv03 131072 27848 79% 7160 88% /bms /dev/lv04 229376 68864 70% 1612 23% /span /dev/lv05 557056 106880 81% 18 1% /btdata Free Mounted Blksiz Opens Status A: 16 Fri Oct 8 01:02 2048 1 Clean /btdata/SPAN 111256 used From root@unilit.editorialunilit.com Sat Sep 9 02:22:37 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA24734; Sat, 9 Sep 2000 02:22:36 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA38062; Sat, 9 Sep 2000 02:22:33 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA43208; Sat, 9 Sep 2000 02:22:46 -0400 Date: Sat, 9 Sep 2000 02:22:46 -0400 Message-Id: <200009090622.CAA43208@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0043 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1956 System Id: unilit Backup Started: Fri Sep 8 23:30:01 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Fri Sep 8 23:32:04 EDT 2000 Retensioning Tape Fri Sep 8 23:32:04 EDT 2000 Tape Id: unilit0043 Backup Date: Fri Sep 8 23:33:58 EDT 2000 mksysb started Fri Sep 8 23:33:59 EDT 2000 bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 9 01:40:57 EDT 2000 Verify mksysb Sat Sep 9 01:40:58 EDT 2000 Dumpdate: Fri Sep 8 23:40:06 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10200 Sep 08 23:35 ./image.data -rw-r--r-- 1 root system 207 Sep 08 23:33 ./tapeid.data /dev/rmt0.1: Media surface error /dev/rmt0 rewind 1 failed: The device is not ready for operation. Backup finished Sat Sep 9 02:22:45 EDT 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9392 43% 798 20% / /dev/hd2 458752 53544 89% 6147 11% /usr /dev/hd9var 131072 47312 64% 1204 8% /var /dev/hd3 81920 61576 25% 67 1% /tmp /dev/hd1 114688 65128 44% 708 5% /home /dev/lv01 720896 27560 97% 104 1% /work /dev/lv02 81920 19968 76% 714 28% /usr/local /dev/lv03 131072 32520 76% 6741 83% /bms /dev/lv04 229376 18176 93% 1623 23% /span /dev/lv05 720896 93880 87% 19 1% /btdata /dev/lv06 131072 109368 17% 67 2% /mail Free Mounted Blksiz Opens Status A: 1 Sat Sep 9 01:40 2048 1 Clean /btdata/SPAN 155101 used From root@unilit.editorialunilit.com Tue Sep 19 01:45:20 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id BAA32764; Tue, 19 Sep 2000 01:45:18 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id BAA20326; Tue, 19 Sep 2000 01:45:15 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id BAA11566; Tue, 19 Sep 2000 01:45:37 -0400 Date: Tue, 19 Sep 2000 01:45:37 -0400 Message-Id: <200009190545.BAA11566@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0044 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1957 System Id: unilit Backup Started: Mon Sep 18 23:30:00 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Mon Sep 18 23:32:02 EDT 2000 Retensioning Tape Mon Sep 18 23:32:03 EDT 2000 Tape Id: unilit0044 Backup Date: Mon Sep 18 23:33:57 EDT 2000 mksysb started Mon Sep 18 23:33:57 EDT 2000 bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .....................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./work/inst/tmp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/lpp_name: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/lpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/lpp/freeware.vim.doc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/lpp/freeware.vim.doc/liblpp.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/vim.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/rvim.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/view.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/rview.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/ex.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/xxd.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/ctags.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/share/man/man1/etags.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/autocmd.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/change.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/cmdline.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/digraph.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/editing.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/eval.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/farsi.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/gui.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/gui_w32.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/gui_x11.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/help.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/howto.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/if_cscope.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/if_ole.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/if_perl.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/if_python.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/if_tcl.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/index.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/insert.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/intro.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/map.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/message.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/motion.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/options.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_amiga.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_beos.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_dos.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_mac.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_mint.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_msdos.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_os2.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_riscos.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_unix.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_vms.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/os_win32.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/pattern.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/quickfix.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/quotes.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/recover.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/repeat.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/rightleft.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/scroll.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/starting.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/syntax.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/tagsearch.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/term.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/tips.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/todo.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/uganda.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/undo.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/various.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/version4.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/version5.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/vi_diff.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/visual.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/windows.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/doc/tags: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/2html.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/ada.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/amiga.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/asm.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/asmh8300.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/asmselect.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/asn.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/atlas.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/awk.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/basic.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/bib.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/c.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/clean.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/clipper.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/cobol.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/colortest.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/cpp.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/csh.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/css.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/cterm.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/dcl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/diff.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/dosbatch.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/dosini.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/dracula.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/dtd.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/eiffel.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/elmfilt.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/esqlc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/expect.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/exports.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/fortran.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/fvwm.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/gp.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/help.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/hitest.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/html.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/idl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/inform.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/java.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/javacc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/javascript.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/jgraph.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lace.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lex.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lilo.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lisp.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lite.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lotos.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/lss.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/mail.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/make.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/man.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/maple.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/matlab.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/mf.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/mib.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/model.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/modula2.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/mp.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/msql.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/muttrc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/nasm.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/nosyntax.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/nroff.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/objc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/ocaml.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/pascal.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/pcap.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/perl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/php3.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/phtml.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/pike.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/pmfile.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/po.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/pod.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/postscr.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/pov.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/procmail.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/prolog.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/purifylog.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/python.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/rc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/rexx.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sather.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/scheme.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/scripts.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sdl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sgml.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sh.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sicad.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/simula.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/skill.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/slang.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/slrnrc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/slrnsc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sm.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/spec.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/sql.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/st.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/syntax.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/tags.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/tcl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/tex.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/tf.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/tsalt.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/uil.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/verilog.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/vgrindefs.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/vhdl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/vim.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/viminfo.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/vrml.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/whitespace.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/xdefaults.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/xmath.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/xml.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/xpm.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/yacc.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/zsh.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/syntax/edl.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/menu.vim: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/inst/tmp/usr/local/share/vim/bugreport.vim: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Sep 19 01:41:22 EDT 2000 Verify mksysb Tue Sep 19 01:41:23 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Tue Sep 19 01:45:36 EDT 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9384 43% 799 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 131072 28808 79% 524 4% /var /dev/hd3 81920 61536 25% 66 1% /tmp /dev/hd1 114688 67360 42% 729 6% /home /dev/lv01 720896 22032 97% 107 1% /work /dev/lv02 81920 13288 84% 907 36% /usr/local /dev/lv03 131072 90112 32% 2599 32% /bms /dev/lv04 229376 24312 90% 1715 24% /span /dev/lv05 720896 86520 88% 19 1% /btdata /dev/lv06 131072 63640 52% 117 3% /mail Free Mounted Blksiz Opens Status A: 79 Tue Sep 19 01:41 2048 2 Clean /btdata/SPAN 156082 used B: 0 Tue Sep 19 01:41 2048 1 Clean /btdata/EDX 854 used From root@unilit.editorialunilit.com Wed Sep 27 01:58:20 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id BAA38838; Wed, 27 Sep 2000 01:58:19 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id BAA23242; Wed, 27 Sep 2000 01:58:18 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id BAA30128; Wed, 27 Sep 2000 01:57:42 -0400 Date: Wed, 27 Sep 2000 01:57:42 -0400 Message-Id: <200009270557.BAA30128@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0045 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1958 System Id: unilit Backup Started: Tue Sep 26 23:30:00 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Tue Sep 26 23:32:04 EDT 2000 Retensioning Tape Tue Sep 26 23:32:04 EDT 2000 Tape Id: unilit0045 Backup Date: Tue Sep 26 23:33:58 EDT 2000 mksysb started Tue Sep 26 23:33:58 EDT 2000 bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 27 01:53:30 EDT 2000 Verify mksysb Wed Sep 27 01:53:31 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Wed Sep 27 01:57:41 EDT 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9408 43% 798 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 163840 72528 56% 1326 7% /var /dev/hd3 81920 61456 25% 66 1% /tmp /dev/hd1 114688 71160 38% 743 6% /home /dev/lv01 851968 32440 97% 105 1% /work /dev/lv02 81920 13288 84% 907 36% /usr/local /dev/lv03 131072 66408 50% 2979 37% /bms /dev/lv04 229376 23256 90% 1745 25% /span /dev/lv05 720896 81936 89% 19 1% /btdata /dev/lv06 262144 127408 52% 159 2% /mail Free Mounted Blksiz Opens Status A: 33231 Wed Sep 27 01:53 2048 2 Clean /btdata/SPAN 156276 used B: 0 Wed Sep 27 01:53 2048 1 Clean /btdata/EDX 1807 used From root@unilit.editorialunilit.com Sat Oct 21 02:00:49 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA44050; Sat, 21 Oct 2000 02:00:48 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA11192; Sat, 21 Oct 2000 02:00:46 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA20822; Sat, 21 Oct 2000 02:00:46 -0400 Date: Sat, 21 Oct 2000 02:00:46 -0400 Message-Id: <200010210600.CAA20822@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0046 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1959 System Id: unilit Backup Started: Fri Oct 20 23:30:01 EDT 2000 Dumpdate: Tue Oct 17 23:38:07 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10206 Oct 17 23:34 ./image.data -rw-r--r-- 1 root system 321 Oct 17 23:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0046 Backup Date: Fri Oct 20 23:32:01 EDT 2000 mksysb started Fri Oct 20 23:32:02 EDT 2000 bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Oct 21 01:56:23 EDT 2000 Verify mksysb Sat Oct 21 01:56:24 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Sat Oct 21 02:00:45 EDT 2000 **** Usage Log: **** Uses: 2 Backup Date: Tue Oct 17 23:32:12 EDT 2000 Backup Date: Mon Oct 9 23:33:58 EDT 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9384 43% 802 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 245760 131576 47% 1405 5% /var /dev/hd3 81920 61184 26% 67 1% /tmp /dev/hd1 114688 61896 47% 830 6% /home /dev/lv01 851968 32440 97% 105 1% /work /dev/lv02 81920 13288 84% 907 36% /usr/local /dev/lv03 131072 63368 52% 3098 38% /bms /dev/lv04 229376 30912 87% 1809 26% /span /dev/lv05 720896 81216 89% 19 1% /btdata /dev/lv06 409600 166704 60% 177 2% /mail Free Mounted Blksiz Opens Status A: 29715 Sat Oct 21 01:56 2048 2 Clean /btdata/SPAN 156276 used B: 1414 Sat Oct 21 01:56 2048 1 Clean /btdata/EDX 1987 used From root@unilit.editorialunilit.com Thu Oct 26 02:04:59 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA37394; Thu, 26 Oct 2000 02:04:57 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA13248; Thu, 26 Oct 2000 02:04:54 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA21906; Thu, 26 Oct 2000 02:04:53 -0400 Date: Thu, 26 Oct 2000 02:04:53 -0400 Message-Id: <200010260604.CAA21906@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0047 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1960 System Id: unilit Backup Started: Wed Oct 25 23:30:00 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Wed Oct 25 23:32:10 EDT 2000 Retensioning Tape Wed Oct 25 23:32:10 EDT 2000 Tape Id: unilit0047 Backup Date: Wed Oct 25 23:34:04 EDT 2000 mksysb started Wed Oct 25 23:34:05 EDT 2000 bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/A/_jA6K9vEQ9FP0f3LWk_Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/Z/beBBnN5dc7HrfRs97BEQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/t/6ALLVuWlGEpTHrM2meDA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/B: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Oct 26 02:00:38 EDT 2000 Verify mksysb Thu Oct 26 02:00:39 EDT 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Thu Oct 26 02:04:52 EDT 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9376 43% 803 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 245760 113528 54% 534 2% /var /dev/hd3 81920 61152 26% 68 1% /tmp /dev/hd1 114688 52696 55% 857 6% /home /dev/lv01 851968 32440 97% 105 1% /work /dev/lv02 81920 13240 84% 908 36% /usr/local /dev/lv03 131072 63256 52% 3105 38% /bms /dev/lv04 229376 30240 87% 1822 26% /span /dev/lv05 720896 81216 89% 19 1% /btdata /dev/lv06 409600 161808 61% 186 2% /mail Free Mounted Blksiz Opens Status A: 29008 Thu Oct 26 02:00 2048 2 Clean /btdata/SPAN 156276 used B: 1404 Thu Oct 26 02:00 2048 1 Clean /btdata/EDX 1987 used From root@unilit.editorialunilit.com Fri Nov 3 02:04:37 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA45152; Fri, 3 Nov 2000 02:04:36 -0500 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA08044; Fri, 3 Nov 2000 02:04:33 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA23452; Fri, 3 Nov 2000 02:04:33 -0500 Date: Fri, 3 Nov 2000 02:04:33 -0500 Message-Id: <200011030704.CAA23452@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0048 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1961 System Id: unilit Backup Started: Thu Nov 2 23:30:00 EST 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Thu Nov 2 23:32:09 EST 2000 Retensioning Tape Thu Nov 2 23:32:09 EST 2000 Tape Id: unilit0048 Backup Date: Thu Nov 2 23:34:03 EST 2000 mksysb started Thu Nov 2 23:34:04 EST 2000 867 cache hits, 213 cache misses 128151 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Nov 3 02:00:55 EST 2000 Verify mksysb Fri Nov 3 02:00:57 EST 2000 Dumpdate: Thu Nov 2 23:41:18 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10206 Nov 02 23:37 ./image.data -rw-r--r-- 1 root system 279 Nov 02 23:34 ./tapeid.data /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Fri Nov 3 02:04:32 EST 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9368 43% 803 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 245760 107280 57% 1113 4% /var /dev/hd3 81920 61088 26% 68 1% /tmp /dev/hd1 114688 59424 49% 891 7% /home /dev/lv01 851968 32440 97% 105 1% /work /dev/lv02 81920 13240 84% 908 36% /usr/local /dev/lv03 131072 62576 53% 3118 39% /bms /dev/lv04 229376 61176 74% 1847 26% /span /dev/lv05 720896 81216 89% 19 1% /btdata /dev/lv06 409600 121256 71% 202 2% /mail Free Mounted Blksiz Opens Status A: 27950 Fri Nov 3 02:00 2048 2 Clean /btdata/SPAN 156276 used B: 1390 Fri Nov 3 02:00 2048 1 Clean /btdata/EDX 1987 used From root@unilit.editorialunilit.com Mon Nov 13 14:36:19 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id OAA47308; Mon, 13 Nov 2000 14:36:18 -0500 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id OAA19460; Mon, 13 Nov 2000 14:36:17 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA37642; Sat, 11 Nov 2000 02:05:51 -0500 Date: Sat, 11 Nov 2000 02:05:51 -0500 Message-Id: <200011110705.CAA37642@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0049 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1962 System Id: unilit Backup Started: Fri Nov 10 23:30:00 EST 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Fri Nov 10 23:32:13 EST 2000 Retensioning Tape Fri Nov 10 23:32:13 EST 2000 Tape Id: unilit0049 Backup Date: Fri Nov 10 23:34:07 EST 2000 mksysb started Fri Nov 10 23:34:08 EST 2000 867 cache hits, 213 cache misses 129039 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Nov 11 02:01:36 EST 2000 Verify mksysb Sat Nov 11 02:01:37 EST 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: Media surface error Backup finished Sat Nov 11 02:05:51 EST 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9368 43% 803 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 245760 93856 62% 766 3% /var /dev/hd3 81920 61024 26% 68 1% /tmp /dev/hd1 114688 47944 59% 875 7% /home /dev/lv01 851968 32440 97% 105 1% /work /dev/lv02 81920 13240 84% 908 36% /usr/local /dev/lv03 131072 62392 53% 3128 39% /bms /dev/lv04 229376 61224 74% 1852 26% /span /dev/lv05 720896 81216 89% 19 1% /btdata /dev/lv06 409600 113864 73% 208 2% /mail Free Mounted Blksiz Opens Status A: 27067 Sat Nov 11 02:01 2048 2 Clean /btdata/SPAN 156276 used B: 1388 Sat Nov 11 02:01 2048 1 Clean /btdata/EDX 1987 used From root@unilit.editorialunilit.com Sat Nov 18 02:13:25 2000 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA16388; Sat, 18 Nov 2000 02:13:23 -0500 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA18038; Sat, 18 Nov 2000 02:13:22 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA07324; Sat, 18 Nov 2000 02:13:21 -0500 Date: Sat, 18 Nov 2000 02:13:21 -0500 Message-Id: <200011180713.CAA07324@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0050 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1963 System Id: unilit Backup Started: Fri Nov 17 23:30:00 EST 2000 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error Assigning New Tape Id Fri Nov 17 23:32:23 EST 2000 Retensioning Tape Fri Nov 17 23:32:23 EST 2000 Tape Id: unilit0050 Backup Date: Fri Nov 17 23:34:17 EST 2000 mksysb started Fri Nov 17 23:34:18 EST 2000 730 cache hits, 194 cache misses 129849 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Nov 18 02:01:26 EST 2000 Verify mksysb Sat Nov 18 02:01:28 EST 2000 Dumpdate: Fri Nov 17 23:41:30 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10207 Nov 17 23:37 ./image.data -rw-r--r-- 1 root system 279 Nov 17 23:34 ./tapeid.data /dev/rmt0.1: Media surface error Backup finished Sat Nov 18 02:13:20 EST 2000 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9368 43% 803 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 245760 99208 60% 758 3% /var /dev/hd3 81920 60976 26% 68 1% /tmp /dev/hd1 114688 44120 62% 896 7% /home /dev/lv01 851968 32440 97% 105 1% /work /dev/lv02 81920 13240 84% 908 36% /usr/local /dev/lv03 131072 62080 53% 3135 39% /bms /dev/lv04 229376 61776 74% 1831 26% /span /dev/lv05 720896 81216 89% 19 1% /btdata /dev/lv06 409600 131256 68% 220 2% /mail Free Mounted Blksiz Opens Status A: 26257 Sat Nov 18 02:01 2048 2 Clean /btdata/SPAN 156276 used B: 1364 Sat Nov 18 02:01 2048 1 Clean /btdata/EDX 1987 used From root@unilit.editorialunilit.com Sat Jan 27 02:20:46 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA43538; Sat, 27 Jan 2001 02:20:45 -0500 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA31696; Sat, 27 Jan 2001 02:20:43 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA22228; Sat, 27 Jan 2001 02:19:42 -0500 Date: Sat, 27 Jan 2001 02:19:42 -0500 Message-Id: <200101270719.CAA22228@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0042 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1964 System Id: unilit Backup Started: Fri Jan 26 23:30:00 EST 2001 Dumpdate: Thu Jan 18 23:38:30 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10209 Jan 18 23:34 ./image.data -rw-r--r-- 1 root system 3261 Jan 18 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0042 Backup Date: Fri Jan 26 23:30:27 EST 2001 mksysb started Fri Jan 26 23:30:28 EST 2001 743 cache hits, 204 cache misses 71087 cache hits, 77 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jan 27 02:13:56 EST 2001 Verify mksysb Sat Jan 27 02:13:57 EST 2001 Dumpdate: Fri Jan 26 23:37:52 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10728 Jan 26 23:33 ./image.data -rw-r--r-- 1 root system 3303 Jan 26 23:30 ./tapeid.data /dev/rmt0.1: Media surface error Backup finished Sat Jan 27 02:19:41 EST 2001 **** Usage Log: **** Uses: 72 Backup Date: Thu Jan 18 23:30:56 EST 2001 Backup Date: Wed Jan 10 23:32:51 EST 2001 Backup Date: Tue Jan 2 23:32:20 EST 2001 Backup Date: Fri Dec 15 23:32:59 EST 2000 Backup Date: Fri Dec 8 23:32:52 EST 2000 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9296 44% 807 20% / /dev/hd2 458752 53368 89% 6157 11% /usr /dev/hd9var 376832 148056 61% 806 2% /var /dev/hd3 81920 78544 5% 70 1% /tmp /dev/hd1 114688 43344 63% 955 7% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 13064 85% 909 36% /usr/local /dev/lv03 131072 61472 54% 3149 39% /bms /dev/lv04 229376 72824 69% 1852 26% /span /dev/lv05 720896 81208 89% 20 1% /btdata /dev/lv06 753664 222064 71% 257 2% /mail Free Mounted Blksiz Opens Status A: 85033 Sat Jan 27 02:13 2048 2 Clean /btdata/SPAN 156276 used B: 1337 Sat Jan 27 02:13 2048 1 Clean /btdata/EDX 1987 used From root@unilit.editorialunilit.com Tue Apr 3 02:36:45 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA17010; Tue, 3 Apr 2001 02:36:44 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA36776; Tue, 3 Apr 2001 02:36:43 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA21930; Tue, 3 Apr 2001 02:35:42 -0400 Date: Tue, 3 Apr 2001 02:35:42 -0400 Message-Id: <200104030635.CAA21930@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0051 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1965 System Id: unilit Backup Started: Mon Apr 2 23:30:01 EDT 2001 Dumpdate: Thu Mar 29 23:38:03 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10730 Mar 29 23:33 ./image.data -rw-r--r-- 1 root system 951 Mar 29 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0051 Backup Date: Mon Apr 2 23:32:23 EDT 2001 mksysb started Mon Apr 2 23:32:24 EDT 2001 1702 cache hits, 53 cache misses 79949 cache hits, 79 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Tue Apr 3 02:35:38 EDT 2001 /dev/rmt0: The media surface is damaged. /dev/rmt0: The media surface is damaged. Verify mksysb Tue Apr 3 02:35:39 EDT 2001 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Tue Apr 3 02:35:40 EDT 2001 **** Usage Log: **** Uses: 17 Backup Date: Thu Mar 29 23:30:26 EST 2001 Backup Date: Fri Mar 23 23:31:03 EST 2001 Backup Date: Fri Mar 16 23:30:54 EST 2001 Backup Date: Fri Mar 9 23:31:28 EST 2001 Backup Date: Wed Mar 7 23:30:30 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9216 44% 811 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 413248 43% 1533 2% /var /dev/hd3 81920 77464 6% 79 1% /tmp /dev/hd1 114688 23896 80% 1046 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46816 65% 3905 48% /bms /dev/lv04 229376 53336 77% 2100 30% /span /dev/lv05 720896 79496 89% 20 1% /btdata /dev/lv06 1196032 324408 73% 290 1% /mail Free Mounted Blksiz Opens Status A: 76167 Tue Apr 3 02:35 2048 2 Clean /btdata/SPAN 156276 used B: 30 Tue Apr 3 02:35 2048 1 Clean /btdata/EDX 2407 used From root@unilit.editorialunilit.com Wed Apr 4 03:57:05 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA41200; Wed, 4 Apr 2001 03:57:04 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA13438; Wed, 4 Apr 2001 03:57:03 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id DAA38934; Wed, 4 Apr 2001 03:56:02 -0400 Date: Wed, 4 Apr 2001 03:56:02 -0400 Message-Id: <200104040756.DAA38934@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0052 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1966 System Id: unilit Backup Started: Tue Apr 3 23:30:00 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Apr 3 23:34:23 EDT 2001 Retensioning Tape Tue Apr 3 23:34:23 EDT 2001 Tape Id: unilit0052 Backup Date: Tue Apr 3 23:36:15 EDT 2001 mksysb started Tue Apr 3 23:36:16 EDT 2001 1729 cache hits, 60 cache misses 79954 cache hits, 79 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 4 02:31:08 EDT 2001 Verify mksysb Wed Apr 4 02:31:09 EDT 2001 Dumpdate: Tue Apr 3 23:44:01 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Apr 03 23:39 ./image.data -rw-r--r-- 1 root system 279 Apr 03 23:36 ./tapeid.data 2004267 Kbytes, 16725 files Backup finished Wed Apr 4 03:56:01 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9224 44% 811 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 432568 40% 947 2% /var /dev/hd3 81920 73640 11% 80 1% /tmp /dev/hd1 114688 23792 80% 1045 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46592 65% 3908 48% /bms /dev/lv04 229376 52440 78% 2103 30% /span /dev/lv05 720896 79360 89% 20 1% /btdata /dev/lv06 1196032 309720 75% 291 1% /mail Free Mounted Blksiz Opens Status A: 76162 Wed Apr 4 02:31 2048 2 Clean /btdata/SPAN 156276 used B: 0 Wed Apr 4 02:31 2048 1 Clean /btdata/EDX 2445 used From root@unilit.editorialunilit.com Thu Apr 5 04:07:15 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA20546; Thu, 5 Apr 2001 04:07:14 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA04328; Thu, 5 Apr 2001 04:07:13 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA49378; Thu, 5 Apr 2001 04:06:12 -0400 Date: Thu, 5 Apr 2001 04:06:12 -0400 Message-Id: <200104050806.EAA49378@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0053 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1967 System Id: unilit Backup Started: Wed Apr 4 23:30:00 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Wed Apr 4 23:34:30 EDT 2001 Retensioning Tape Wed Apr 4 23:34:30 EDT 2001 Tape Id: unilit0053 Backup Date: Wed Apr 4 23:36:23 EDT 2001 mksysb started Wed Apr 4 23:36:23 EDT 2001 1730 cache hits, 60 cache misses 80217 cache hits, 79 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 5 02:43:55 EDT 2001 Verify mksysb Thu Apr 5 02:43:56 EDT 2001 Dumpdate: Wed Apr 4 23:43:54 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Apr 04 23:39 ./image.data -rw-r--r-- 1 root system 279 Apr 04 23:36 ./tapeid.data 2006318 Kbytes, 16467 files Backup finished Thu Apr 5 04:06:11 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9224 44% 811 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 427760 41% 520 1% /var /dev/hd3 81920 77304 6% 79 1% /tmp /dev/hd1 114688 23800 80% 1045 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46576 65% 3910 48% /bms /dev/lv04 229376 51344 78% 2106 30% /span /dev/lv05 720896 79344 89% 20 1% /btdata /dev/lv06 1196032 311128 74% 292 1% /mail Free Mounted Blksiz Opens Status A: 75899 Thu Apr 5 02:43 2048 2 Clean /btdata/SPAN 156276 used B: 66 Thu Apr 5 02:43 2048 1 Clean /btdata/EDX 2447 used From root@unilit.editorialunilit.com Tue Apr 10 04:23:37 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA34630; Tue, 10 Apr 2001 04:23:36 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA25100; Tue, 10 Apr 2001 04:23:34 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA33888; Tue, 10 Apr 2001 04:22:34 -0400 Date: Tue, 10 Apr 2001 04:22:34 -0400 Message-Id: <200104100822.EAA33888@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0040 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1968 System Id: unilit Backup Started: Mon Apr 9 23:30:00 EDT 2001 Dumpdate: Thu Mar 22 23:38:03 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Mar 22 23:33 ./image.data -rw-r--r-- 1 root system 3303 Mar 22 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0040 Backup Date: Mon Apr 9 23:30:28 EDT 2001 mksysb started Mon Apr 9 23:30:29 EDT 2001 1850 cache hits, 103 cache misses 80744 cache hits, 82 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 10 02:40:58 EDT 2001 Verify mksysb Tue Apr 10 02:40:59 EDT 2001 Dumpdate: Mon Apr 9 23:38:21 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Apr 09 23:34 ./image.data -rw-r--r-- 1 root system 3345 Apr 09 23:30 ./tapeid.data 2025487 Kbytes, 16364 files Backup finished Tue Apr 10 04:22:33 EDT 2001 **** Usage Log: **** Uses: 73 Backup Date: Thu Mar 22 23:30:27 EST 2001 Backup Date: Thu Mar 15 23:30:27 EST 2001 Backup Date: Tue Mar 6 23:30:27 EST 2001 Backup Date: Tue Feb 27 23:30:27 EST 2001 Backup Date: Tue Feb 13 23:30:27 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 9216 44% 811 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 405784 44% 562 1% /var /dev/hd3 81920 78384 5% 81 1% /tmp /dev/hd1 114688 25576 78% 1050 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46296 65% 3921 48% /bms /dev/lv04 229376 51184 78% 2107 30% /span /dev/lv05 720896 78488 90% 20 1% /btdata /dev/lv06 1196032 291464 76% 296 1% /mail Free Mounted Blksiz Opens Status A: 75365 Tue Apr 10 02:40 2048 2 Clean /btdata/SPAN 156276 used B: 109 Tue Apr 10 02:40 2048 1 Clean /btdata/EDX 2659 used From root@unilit.editorialunilit.com Wed Apr 11 04:13:36 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA19116; Wed, 11 Apr 2001 04:13:35 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA26870; Wed, 11 Apr 2001 04:13:30 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA60714; Wed, 11 Apr 2001 04:12:29 -0400 Date: Wed, 11 Apr 2001 04:12:29 -0400 Message-Id: <200104110812.EAA60714@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0041 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1969 System Id: unilit Backup Started: Tue Apr 10 23:30:00 EDT 2001 Dumpdate: Tue Mar 27 23:39:44 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Mar 27 23:35 ./image.data -rw-r--r-- 1 root system 3093 Mar 27 23:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0041 Backup Date: Tue Apr 10 23:30:28 EDT 2001 mksysb started Tue Apr 10 23:30:29 EDT 2001 1853 cache hits, 101 cache misses 80893 cache hits, 82 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/Y/FVs56XYPpxrZ_kK52YDA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/u: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 11 02:34:45 EDT 2001 Verify mksysb Wed Apr 11 02:34:46 EDT 2001 Dumpdate: Tue Apr 10 23:38:07 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10731 Apr 10 23:33 ./image.data -rw-r--r-- 1 root system 3135 Apr 10 23:30 ./tapeid.data /dev/rmt0.1: Media surface error after 1908726 Kbytes, 10911 files /dev/rmt0 rewind 1 failed: The device is not ready for operation. Backup finished Wed Apr 11 04:12:28 EDT 2001 **** Usage Log: **** Uses: 68 Backup Date: Tue Mar 27 23:32:07 EST 2001 Backup Date: Tue Mar 20 23:32:15 EST 2001 Backup Date: Tue Mar 13 23:32:31 EST 2001 Backup Date: Fri Mar 2 23:32:41 EST 2001 Backup Date: Fri Feb 23 23:31:45 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 7960 52% 813 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 401688 45% 562 1% /var /dev/hd3 81920 78224 5% 82 1% /tmp /dev/hd1 114688 25264 78% 1054 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46256 65% 3923 48% /bms /dev/lv04 229376 50672 78% 2122 30% /span /dev/lv05 933888 289784 69% 20 1% /btdata /dev/lv06 1196032 296904 76% 296 1% /mail Free Mounted Blksiz Opens Status A: 75216 Wed Apr 11 02:34 2048 2 Clean /btdata/SPAN 156276 used B: 228 Wed Apr 11 02:34 2048 1 Clean /btdata/EDX 2659 used From root@unilit.editorialunilit.com Thu Apr 12 04:03:05 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA26480; Thu, 12 Apr 2001 04:03:03 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA30102; Thu, 12 Apr 2001 04:02:56 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA58858; Thu, 12 Apr 2001 04:01:55 -0400 Date: Thu, 12 Apr 2001 04:01:55 -0400 Message-Id: <200104120801.EAA58858@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0054 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1970 System Id: unilit Backup Started: Wed Apr 11 23:30:01 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Wed Apr 11 23:34:33 EDT 2001 Retensioning Tape Wed Apr 11 23:34:33 EDT 2001 Tape Id: unilit0054 Backup Date: Wed Apr 11 23:36:25 EDT 2001 mksysb started Wed Apr 11 23:36:26 EDT 2001 1850 cache hits, 100 cache misses 80999 cache hits, 82 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfPAA30016: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfPAA30016: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/n/QQj4Qpn9RJvEYSF61VYA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/W/hd6bwHuMfIeyj3jQnh8w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/P/vT0pjvXucHwWb3Y@QeYQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/b/q82pQ3mtpmIhPP2PyLTA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/M/ZBGjLUQQ2DrGdlvFHtYA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/b/XcmK2UcBa0Fwm9tUHgUQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/f/rBttS3Wv4McwiWIN8pxA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/p/fMoPZQbgR0VrgHO6RpEw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/y/Xd1S3Fwuevgm_HqfDLSw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/L/6xTdzisKeQY@Sh1ce72A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/2/f@EHK4QR@W8JTaUTp30Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/F/1FwW0OmsUN_HCU93ZnNA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/6/If2AuAPe01CfPPoWJg0A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/4/84ocfPk6E@a7iquAn2ZQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/l/i9MtThzINL6giFxF_bDg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/l/E_x99jJbFDnLc60mXiIg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/v/2Zy1MgYvfoV27wah3CJA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/N/85Yur7sRVsOzscviR7IQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/7/9jUXO__ggRa0Ib4T9dIg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/J/vk0EYcNJoPLi7gdUuDhg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/K/1WxVlmnjR5_fTGx4CMtQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/f/VvjzJZj73mLKyBrpj8LQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/q/Cba8LuNImW_MMwQrYt3A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Q/6qpm19ABsfWo@DaAwM5A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/K/gzLhRPEYnuTfqZoJU62Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/x/RD89vl6cElt37nCzMI3g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/k/628yfksqgBBCQY5zNoVw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/y/tGl2dz21Kzkrb9sYMs4g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/T/2Ft7awU7@WeqJwz3_kJA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/J/zuXlm9myikqUXvkMtO4w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/4/CNb2EPKCe4VWeGCgjfQQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/E/gYoJZG770NPSSV4qQBdw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/L/QDwTaWgqlqN4g@dylCxA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/X/w9WXfHuezTj8QGbur0CQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/q/3oQxmmrCPzQvaDOOzYow: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/o/34at4mKbf70SsHA4MnHg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/v/Oj2230E9VhHdIYgDU70w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/0/LSf8CH2vNZR7sC8JdyGw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/M/f4HXkhWtai0SH7VfmVHQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/3/26fmNN4py8FEELOvsy5A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/v/uk3IZ5znVtv_LqmxcjxA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/T: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 12 02:41:40 EDT 2001 Verify mksysb Thu Apr 12 02:41:42 EDT 2001 Dumpdate: Wed Apr 11 23:44:06 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10731 Apr 11 23:39 ./image.data -rw-r--r-- 1 root system 279 Apr 11 23:36 ./tapeid.data /dev/rmt0.1: Media surface error after 1914362 Kbytes, 10959 files /dev/rmt0: The media surface is damaged. Backup finished Thu Apr 12 04:01:53 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 7960 52% 813 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 395584 46% 599 1% /var /dev/hd3 81920 78160 5% 82 1% /tmp /dev/hd1 114688 25208 79% 1056 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46256 65% 3925 48% /bms /dev/lv04 229376 54024 77% 2118 30% /span /dev/lv05 933888 289784 69% 20 1% /btdata /dev/lv06 1196032 286400 77% 298 1% /mail Free Mounted Blksiz Opens Status A: 75110 Thu Apr 12 02:41 2048 2 Clean /btdata/SPAN 156276 used B: 258 Thu Apr 12 02:41 2048 1 Clean /btdata/EDX 2659 used From root@unilit.editorialunilit.com Fri Apr 13 04:42:55 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA28462; Fri, 13 Apr 2001 04:42:54 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA36100; Fri, 13 Apr 2001 04:42:47 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA65008; Fri, 13 Apr 2001 04:41:46 -0400 Date: Fri, 13 Apr 2001 04:41:46 -0400 Message-Id: <200104130841.EAA65008@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0055 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1971 System Id: unilit Backup Started: Thu Apr 12 23:30:00 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Thu Apr 12 23:36:19 EDT 2001 Retensioning Tape Thu Apr 12 23:36:19 EDT 2001 Tape Id: unilit0055 Backup Date: Thu Apr 12 23:38:12 EDT 2001 mksysb started Thu Apr 12 23:38:13 EDT 2001 1851 cache hits, 101 cache misses 80889 cache hits, 82 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/n/QQj4Qpn9RJvEYSF61VYA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/x/07ZBaeEaARqNW840nk7Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/I/gXbLAqfGDF_nh1rujLAw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/p/OsxeMMHLAfneHO_EYMVA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/u/Jlr31@bwFHlNzAdZzC_w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/t/80BN_kSmeye0UaYoZg6Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/D/vgFT8L8pgAGHLLl8o@kg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/Z/Ol9fIxPZapnJQICuHmMw: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/9/bAS@Grxinpb0Zj_cG9HA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/i/8AdGrRFLYknLP8cPtsXA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/z/1ifwtimxVXQCuTrhP5YA: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/w/evbRe@q1Jx@7D4xJzn_Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/L/0I4DAeCNCwWcZHzo@xUQ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/M/8zAT9btIuM8wgnbsKkAg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/k: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 13 02:45:48 EDT 2001 Verify mksysb Fri Apr 13 02:45:50 EDT 2001 Dumpdate: Thu Apr 12 23:48:32 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10731 Apr 12 23:42 ./image.data -rw-r--r-- 1 root system 279 Apr 12 23:38 ./tapeid.data 2038613 Kbytes, 16428 files Backup finished Fri Apr 13 04:41:43 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 7960 52% 813 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 396272 46% 588 1% /var /dev/hd3 81920 78192 5% 82 1% /tmp /dev/hd1 114688 22992 80% 1057 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46288 65% 3927 48% /bms /dev/lv04 229376 53096 77% 2125 30% /span /dev/lv05 933888 289784 69% 20 1% /btdata /dev/lv06 1196032 280128 77% 299 1% /mail Free Mounted Blksiz Opens Status A: 75220 Fri Apr 13 02:45 2048 2 Clean /btdata/SPAN 156276 used B: 254 Fri Apr 13 02:45 2048 1 Clean /btdata/EDX 2659 used From root@unilit.editorialunilit.com Sat Apr 14 04:31:32 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA38920; Sat, 14 Apr 2001 04:30:15 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA05110; Sat, 14 Apr 2001 04:28:52 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA55854; Sat, 14 Apr 2001 04:27:50 -0400 Date: Sat, 14 Apr 2001 04:27:50 -0400 Message-Id: <200104140827.EAA55854@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0030 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1972 System Id: unilit Backup Started: Fri Apr 13 23:30:00 EDT 2001 Dumpdate: Thu Apr 5 23:39:33 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Apr 05 23:35 ./image.data -rw-r--r-- 1 root system 4773 Apr 05 23:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0030 Backup Date: Fri Apr 13 23:31:09 EDT 2001 mksysb started Fri Apr 13 23:31:10 EDT 2001 1851 cache hits, 101 cache misses 80861 cache hits, 82 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/X/yx9N2CXCOYy0heODqw7Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/P: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 14 02:37:22 EDT 2001 Verify mksysb Sat Apr 14 02:37:24 EDT 2001 Dumpdate: Fri Apr 13 23:41:33 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10731 Apr 13 23:35 ./image.data -rw-r--r-- 1 root system 4815 Apr 13 23:31 ./tapeid.data 2043521 Kbytes, 16410 files Backup finished Sat Apr 14 04:27:44 EDT 2001 **** Usage Log: **** Uses: 108 Backup Date: Thu Apr 5 23:32:04 EDT 2001 Backup Date: Fri Mar 30 23:30:28 EST 2001 Backup Date: Mon Mar 26 23:30:27 EST 2001 Backup Date: Mon Mar 19 23:30:27 EST 2001 Backup Date: Mon Mar 12 23:30:26 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 7960 52% 813 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 390264 46% 563 1% /var /dev/hd3 81920 77976 5% 82 1% /tmp /dev/hd1 114688 22976 80% 1059 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46288 65% 3929 48% /bms /dev/lv04 229376 52992 77% 2125 30% /span /dev/lv05 933888 289784 69% 20 1% /btdata /dev/lv06 1196032 276376 77% 299 1% /mail Free Mounted Blksiz Opens Status A: 75248 Sat Apr 14 02:37 2048 2 Clean /btdata/SPAN 156276 used B: 258 Sat Apr 14 02:37 2048 1 Clean /btdata/EDX 2659 used From root@unilit.editorialunilit.com Tue Apr 17 04:54:22 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA32638; Tue, 17 Apr 2001 04:53:05 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id EAA12544; Tue, 17 Apr 2001 04:51:44 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id EAA27512; Tue, 17 Apr 2001 04:50:42 -0400 Date: Tue, 17 Apr 2001 04:50:42 -0400 Message-Id: <200104170850.EAA27512@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0035 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1973 System Id: unilit Backup Started: Mon Apr 16 23:30:00 EDT 2001 Dumpdate: Fri Apr 6 23:38:03 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10729 Apr 06 23:33 ./image.data -rw-r--r-- 1 root system 4059 Apr 06 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0035 Backup Date: Mon Apr 16 23:31:59 EDT 2001 mksysb started Mon Apr 16 23:32:00 EDT 2001 1852 cache hits, 103 cache misses 80967 cache hits, 82 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfLAA58946: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/@/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/V/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/M/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/W/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/J/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/q/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/i/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/7/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/N/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/m/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/K/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/a/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/L/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/6/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/P/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/E/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/R/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/z/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/n/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/j/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/9/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/s/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/O/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/U/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/t/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/o/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/5/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/k/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Y/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/w/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/H/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/g/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/v/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/8/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/3/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/S/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/d/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/X/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/D/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/C/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/v: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/I/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/B/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/u/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/4/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/f/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/H: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/c/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/T/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/_/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/x/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/2/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/F/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/n: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/y/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Q/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/h/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/G/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/P: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/4: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/R: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/Z/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/Y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/g: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/l/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/o: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/b/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/S: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/x: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/p/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/J: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/N: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/A/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/W: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/7: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/O: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/z: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/M: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/j: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/e/u: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/A: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/p: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/C: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/Q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/I: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/t: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/1/l: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/_: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/X: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/V: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/K: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/T: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/U: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/E: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/y: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/k: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/@: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/r/h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/m: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/L: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/q: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/D: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/B: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/w: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/http/proxy/0/9: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 17 02:40:46 EDT 2001 Verify mksysb Tue Apr 17 02:40:48 EDT 2001 Dumpdate: Mon Apr 16 23:42:19 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10731 Apr 16 23:36 ./image.data -rw-r--r-- 1 root system 4101 Apr 16 23:32 ./tapeid.data /dev/rmt0.1: Media surface error after 1864238 Kbytes, 9309 files /dev/rmt0 rewind 1 failed: The device is not ready for operation. Backup finished Tue Apr 17 04:50:38 EDT 2001 **** Usage Log: **** Uses: 91 Backup Date: Fri Apr 6 23:30:27 EDT 2001 Backup Date: Wed Mar 28 23:30:27 EST 2001 Backup Date: Wed Mar 21 23:30:27 EST 2001 Backup Date: Wed Mar 14 23:30:27 EST 2001 Backup Date: Mon Mar 5 23:30:26 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 7960 52% 813 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 376456 48% 608 1% /var /dev/hd3 81920 78072 5% 82 1% /tmp /dev/hd1 114688 23056 80% 1061 8% /home /dev/lv01 1032192 209240 80% 104 1% /work /dev/lv02 81920 11320 87% 911 36% /usr/local /dev/lv03 131072 46192 65% 3931 48% /bms /dev/lv04 229376 52536 78% 2136 30% /span /dev/lv05 933888 289784 69% 20 1% /btdata /dev/lv06 1196032 279544 77% 299 1% /mail Free Mounted Blksiz Opens Status A: 75142 Tue Apr 17 02:40 2048 2 Clean /btdata/SPAN 156276 used B: 254 Tue Apr 17 02:40 2048 1 Clean /btdata/EDX 2659 used From root@unilit.editorialunilit.com Thu Jun 7 00:07:07 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id AAA22712; Thu, 7 Jun 2001 00:06:22 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id AAA12692; Thu, 7 Jun 2001 00:06:21 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id AAA31258; Thu, 7 Jun 2001 00:05:20 -0400 Date: Thu, 7 Jun 2001 00:05:20 -0400 Message-Id: <200106070405.AAA31258@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0058 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1974 System Id: unilit Backup Started: Wed Jun 6 23:30:01 EDT 2001 Dumpdate: Wed May 30 23:39:31 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10733 May 30 23:33 ./image.data -rw-r--r-- 1 root system 447 May 30 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0058 Backup Date: Wed Jun 6 23:30:25 EDT 2001 mksysb started Wed Jun 6 23:30:26 EDT 2001 1965 cache hits, 128 cache misses 88901 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Wed Jun 6 23:59:26 EDT 2001 Verify mksysb Wed Jun 6 23:59:28 EDT 2001 Dumpdate: Wed Jun 6 23:40:02 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10731 Jun 06 23:33 ./image.data -rw-r--r-- 1 root system 489 Jun 06 23:30 ./tapeid.data /dev/rmt0.1: Media surface error after 51336 Kbytes, 10 files Backup finished Thu Jun 7 00:05:19 EDT 2001 **** Usage Log: **** Uses: 5 Backup Date: Wed May 30 23:30:25 EDT 2001 Backup Date: Tue May 22 23:30:24 EDT 2001 Backup Date: Thu May 10 23:30:24 EDT 2001 Backup Date: Thu Apr 26 23:30:24 EDT 2001 Backup Date: Thu Apr 19 23:33:26 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 7920 52% 813 20% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 351240 52% 4182 5% /var /dev/hd3 81920 77592 6% 88 1% /tmp /dev/hd1 163840 67088 60% 1030 6% /home /dev/lv01 1032192 138208 87% 105 1% /work /dev/lv02 81920 11280 87% 913 36% /usr/local /dev/lv03 131072 44832 66% 3990 49% /bms /dev/lv04 229376 42000 82% 2135 30% /span /dev/lv05 933888 289104 70% 20 1% /btdata /dev/lv06 1310720 390392 71% 333 1% /mail Free Mounted Blksiz Opens Status A: 67206 Wed Jun 6 23:59 2048 2 Clean /btdata/SPAN 156276 used B: 357 Wed Jun 6 23:59 2048 1 Clean /btdata/EDX 2833 used From root@unilit.editorialunilit.com Wed Jul 18 02:15:53 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA29826; Wed, 18 Jul 2001 02:14:52 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id CAA29878; Wed, 18 Jul 2001 02:14:50 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id CAA10276; Wed, 18 Jul 2001 02:13:50 -0400 Date: Wed, 18 Jul 2001 02:13:50 -0400 Message-Id: <200107180613.CAA10276@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0060 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1975 System Id: unilit Backup Started: Tue Jul 17 23:30:00 EDT 2001 Dumpdate: Thu Jul 12 23:39:36 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10735 Jul 12 23:33 ./image.data -rw-r--r-- 1 root system 783 Jul 12 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0060 Backup Date: Tue Jul 17 23:30:51 EDT 2001 mksysb started Tue Jul 17 23:30:52 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 2407 cache hits, 181 cache misses 95348 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 28338. Rewind Tape Wed Jul 18 01:53:04 EDT 2001 Verify mksysb Wed Jul 18 01:53:06 EDT 2001 Dumpdate: Tue Jul 17 23:39:54 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10735 Jul 17 23:34 ./image.data -rw-r--r-- 1 root system 825 Jul 17 23:30 ./tapeid.data /dev/rmt0.1: Media surface error after 504679 Kbytes, 242 files Backup finished Wed Jul 18 02:13:49 EDT 2001 **** Usage Log: **** Uses: 13 Backup Date: Thu Jul 12 23:30:29 EDT 2001 Backup Date: Fri Jul 6 23:30:24 EDT 2001 Backup Date: Fri Jun 29 23:30:25 EDT 2001 Backup Date: Mon Jun 25 23:30:25 EDT 2001 Backup Date: Wed Jun 20 23:30:24 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5200 69% 821 21% / /dev/hd2 458752 53104 89% 6162 11% /usr /dev/hd9var 720896 380976 48% 556 1% /var /dev/hd3 81920 76848 7% 87 1% /tmp /dev/hd1 163840 62392 62% 1084 6% /home /dev/lv01 1032192 138208 87% 105 1% /work /dev/lv02 81920 11168 87% 914 36% /usr/local /dev/lv03 131072 38688 71% 4081 50% /bms /dev/lv04 229376 32224 86% 2182 31% /span /dev/lv05 933888 287504 70% 20 1% /btdata /dev/lv06 1310720 265936 80% 357 1% /mail Free Mounted Blksiz Opens Status A: 60759 Wed Jul 18 01:53 2048 8 Clean /btdata/SPAN 156276 used B: 528 Wed Jul 18 01:53 2048 15 Clean /btdata/EDX 3233 used From root@unilit.editorialunilit.com Wed Aug 15 03:16:10 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA28516; Wed, 15 Aug 2001 03:15:18 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA10532; Wed, 15 Aug 2001 03:14:01 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id DAA52784; Wed, 15 Aug 2001 03:13:00 -0400 Date: Wed, 15 Aug 2001 03:13:00 -0400 Message-Id: <200108150713.DAA52784@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0062 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1976 System Id: unilit Backup Started: Tue Aug 14 23:30:00 EDT 2001 Dumpdate: Wed Aug 8 23:42:53 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10733 Aug 08 23:36 ./image.data -rw-r--r-- 1 root system 279 Aug 08 23:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0062 Backup Date: Tue Aug 14 23:32:31 EDT 2001 mksysb started Tue Aug 14 23:32:32 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 3365 cache hits, 168 cache misses 99119 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA13266: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA13266: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA13266: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA39630: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA39630: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA28546: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA39630: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA28546: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA28546: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA30122: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA30122: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA30122: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA20720: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA20720: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA20720: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA39098: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA39098: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA39098: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA43428: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA43428: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA43428: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA40128: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA40128: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA40128: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA43222: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA43222: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA43222: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA09444: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA09444: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA09444: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA19344: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA19344: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA19344: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfVAA39750: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfVAA39750: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfVAA39750: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfVAA27722: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfVAA27722: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfVAA27722: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfVAA29774: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfVAA29774: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfVAA29774: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfVAA19036: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfVAA19036: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfVAA19036: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfVAA21600: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfVAA21600: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfVAA21600: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfVAA16228: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfVAA16228: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfVAA16228: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA34186: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA34186: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA34186: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA34702: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA34702: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA34702: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA35730: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA35730: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA35730: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA37270: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA37270: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA37270: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA06070: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA06070: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA06070: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA33982: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA33982: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA33982: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA43970: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA43970: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA43970: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA17094: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA17094: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA17094: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA25554: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA25554: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA25554: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA33494: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA33494: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA33494: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfWAA20442: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfWAA20442: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfWAA20442: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA19500: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA19500: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA19500: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA46384: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA46384: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA46384: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfXAA25844: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/xfXAA25844: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfXAA25844: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 17244. Rewind Tape Wed Aug 15 01:56:45 EDT 2001 Verify mksysb Wed Aug 15 01:56:47 EDT 2001 Dumpdate: Tue Aug 14 23:42:12 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10733 Aug 14 23:36 ./image.data -rw-r--r-- 1 root system 321 Aug 14 23:32 ./tapeid.data 2245515 Kbytes, 16830 files Backup finished Wed Aug 15 03:12:59 EDT 2001 **** Usage Log: **** Uses: 1 Backup Date: Wed Aug 8 23:33:27 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 6432 61% 822 21% / /dev/hd2 458752 53088 89% 6164 11% /usr /dev/hd9var 720896 193400 74% 1522 2% /var /dev/hd3 81920 75696 8% 89 1% /tmp /dev/hd1 163840 52656 68% 974 5% /home /dev/lv01 1032192 138208 87% 105 1% /work /dev/lv02 81920 11096 87% 914 36% /usr/local /dev/lv03 131072 40880 69% 4123 51% /bms /dev/lv04 294912 82960 72% 2379 26% /span /dev/lv05 933888 283840 70% 20 1% /btdata /dev/lv06 1310720 378936 72% 378 1% /mail Free Mounted Blksiz Opens Status A: 56988 Wed Aug 15 01:56 2048 8 Clean /btdata/SPAN 156276 used B: 0 Wed Aug 15 01:56 2048 15 Clean /btdata/EDX 4146 used From root@unilit.editorialunilit.com Wed Aug 22 03:16:51 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA36392; Wed, 22 Aug 2001 03:15:59 -0400 From: root@unilit.editorialunilit.com Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id DAA29010; Wed, 22 Aug 2001 03:15:57 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id DAA41516; Wed, 22 Aug 2001 03:14:57 -0400 Date: Wed, 22 Aug 2001 03:14:57 -0400 Message-Id: <200108220714.DAA41516@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0063 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1977 System Id: unilit Backup Started: Tue Aug 21 23:30:00 EDT 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Aug 21 23:31:54 EDT 2001 Retensioning Tape Tue Aug 21 23:31:54 EDT 2001 Tape Id: unilit0063 Backup Date: Tue Aug 21 23:35:20 EDT 2001 mksysb started Tue Aug 21 23:35:21 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 3341 cache hits, 180 cache misses 99977 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 37264. Rewind Tape Wed Aug 22 02:02:53 EDT 2001 Verify mksysb Wed Aug 22 02:02:54 EDT 2001 Dumpdate: Tue Aug 21 23:44:40 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10734 Aug 21 23:38 ./image.data -rw-r--r-- 1 root system 279 Aug 21 23:35 ./tapeid.data 2300153 Kbytes, 16914 files Backup finished Wed Aug 22 03:14:56 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 6408 61% 822 21% / /dev/hd2 458752 53088 89% 6164 11% /usr /dev/hd9var 720896 143408 81% 1322 2% /var /dev/hd3 81920 75592 8% 89 1% /tmp /dev/hd1 163840 44064 74% 1011 5% /home /dev/lv01 1032192 138208 87% 105 1% /work /dev/lv02 81920 11088 87% 914 36% /usr/local /dev/lv03 131072 40080 70% 4131 51% /bms /dev/lv04 294912 81808 73% 2396 26% /span /dev/lv05 933888 283832 70% 20 1% /btdata /dev/lv06 1310720 344808 74% 381 1% /mail Free Mounted Blksiz Opens Status A: 56130 Wed Aug 22 02:02 2048 8 Clean /btdata/SPAN 156276 used B: 1000 Wed Aug 22 02:02 2048 15 Clean /btdata/EDX 4147 used From root@unilit.editorialunilit.com Thu Aug 30 23:42:29 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.11.5/8.11.3) with ESMTP id f7V3fbK04206; Thu, 30 Aug 2001 23:41:37 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.9.1/8.9.1) with ESMTP id XAA30688; Thu, 30 Aug 2001 23:41:35 -0400 From: root@unilit.editorialunilit.com Received: (from root@localhost) by unilit.editorialunilit.com (8.9.1/8.9.1) id XAA56982; Thu, 30 Aug 2001 23:40:35 -0400 Date: Thu, 30 Aug 2001 23:40:35 -0400 Message-Id: <200108310340.XAA56982@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0059 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1978 System Id: unilit Backup Started: Thu Aug 30 23:30:01 EDT 2001 Dumpdate: Fri Aug 24 23:40:38 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10736 Aug 24 23:34 ./image.data -rw-r--r-- 1 root system 1119 Aug 24 23:31 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0059 Backup Date: Thu Aug 30 23:32:07 EDT 2001 mksysb started Thu Aug 30 23:32:08 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 3292 cache hits, 200 cache misses 101520 cache hits, 83 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 55898. Rewind Tape Thu Aug 30 23:40:14 EDT 2001 Verify mksysb Thu Aug 30 23:40:15 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Thu Aug 30 23:40:34 EDT 2001 **** Usage Log: **** Uses: 21 Backup Date: Fri Aug 24 23:31:19 EDT 2001 Backup Date: Fri Aug 17 23:31:34 EDT 2001 Backup Date: Fri Aug 10 23:31:28 EDT 2001 Backup Date: Fri Aug 3 23:32:09 EDT 2001 Backup Date: Tue Jul 31 23:31:43 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 6376 62% 823 21% / /dev/hd2 458752 52896 89% 6168 11% /usr /dev/hd9var 720896 93176 88% 2237 3% /var /dev/hd3 81920 75424 8% 92 1% /tmp /dev/hd1 180224 33800 82% 1062 5% /home /dev/lv01 1032192 138208 87% 105 1% /work /dev/lv02 81920 11048 87% 914 36% /usr/local /dev/lv03 131072 39544 70% 4145 51% /bms /dev/lv04 294912 81176 73% 2417 27% /span /dev/lv05 933888 283832 70% 20 1% /btdata /dev/lv06 1310720 317200 76% 385 1% /mail Free Mounted Blksiz Opens Status A: 54587 Thu Aug 30 23:40 2048 8 Clean /btdata/SPAN 156276 used B: 897 Thu Aug 30 23:40 2048 15 Clean /btdata/EDX 4147 used From root@editorialunilit.com Tue Oct 2 23:41:01 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.11.5/8.11.3) with ESMTP id f933dis42338; Tue, 2 Oct 2001 23:39:44 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.11.5/8.11.5) with ESMTP id f933dhI35956; Tue, 2 Oct 2001 23:39:43 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.11.5/8.11.5) id f933cQP15360; Tue, 2 Oct 2001 23:38:26 -0400 Date: Tue, 2 Oct 2001 23:38:26 -0400 From: root@editorialunilit.com Message-Id: <200110030338.f933cQP15360@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0057 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1979 System Id: unilit Backup Started: Tue Oct 2 23:30:01 EDT 2001 Dumpdate: Tue Sep 25 23:39:58 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10736 Sep 25 23:33 ./image.data -rw-r--r-- 1 root system 1245 Sep 25 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0057 Backup Date: Tue Oct 2 23:30:24 EDT 2001 mksysb started Tue Oct 2 23:30:25 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4248 cache hits, 144 cache misses 106781 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 55236. Rewind Tape Tue Oct 2 23:38:05 EDT 2001 Verify mksysb Tue Oct 2 23:38:06 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Tue Oct 2 23:38:24 EDT 2001 **** Usage Log: **** Uses: 24 Backup Date: Tue Sep 25 23:30:24 EDT 2001 Backup Date: Tue Sep 11 23:30:25 EDT 2001 Backup Date: Wed Sep 5 23:30:24 EDT 2001 Backup Date: Wed Aug 29 23:30:25 EDT 2001 Backup Date: Thu Aug 23 23:30:24 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 6144 63% 830 21% / /dev/hd2 458752 51752 89% 6183 11% /usr /dev/hd9var 835584 225280 74% 1078 2% /var /dev/hd3 81920 74624 9% 92 1% /tmp /dev/hd1 180224 30656 83% 1083 5% /home /dev/lv01 1032192 240544 77% 104 1% /work /dev/lv02 147456 33560 78% 2776 61% /usr/local /dev/lv03 131072 34808 74% 4284 53% /bms /dev/lv04 294912 81744 73% 2384 26% /span /dev/lv05 933888 280440 70% 20 1% /btdata /dev/lv06 1310720 171328 87% 393 1% /mail Free Mounted Blksiz Opens Status A: 49320 Tue Oct 2 23:38 2048 8 Clean /btdata/SPAN 156276 used B: 6 Tue Oct 2 23:38 2048 15 Clean /btdata/EDX 4996 used From root@editorialunilit.com Tue Oct 9 23:54:23 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id f9A3r61I033058; Tue, 9 Oct 2001 23:53:06 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.11.5/8.11.5) with ESMTP id f9A3r5I23894; Tue, 9 Oct 2001 23:53:05 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.11.5/8.11.5) id f9A3pmK36348; Tue, 9 Oct 2001 23:51:48 -0400 Date: Tue, 9 Oct 2001 23:51:48 -0400 From: root@editorialunilit.com Message-Id: <200110100351.f9A3pmK36348@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0066 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1980 System Id: unilit Backup Started: Tue Oct 9 23:30:01 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Oct 9 23:30:08 EDT 2001 Retensioning Tape Tue Oct 9 23:30:08 EDT 2001 Tape Id: unilit0066 Backup Date: Tue Oct 9 23:33:33 EDT 2001 mksysb started Tue Oct 9 23:33:34 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4060 cache hits, 231 cache misses 108282 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 51036. Rewind Tape Tue Oct 9 23:41:28 EDT 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Oct 9 23:51:29 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Tue Oct 9 23:51:47 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 6136 63% 830 21% / /dev/hd2 458752 51752 89% 6183 11% /usr /dev/hd9var 835584 215064 75% 1381 2% /var /dev/hd3 81920 74528 10% 91 1% /tmp /dev/hd1 180224 6496 97% 1010 5% /home /dev/lv01 1032192 240544 77% 104 1% /work /dev/lv02 147456 33544 78% 2776 61% /usr/local /dev/lv03 131072 33720 75% 4294 53% /bms /dev/lv04 294912 80824 73% 2388 26% /span /dev/lv05 933888 280440 70% 20 1% /btdata /dev/lv06 1310720 129360 91% 396 1% /mail Free Mounted Blksiz Opens Status A: 47819 Tue Oct 9 23:41 2048 8 Clean /btdata/SPAN 156276 used B: 544 Tue Oct 9 23:41 2048 15 Clean /btdata/EDX 4996 used From root@editorialunilit.com Wed Oct 17 03:22:42 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id f9H7Mfti062968 for ; Wed, 17 Oct 2001 03:22:41 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id f9H7MesQ053702 for ; Wed, 17 Oct 2001 03:22:40 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id f9H7LNsF014594; Wed, 17 Oct 2001 03:21:23 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id f9H7LNVf057600; Wed, 17 Oct 2001 03:21:23 -0400 Date: Wed, 17 Oct 2001 03:21:23 -0400 From: root@editorialunilit.com Message-Id: <200110170721.f9H7LNVf057600@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0067 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1981 System Id: unilit Backup Started: Tue Oct 16 23:30:00 EDT 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Oct 16 23:30:07 EDT 2001 Retensioning Tape Tue Oct 16 23:30:07 EDT 2001 Tape Id: unilit0067 Backup Date: Tue Oct 16 23:33:32 EDT 2001 mksysb started Tue Oct 16 23:33:33 EDT 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4076 cache hits, 219 cache misses 109158 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a0010.80b: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 73236. Rewind Tape Wed Oct 17 02:13:45 EDT 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Oct 17 02:23:46 EDT 2001 Dumpdate: Tue Oct 16 23:43:21 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10739 Oct 16 23:36 ./image.data -rw-r--r-- 1 root system 279 Oct 16 23:33 ./tapeid.data /dev/rmt0.1: I/O error after 1634014 Kbytes, 9906 files Backup finished Wed Oct 17 03:21:22 EDT 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5984 64% 830 21% / /dev/hd2 458752 50504 89% 6185 11% /usr /dev/hd9var 835584 147616 83% 2690 3% /var /dev/hd3 81920 74440 10% 92 1% /tmp /dev/hd1 180224 1712 100% 1014 5% /home /dev/lv01 1032192 238376 77% 105 1% /work /dev/lv02 147456 32944 78% 2777 61% /usr/local /dev/lv03 131072 33368 75% 4303 53% /bms /dev/lv04 294912 79608 74% 2413 27% /span /dev/lv05 933888 280440 70% 20 1% /btdata /dev/lv06 1310720 108160 92% 400 1% /mail Free Mounted Blksiz Opens Status A: 46943 Wed Oct 17 02:13 2048 8 Clean /btdata/SPAN 156276 used B: 859 Wed Oct 17 02:13 2048 15 Clean /btdata/EDX 4996 used From root@editorialunilit.com Thu Nov 15 23:59:55 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fAG4xsqM056426 for ; Thu, 15 Nov 2001 23:59:54 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fAG4xqMt070460 for ; Thu, 15 Nov 2001 23:59:53 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id fAG4wZsF007452; Thu, 15 Nov 2001 23:58:36 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id fAG4wZT5072730; Thu, 15 Nov 2001 23:58:35 -0500 Date: Thu, 15 Nov 2001 23:58:35 -0500 From: root@editorialunilit.com Message-Id: <200111160458.fAG4wZT5072730@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0069 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1982 System Id: unilit Backup Started: Thu Nov 15 23:30:00 EST 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error after 0 Kbytes, 0 files Assigning New Tape Id Thu Nov 15 23:31:50 EST 2001 Retensioning Tape Thu Nov 15 23:31:50 EST 2001 Tape Id: unilit0069 Backup Date: Thu Nov 15 23:35:16 EST 2001 mksysb started Thu Nov 15 23:35:17 EST 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4275 cache hits, 118 cache misses 113046 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 47294. Rewind Tape Thu Nov 15 23:46:30 EST 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Nov 15 23:56:31 EST 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: Media surface error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Thu Nov 15 23:58:34 EST 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5848 65% 831 21% / /dev/hd2 458752 50416 90% 6188 11% /usr /dev/hd9var 1064960 495696 54% 927 1% /var /dev/hd3 81920 73784 10% 91 1% /tmp /dev/hd1 180224 44024 76% 1031 5% /home /dev/lv01 1032192 238192 77% 106 1% /work /dev/lv02 147456 32992 78% 2777 61% /usr/local /dev/lv03 131072 32968 75% 4361 54% /bms /dev/lv04 294912 79488 74% 2399 27% /span /dev/lv05 933888 280440 70% 20 1% /btdata /dev/lv06 1753088 299352 83% 418 1% /mail Free Mounted Blksiz Opens Status A: 43055 Thu Nov 15 23:46 2048 8 Clean /btdata/SPAN 156276 used B: 418 Thu Nov 15 23:46 2048 15 Clean /btdata/EDX 4996 used From root@editorialunilit.com Wed Nov 21 23:55:23 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fAM4tNqM046516 for ; Wed, 21 Nov 2001 23:55:23 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fAM4tLMt043272 for ; Wed, 21 Nov 2001 23:55:22 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id fAM4s4sF065056; Wed, 21 Nov 2001 23:54:04 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id fAM4s4Lk018462; Wed, 21 Nov 2001 23:54:04 -0500 Date: Wed, 21 Nov 2001 23:54:04 -0500 From: root@editorialunilit.com Message-Id: <200111220454.fAM4s4Lk018462@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0061 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1983 System Id: unilit Backup Started: Wed Nov 21 23:30:00 EST 2001 Dumpdate: Wed Nov 14 23:43:45 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Nov 14 23:37 ./image.data -rw-r--r-- 1 root system 867 Nov 14 23:31 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0061 Backup Date: Wed Nov 21 23:31:54 EST 2001 mksysb started Wed Nov 21 23:31:55 EST 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4191 cache hits, 166 cache misses 113913 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 77416. Rewind Tape Wed Nov 21 23:43:43 EST 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Nov 21 23:53:45 EST 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Wed Nov 21 23:54:03 EST 2001 **** Usage Log: **** Uses: 15 Backup Date: Wed Nov 14 23:31:52 EST 2001 Backup Date: Tue Nov 6 23:31:52 EST 2001 Backup Date: Wed Oct 31 23:31:09 EST 2001 Backup Date: Wed Oct 24 23:30:24 EDT 2001 Backup Date: Thu Oct 18 23:30:25 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5776 65% 831 21% / /dev/hd2 458752 50416 90% 6188 11% /usr /dev/hd9var 1064960 422648 61% 1430 2% /var /dev/hd3 81920 69640 15% 90 1% /tmp /dev/hd1 180224 43984 76% 1030 5% /home /dev/lv01 1032192 238192 77% 106 1% /work /dev/lv02 147456 32984 78% 2777 61% /usr/local /dev/lv03 131072 32536 76% 4368 54% /bms /dev/lv04 294912 77536 74% 2409 27% /span /dev/lv05 933888 280440 70% 20 1% /btdata /dev/lv06 1753088 262800 86% 420 1% /mail Free Mounted Blksiz Opens Status A: 42188 Wed Nov 21 23:43 2048 8 Clean /btdata/SPAN 156276 used B: 257 Wed Nov 21 23:43 2048 15 Clean /btdata/EDX 4996 used From root@editorialunilit.com Fri Nov 30 03:31:20 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fAU8VKqM055648 for ; Fri, 30 Nov 2001 03:31:20 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fAU8VIMt054136 for ; Fri, 30 Nov 2001 03:31:18 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id fAU8U1LU062680; Fri, 30 Nov 2001 03:30:01 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id fAU8U09F064214; Fri, 30 Nov 2001 03:30:00 -0500 Date: Fri, 30 Nov 2001 03:30:00 -0500 From: root@editorialunilit.com Message-Id: <200111300830.fAU8U09F064214@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0065 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1984 System Id: unilit Backup Started: Thu Nov 29 23:30:00 EST 2001 Dumpdate: Tue Nov 20 23:42:36 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10740 Nov 20 23:36 ./image.data -rw-r--r-- 1 root system 741 Nov 20 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0065 Backup Date: Thu Nov 29 23:32:07 EST 2001 mksysb started Thu Nov 29 23:32:08 EST 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4181 cache hits, 151 cache misses 114601 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty1: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 61552. Rewind Tape Fri Nov 30 01:59:11 EST 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Nov 30 02:09:13 EST 2001 Dumpdate: Thu Nov 29 23:45:25 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Nov 29 23:38 ./image.data -rw-r--r-- 1 root system 783 Nov 29 23:32 ./tapeid.data /dev/rmt0.1: I/O error after 2322774 Kbytes, 11493 files Backup finished Fri Nov 30 03:29:59 EST 2001 **** Usage Log: **** Uses: 12 Backup Date: Tue Nov 20 23:30:39 EST 2001 Backup Date: Mon Nov 12 23:31:00 EST 2001 Backup Date: Mon Nov 5 23:31:16 EST 2001 Backup Date: Tue Oct 30 23:31:49 EST 2001 Backup Date: Tue Oct 23 23:30:46 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5728 66% 830 21% / /dev/hd2 458752 50416 90% 6188 11% /usr /dev/hd9var 1064960 391544 64% 1634 2% /var /dev/hd3 81920 73648 11% 91 1% /tmp /dev/hd1 180224 42096 77% 1030 5% /home /dev/lv01 1032192 238008 77% 107 1% /work /dev/lv02 147456 32960 78% 2777 61% /usr/local /dev/lv03 131072 28384 79% 4376 54% /bms /dev/lv04 294912 63616 79% 2429 27% /span /dev/lv05 933888 280440 70% 20 1% /btdata /dev/lv06 1753088 235976 87% 424 1% /mail Free Mounted Blksiz Opens Status A: 41500 Fri Nov 30 01:59 2048 8 Clean /btdata/SPAN 156276 used B: 70 Fri Nov 30 01:59 2048 15 Clean /btdata/EDX 4996 used From root@editorialunilit.com Tue Dec 4 02:41:16 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fB47fGqM059554 for ; Tue, 4 Dec 2001 02:41:16 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fB47fELD054006 for ; Tue, 4 Dec 2001 02:41:15 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id fB47dvrl019860; Tue, 4 Dec 2001 02:39:58 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id fB47dvGV025234; Tue, 4 Dec 2001 02:39:57 -0500 Date: Tue, 4 Dec 2001 02:39:57 -0500 From: root@editorialunilit.com Message-Id: <200112040739.fB47dvGV025234@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0064 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1985 System Id: unilit Backup Started: Mon Dec 3 23:30:00 EST 2001 Dumpdate: Wed Nov 7 23:44:44 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10740 Nov 07 23:38 ./image.data -rw-r--r-- 1 root system 615 Nov 07 23:31 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0064 Backup Date: Mon Dec 3 23:30:57 EST 2001 mksysb started Mon Dec 3 23:30:58 EST 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4214 cache hits, 150 cache misses 115199 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 30518. Rewind Tape Tue Dec 4 02:24:20 EST 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Dec 4 02:34:22 EST 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Tue Dec 4 02:39:56 EST 2001 **** Usage Log: **** Uses: 9 Backup Date: Wed Nov 7 23:31:40 EST 2001 Backup Date: Thu Nov 1 23:30:52 EST 2001 Backup Date: Fri Oct 12 23:30:45 EDT 2001 Backup Date: Fri Oct 5 23:31:13 EDT 2001 Backup Date: Fri Sep 28 23:31:37 EDT 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5712 66% 830 21% / /dev/hd2 458752 50328 90% 6189 11% /usr /dev/hd9var 1064960 367368 66% 556 1% /var /dev/hd3 81920 73472 11% 94 1% /tmp /dev/hd1 180224 40800 78% 1030 5% /home /dev/lv01 1032192 238008 77% 107 1% /work /dev/lv02 147456 32960 78% 2777 61% /usr/local /dev/lv03 131072 29760 78% 4381 54% /bms /dev/lv04 294912 72752 76% 2377 26% /span /dev/lv05 933888 280312 70% 20 1% /btdata /dev/lv06 1753088 246192 86% 424 1% /mail Free Mounted Blksiz Opens Status A: 40902 Tue Dec 4 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 332 Tue Dec 4 02:24 2048 15 Clean /btdata/EDX 5027 used From root@editorialunilit.com Fri Dec 7 00:02:27 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fB752QqM023676 for ; Fri, 7 Dec 2001 00:02:26 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fB752PLD033960 for ; Fri, 7 Dec 2001 00:02:25 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id fB7518ck032624; Fri, 7 Dec 2001 00:01:08 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id fB7512NX016494; Fri, 7 Dec 2001 00:01:02 -0500 Date: Fri, 7 Dec 2001 00:01:02 -0500 From: root@editorialunilit.com Message-Id: <200112070501.fB7512NX016494@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0071 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1986 System Id: unilit Backup Started: Thu Dec 6 23:30:01 EST 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Thu Dec 6 23:33:06 EST 2001 Retensioning Tape Thu Dec 6 23:33:06 EST 2001 Tape Id: unilit0071 Backup Date: Thu Dec 6 23:36:32 EST 2001 mksysb started Thu Dec 6 23:36:33 EST 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4258 cache hits, 129 cache misses 115761 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 34056. Rewind Tape Thu Dec 6 23:47:44 EST 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Dec 6 23:57:45 EST 2001 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Fri Dec 7 00:01:02 EST 2001 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5672 66% 831 21% / /dev/hd2 458752 50328 90% 6189 11% /usr /dev/hd9var 1064960 466848 57% 821 1% /var /dev/hd3 81920 73368 11% 95 1% /tmp /dev/hd1 180224 37584 80% 1032 5% /home /dev/lv01 1032192 234696 78% 109 1% /work /dev/lv02 147456 32952 78% 2777 61% /usr/local /dev/lv03 131072 29848 78% 4386 54% /bms /dev/lv04 294912 63072 79% 2400 27% /span /dev/lv05 933888 280312 70% 20 1% /btdata /dev/lv06 1753088 218264 88% 425 1% /mail Free Mounted Blksiz Opens Status A: 40339 Thu Dec 6 23:47 2048 8 Clean /btdata/SPAN 156276 used B: 275 Thu Dec 6 23:47 2048 15 Clean /btdata/EDX 5027 used From root@editorialunilit.com Mon Dec 10 23:52:33 2001 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id fBB4qWqM034662 for ; Mon, 10 Dec 2001 23:52:32 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id fBB4qVLD009050 for ; Mon, 10 Dec 2001 23:52:31 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id fBB4pEck024420; Mon, 10 Dec 2001 23:51:14 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id fBB4pD2u071522; Mon, 10 Dec 2001 23:51:13 -0500 Date: Mon, 10 Dec 2001 23:51:13 -0500 From: root@editorialunilit.com Message-Id: <200112110451.fBB4pD2u071522@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0068 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1987 System Id: unilit Backup Started: Mon Dec 10 23:30:01 EST 2001 Dumpdate: Wed Nov 28 23:43:27 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Nov 28 23:36 ./image.data -rw-r--r-- 1 root system 405 Nov 28 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0068 Backup Date: Mon Dec 10 23:30:25 EST 2001 mksysb started Mon Dec 10 23:30:26 EST 2001 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4238 cache hits, 148 cache misses 116054 cache hits, 85 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 37318. Rewind Tape Mon Dec 10 23:40:53 EST 2001 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Mon Dec 10 23:50:54 EST 2001 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Mon Dec 10 23:51:13 EST 2001 **** Usage Log: **** Uses: 4 Backup Date: Wed Nov 28 23:30:25 EST 2001 Backup Date: Mon Nov 19 23:30:25 EST 2001 Backup Date: Fri Nov 9 23:30:24 EST 2001 Backup Date: Fri Nov 2 23:33:33 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5656 66% 831 21% / /dev/hd2 458752 50288 90% 6190 11% /usr /dev/hd9var 1064960 435016 60% 1574 2% /var /dev/hd3 81920 73360 11% 94 1% /tmp /dev/hd1 180224 37520 80% 1032 5% /home /dev/lv01 1032192 234696 78% 109 1% /work /dev/lv02 147456 32944 78% 2777 61% /usr/local /dev/lv03 131072 29632 78% 4389 54% /bms /dev/lv04 294912 63632 79% 2400 27% /span /dev/lv05 933888 280312 70% 20 1% /btdata /dev/lv06 1753088 273592 85% 426 1% /mail Free Mounted Blksiz Opens Status A: 40046 Mon Dec 10 23:40 2048 8 Clean /btdata/SPAN 156276 used B: 263 Mon Dec 10 23:40 2048 15 Clean /btdata/EDX 5027 used From root@editorialunilit.com Mon Jan 7 23:58:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g084wSqM021262 for ; Mon, 7 Jan 2002 23:58:28 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g084wQ1T009620 for ; Mon, 7 Jan 2002 23:58:27 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g084v9QA005658; Mon, 7 Jan 2002 23:57:09 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g084v9pS044312; Mon, 7 Jan 2002 23:57:09 -0500 Date: Mon, 7 Jan 2002 23:57:09 -0500 From: root@editorialunilit.com Message-Id: <200201080457.g084v9pS044312@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0074 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1988 System Id: unilit Backup Started: Mon Jan 7 23:30:00 EST 2002 Dumpdate: Fri Dec 28 23:42:31 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Dec 28 23:36 ./image.data -rw-r--r-- 1 root system 321 Dec 28 23:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0074 Backup Date: Mon Jan 7 23:31:47 EST 2002 mksysb started Mon Jan 7 23:31:47 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4374 cache hits, 96 cache misses 118492 cache hits, 86 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 64322. Rewind Tape Mon Jan 7 23:42:24 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Mon Jan 7 23:52:25 EST 2002 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Mon Jan 7 23:57:08 EST 2002 **** Usage Log: **** Uses: 2 Backup Date: Fri Dec 28 23:30:51 EST 2001 Backup Date: Mon Dec 17 23:36:04 EST 2001 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5392 68% 831 21% / /dev/hd2 458752 50288 90% 6190 11% /usr /dev/hd9var 1064960 461576 57% 1313 1% /var /dev/hd3 81920 72912 11% 95 1% /tmp /dev/hd1 196608 76400 62% 1032 5% /home /dev/lv01 1032192 235296 78% 108 1% /work /dev/lv02 147456 32928 78% 2777 61% /usr/local /dev/lv03 131072 31016 77% 4417 54% /bms /dev/lv04 294912 58816 81% 2424 27% /span /dev/lv05 1048576 393952 63% 20 1% /btdata /dev/lv06 1867776 337632 82% 450 1% /mail Free Mounted Blksiz Opens Status A: 37608 Mon Jan 7 23:42 2048 8 Clean /btdata/SPAN 156276 used B: 48 Mon Jan 7 23:42 2048 15 Clean /btdata/EDX 5067 used From root@editorialunilit.com Tue Jan 15 02:16:10 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g0F7G9B7041106 for ; Tue, 15 Jan 2002 02:16:09 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g0F7G7kY045992 for ; Tue, 15 Jan 2002 02:16:08 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g0F7EoQA045944; Tue, 15 Jan 2002 02:14:50 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g0F7EoMQ021366; Tue, 15 Jan 2002 02:14:50 -0500 Date: Tue, 15 Jan 2002 02:14:50 -0500 From: root@editorialunilit.com Message-Id: <200201150714.g0F7EoMQ021366@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0075 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1989 System Id: unilit Backup Started: Mon Jan 14 23:30:00 EST 2002 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Mon Jan 14 23:32:18 EST 2002 Retensioning Tape Mon Jan 14 23:32:18 EST 2002 Tape Id: unilit0075 Backup Date: Mon Jan 14 23:35:42 EST 2002 mksysb started Mon Jan 14 23:35:43 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 4425 cache hits, 94 cache misses 119208 cache hits, 86 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 16138. Rewind Tape Tue Jan 15 01:59:53 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jan 15 02:09:54 EST 2002 /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: The media surface is damaged. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Tue Jan 15 02:14:49 EST 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5296 68% 830 21% / /dev/hd2 458752 50288 90% 6190 11% /usr /dev/hd9var 1064960 409920 62% 2444 2% /var /dev/hd3 81920 72864 12% 94 1% /tmp /dev/hd1 196608 74968 62% 1034 5% /home /dev/lv01 1032192 235296 78% 108 1% /work /dev/lv02 147456 32928 78% 2777 61% /usr/local /dev/lv03 131072 30952 77% 4425 55% /bms /dev/lv04 294912 57552 81% 2457 27% /span /dev/lv05 1048576 393584 63% 20 1% /btdata /dev/lv06 1867776 380304 80% 453 1% /mail Free Mounted Blksiz Opens Status A: 36892 Tue Jan 15 01:59 2048 8 Clean /btdata/SPAN 156276 used B: 63 Tue Jan 15 01:59 2048 15 Clean /btdata/EDX 5158 used From root@editorialunilit.com Wed Mar 20 04:41:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K9fgOC034698 for ; Wed, 20 Mar 2002 04:41:42 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2K9fZkY024572 for ; Wed, 20 Mar 2002 04:41:36 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2K9eHam005916; Wed, 20 Mar 2002 04:40:17 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2K9eDFO042258; Wed, 20 Mar 2002 04:40:13 -0500 Date: Wed, 20 Mar 2002 04:40:13 -0500 From: root@editorialunilit.com Message-Id: <200203200940.g2K9eDFO042258@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1990 System Id: unilit Backup Started: Tue Mar 19 23:50:00 EST 2002 Dumpdate: Thu Mar 14 00:02:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 13 23:56 ./image.data -rw-r--r-- 1 root system 867 Mar 13 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Tue Mar 19 23:50:24 EST 2002 mksysb started Tue Mar 19 23:50:25 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5368 cache hits, 112 cache misses 129261 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 36484. Rewind Tape Wed Mar 20 02:57:17 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Mar 20 03:07:18 EST 2002 Dumpdate: Wed Mar 20 00:02:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 19 23:56 ./image.data -rw-r--r-- 1 root system 909 Mar 19 23:50 ./tapeid.data 2915060 Kbytes, 20354 files Backup finished Wed Mar 20 04:40:12 EST 2002 **** Usage Log: **** Uses: 15 Backup Date: Wed Mar 13 23:50:24 EST 2002 Backup Date: Thu Mar 7 23:50:24 EST 2002 Backup Date: Thu Feb 28 23:50:24 EST 2002 Backup Date: Mon Feb 25 23:50:24 EST 2002 Backup Date: Mon Feb 18 23:50:53 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49792 90% 6197 11% /usr /dev/hd9var 1179648 509952 57% 1061 1% /var /dev/hd3 81920 71488 13% 97 1% /tmp /dev/hd1 196608 3608 99% 1027 5% /home /dev/lv01 1032192 234968 78% 112 1% /work /dev/lv02 147456 32784 78% 2782 61% /usr/local /dev/lv03 131072 19888 85% 5362 66% /bms /dev/lv04 294912 47072 85% 2484 27% /span /dev/lv05 1048576 389832 63% 20 1% /btdata /dev/lv06 2097152 212160 90% 485 1% /mail Free Mounted Blksiz Opens Status A: 26836 Wed Mar 20 02:57 2048 8 Clean /btdata/SPAN 156276 used B: 89 Wed Mar 20 02:57 2048 15 Clean /btdata/EDX 6094 used From root@editorialunilit.com Thu Mar 21 04:36:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L9aGOC037836 for ; Thu, 21 Mar 2002 04:36:16 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L9a9kY021948 for ; Thu, 21 Mar 2002 04:36:10 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2L9YqTF018020; Thu, 21 Mar 2002 04:34:53 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2L9Yp5V008290; Thu, 21 Mar 2002 04:34:51 -0500 Date: Thu, 21 Mar 2002 04:34:51 -0500 From: root@editorialunilit.com Message-Id: <200203210934.g2L9Yp5V008290@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1991 System Id: unilit Backup Started: Wed Mar 20 23:50:00 EST 2002 Dumpdate: Fri Mar 15 00:02:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 14 23:56 ./image.data -rw-r--r-- 1 root system 2337 Mar 14 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Wed Mar 20 23:50:23 EST 2002 mksysb started Wed Mar 20 23:50:24 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5378 cache hits, 107 cache misses 129484 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 52056. Rewind Tape Thu Mar 21 02:55:28 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Mar 21 03:05:29 EST 2002 Dumpdate: Thu Mar 21 00:01:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 20 23:56 ./image.data -rw-r--r-- 1 root system 2379 Mar 20 23:50 ./tapeid.data 2871034 Kbytes, 20367 files Backup finished Thu Mar 21 04:34:50 EST 2002 **** Usage Log: **** Uses: 50 Backup Date: Thu Mar 14 23:50:23 EST 2002 Backup Date: Fri Mar 8 23:50:24 EST 2002 Backup Date: Fri Mar 1 23:50:24 EST 2002 Backup Date: Tue Feb 26 23:50:24 EST 2002 Backup Date: Thu Feb 21 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49792 90% 6197 11% /usr /dev/hd9var 1179648 617560 48% 633 1% /var /dev/hd3 81920 71464 13% 97 1% /tmp /dev/hd1 196608 3520 99% 1027 5% /home /dev/lv01 1032192 234968 78% 112 1% /work /dev/lv02 147456 32784 78% 2782 61% /usr/local /dev/lv03 131072 19992 85% 5363 66% /bms /dev/lv04 294912 46824 85% 2487 27% /span /dev/lv05 1048576 389832 63% 20 1% /btdata /dev/lv06 2097152 303712 86% 488 1% /mail Free Mounted Blksiz Opens Status A: 26613 Thu Mar 21 02:55 2048 8 Clean /btdata/SPAN 156276 used B: 49 Thu Mar 21 02:55 2048 15 Clean /btdata/EDX 6094 used From root@editorialunilit.com Fri Mar 22 04:37:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M9bSOC031732 for ; Fri, 22 Mar 2002 04:37:28 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M9bLkY028682 for ; Fri, 22 Mar 2002 04:37:22 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2M9a4TF033784; Fri, 22 Mar 2002 04:36:04 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2M9a4lA017142; Fri, 22 Mar 2002 04:36:04 -0500 Date: Fri, 22 Mar 2002 04:36:04 -0500 From: root@editorialunilit.com Message-Id: <200203220936.g2M9a4lA017142@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1992 System Id: unilit Backup Started: Thu Mar 21 23:50:01 EST 2002 Dumpdate: Sat Mar 16 00:03:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 15 23:57 ./image.data -rw-r--r-- 1 root system 951 Mar 15 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Thu Mar 21 23:51:05 EST 2002 mksysb started Thu Mar 21 23:51:05 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5438 cache hits, 125 cache misses 129584 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 37494. Rewind Tape Fri Mar 22 02:56:55 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Mar 22 03:06:56 EST 2002 Dumpdate: Fri Mar 22 00:02:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 21 23:57 ./image.data -rw-r--r-- 1 root system 993 Mar 21 23:51 ./tapeid.data 2891273 Kbytes, 20373 files Backup finished Fri Mar 22 04:36:03 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Fri Mar 15 23:50:56 EST 2002 Backup Date: Mon Mar 11 23:50:56 EST 2002 Backup Date: Mon Mar 4 23:50:36 EST 2002 Backup Date: Wed Feb 20 23:50:56 EST 2002 Backup Date: Mon Feb 11 23:31:01 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49792 90% 6197 11% /usr /dev/hd9var 1179648 577576 52% 647 1% /var /dev/hd3 81920 71448 13% 96 1% /tmp /dev/hd1 196608 3600 99% 1027 5% /home /dev/lv01 1032192 234968 78% 112 1% /work /dev/lv02 147456 32784 78% 2782 61% /usr/local /dev/lv03 131072 19920 85% 5365 66% /bms /dev/lv04 294912 46800 85% 2487 27% /span /dev/lv05 1048576 389448 63% 20 1% /btdata /dev/lv06 2097152 292960 87% 489 1% /mail Free Mounted Blksiz Opens Status A: 26513 Fri Mar 22 02:56 2048 8 Clean /btdata/SPAN 156276 used B: 8 Fri Mar 22 02:56 2048 15 Clean /btdata/EDX 6191 used From root@editorialunilit.com Sat Mar 23 04:42:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N9gOOC021992 for ; Sat, 23 Mar 2002 04:42:25 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N9gIkY019274 for ; Sat, 23 Mar 2002 04:42:18 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2N9f1TF033342; Sat, 23 Mar 2002 04:41:01 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2N9f1eO024124; Sat, 23 Mar 2002 04:41:01 -0500 Date: Sat, 23 Mar 2002 04:41:01 -0500 From: root@editorialunilit.com Message-Id: <200203230941.g2N9f1eO024124@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 1993 System Id: unilit Backup Started: Fri Mar 22 23:50:00 EST 2002 Dumpdate: Tue Mar 19 00:02:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 18 23:57 ./image.data -rw-r--r-- 1 root system 867 Mar 18 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Fri Mar 22 23:51:05 EST 2002 mksysb started Fri Mar 22 23:51:06 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5455 cache hits, 117 cache misses 129735 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 12140. Rewind Tape Sat Mar 23 02:55:48 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Mar 23 03:05:49 EST 2002 Dumpdate: Sat Mar 23 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 22 23:57 ./image.data -rw-r--r-- 1 root system 909 Mar 22 23:51 ./tapeid.data 2864965 Kbytes, 20409 files Backup finished Sat Mar 23 04:41:00 EST 2002 **** Usage Log: **** Uses: 15 Backup Date: Mon Mar 18 23:51:15 EST 2002 Backup Date: Tue Mar 12 23:51:05 EST 2002 Backup Date: Tue Mar 5 23:51:05 EST 2002 Backup Date: Fri Feb 22 23:51:03 EST 2002 Backup Date: Fri Feb 15 23:30:28 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 726216 39% 644 1% /var /dev/hd3 81920 71440 13% 103 2% /tmp /dev/hd1 196608 1792 100% 1027 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32624 78% 2793 61% /usr/local /dev/lv03 131072 19816 85% 5367 66% /bms /dev/lv04 294912 46496 85% 2496 28% /span /dev/lv05 1048576 389432 63% 20 1% /btdata /dev/lv06 2097152 217064 90% 490 1% /mail Free Mounted Blksiz Opens Status A: 26362 Sat Mar 23 02:55 2048 8 Clean /btdata/SPAN 156276 used B: 120 Sat Mar 23 02:55 2048 15 Clean /btdata/EDX 6191 used From - Tue Nov 02 11:32:07 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id EAA47618 for ; Tue, 2 Nov 1999 04:25:46 -0500 Received: by bms88.bmsi.com (Smail3.1.28.1 #11) id m11iaAv-0000GGC; Tue, 2 Nov 99 04:24 EST Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA39680; Tue, 2 Nov 1999 04:13:20 -0500 (EST) Date: Tue, 2 Nov 1999 04:13:20 -0500 (EST) From: root@wall.com Message-Id: <199911020913.EAA39680@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0033 backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 589f4947636a6fb699db83959881fa23 Status: RO X-Status: X-Keywords: X-UID: 1994 System Id: wall Backup Started: Tue Nov 2 02:00:00 EST 1999 Backup of btas image started Tue Nov 2 02:00:00 EST 1999 /dev/rbtas: image backup complete BTAS/X Started [Tue Nov 2 02:24:16 EST 1999] 68.4% Dumpdate: Sat Oct 30 02:30:59 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13529 Oct 30 02:25 ./image.data -rw-r--r-- 1 root system 1601 Oct 30 02:24 ./tapeid.data Tape Id: wall0033 Backup Date: Tue Nov 2 02:24:41 EST 1999 mksysb started Tue Nov 2 02:24:42 EST 1999 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 40530 files.............................. 2910 of 40530 files (7%).............................. 2910 of 40530 files (7%).............................. 2910 of 40530 files (7%).............................. 2948 of 40530 files (7%).............................. 2948 of 40530 files (7%).............................. 2958 of 40530 files (7%).............................. 5972 of 40530 files (14%)...........................backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.wall00522cc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/D.bms8891562cc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bms88/C.bms88C9156: A file or directory in the path name does not exist. ... 17864 of 40530 files (44%).............................. 25221 of 40530 files (62%).............................. 36184 of 40530 files (89%).............. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Nov 2 03:25:42 EST 1999 Verify mksysb Tue Nov 2 03:25:43 EST 1999 Dumpdate: Tue Nov 2 02:31:39 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13527 Nov 02 02:26 ./image.data -rw-r--r-- 1 root system 1643 Nov 02 02:24 ./tapeid.data 1425612 Kbytes, 40527 files 0 cache hits, 0 cache misses Backup finished Tue Nov 2 04:13:19 EST 1999 **** Usage Log: **** Uses: 34 Backup Date: Sat Oct 30 02:24:02 EDT 1999 Backup Date: Tue Sep 28 02:23:41 EDT 1999 Backup Date: Sat Sep 25 02:24:14 EDT 1999 Backup Date: Fri Sep 24 02:25:30 EDT 1999 Backup Date: Fri Aug 27 02:23:29 EDT 1999 From - Fri Dec 03 17:15:42 1999 Received: from bms88.bmsi.com (bms88.bmsi.com [219.109.11.1]) by bmsaix.bmsi.com (8.9.1/8.9.1) with SMTP id MAA25128 for ; Fri, 3 Dec 1999 12:27:25 -0500 Received: by bms88.bmsi.com (Smail3.1.28.1 #11) id m11twSh-0000MoC; Fri, 3 Dec 99 12:25 EST Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA42790; Fri, 3 Dec 1999 04:12:02 -0500 (EST) Date: Fri, 3 Dec 1999 04:12:02 -0500 (EST) From: root@wall.com Message-Id: <199912030912.EAA42790@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0037 backup X-Mozilla-Status: 8001 X-Mozilla-Status2: 00000000 X-UIDL: 3b4eb8b2b457d4bd83f5777b22f30900 Status: RO X-Status: X-Keywords: X-UID: 1995 System Id: wall Backup Started: Fri Dec 3 02:00:00 EST 1999 Backup of btas image started Fri Dec 3 02:00:00 EST 1999 /dev/rbtas: image backup complete BTAS/X Started [Fri Dec 3 02:24:05 EST 1999] 68.4% Dumpdate: Thu Dec 2 02:44:48 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13526 Dec 02 02:39 ./image.data -rw-r--r-- 1 root system 215 Dec 02 02:37 ./tapeid.data Tape Id: wall0037 Backup Date: Fri Dec 3 02:24:30 EST 1999 mksysb started Fri Dec 3 02:24:31 EST 1999 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 38995 files.............................. 3244 of 38995 files (8%).............................. 3244 of 38995 files (8%).............................. 3244 of 38995 files (8%).............................. 3282 of 38995 files (8%).............................. 3282 of 38995 files (8%).............................. 3286 of 38995 files (8%).............................. 5408 of 38995 files (13%).backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN81317: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN81318: A file or directory in the path name does not exist. ............................. 17366 of 38995 files (44%).............................. 23517 of 38995 files (60%).............................. 36351 of 38995 files (93%)...... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Dec 3 03:24:23 EST 1999 Verify mksysb Fri Dec 3 03:24:25 EST 1999 Dumpdate: Fri Dec 3 02:31:26 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13526 Dec 03 02:25 ./image.data -rw-r--r-- 1 root system 257 Dec 03 02:24 ./tapeid.data 1413757 Kbytes, 38993 files 0 cache hits, 0 cache misses Backup finished Fri Dec 3 04:12:01 EST 1999 **** Usage Log: **** Uses: 1 Backup Date: Thu Dec 2 02:37:50 EST 1999 From root@wall.com Thu Dec 23 04:48:13 1999 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA23352; Thu, 23 Dec 1999 04:42:43 -0500 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA41642; Thu, 23 Dec 1999 04:27:01 -0500 (EST) Date: Thu, 23 Dec 1999 04:27:01 -0500 (EST) Message-Id: <199912230927.EAA41642@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0038 backup Status: RO X-Status: X-Keywords: X-UID: 1996 System Id: wall Backup Started: Thu Dec 23 02:00:00 EST 1999 Backup of btas image started Thu Dec 23 02:00:00 EST 1999 /dev/rbtas: image backup complete BTAS/X Started [Thu Dec 23 02:23:39 EST 1999] 68.4% /dev/rmt0.1 fsf 3 failed: A system call received a parameter that is not valid. /dev/rmt0: I/O error Assigning New Tape Id Thu Dec 23 02:31:41 EST 1999 Retensioning Tape Thu Dec 23 02:31:41 EST 1999 Tape Id: wall0038 Backup Date: Thu Dec 23 02:37:19 EST 1999 mksysb started Thu Dec 23 02:37:20 EST 1999 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 35738 files.............................. 1664 of 35738 files (4%).............................. 1664 of 35738 files (4%).............................. 1664 of 35738 files (4%).............................. 1702 of 35738 files (4%).............................. 1702 of 35738 files (4%).............................. 1723 of 35738 files (4%).............................. 2992 of 35738 files (8%).............................. 14050 of 35738 files (39%).............................. 20545 of 35738 files (57%).............................. 31513 of 35738 files (88%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Dec 23 03:39:17 EST 1999 Verify mksysb Thu Dec 23 03:39:19 EST 1999 Dumpdate: Thu Dec 23 02:44:17 1999 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13528 Dec 23 02:38 ./image.data -rw-r--r-- 1 root system 215 Dec 23 02:37 ./tapeid.data 1429277 Kbytes, 35738 files 0 cache hits, 0 cache misses Backup finished Thu Dec 23 04:27:00 EST 1999 **** Usage Log: **** Uses: 0 From root@wall.com Thu Feb 10 04:51:33 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA17910; Thu, 10 Feb 2000 04:26:41 -0500 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA35524; Thu, 10 Feb 2000 04:13:54 -0500 (EST) Date: Thu, 10 Feb 2000 04:13:54 -0500 (EST) Message-Id: <200002100913.EAA35524@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0027 backup Status: RO X-Status: X-Keywords: X-UID: 1997 System Id: wall Backup Started: Thu Feb 10 02:00:00 EST 2000 Backup of btas image started Thu Feb 10 02:00:00 EST 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Feb 10 02:25:05 EST 2000] 68.4% Dumpdate: Wed Feb 9 02:30:58 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13528 Feb 09 02:25 ./image.data -rw-r--r-- 1 root system 2147 Feb 09 02:24 ./tapeid.data Tape Id: wall0027 Backup Date: Thu Feb 10 02:25:31 EST 2000 mksysb started Thu Feb 10 02:25:31 EST 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up.... Backing up 38139 files.............................. 2211 of 38139 files (5%).............................. 2211 of 38139 files (5%).............................. 2211 of 38139 files (5%).............................. 2249 of 38139 files (5%).............................. 2249 of 38139 files (5%).............................. 2263 of 38139 files (5%).............................. 2615 of 38139 files (6%)......backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN94925: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN94926: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN94927: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN94928: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN94929: A file or directory in the path name does not exist. ........................ 15211 of 38139 files (39%).......backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall801251f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsai801f51f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixC801f: A file or directory in the path name does not exist. ....................... 22647 of 38139 files (59%).............................. 33713 of 38139 files (88%)............... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Feb 10 03:25:49 EST 2000 Verify mksysb Thu Feb 10 03:25:50 EST 2000 Dumpdate: Thu Feb 10 02:32:28 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13530 Feb 10 02:26 ./image.data -rw-r--r-- 1 root system 2189 Feb 10 02:25 ./tapeid.data 1462357 Kbytes, 38131 files 0 cache hits, 0 cache misses Backup finished Thu Feb 10 04:13:54 EST 2000 **** Usage Log: **** Uses: 47 Backup Date: Wed Feb 9 02:24:00 EST 2000 Backup Date: Thu Jan 6 02:24:52 EST 2000 Backup Date: Wed Jan 5 02:24:20 EST 2000 Backup Date: Tue Jan 4 02:24:43 EST 2000 Backup Date: Fri Dec 10 02:24:24 EST 1999 From root@wall.com Wed Apr 5 04:41:27 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA33214; Wed, 5 Apr 2000 04:26:42 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA39386; Wed, 5 Apr 2000 04:17:41 -0400 (EDT) Date: Wed, 5 Apr 2000 04:17:41 -0400 (EDT) Message-Id: <200004050817.EAA39386@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0035 backup Status: RO X-Status: X-Keywords: X-UID: 1998 System Id: wall Backup Started: Wed Apr 5 02:00:00 EDT 2000 Backup of btas image started Wed Apr 5 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Wed Apr 5 02:24:15 EDT 2000] 68.4% Dumpdate: Tue Apr 4 02:33:14 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13528 Apr 04 02:27 ./image.data -rw-r--r-- 1 root system 1391 Apr 04 02:26 ./tapeid.data Tape Id: wall0035 Backup Date: Wed Apr 5 02:24:40 EDT 2000 mksysb started Wed Apr 5 02:24:41 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up.... Backing up 39817 files.............................. 2961 of 39817 files (7%).............................. 2961 of 39817 files (7%).............................. 2961 of 39817 files (7%).............................. 2999 of 39817 files (7%).............................. 2999 of 39817 files (7%).............................. 2999 of 39817 files (7%).............................. 3060 of 39817 files (7%).............................. 15118 of 39817 files (37%).............................. 22828 of 39817 files (57%).............................. 29888 of 39817 files (75%).............................. 37311 of 39817 files (93%)......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 5 03:29:08 EDT 2000 Verify mksysb Wed Apr 5 03:29:09 EDT 2000 Dumpdate: Wed Apr 5 02:31:39 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13528 Apr 05 02:26 ./image.data -rw-r--r-- 1 root system 1433 Apr 05 02:24 ./tapeid.data 1469884 Kbytes, 39817 files 0 cache hits, 0 cache misses Backup finished Wed Apr 5 04:17:41 EDT 2000 **** Usage Log: **** Uses: 29 Backup Date: Tue Apr 4 02:26:12 EDT 2000 Backup Date: Sat Apr 1 02:25:20 EST 2000 Backup Date: Thu Feb 24 02:24:42 EST 2000 Backup Date: Wed Feb 23 02:24:38 EST 2000 Backup Date: Fri Jan 21 02:24:06 EST 2000 From root@wall.com Thu Apr 20 04:43:17 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA23070; Thu, 20 Apr 2000 04:26:45 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA19638; Thu, 20 Apr 2000 04:14:29 -0400 (EDT) Date: Thu, 20 Apr 2000 04:14:29 -0400 (EDT) Message-Id: <200004200814.EAA19638@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0031 backup Status: RO X-Status: X-Keywords: X-UID: 1999 System Id: wall Backup Started: Thu Apr 20 02:00:01 EDT 2000 Backup of btas image started Thu Apr 20 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Apr 20 02:24:40 EDT 2000] 68.4% Dumpdate: Sat Mar 25 02:33:12 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13529 Mar 25 02:27 ./image.data -rw-r--r-- 1 root system 2441 Mar 25 02:26 ./tapeid.data Tape Id: wall0031 Backup Date: Thu Apr 20 02:25:06 EDT 2000 mksysb started Thu Apr 20 02:25:07 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up.... Backing up 36899 files.............................. 1525 of 36899 files (4%).............................. 1525 of 36899 files (4%).............................. 1525 of 36899 files (4%).............................. 1563 of 36899 files (4%).............................. 1563 of 36899 files (4%).............................. 1563 of 36899 files (4%).............................. 1625 of 36899 files (4%).............................. 13359 of 36899 files (36%).............................. 20996 of 36899 files (56%).............................. 32739 of 36899 files (88%)................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 20 03:26:15 EDT 2000 Verify mksysb Thu Apr 20 03:26:16 EDT 2000 Dumpdate: Thu Apr 20 02:32:06 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13527 Apr 20 02:26 ./image.data -rw-r--r-- 1 root system 2483 Apr 20 02:25 ./tapeid.data 1428633 Kbytes, 36899 files 0 cache hits, 0 cache misses Backup finished Thu Apr 20 04:14:28 EDT 2000 **** Usage Log: **** Uses: 54 Backup Date: Sat Mar 25 02:26:15 EST 2000 Backup Date: Fri Mar 24 02:24:37 EST 2000 Backup Date: Thu Mar 23 02:24:11 EST 2000 Backup Date: Tue Feb 15 02:38:47 EST 2000 Backup Date: Sat Feb 12 02:23:52 EST 2000 From root@wall.com Fri Apr 28 04:43:14 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA33494; Fri, 28 Apr 2000 04:40:54 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA59272; Fri, 28 Apr 2000 04:16:06 -0400 (EDT) Date: Fri, 28 Apr 2000 04:16:06 -0400 (EDT) Message-Id: <200004280816.EAA59272@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0039 backup Status: RO X-Status: X-Keywords: X-UID: 2000 System Id: wall Backup Started: Fri Apr 28 02:00:00 EDT 2000 Backup of btas image started Fri Apr 28 02:00:00 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Fri Apr 28 02:25:06 EDT 2000] 68.4% Dumpdate: Thu Apr 27 02:32:01 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13528 Apr 27 02:26 ./image.data -rw-r--r-- 1 root system 341 Apr 27 02:24 ./tapeid.data Tape Id: wall0039 Backup Date: Fri Apr 28 02:25:32 EDT 2000 mksysb started Fri Apr 28 02:25:33 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 37663 files.............................. 1628 of 37663 files (4%).............................. 1628 of 37663 files (4%).............................. 1628 of 37663 files (4%).............................. 1666 of 37663 files (4%).............................. 1666 of 37663 files (4%).............................. 1676 of 37663 files (4%).............................. 1991 of 37663 files (5%)......backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN110780: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN110781: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN110782: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN110783: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN110784: A file or directory in the path name does not exist. ........................ 13743 of 37663 files (36%).............................. 21707 of 37663 files (57%).............................. 33282 of 37663 files (88%)....................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Apr 28 03:27:55 EDT 2000 Verify mksysb Fri Apr 28 03:27:56 EDT 2000 Dumpdate: Fri Apr 28 02:32:31 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13528 Apr 28 02:26 ./image.data -rw-r--r-- 1 root system 383 Apr 28 02:25 ./tapeid.data 1436879 Kbytes, 37658 files 0 cache hits, 0 cache misses Backup finished Fri Apr 28 04:16:05 EDT 2000 **** Usage Log: **** Uses: 4 Backup Date: Thu Apr 27 02:24:58 EDT 2000 Backup Date: Tue Mar 7 02:25:15 EST 2000 Backup Date: Sat Mar 4 02:24:07 EST 2000 Backup Date: Fri Mar 3 02:38:43 EST 2000 From root@wall.com Thu May 18 04:52:09 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA40212; Thu, 18 May 2000 04:27:01 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA08218; Thu, 18 May 2000 04:14:24 -0400 (EDT) Date: Thu, 18 May 2000 04:14:24 -0400 (EDT) Message-Id: <200005180814.EAA08218@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0034 backup Status: RO X-Status: X-Keywords: X-UID: 2001 System Id: wall Backup Started: Thu May 18 02:00:00 EDT 2000 Backup of btas image started Thu May 18 02:00:00 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu May 18 02:23:53 EDT 2000] 68.4% Dumpdate: Wed May 17 02:31:45 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 17 02:26 ./image.data -rw-r--r-- 1 root system 2273 May 17 02:24 ./tapeid.data Tape Id: wall0034 Backup Date: Thu May 18 02:24:18 EDT 2000 mksysb started Thu May 18 02:24:19 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 38729 files.............................. 1845 of 38729 files (4%).............................. 1845 of 38729 files (4%).............................. 1845 of 38729 files (4%).............................. 1883 of 38729 files (4%).............................. 1883 of 38729 files (4%).............................. 1883 of 38729 files (4%).............................. 1945 of 38729 files (5%).......backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN114399: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN114400: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN114401: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN114402: A file or directory in the path name does not exist. ....................... 14212 of 38729 files (36%).............................. 22645 of 38729 files (58%).............................. 31996 of 38729 files (82%)................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu May 18 03:25:57 EDT 2000 Verify mksysb Thu May 18 03:25:58 EDT 2000 Dumpdate: Thu May 18 02:31:20 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 18 02:25 ./image.data -rw-r--r-- 1 root system 2315 May 18 02:24 ./tapeid.data 1448118 Kbytes, 38725 files 0 cache hits, 0 cache misses Backup finished Thu May 18 04:14:23 EDT 2000 **** Usage Log: **** Uses: 50 Backup Date: Wed May 17 02:24:48 EDT 2000 Backup Date: Tue May 16 02:24:08 EDT 2000 Backup Date: Sat May 13 02:25:32 EDT 2000 Backup Date: Fri May 12 02:25:43 EDT 2000 Backup Date: Thu May 11 02:24:44 EDT 2000 From root@wall.com Thu May 25 05:05:03 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA07426; Thu, 25 May 2000 04:58:12 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA53080; Thu, 25 May 2000 04:14:13 -0400 (EDT) Date: Thu, 25 May 2000 04:14:13 -0400 (EDT) Message-Id: <200005250814.EAA53080@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0042 backup Status: RO X-Status: X-Keywords: X-UID: 2002 System Id: wall Backup Started: Thu May 25 02:00:00 EDT 2000 Backup of btas image started Thu May 25 02:00:00 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu May 25 02:24:03 EDT 2000] 68.4% Dumpdate: Wed May 24 02:32:15 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 24 02:26 ./image.data -rw-r--r-- 1 root system 257 May 24 02:25 ./tapeid.data Tape Id: wall0042 Backup Date: Thu May 25 02:24:32 EDT 2000 mksysb started Thu May 25 02:24:33 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 39110 files.............................. 1921 of 39110 files (4%).............................. 1921 of 39110 files (4%).............................. 1921 of 39110 files (4%).............................. 1959 of 39110 files (5%).............................. 1959 of 39110 files (5%).............................. 1959 of 39110 files (5%).............................. 2020 of 39110 files (5%).............................. 13382 of 39110 files (34%).............................. 22988 of 39110 files (58%).............................. 32006 of 39110 files (81%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu May 25 03:25:52 EDT 2000 Verify mksysb Thu May 25 03:25:54 EDT 2000 Dumpdate: Thu May 25 02:31:30 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 25 02:25 ./image.data -rw-r--r-- 1 root system 299 May 25 02:24 ./tapeid.data 1453561 Kbytes, 39110 files 0 cache hits, 0 cache misses Backup finished Thu May 25 04:14:12 EDT 2000 **** Usage Log: **** Uses: 2 Backup Date: Wed May 24 02:25:14 EDT 2000 Backup Date: Tue May 23 02:38:26 EDT 2000 From root@wall.com Wed May 31 05:35:07 2000 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id FAA41418; Wed, 31 May 2000 05:28:02 -0400 From: root@wall.com Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA45762; Wed, 31 May 2000 04:13:37 -0400 (EDT) Date: Wed, 31 May 2000 04:13:37 -0400 (EDT) Message-Id: <200005310813.EAA45762@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0043 backup Status: RO X-Status: X-Keywords: X-UID: 2003 System Id: wall Backup Started: Wed May 31 02:00:01 EDT 2000 Backup of btas image started Wed May 31 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Wed May 31 02:24:18 EDT 2000] 68.4% Dumpdate: Tue May 30 02:32:50 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 30 02:27 ./image.data -rw-r--r-- 1 root system 257 May 30 02:25 ./tapeid.data Tape Id: wall0043 Backup Date: Wed May 31 02:24:44 EDT 2000 mksysb started Wed May 31 02:24:44 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 39539 files.............................. 1977 of 39539 files (5%).............................. 1977 of 39539 files (5%).............................. 1977 of 39539 files (5%).............................. 2015 of 39539 files (5%).............................. 2015 of 39539 files (5%).............................. 2025 of 39539 files (5%).............................. 2144 of 39539 files (5%).............................. 14683 of 39539 files (37%)....backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall1c5a116: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsai9ad1116: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixC9ad1: A file or directory in the path name does not exist. .......................... 23387 of 39539 files (59%).............................. 33269 of 39539 files (84%).................. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed May 31 03:25:39 EDT 2000 Verify mksysb Wed May 31 03:25:41 EDT 2000 Dumpdate: Wed May 31 02:31:46 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 31 02:26 ./image.data -rw-r--r-- 1 root system 299 May 31 02:24 ./tapeid.data 1457914 Kbytes, 39536 files 0 cache hits, 0 cache misses Backup finished Wed May 31 04:13:36 EDT 2000 **** Usage Log: **** Uses: 2 Backup Date: Tue May 30 02:25:49 EDT 2000 Backup Date: Sat May 27 02:38:26 EDT 2000 From root@wall.com Sat Jul 1 04:35:21 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA31814; Sat, 1 Jul 2000 04:25:53 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA16680; Sat, 1 Jul 2000 04:12:22 -0400 (EDT) Date: Sat, 1 Jul 2000 04:12:22 -0400 (EDT) Message-Id: <200007010812.EAA16680@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0040 backup Status: RO X-Status: X-Keywords: X-UID: 2004 System Id: wall Backup Started: Sat Jul 1 02:00:01 EDT 2000 Backup of btas image started Sat Jul 1 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Sat Jul 1 02:24:14 EDT 2000] 68.5% Dumpdate: Fri Jun 30 02:32:39 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 30 02:26 ./image.data -rw-r--r-- 1 root system 593 Jun 30 02:25 ./tapeid.data Tape Id: wall0040 Backup Date: Sat Jul 1 02:24:40 EDT 2000 mksysb started Sat Jul 1 02:24:41 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 41836 files.............................. 2273 of 41836 files (5%).............................. 2273 of 41836 files (5%).............................. 2273 of 41836 files (5%).............................. 2311 of 41836 files (5%).............................. 2311 of 41836 files (5%).............................. 2311 of 41836 files (5%).............................. 2373 of 41836 files (5%).........backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN123099: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN123100: A file or directory in the path name does not exist. ..................... 15486 of 41836 files (37%)..backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/locks/LCK..tdniprd: A file or directory in the path name does not exist. ...........backup: 0511-449 An error occurred accessing ./var/tmp/rtdni.46104: A file or directory in the path name does not exist. ................. 25496 of 41836 files (60%).............................. 37607 of 41836 files (89%).............. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Jul 1 03:24:34 EDT 2000 Verify mksysb Sat Jul 1 03:24:36 EDT 2000 Dumpdate: Sat Jul 1 02:31:41 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13532 Jul 01 02:26 ./image.data -rw-r--r-- 1 root system 635 Jul 01 02:24 ./tapeid.data 1455211 Kbytes, 41831 files 0 cache hits, 0 cache misses Backup finished Sat Jul 1 04:12:21 EDT 2000 **** Usage Log: **** Uses: 10 Backup Date: Fri Jun 30 02:25:33 EDT 2000 Backup Date: Thu Jun 29 02:24:46 EDT 2000 Backup Date: Wed Apr 19 02:25:45 EDT 2000 Backup Date: Tue Apr 18 11:11:18 EDT 2000 Backup Date: Wed Mar 22 02:24:48 EST 2000 From root@wall.com Thu Jul 6 04:35:22 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA23254; Thu, 6 Jul 2000 04:25:53 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA38482; Thu, 6 Jul 2000 04:15:46 -0400 (EDT) Date: Thu, 6 Jul 2000 04:15:46 -0400 (EDT) Message-Id: <200007060815.EAA38482@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0045 backup Status: RO X-Status: X-Keywords: X-UID: 2005 System Id: wall Backup Started: Thu Jul 6 02:00:01 EDT 2000 Backup of btas image started Thu Jul 6 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Jul 6 02:25:54 EDT 2000] 68.5% Dumpdate: Wed Jul 5 02:31:47 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13532 Jul 05 02:26 ./image.data -rw-r--r-- 1 root system 257 Jul 05 02:24 ./tapeid.data Tape Id: wall0045 Backup Date: Thu Jul 6 02:26:20 EDT 2000 mksysb started Thu Jul 6 02:26:21 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 41724 files.............................. 2328 of 41724 files (5%).............................. 2328 of 41724 files (5%).............................. 2328 of 41724 files (5%).............................. 2366 of 41724 files (5%).............................. 2366 of 41724 files (5%).............................. 2366 of 41724 files (5%).............................. 2422 of 41724 files (5%)...........backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN124023: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN124024: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN124025: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN124026: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN124027: A file or directory in the path name does not exist. ................... 13792 of 41724 files (33%).............................. 24970 of 41724 files (59%).............................. 34629 of 41724 files (82%).................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Jul 6 03:27:28 EDT 2000 Verify mksysb Thu Jul 6 03:27:29 EDT 2000 Dumpdate: Thu Jul 6 02:33:22 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13532 Jul 06 02:27 ./image.data -rw-r--r-- 1 root system 299 Jul 06 02:26 ./tapeid.data 1456634 Kbytes, 41719 files 0 cache hits, 0 cache misses Backup finished Thu Jul 6 04:15:45 EDT 2000 **** Usage Log: **** Uses: 2 Backup Date: Wed Jul 5 02:24:46 EDT 2000 Backup Date: Tue Jul 4 02:38:57 EDT 2000 From root@wall.com Sat Jul 15 04:37:39 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA28666; Sat, 15 Jul 2000 04:25:43 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA44594; Sat, 15 Jul 2000 04:14:58 -0400 (EDT) Date: Sat, 15 Jul 2000 04:14:58 -0400 (EDT) Message-Id: <200007150814.EAA44594@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0046 backup Status: RO X-Status: X-Keywords: X-UID: 2006 System Id: wall Backup Started: Sat Jul 15 02:00:01 EDT 2000 Backup of btas image started Sat Jul 15 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Sat Jul 15 02:23:57 EDT 2000] 68.4% Dumpdate: Fri Jul 14 02:31:51 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 14 02:26 ./image.data -rw-r--r-- 1 root system 341 Jul 14 02:24 ./tapeid.data Tape Id: wall0046 Backup Date: Sat Jul 15 02:24:24 EDT 2000 mksysb started Sat Jul 15 02:24:25 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 42433 files.............................. 2427 of 42433 files (5%).............................. 2427 of 42433 files (5%).............................. 2427 of 42433 files (5%).............................. 2465 of 42433 files (5%).............................. 2465 of 42433 files (5%).............................. 2465 of 42433 files (5%).............................. 2527 of 42433 files (5%)........backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN125915: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN125916: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN125917: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN125918: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN125919: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN125920: A file or directory in the path name does not exist. ...................... 14154 of 42433 files (33%).............................. 25999 of 42433 files (61%).............................. 34757 of 42433 files (81%)........................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Jul 15 03:26:47 EDT 2000 Verify mksysb Sat Jul 15 03:26:48 EDT 2000 Dumpdate: Sat Jul 15 02:31:26 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 15 02:25 ./image.data -rw-r--r-- 1 root system 383 Jul 15 02:24 ./tapeid.data 1464187 Kbytes, 42427 files 0 cache hits, 0 cache misses Backup finished Sat Jul 15 04:14:57 EDT 2000 **** Usage Log: **** Uses: 4 Backup Date: Fri Jul 14 02:24:46 EDT 2000 Backup Date: Thu Jul 13 02:24:59 EDT 2000 Backup Date: Wed Jul 12 02:26:11 EDT 2000 Backup Date: Tue Jul 11 02:38:00 EDT 2000 From root@wall.com Tue Aug 15 04:37:56 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA22024; Tue, 15 Aug 2000 04:24:58 -0400 From: root@wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.com using -f Received: (from root@localhost) by wall.com (AIX4.2/UCB 8.7/8.7) id EAA38638; Tue, 15 Aug 2000 04:15:28 -0400 (EDT) Date: Tue, 15 Aug 2000 04:15:28 -0400 (EDT) Message-Id: <200008150815.EAA38638@wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0047 backup Status: RO X-Status: X-Keywords: X-UID: 2007 System Id: wall Backup Started: Tue Aug 15 02:00:00 EDT 2000 Backup of btas image started Tue Aug 15 02:00:00 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Tue Aug 15 02:24:31 EDT 2000] 68.4% Dumpdate: Sat Aug 12 02:45:33 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13532 Aug 12 02:39 ./image.data -rw-r--r-- 1 root system 215 Aug 12 02:38 ./tapeid.data Tape Id: wall0047 Backup Date: Tue Aug 15 02:24:59 EDT 2000 mksysb started Tue Aug 15 02:25:01 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 40434 files.............................. 2770 of 40434 files (6%).............................. 2770 of 40434 files (6%).............................. 2770 of 40434 files (6%).............................. 2808 of 40434 files (6%).............................. 2808 of 40434 files (6%).............................. 2808 of 40434 files (6%).............................. 2864 of 40434 files (7%).............................. 15066 of 40434 files (37%)............backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall85bccca: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaiab78cca: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall85becca: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaiab79cca: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall85bfe91: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaiab7ae91: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCab78: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCab79: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCab7a: A file or directory in the path name does not exist. .................. 23442 of 40434 files (57%).............................. 32654 of 40434 files (80%)......................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Aug 15 03:26:52 EDT 2000 Verify mksysb Tue Aug 15 03:26:53 EDT 2000 Dumpdate: Tue Aug 15 02:32:09 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13532 Aug 15 02:26 ./image.data -rw-r--r-- 1 root system 257 Aug 15 02:24 ./tapeid.data 1461580 Kbytes, 40425 files 0 cache hits, 0 cache misses Backup finished Tue Aug 15 04:15:27 EDT 2000 **** Usage Log: **** Uses: 1 Backup Date: Sat Aug 12 02:38:34 EDT 2000 From root@wall.wall.com Thu Aug 24 04:37:57 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA43590; Thu, 24 Aug 2000 04:24:52 -0400 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA28528; Thu, 24 Aug 2000 04:18:23 -0400 Date: Thu, 24 Aug 2000 04:18:23 -0400 Message-Id: <200008240818.EAA28528@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0030 backup Status: RO X-Status: X-Keywords: X-UID: 2008 System Id: wall Backup Started: Thu Aug 24 02:00:00 EDT 2000 Backup of btas image started Thu Aug 24 02:00:00 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 24 02:25:15 EDT 2000] 68.4% Dumpdate: Wed Aug 23 02:32:46 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Aug 23 02:27 ./image.data -rw-r--r-- 1 root system 2945 Aug 23 02:25 ./tapeid.data Tape Id: wall0030 Backup Date: Thu Aug 24 02:25:42 EDT 2000 mksysb started Thu Aug 24 02:25:43 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 41492 files.............................. 2870 of 41492 files (6%).............................. 2870 of 41492 files (6%).............................. 2870 of 41492 files (6%).............................. 2908 of 41492 files (7%).............................. 2908 of 41492 files (7%).............................. 2908 of 41492 files (7%).............................. 2969 of 41492 files (7%).............................. 15609 of 41492 files (37%).............................. 24144 of 41492 files (58%).............................. 28151 of 41492 files (67%).............................. 39080 of 41492 files (94%)......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 24 03:30:02 EDT 2000 Verify mksysb Thu Aug 24 03:30:03 EDT 2000 Dumpdate: Thu Aug 24 02:32:42 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Aug 24 02:27 ./image.data -rw-r--r-- 1 root system 2987 Aug 24 02:25 ./tapeid.data 1467480 Kbytes, 41492 files 0 cache hits, 0 cache misses Backup finished Thu Aug 24 04:18:22 EDT 2000 **** Usage Log: **** Uses: 66 Backup Date: Wed Aug 23 02:25:44 EDT 2000 Backup Date: Tue Aug 22 02:24:57 EDT 2000 Backup Date: Sat Aug 19 02:24:58 EDT 2000 Backup Date: Fri Aug 18 02:25:20 EDT 2000 Backup Date: Thu Aug 17 02:24:47 EDT 2000 From root@wall.wall.com Thu Aug 31 04:41:05 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA19474; Thu, 31 Aug 2000 04:21:04 -0400 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA25938; Thu, 31 Aug 2000 04:17:55 -0400 Date: Thu, 31 Aug 2000 04:17:55 -0400 Message-Id: <200008310817.EAA25938@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0036 backup Status: RO X-Status: X-Keywords: X-UID: 2009 System Id: wall Backup Started: Thu Aug 31 02:00:01 EDT 2000 Backup of btas image started Thu Aug 31 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 31 02:25:03 EDT 2000] 68.4% Dumpdate: Wed Aug 30 02:33:12 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Aug 30 02:27 ./image.data -rw-r--r-- 1 root system 1811 Aug 30 02:26 ./tapeid.data Tape Id: wall0036 Backup Date: Thu Aug 31 02:25:29 EDT 2000 mksysb started Thu Aug 31 02:25:30 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 42135 files.............................. 2947 of 42135 files (6%).............................. 2947 of 42135 files (6%).............................. 2947 of 42135 files (6%).............................. 2985 of 42135 files (7%).............................. 2985 of 42135 files (7%).............................. 2985 of 42135 files (7%).............................. 3040 of 42135 files (7%).............................. 15885 of 42135 files (37%).........backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ....backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall9d5ecd3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaiafb1cd3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCafb1: A file or directory in the path name does not exist. ................. 24212 of 42135 files (57%).............................. 32910 of 42135 files (78%)........................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Aug 31 03:28:21 EDT 2000 Verify mksysb Thu Aug 31 03:28:23 EDT 2000 Dumpdate: Thu Aug 31 02:32:37 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Aug 31 02:26 ./image.data -rw-r--r-- 1 root system 1853 Aug 31 02:25 ./tapeid.data 1476340 Kbytes, 42131 files 0 cache hits, 0 cache misses Backup finished Thu Aug 31 04:17:54 EDT 2000 **** Usage Log: **** Uses: 39 Backup Date: Wed Aug 30 02:26:09 EDT 2000 Backup Date: Tue Aug 29 02:24:46 EDT 2000 Backup Date: Thu Jul 20 02:24:38 EDT 2000 Backup Date: Wed Jul 19 02:25:02 EDT 2000 Backup Date: Tue Jul 18 02:25:10 EDT 2000 From root@wall.wall.com Fri Sep 1 05:11:06 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA42130; Fri, 1 Sep 2000 04:51:01 -0400 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42984; Fri, 1 Sep 2000 04:29:25 -0400 Date: Fri, 1 Sep 2000 04:29:25 -0400 Message-Id: <200009010829.EAA42984@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0048 backup Status: RO X-Status: X-Keywords: X-UID: 2010 System Id: wall Backup Started: Fri Sep 1 02:00:01 EDT 2000 Backup of btas image started Fri Sep 1 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Fri Sep 1 02:25:26 EDT 2000] 68.3% /dev/rmt0.1 fsf 3 failed: A system call received a parameter that is not valid. /dev/rmt0: I/O error Assigning New Tape Id Fri Sep 1 02:33:29 EDT 2000 Retensioning Tape Fri Sep 1 02:33:29 EDT 2000 Tape Id: wall0048 Backup Date: Fri Sep 1 02:39:08 EDT 2000 mksysb started Fri Sep 1 02:39:09 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 42376 files.............................. 2958 of 42376 files (6%).............................. 2958 of 42376 files (6%).............................. 2958 of 42376 files (6%).............................. 2996 of 42376 files (7%).............................. 2996 of 42376 files (7%).............................. 2996 of 42376 files (7%).............................. 3054 of 42376 files (7%).............................. 15996 of 42376 files (37%).............................. 24980 of 42376 files (58%).............................. 34586 of 42376 files (81%)........................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 1 03:41:10 EDT 2000 Verify mksysb Fri Sep 1 03:41:11 EDT 2000 Dumpdate: Fri Sep 1 02:46:09 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Sep 01 02:40 ./image.data -rw-r--r-- 1 root system 215 Sep 01 02:39 ./tapeid.data 1477807 Kbytes, 42376 files 0 cache hits, 0 cache misses Backup finished Fri Sep 1 04:29:24 EDT 2000 **** Usage Log: **** Uses: 0 From root@wall.wall.com Thu Sep 7 04:41:05 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA41912; Thu, 7 Sep 2000 04:21:00 -0400 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA17914; Thu, 7 Sep 2000 04:18:59 -0400 Date: Thu, 7 Sep 2000 04:18:59 -0400 Message-Id: <200009070818.EAA17914@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0041 backup Status: RO X-Status: X-Keywords: X-UID: 2011 System Id: wall Backup Started: Thu Sep 7 02:00:01 EDT 2000 Backup of btas image started Thu Sep 7 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Sep 7 02:24:38 EDT 2000] 68.3% Dumpdate: Wed Sep 6 02:32:34 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Sep 06 02:26 ./image.data -rw-r--r-- 1 root system 761 Sep 06 02:25 ./tapeid.data Tape Id: wall0041 Backup Date: Thu Sep 7 02:25:04 EDT 2000 mksysb started Thu Sep 7 02:25:05 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 42670 files.............................. 3024 of 42670 files (7%).............................. 3024 of 42670 files (7%).............................. 3024 of 42670 files (7%).............................. 3062 of 42670 files (7%).............................. 3062 of 42670 files (7%).............................. 3062 of 42670 files (7%).............................. 3118 of 42670 files (7%).............................. 16133 of 42670 files (37%).............................. 22195 of 42670 files (52%).............................. 27045 of 42670 files (63%).............................. 40238 of 42670 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 7 03:29:36 EDT 2000 Verify mksysb Thu Sep 7 03:29:37 EDT 2000 Dumpdate: Thu Sep 7 02:32:08 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Sep 07 02:26 ./image.data -rw-r--r-- 1 root system 803 Sep 07 02:25 ./tapeid.data 1480672 Kbytes, 42670 files 0 cache hits, 0 cache misses Backup finished Thu Sep 7 04:18:58 EDT 2000 **** Usage Log: **** Uses: 14 Backup Date: Wed Sep 6 02:25:29 EDT 2000 Backup Date: Tue Sep 5 02:26:20 EDT 2000 Backup Date: Sat Sep 2 02:26:30 EDT 2000 Backup Date: Thu Jul 27 02:25:42 EDT 2000 Backup Date: Wed Jul 26 02:25:43 EDT 2000 From root@wall.wall.com Wed Sep 13 04:49:31 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA17542; Wed, 13 Sep 2000 04:22:07 -0400 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43352; Wed, 13 Sep 2000 04:12:38 -0400 Date: Wed, 13 Sep 2000 04:12:38 -0400 Message-Id: <200009130812.EAA43352@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0029 backup Status: RO X-Status: X-Keywords: X-UID: 2012 System Id: wall Backup Started: Wed Sep 13 02:00:00 EDT 2000 Backup of btas image started Wed Sep 13 02:00:00 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Wed Sep 13 02:24:54 EDT 2000] 68.3% Dumpdate: Tue Sep 12 02:33:13 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Sep 12 02:27 ./image.data -rw-r--r-- 1 root system 2189 Sep 12 02:26 ./tapeid.data Tape Id: wall0029 Backup Date: Wed Sep 13 02:25:21 EDT 2000 mksysb started Wed Sep 13 02:25:22 EDT 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 39454 files.............................. 1886 of 39454 files (4%).............................. 1886 of 39454 files (4%).............................. 1886 of 39454 files (4%).............................. 1924 of 39454 files (4%).............................. 1924 of 39454 files (4%).............................. 1924 of 39454 files (4%).............................. 1985 of 39454 files (5%).............................. 13017 of 39454 files (32%)............backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wallaee374b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaib29c74b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCb29c: A file or directory in the path name does not exist. .................. 21475 of 39454 files (54%).............................. 31150 of 39454 files (78%)............................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Sep 13 03:28:28 EDT 2000 Verify mksysb Wed Sep 13 03:28:29 EDT 2000 Dumpdate: Wed Sep 13 02:32:27 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Sep 13 02:26 ./image.data -rw-r--r-- 1 root system 2231 Sep 13 02:25 ./tapeid.data /dev/rmt0.1: I/O error 0 cache hits, 0 cache misses Backup finished Wed Sep 13 04:12:37 EDT 2000 **** Usage Log: **** Uses: 48 Backup Date: Tue Sep 12 02:26:10 EDT 2000 Backup Date: Sat Sep 9 02:24:51 EDT 2000 Backup Date: Sat Jul 29 02:25:05 EDT 2000 Backup Date: Fri Jul 28 02:26:20 EDT 2000 Backup Date: Thu Jun 15 02:25:09 EDT 2000 From root@wall.wall.com Thu Sep 28 04:50:51 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA31072; Thu, 28 Sep 2000 04:21:19 -0400 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA48510; Thu, 28 Sep 2000 04:15:21 -0400 Date: Thu, 28 Sep 2000 04:15:21 -0400 Message-Id: <200009280815.EAA48510@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0049 backup Status: RO X-Status: X-Keywords: X-UID: 2013 System Id: wall Backup Started: Thu Sep 28 02:00:01 EDT 2000 Backup of btas image started Thu Sep 28 02:00:01 EDT 2000 /dev/rbtas: image backup complete BTAS/X Started [Thu Sep 28 02:24:43 EDT 2000] 68.3% Dumpdate: Wed Sep 27 02:34:37 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Sep 27 02:28 ./image.data -rw-r--r-- 1 root system 257 Sep 27 02:27 ./tapeid.data Tape Id: wall0049 Backup Date: Thu Sep 28 02:25:10 EDT 2000 mksysb started Thu Sep 28 02:25:11 EDT 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 40694 files.............................. 2067 of 40694 files (5%).............................. 2067 of 40694 files (5%).............................. 2067 of 40694 files (5%).............................. 2105 of 40694 files (5%).............................. 2105 of 40694 files (5%).............................. 2105 of 40694 files (5%).............................. 2167 of 40694 files (5%)........backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140784: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140785: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140786: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140787: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140788: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140789: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140790: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140791: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN140792: A file or directory in the path name does not exist. ...................... 13687 of 40694 files (33%).............................. 23348 of 40694 files (57%).............................. 32903 of 40694 files (80%)......................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Sep 28 03:26:59 EDT 2000 Verify mksysb Thu Sep 28 03:27:01 EDT 2000 Dumpdate: Thu Sep 28 02:32:11 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Sep 28 02:26 ./image.data -rw-r--r-- 1 root system 299 Sep 28 02:25 ./tapeid.data 1468407 Kbytes, 40685 files 0 cache hits, 0 cache misses Backup finished Thu Sep 28 04:15:20 EDT 2000 **** Usage Log: **** Uses: 2 Backup Date: Wed Sep 27 02:27:36 EDT 2000 Backup Date: Tue Sep 26 02:39:44 EDT 2000 From root@wall.wall.com Sat Nov 25 04:30:07 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA30980; Sat, 25 Nov 2000 04:20:52 -0500 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA46418; Sat, 25 Nov 2000 04:19:14 -0500 Date: Sat, 25 Nov 2000 04:19:14 -0500 Message-Id: <200011250919.EAA46418@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0054 backup Status: RO X-Status: X-Keywords: X-UID: 2014 System Id: wall Backup Started: Sat Nov 25 02:00:00 EST 2000 Backup of btas image started Sat Nov 25 02:00:00 EST 2000 /dev/rbtas: image backup complete BTAS/X Started [Sat Nov 25 02:24:40 EST 2000] 68.3% Dumpdate: Fri Nov 24 02:32:11 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Nov 24 02:26 ./image.data -rw-r--r-- 1 root system 677 Nov 24 02:25 ./tapeid.data Tape Id: wall0054 Backup Date: Sat Nov 25 02:25:07 EST 2000 mksysb started Sat Nov 25 02:25:08 EST 2000 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 41811 files.............................. 2053 of 41811 files (4%).............................. 2053 of 41811 files (4%).............................. 2053 of 41811 files (4%).............................. 2091 of 41811 files (5%).............................. 2091 of 41811 files (5%).............................. 2091 of 41811 files (5%).............................. 2147 of 41811 files (5%).............................. 15753 of 41811 files (37%)...........backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall23926f2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaic6666f2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCc666: A file or directory in the path name does not exist. ................... 23893 of 41811 files (57%).............................. 24595 of 41811 files (58%).............................. 37425 of 41811 files (89%)................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Nov 25 03:30:52 EST 2000 Verify mksysb Sat Nov 25 03:30:53 EST 2000 Dumpdate: Sat Nov 25 02:32:10 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Nov 25 02:26 ./image.data -rw-r--r-- 1 root system 719 Nov 25 02:25 ./tapeid.data 1457695 Kbytes, 41808 files 0 cache hits, 0 cache misses Backup finished Sat Nov 25 04:19:13 EST 2000 **** Usage Log: **** Uses: 12 Backup Date: Fri Nov 24 02:25:06 EST 2000 Backup Date: Thu Nov 23 02:26:32 EST 2000 Backup Date: Wed Nov 22 02:26:33 EST 2000 Backup Date: Tue Nov 21 02:25:27 EST 2000 Backup Date: Sat Nov 18 02:26:13 EST 2000 From root@wall.wall.com Tue Dec 26 04:45:23 2000 Received: (from lp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA23916; Tue, 26 Dec 2000 04:20:49 -0500 From: root@wall.wall.com X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43782; Tue, 26 Dec 2000 04:16:10 -0500 Date: Tue, 26 Dec 2000 04:16:10 -0500 Message-Id: <200012260916.EAA43782@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0044 backup Status: RO X-Status: X-Keywords: X-UID: 2015 System Id: wall Backup Started: Tue Dec 26 02:00:01 EST 2000 Backup of btas image started Tue Dec 26 02:00:01 EST 2000 /dev/rbtas: image backup complete BTAS/X Started [Tue Dec 26 02:26:13 EST 2000] 68.4% Dumpdate: Sat Dec 23 02:32:29 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Dec 23 02:26 ./image.data -rw-r--r-- 1 root system 1139 Dec 23 02:25 ./tapeid.data Tape Id: wall0044 Backup Date: Tue Dec 26 02:26:39 EST 2000 mksysb started Tue Dec 26 02:26:40 EST 2000 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 41204 files.............................. 2059 of 41204 files (4%).............................. 2059 of 41204 files (4%).............................. 2059 of 41204 files (4%).............................. 2097 of 41204 files (5%).............................. 2097 of 41204 files (5%).............................. 2097 of 41204 files (5%).............................. 2158 of 41204 files (5%).........backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN160060: A file or directory in the path name does not exist. ..................... 15127 of 41204 files (36%).............................. 23774 of 41204 files (57%).............................. 33501 of 41204 files (81%)........................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Dec 26 03:28:10 EST 2000 Verify mksysb Tue Dec 26 03:28:11 EST 2000 Dumpdate: Tue Dec 26 02:33:39 2000 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Dec 26 02:27 ./image.data -rw-r--r-- 1 root system 1181 Dec 26 02:26 ./tapeid.data 1465696 Kbytes, 41203 files 0 cache hits, 0 cache misses Backup finished Tue Dec 26 04:16:09 EST 2000 **** Usage Log: **** Uses: 23 Backup Date: Sat Dec 23 02:25:30 EST 2000 Backup Date: Fri Dec 22 02:43:13 EST 2000 Backup Date: Thu Dec 21 02:26:10 EST 2000 Backup Date: Wed Dec 20 02:25:32 EST 2000 Backup Date: Tue Oct 31 02:25:47 EST 2000 From root@wall.wall.com Thu May 31 04:38:05 2001 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.9.1/8.9.1) with UUCP id EAA15864; Thu, 31 May 2001 04:25:56 -0400 From: root@wall.wall.com Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34032; Thu, 31 May 2001 04:22:34 -0400 Date: Thu, 31 May 2001 04:22:34 -0400 Message-Id: <200105310822.EAA34032@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0053 backup Status: RO X-Status: X-Keywords: X-UID: 2016 System Id: wall Backup Started: Thu May 31 02:00:00 EDT 2001 Backup of btas image started Thu May 31 02:00:00 EDT 2001 /dev/rbtas: image backup complete BTAS/X Started [Thu May 31 02:25:49 EDT 2001] 68.3% Dumpdate: Wed May 30 02:32:48 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 30 02:27 ./image.data -rw-r--r-- 1 root system 761 May 30 02:25 ./tapeid.data Tape Id: wall0053 Backup Date: Thu May 31 02:26:16 EDT 2001 mksysb started Thu May 31 02:26:17 EDT 2001 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 48667 files.............................. 3748 of 48667 files (7%).............................. 3748 of 48667 files (7%).............................. 3748 of 48667 files (7%).............................. 3786 of 48667 files (7%).............................. 3786 of 48667 files (7%).............................. 3786 of 48667 files (7%).............................. 3841 of 48667 files (7%).............................. 15906 of 48667 files (32%)......................backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.wall5eb7f50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsaifdb8f50: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixCfdb8: A file or directory in the path name does not exist. ........ 25443 of 48667 files (52%).............................. 30982 of 48667 files (63%).............................. 44832 of 48667 files (92%)........... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu May 31 03:32:01 EDT 2001 Verify mksysb Thu May 31 03:32:02 EDT 2001 Dumpdate: Thu May 31 02:33:21 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 31 02:27 ./image.data -rw-r--r-- 1 root system 803 May 31 02:26 ./tapeid.data 1508023 Kbytes, 48664 files 0 cache hits, 0 cache misses Backup finished Thu May 31 04:22:33 EDT 2001 **** Usage Log: **** Uses: 14 Backup Date: Wed May 30 02:25:41 EDT 2001 Backup Date: Tue May 29 02:25:51 EDT 2001 Backup Date: Sat May 26 02:25:27 EDT 2001 Backup Date: Fri May 25 02:25:58 EDT 2001 Backup Date: Thu May 24 02:26:55 EDT 2001 From root@wall.wall.com Thu Aug 23 04:54:05 2001 Received: (from lp@localhost) by bmsaix.bmsi.com (8.11.3/8.11.3) with UUCP id f7N8Zu717330; Thu, 23 Aug 2001 04:35:56 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA40048; Thu, 23 Aug 2001 04:24:22 -0400 Date: Thu, 23 Aug 2001 04:24:22 -0400 From: root@wall.wall.com Message-Id: <200108230824.EAA40048@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0032 backup Status: RO X-Status: X-Keywords: X-UID: 2017 System Id: wall Backup Started: Thu Aug 23 02:00:01 EDT 2001 Backup of btas image started Thu Aug 23 02:00:01 EDT 2001 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 23 02:25:52 EDT 2001] 68.3% Dumpdate: Wed Aug 22 02:33:00 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 22 02:27 ./image.data -rw-r--r-- 1 root system 4037 Aug 22 02:25 ./tapeid.data Tape Id: wall0032 Backup Date: Thu Aug 23 02:26:19 EDT 2001 mksysb started Thu Aug 23 02:26:20 EDT 2001 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 48810 files.............................. 2526 of 48810 files (5%).............................. 2526 of 48810 files (5%).............................. 2526 of 48810 files (5%).............................. 2564 of 48810 files (5%).............................. 2564 of 48810 files (5%).............................. 2564 of 48810 files (5%).............................. 2619 of 48810 files (5%).............................. 15074 of 48810 files (30%)....................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. .....backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.walldcfb062: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/D.bmsai1a7c062: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/bmsaix/C.bmsaixC1a7c: A file or directory in the path name does not exist. ..... 25058 of 48810 files (51%).............................. 29972 of 48810 files (61%).............................. 44944 of 48810 files (92%)........... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Aug 23 03:32:28 EDT 2001 Verify mksysb Thu Aug 23 03:32:30 EDT 2001 Dumpdate: Thu Aug 23 02:33:24 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 23 02:27 ./image.data -rw-r--r-- 1 root system 4079 Aug 23 02:26 ./tapeid.data 1512907 Kbytes, 48806 files 0 cache hits, 0 cache misses Backup finished Thu Aug 23 04:24:21 EDT 2001 **** Usage Log: **** Uses: 92 Backup Date: Wed Aug 22 02:25:50 EDT 2001 Backup Date: Tue Aug 21 02:26:02 EDT 2001 Backup Date: Sat Aug 18 02:25:40 EDT 2001 Backup Date: Fri Aug 17 02:25:58 EDT 2001 Backup Date: Thu Aug 16 02:26:35 EDT 2001 From root@wall.wall.com Sat Feb 16 04:42:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g1G9g9hw013698; Sat, 16 Feb 2002 04:42:10 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g1G9ZojZ013570; Sat, 16 Feb 2002 04:35:50 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38562; Sat, 16 Feb 2002 04:23:52 -0500 Date: Sat, 16 Feb 2002 04:23:52 -0500 From: root@wall.wall.com Message-Id: <200202160923.EAA38562@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2018 System Id: wall Backup Started: Sat Feb 16 02:00:00 EST 2002 Backup of btas image started Sat Feb 16 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Feb 16 02:25:33 EST 2002] 68.2% Dumpdate: Fri Nov 16 02:33:24 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Nov 16 02:27 ./image.data -rw-r--r-- 1 root system 1937 Nov 16 02:26 ./tapeid.data Tape Id: wall0052 Backup Date: Sat Feb 16 02:26:35 EST 2002 mksysb started Sat Feb 16 02:26:36 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 43729 files.............................. 2148 of 43729 files (4%).............................. 2148 of 43729 files (4%).............................. 2148 of 43729 files (4%).............................. 2186 of 43729 files (4%).............................. 2186 of 43729 files (4%).............................. 2186 of 43729 files (4%).............................. 2241 of 43729 files (5%).............................. 12992 of 43729 files (29%).............................. 20536 of 43729 files (46%).............................. 33059 of 43729 files (75%).............................. 39876 of 43729 files (91%)................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Feb 16 03:33:03 EST 2002 Verify mksysb Sat Feb 16 03:33:04 EST 2002 Dumpdate: Sat Feb 16 02:33:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Feb 16 02:27 ./image.data -rw-r--r-- 1 root system 1979 Feb 16 02:26 ./tapeid.data 1497384 Kbytes, 43729 files 0 cache hits, 0 cache misses Backup finished Sat Feb 16 04:23:51 EST 2002 **** Usage Log: **** Uses: 42 Backup Date: Fri Nov 16 02:26:23 EST 2001 Backup Date: Thu Nov 15 02:26:07 EST 2001 Backup Date: Wed Nov 14 02:26:24 EST 2001 Backup Date: Tue Nov 13 02:28:17 EST 2001 Backup Date: Sat Nov 10 02:26:04 EST 2001 From root@wall.wall.com Tue Mar 12 04:32:59 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2C9Wvhw035312; Tue, 12 Mar 2002 04:32:57 -0500 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2C9Qann027056; Tue, 12 Mar 2002 04:26:36 -0500 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43568; Tue, 12 Mar 2002 04:26:15 -0500 Date: Tue, 12 Mar 2002 04:26:15 -0500 From: root@wall.wall.com Message-Id: <200203120926.EAA43568@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2019 System Id: wall Backup Started: Tue Mar 12 02:00:01 EST 2002 Backup of btas image started Tue Mar 12 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Mar 12 02:26:10 EST 2002] 68.2% Dumpdate: Fri Feb 15 02:34:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Feb 15 02:28 ./image.data -rw-r--r-- 1 root system 1937 Feb 15 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Mar 12 02:28:06 EST 2002 mksysb started Tue Mar 12 02:28:06 EST 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up..... Backing up 44089 files.............................. 2409 of 44089 files (5%).............................. 2409 of 44089 files (5%).............................. 2409 of 44089 files (5%).............................. 2447 of 44089 files (5%).............................. 2447 of 44089 files (5%).............................. 2447 of 44089 files (5%).............................. 2502 of 44089 files (5%).............................. 10915 of 44089 files (24%).............................. 20752 of 44089 files (47%).............................. 33309 of 44089 files (75%).............................. 40244 of 44089 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Mar 12 03:35:26 EST 2002 Verify mksysb Tue Mar 12 03:35:28 EST 2002 Dumpdate: Tue Mar 12 02:35:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 12 02:29 ./image.data -rw-r--r-- 1 root system 1979 Mar 12 02:28 ./tapeid.data 1499329 Kbytes, 44089 files 0 cache hits, 0 cache misses Backup finished Tue Mar 12 04:26:14 EST 2002 **** Usage Log: **** Uses: 42 Backup Date: Fri Feb 15 02:26:55 EST 2002 Backup Date: Thu Feb 14 02:26:53 EST 2002 Backup Date: Wed Feb 13 02:26:37 EST 2002 Backup Date: Tue Feb 12 02:26:54 EST 2002 Backup Date: Sat Feb 9 02:26:00 EST 2002 From root@wall.wall.com Thu Mar 14 04:33:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2E9X2hw018326; Thu, 14 Mar 2002 04:33:02 -0500 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2E9RMw5037722; Thu, 14 Mar 2002 04:27:22 -0500 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42596; Thu, 14 Mar 2002 04:25:53 -0500 Date: Thu, 14 Mar 2002 04:25:53 -0500 From: root@wall.wall.com Message-Id: <200203140925.EAA42596@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2020 System Id: wall Backup Started: Thu Mar 14 02:00:01 EST 2002 Backup of btas image started Thu Mar 14 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Mar 14 02:25:43 EST 2002] 68.2% Dumpdate: Wed Mar 13 02:33:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 13 02:27 ./image.data -rw-r--r-- 1 root system 1895 Mar 13 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Thu Mar 14 02:26:10 EST 2002 mksysb started Thu Mar 14 02:26:10 EST 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 44225 files.............................. 2429 of 44225 files (5%).............................. 2429 of 44225 files (5%).............................. 2429 of 44225 files (5%).............................. 2467 of 44225 files (5%).............................. 2467 of 44225 files (5%).............................. 2467 of 44225 files (5%).............................. 2519 of 44225 files (5%).............................. 10164 of 44225 files (22%).............................. 20144 of 44225 files (45%).............................. 27864 of 44225 files (63%).............................. 40065 of 44225 files (90%)........................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Mar 14 03:34:10 EST 2002 Verify mksysb Thu Mar 14 03:34:12 EST 2002 Dumpdate: Thu Mar 14 02:33:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 14 02:27 ./image.data -rw-r--r-- 1 root system 1937 Mar 14 02:26 ./tapeid.data 1501447 Kbytes, 44225 files 0 cache hits, 0 cache misses Backup finished Thu Mar 14 04:25:52 EST 2002 **** Usage Log: **** Uses: 41 Backup Date: Wed Mar 13 02:26:25 EST 2002 Backup Date: Tue Feb 19 02:26:41 EST 2002 Backup Date: Sat Dec 8 02:26:32 EST 2001 Backup Date: Fri Dec 7 02:27:12 EST 2001 Backup Date: Thu Dec 6 02:27:34 EST 2001 From root@wall.wall.com Sat Mar 16 04:43:08 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2G9h6OE022924; Sat, 16 Mar 2002 04:43:07 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2G9ZqTW022830; Sat, 16 Mar 2002 04:35:52 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA28102; Sat, 16 Mar 2002 04:26:25 -0500 Date: Sat, 16 Mar 2002 04:26:25 -0500 From: root@wall.wall.com Message-Id: <200203160926.EAA28102@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2021 System Id: wall Backup Started: Sat Mar 16 02:00:01 EST 2002 Backup of btas image started Sat Mar 16 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Mar 16 02:26:52 EST 2002] 68.2% Dumpdate: Wed Mar 6 02:33:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Mar 06 02:27 ./image.data -rw-r--r-- 1 root system 2735 Mar 06 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Sat Mar 16 02:27:18 EST 2002 mksysb started Sat Mar 16 02:27:20 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up.... Backing up 44417 files.............................. 2445 of 44417 files (5%).............................. 2445 of 44417 files (5%).............................. 2445 of 44417 files (5%).............................. 2483 of 44417 files (5%).............................. 2483 of 44417 files (5%).............................. 2483 of 44417 files (5%).............................. 2536 of 44417 files (5%).............................. 10503 of 44417 files (23%).............................. 21056 of 44417 files (47%).............................. 33297 of 44417 files (74%).............................. 40538 of 44417 files (91%)....................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 16 03:35:09 EST 2002 Verify mksysb Sat Mar 16 03:35:11 EST 2002 Dumpdate: Sat Mar 16 02:34:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 16 02:28 ./image.data -rw-r--r-- 1 root system 2777 Mar 16 02:27 ./tapeid.data 1501521 Kbytes, 44417 files 0 cache hits, 0 cache misses Backup finished Sat Mar 16 04:26:25 EST 2002 **** Usage Log: **** Uses: 61 Backup Date: Wed Mar 6 02:26:37 EST 2002 Backup Date: Tue Mar 5 02:26:41 EST 2002 Backup Date: Sat Mar 2 02:27:08 EST 2002 Backup Date: Fri Mar 1 02:26:37 EST 2002 Backup Date: Thu Feb 28 02:26:20 EST 2002 From root@wall.wall.com Thu Mar 21 04:43:17 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2L9hFOC037160; Thu, 21 Mar 2002 04:43:15 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2L9ZpfO027846; Thu, 21 Mar 2002 04:35:51 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA13910; Thu, 21 Mar 2002 04:26:47 -0500 Date: Thu, 21 Mar 2002 04:26:47 -0500 From: root@wall.wall.com Message-Id: <200203210926.EAA13910@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2022 System Id: wall Backup Started: Thu Mar 21 02:00:00 EST 2002 Backup of btas image started Thu Mar 21 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Mar 21 02:27:05 EST 2002] 68.2% Dumpdate: Wed Mar 20 02:35:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 20 02:29 ./image.data -rw-r--r-- 1 root system 929 Mar 20 02:28 ./tapeid.data Tape Id: wall0056 Backup Date: Thu Mar 21 02:27:32 EST 2002 mksysb started Thu Mar 21 02:27:32 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 44450 files.............................. 2500 of 44450 files (5%).............................. 2500 of 44450 files (5%).............................. 2500 of 44450 files (5%).............................. 2538 of 44450 files (5%).............................. 2538 of 44450 files (5%).............................. 2538 of 44450 files (5%).............................. 2590 of 44450 files (5%).............................. 10478 of 44450 files (23%).................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ............. 20649 of 44450 files (46%).............................. 32660 of 44450 files (73%).............................. 40355 of 44450 files (90%)....................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Mar 21 03:35:14 EST 2002 Verify mksysb Thu Mar 21 03:35:16 EST 2002 Dumpdate: Thu Mar 21 02:34:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 21 02:28 ./image.data -rw-r--r-- 1 root system 971 Mar 21 02:27 ./tapeid.data 1502389 Kbytes, 44449 files 0 cache hits, 0 cache misses Backup finished Thu Mar 21 04:26:46 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Wed Mar 20 02:28:24 EST 2002 Backup Date: Tue Mar 19 02:27:50 EST 2002 Backup Date: Thu Mar 7 02:27:06 EST 2002 Backup Date: Thu Jan 3 02:26:14 EST 2002 Backup Date: Wed Jan 2 02:26:03 EST 2002 From root@wall.wall.com Fri Mar 22 04:43:18 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2M9hHOC013670; Fri, 22 Mar 2002 04:43:17 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2M9dvAq034862; Fri, 22 Mar 2002 04:39:57 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39656; Fri, 22 Mar 2002 04:23:50 -0500 Date: Fri, 22 Mar 2002 04:23:50 -0500 From: root@wall.wall.com Message-Id: <200203220923.EAA39656@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2023 System Id: wall Backup Started: Fri Mar 22 02:00:00 EST 2002 Backup of btas image started Fri Mar 22 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Mar 22 02:26:04 EST 2002] 68.2% Dumpdate: Fri Mar 8 02:34:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Mar 08 02:28 ./image.data -rw-r--r-- 1 root system 3197 Mar 08 02:27 ./tapeid.data Tape Id: wall0051 Backup Date: Fri Mar 22 02:27:47 EST 2002 mksysb started Fri Mar 22 02:27:48 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up.... Backing up 44609 files.............................. 2512 of 44609 files (5%).............................. 2512 of 44609 files (5%).............................. 2512 of 44609 files (5%).............................. 2550 of 44609 files (5%).............................. 2550 of 44609 files (5%).............................. 2550 of 44609 files (5%).............................. 2603 of 44609 files (5%).............................. 14593 of 44609 files (32%).............................. 22777 of 44609 files (51%).............................. 34832 of 44609 files (78%).............................. 42838 of 44609 files (96%).. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Mar 22 03:32:20 EST 2002 Verify mksysb Fri Mar 22 03:32:21 EST 2002 Dumpdate: Fri Mar 22 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 22 02:29 ./image.data -rw-r--r-- 1 root system 3239 Mar 22 02:27 ./tapeid.data 1503493 Kbytes, 44609 files 0 cache hits, 0 cache misses Backup finished Fri Mar 22 04:23:49 EST 2002 **** Usage Log: **** Uses: 72 Backup Date: Fri Mar 8 02:27:08 EST 2002 Backup Date: Tue Jan 15 02:27:30 EST 2002 Backup Date: Sat Jan 12 02:26:53 EST 2002 Backup Date: Fri Jan 11 02:27:31 EST 2002 Backup Date: Thu Jan 10 02:25:53 EST 2002 From root@wall.wall.com Sat Mar 23 04:33:25 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2N9XJOC034918; Sat, 23 Mar 2002 04:33:19 -0500 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2N9Pk69033308; Sat, 23 Mar 2002 04:25:46 -0500 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA36180; Sat, 23 Mar 2002 04:24:43 -0500 Date: Sat, 23 Mar 2002 04:24:43 -0500 From: root@wall.wall.com Message-Id: <200203230924.EAA36180@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2024 System Id: wall Backup Started: Sat Mar 23 02:00:01 EST 2002 Backup of btas image started Sat Mar 23 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Mar 23 02:26:36 EST 2002] 68.2% Dumpdate: Sat Mar 9 02:35:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Mar 09 02:29 ./image.data -rw-r--r-- 1 root system 635 Mar 09 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Mar 23 02:27:49 EST 2002 mksysb started Sat Mar 23 02:27:50 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44692 files.............................. 2525 of 44692 files (5%).............................. 2525 of 44692 files (5%).............................. 2525 of 44692 files (5%).............................. 2563 of 44692 files (5%).............................. 2563 of 44692 files (5%).............................. 2563 of 44692 files (5%).............................. 2616 of 44692 files (5%).............................. 12715 of 44692 files (28%).............................. 21290 of 44692 files (47%).............................. 34197 of 44692 files (76%).............................. 42578 of 44692 files (95%)...... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 23 03:33:02 EST 2002 Verify mksysb Sat Mar 23 03:33:03 EST 2002 Dumpdate: Sat Mar 23 02:34:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 23 02:29 ./image.data -rw-r--r-- 1 root system 677 Mar 23 02:27 ./tapeid.data 1504715 Kbytes, 44692 files 0 cache hits, 0 cache misses Backup finished Sat Mar 23 04:24:42 EST 2002 **** Usage Log: **** Uses: 11 Backup Date: Sat Mar 9 02:28:04 EST 2002 Backup Date: Wed Jan 23 02:27:37 EST 2002 Backup Date: Tue Jan 22 02:26:09 EST 2002 Backup Date: Sat Jan 19 02:27:57 EST 2002 Backup Date: Sat Nov 3 02:26:16 EST 2001 From root@acustomsbroker.com Tue Mar 26 02:48:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q7lxOC043722; Tue, 26 Mar 2002 02:47:59 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q7lnkY027310; Tue, 26 Mar 2002 02:47:51 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2Q7lmN24747; Tue, 26 Mar 2002 02:47:48 -0500 Date: Tue, 26 Mar 2002 02:47:48 -0500 From: root Message-Id: <200203260747.g2Q7lmN24747@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2025 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Mar 26 02:00:00 EST 2002 BMS backup Tue Mar 26 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Tue Mar 26 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Mar 26 02:01:13 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1261189120 (1.2GB, 910kB/s) 1354.69s real 4.34s user 23.97s system Rewind Tape Tue Mar 26 02:23:47 EST 2002 BMS backup Tue Mar 26 02:24:53 EST 2002 Verify backup Tue Mar 26 02:24:53 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Tue Mar 26 02:47:47 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Fri Mar 15 02:00:24 EST 2002 Backup Date: Tue Feb 12 02:00:24 EST 2002 Backup Date: Fri Jan 25 02:00:25 EST 2002 Backup Date: Thu Jan 10 02:00:24 EST 2002 Backup Date: Tue Dec 25 02:00:20 EST 2001 From root@bmsaix.bmsi.com Tue Mar 26 04:21:23 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q9LMOC033680 for ; Tue, 26 Mar 2002 04:21:22 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2Q9LMdi023432 for bmsaix@bmsi.com; Tue, 26 Mar 2002 04:21:22 -0500 Date: Tue, 26 Mar 2002 04:21:22 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203260921.g2Q9LMdi023432@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2026 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Mar 26 00:30:01 EST 2002 mksysb backup Tue Mar 26 00:30:26 EST 2002 Dumpdate: Sat Mar 16 00:42:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 16 00:34 ./image.data -rw-r--r-- 1 root system 2330 Mar 16 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Mar 26 00:30:34 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Mar 26 00:31:05 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai1763383: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall3e75383: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC3e75: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai1764f07: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger11acd41: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC11ac: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.bmsai17656e2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/D.koger11ad6e2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/koger/C.kogerC11ad: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Mar 26 02:43:31 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 20560. mksysb backup Tue Mar 26 02:44:46 EST 2002 Dumpdate: Tue Mar 26 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 26 00:34 ./image.data -rw-r--r-- 1 root system 2372 Mar 26 00:30 ./tapeid.data Verify backup Tue Mar 26 02:44:53 EST 2002 Segment 1-4: mksysb 4033511 Kbytes, 138433 files 88.5% Backup finished Tue Mar 26 04:21:22 EST 2002 **** Usage Log: **** Uses: 9 Backup Date: Sat Mar 16 00:30:34 EST 2002 Backup Date: Tue Mar 12 00:30:34 EST 2002 Backup Date: Sat Mar 2 00:30:34 EST 2002 Backup Date: Sat Feb 23 00:30:30 EST 2002 Backup Date: Tue Feb 19 00:30:34 EST 2002 From root@csichb.com Tue Mar 26 04:26:48 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q9QlOC033544 for ; Tue, 26 Mar 2002 04:26:47 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q9QfkY030574 for ; Tue, 26 Mar 2002 04:26:41 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2Q9Qefm027436 for ; Tue, 26 Mar 2002 04:26:40 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2Q9QdIO028360 for bmsaix@bmsi.com; Tue, 26 Mar 2002 04:26:39 -0500 Date: Tue, 26 Mar 2002 04:26:39 -0500 From: root@csichb.com Message-Id: <200203260926.g2Q9QdIO028360@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2027 System Id: csi Backup Started: Tue Mar 26 02:00:00 EST 2002 Dumpdate: Tue Mar 19 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 19 02:01 ./image.data -rw-r--r-- 1 root system 3637 Mar 19 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Mar 26 02:00:21 EST 2002 mksysb started Tue Mar 26 02:00:21 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 68683 files.............................. 310 of 68683 files (0%).............................. 562 of 68683 files (0%).............................. 5733 of 68683 files (8%).............................. 6509 of 68683 files (9%).............................. 7759 of 68683 files (11%).............................. 12747 of 68683 files (18%).............................. 12863 of 68683 files (18%).............................. 19624 of 68683 files (28%).............................. 23451 of 68683 files (34%).............................. 34491 of 68683 files (50%).............................. 45384 of 68683 files (66%).............................. 50512 of 68683 files (73%).............................. 55468 of 68683 files (80%).............................. 65121 of 68683 files (94%)............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Mar 26 03:17:20 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Mar 26 03:17:22 EST 2002 Verify mksysb Tue Mar 26 03:18:23 EST 2002 Dumpdate: Tue Mar 26 02:04:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 26 02:01 ./image.data -rw-r--r-- 1 root system 3679 Mar 26 02:00 ./tapeid.data 2042925 Kbytes, 68683 files Backup finished Tue Mar 26 04:26:39 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6984 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 362608 27% 728 2% /var /dev/hd3 344064 288240 17% 85 1% /tmp /dev/hd1 819200 158048 81% 837 1% /home /dev/lv00 507904 116344 78% 5732 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 81 Backup Date: Tue Mar 19 02:00:22 EST 2002 Backup Date: Tue Mar 12 02:00:21 EST 2002 Backup Date: Tue Mar 5 02:00:22 EST 2002 Backup Date: Tue Feb 26 02:00:21 EST 2002 Backup Date: Tue Feb 12 02:00:22 EST 2002 From root@editorialunilit.com Tue Mar 26 04:33:51 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q9XoOC021894 for ; Tue, 26 Mar 2002 04:33:50 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q9XikY009414 for ; Tue, 26 Mar 2002 04:33:44 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2Q9WRTF011474; Tue, 26 Mar 2002 04:32:27 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2Q9WQhQ040144; Tue, 26 Mar 2002 04:32:26 -0500 Date: Tue, 26 Mar 2002 04:32:26 -0500 From: root@editorialunilit.com Message-Id: <200203260932.g2Q9WQhQ040144@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2028 System Id: unilit Backup Started: Mon Mar 25 23:50:00 EST 2002 Dumpdate: Wed Mar 20 00:02:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 19 23:56 ./image.data -rw-r--r-- 1 root system 909 Mar 19 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Mon Mar 25 23:50:24 EST 2002 mksysb started Mon Mar 25 23:50:25 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5462 cache hits, 115 cache misses 130020 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 16590. Rewind Tape Tue Mar 26 02:50:53 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Mar 26 03:00:54 EST 2002 Dumpdate: Tue Mar 26 00:01:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 25 23:56 ./image.data -rw-r--r-- 1 root system 951 Mar 25 23:50 ./tapeid.data 2811536 Kbytes, 20432 files Backup finished Tue Mar 26 04:32:25 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Tue Mar 19 23:50:24 EST 2002 Backup Date: Wed Mar 13 23:50:24 EST 2002 Backup Date: Thu Mar 7 23:50:24 EST 2002 Backup Date: Thu Feb 28 23:50:24 EST 2002 Backup Date: Mon Feb 25 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 877232 26% 652 1% /var /dev/hd3 81920 71408 13% 103 2% /tmp /dev/hd1 196608 1800 100% 1027 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32624 78% 2793 61% /usr/local /dev/lv03 131072 19808 85% 5368 66% /bms /dev/lv04 294912 46216 85% 2500 28% /span /dev/lv05 1048576 389432 63% 20 1% /btdata /dev/lv06 2097152 180080 92% 496 1% /mail Free Mounted Blksiz Opens Status A: 26077 Tue Mar 26 02:50 2048 8 Clean /btdata/SPAN 156276 used B: 85 Tue Mar 26 02:50 2048 15 Clean /btdata/EDX 6191 used From root@wall.wall.com Tue Mar 26 04:43:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2Q9hPOC021810; Tue, 26 Mar 2002 04:43:25 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2Q9a4rb033718; Tue, 26 Mar 2002 04:36:04 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39562; Tue, 26 Mar 2002 04:25:05 -0500 Date: Tue, 26 Mar 2002 04:25:05 -0500 From: root@wall.wall.com Message-Id: <200203260925.EAA39562@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2029 System Id: wall Backup Started: Tue Mar 26 02:00:01 EST 2002 Backup of btas image started Tue Mar 26 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Mar 26 02:27:41 EST 2002] 68.2% Dumpdate: Sat Mar 23 02:34:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 23 02:29 ./image.data -rw-r--r-- 1 root system 677 Mar 23 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Mar 26 02:28:07 EST 2002 mksysb started Tue Mar 26 02:28:08 EST 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up..... Backing up 44574 files.............................. 2552 of 44574 files (5%).............................. 2552 of 44574 files (5%).............................. 2552 of 44574 files (5%).............................. 2590 of 44574 files (5%).............................. 2590 of 44574 files (5%).............................. 2590 of 44574 files (5%).............................. 2643 of 44574 files (5%)...............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN231635: A file or directory in the path name does not exist. ............... 13507 of 44574 files (30%).............................. 20817 of 44574 files (46%).............................. 33658 of 44574 files (75%).............................. 42101 of 44574 files (94%)........ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Mar 26 03:33:24 EST 2002 Verify mksysb Tue Mar 26 03:33:25 EST 2002 Dumpdate: Tue Mar 26 02:35:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 26 02:29 ./image.data -rw-r--r-- 1 root system 719 Mar 26 02:28 ./tapeid.data 1502361 Kbytes, 44573 files 0 cache hits, 0 cache misses Backup finished Tue Mar 26 04:25:04 EST 2002 **** Usage Log: **** Uses: 12 Backup Date: Sat Mar 23 02:27:49 EST 2002 Backup Date: Sat Mar 9 02:28:04 EST 2002 Backup Date: Wed Jan 23 02:27:37 EST 2002 Backup Date: Tue Jan 22 02:26:09 EST 2002 Backup Date: Sat Jan 19 02:27:57 EST 2002 From root@acustomsbroker.com Wed Mar 27 02:47:58 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R7luOC042864; Wed, 27 Mar 2002 02:47:57 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R7lokY024346; Wed, 27 Mar 2002 02:47:50 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2R7lnr01790; Wed, 27 Mar 2002 02:47:49 -0500 Date: Wed, 27 Mar 2002 02:47:49 -0500 From: root Message-Id: <200203270747.g2R7lnr01790@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2030 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Mar 27 02:00:00 EST 2002 BMS backup Wed Mar 27 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Wed Mar 27 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Mar 27 02:01:12 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1262899200 (1.2GB, 907kB/s) 1359.05s real 4.07s user 23.16s system Rewind Tape Wed Mar 27 02:23:52 EST 2002 BMS backup Wed Mar 27 02:24:49 EST 2002 Verify backup Wed Mar 27 02:24:49 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Wed Mar 27 02:47:49 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Sat Mar 16 02:00:24 EST 2002 Backup Date: Tue Feb 26 02:00:24 EST 2002 Backup Date: Fri Jan 11 02:00:24 EST 2002 Backup Date: Thu Dec 27 02:00:24 EST 2001 Backup Date: Tue Nov 27 02:00:24 EST 2001 From root@csichb.com Wed Mar 27 04:26:11 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R9Q9OC014580 for ; Wed, 27 Mar 2002 04:26:09 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R9Q2kY027380 for ; Wed, 27 Mar 2002 04:26:03 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2R9Q1JR026358 for ; Wed, 27 Mar 2002 04:26:01 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2R9Q1hb044030 for bmsaix@bmsi.com; Wed, 27 Mar 2002 04:26:01 -0500 Date: Wed, 27 Mar 2002 04:26:01 -0500 From: root@csichb.com Message-Id: <200203270926.g2R9Q1hb044030@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2031 System Id: csi Backup Started: Wed Mar 27 02:00:00 EST 2002 Dumpdate: Wed Mar 20 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 20 02:01 ./image.data -rw-r--r-- 1 root system 2419 Mar 20 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Mar 27 02:00:22 EST 2002 mksysb started Wed Mar 27 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68706 files.............................. 310 of 68706 files (0%).............................. 689 of 68706 files (1%).............................. 5777 of 68706 files (8%).............................. 6524 of 68706 files (9%).............................. 8329 of 68706 files (12%).............................. 12772 of 68706 files (18%).............................. 12886 of 68706 files (18%).............................. 20820 of 68706 files (30%).............................. 23907 of 68706 files (34%).............................. 34812 of 68706 files (50%).............................. 45828 of 68706 files (66%).............................. 50962 of 68706 files (74%).............................. 56085 of 68706 files (81%).............................. 65752 of 68706 files (95%).......... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Mar 27 03:16:42 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Mar 27 03:16:43 EST 2002 Verify mksysb Wed Mar 27 03:17:44 EST 2002 Dumpdate: Wed Mar 27 02:04:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 27 02:01 ./image.data -rw-r--r-- 1 root system 2461 Mar 27 02:00 ./tapeid.data 2046776 Kbytes, 68706 files Backup finished Wed Mar 27 04:26:00 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6984 79% 2123 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 362272 27% 782 2% /var /dev/hd3 344064 288080 17% 85 1% /tmp /dev/hd1 819200 157312 81% 846 1% /home /dev/lv00 507904 114680 78% 5740 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 52 Backup Date: Wed Mar 20 02:00:22 EST 2002 Backup Date: Wed Mar 13 02:00:21 EST 2002 Backup Date: Wed Mar 6 02:00:23 EST 2002 Backup Date: Wed Feb 27 02:00:22 EST 2002 Backup Date: Thu Feb 21 02:00:18 EST 2002 From root@wall.wall.com Wed Mar 27 04:53:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R9rQOC014742; Wed, 27 Mar 2002 04:53:26 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2R9p5VI043630; Wed, 27 Mar 2002 04:51:05 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA20976; Wed, 27 Mar 2002 04:24:30 -0500 Date: Wed, 27 Mar 2002 04:24:30 -0500 From: root@wall.wall.com Message-Id: <200203270924.EAA20976@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2032 System Id: wall Backup Started: Wed Mar 27 02:00:00 EST 2002 Backup of btas image started Wed Mar 27 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Mar 27 02:26:02 EST 2002] 68.2% Dumpdate: Tue Mar 12 02:35:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 12 02:29 ./image.data -rw-r--r-- 1 root system 1979 Mar 12 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Mar 27 02:28:22 EST 2002 mksysb started Wed Mar 27 02:28:23 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44644 files.............................. 2565 of 44644 files (5%).............................. 2565 of 44644 files (5%).............................. 2565 of 44644 files (5%).............................. 2603 of 44644 files (5%).............................. 2603 of 44644 files (5%).............................. 2603 of 44644 files (5%).............................. 2658 of 44644 files (5%).............................. 10865 of 44644 files (24%).............................. 21217 of 44644 files (47%).............................. 33836 of 44644 files (75%).............................. 42156 of 44644 files (94%)........ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Mar 27 03:33:31 EST 2002 Verify mksysb Wed Mar 27 03:33:33 EST 2002 Dumpdate: Wed Mar 27 02:35:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 27 02:29 ./image.data -rw-r--r-- 1 root system 2021 Mar 27 02:28 ./tapeid.data 1502626 Kbytes, 44644 files 0 cache hits, 0 cache misses Backup finished Wed Mar 27 04:24:29 EST 2002 **** Usage Log: **** Uses: 43 Backup Date: Tue Mar 12 02:28:06 EST 2002 Backup Date: Fri Feb 15 02:26:55 EST 2002 Backup Date: Thu Feb 14 02:26:53 EST 2002 Backup Date: Wed Feb 13 02:26:37 EST 2002 Backup Date: Tue Feb 12 02:26:54 EST 2002 From root@editorialunilit.com Wed Mar 27 04:34:33 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R9YWOC040546 for ; Wed, 27 Mar 2002 04:34:32 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2R9YPkY012324 for ; Wed, 27 Mar 2002 04:34:26 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2R9X9TF014436; Wed, 27 Mar 2002 04:33:09 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2R9X8WT032098; Wed, 27 Mar 2002 04:33:08 -0500 Date: Wed, 27 Mar 2002 04:33:08 -0500 From: root@editorialunilit.com Message-Id: <200203270933.g2R9X8WT032098@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2033 System Id: unilit Backup Started: Tue Mar 26 23:50:00 EST 2002 Dumpdate: Thu Mar 21 00:01:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 20 23:56 ./image.data -rw-r--r-- 1 root system 2379 Mar 20 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Tue Mar 26 23:50:23 EST 2002 mksysb started Tue Mar 26 23:50:24 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5457 cache hits, 116 cache misses 130273 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 45180. Rewind Tape Wed Mar 27 02:54:29 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Mar 27 03:04:30 EST 2002 Dumpdate: Wed Mar 27 00:01:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 26 23:56 ./image.data -rw-r--r-- 1 root system 2421 Mar 26 23:50 ./tapeid.data 2848043 Kbytes, 20443 files Backup finished Wed Mar 27 04:33:07 EST 2002 **** Usage Log: **** Uses: 51 Backup Date: Wed Mar 20 23:50:23 EST 2002 Backup Date: Thu Mar 14 23:50:23 EST 2002 Backup Date: Fri Mar 8 23:50:24 EST 2002 Backup Date: Fri Mar 1 23:50:24 EST 2002 Backup Date: Tue Feb 26 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 853312 28% 655 1% /var /dev/hd3 81920 71360 13% 105 2% /tmp /dev/hd1 196608 3936 98% 1022 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32616 78% 2793 61% /usr/local /dev/lv03 131072 19696 85% 5370 66% /bms /dev/lv04 294912 44608 85% 2504 28% /span /dev/lv05 1048576 389432 63% 20 1% /btdata /dev/lv06 2097152 143624 94% 503 1% /mail Free Mounted Blksiz Opens Status A: 25824 Wed Mar 27 02:54 2048 8 Clean /btdata/SPAN 156276 used B: 93 Wed Mar 27 02:54 2048 15 Clean /btdata/EDX 6191 used From root@wall.wall.com Thu Mar 28 04:43:31 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S9hSOC031334; Thu, 28 Mar 2002 04:43:28 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2S9Zq5G027120; Thu, 28 Mar 2002 04:35:52 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA32004; Thu, 28 Mar 2002 04:23:08 -0500 Date: Thu, 28 Mar 2002 04:23:08 -0500 From: root@wall.wall.com Message-Id: <200203280923.EAA32004@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2034 System Id: wall Backup Started: Thu Mar 28 02:00:01 EST 2002 Backup of btas image started Thu Mar 28 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Mar 28 02:26:48 EST 2002] 68.2% Dumpdate: Wed Mar 27 02:35:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 27 02:29 ./image.data -rw-r--r-- 1 root system 2021 Mar 27 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Mar 28 02:27:14 EST 2002 mksysb started Thu Mar 28 02:27:15 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44689 files.............................. 2577 of 44689 files (5%).............................. 2577 of 44689 files (5%).............................. 2577 of 44689 files (5%).............................. 2615 of 44689 files (5%).............................. 2615 of 44689 files (5%).............................. 2615 of 44689 files (5%).............................. 2670 of 44689 files (5%)..............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN232050: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN232051: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN232052: A file or directory in the path name does not exist. ................ 14701 of 44689 files (32%).............................. 21275 of 44689 files (47%).............................. 34412 of 44689 files (77%).............................. 42424 of 44689 files (94%)...... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Mar 28 03:32:12 EST 2002 Verify mksysb Thu Mar 28 03:32:13 EST 2002 Dumpdate: Thu Mar 28 02:34:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 28 02:28 ./image.data -rw-r--r-- 1 root system 2063 Mar 28 02:27 ./tapeid.data 1503788 Kbytes, 44686 files 0 cache hits, 0 cache misses Backup finished Thu Mar 28 04:23:07 EST 2002 **** Usage Log: **** Uses: 44 Backup Date: Wed Mar 27 02:28:22 EST 2002 Backup Date: Tue Mar 12 02:28:06 EST 2002 Backup Date: Fri Feb 15 02:26:55 EST 2002 Backup Date: Thu Feb 14 02:26:53 EST 2002 Backup Date: Wed Feb 13 02:26:37 EST 2002 From root@editorialunilit.com Thu Mar 28 04:30:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S9UEOC027554 for ; Thu, 28 Mar 2002 04:30:15 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S9U8kY016804 for ; Thu, 28 Mar 2002 04:30:09 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2S9SpTF053858; Thu, 28 Mar 2002 04:28:52 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2S9SpgH048224; Thu, 28 Mar 2002 04:28:51 -0500 Date: Thu, 28 Mar 2002 04:28:51 -0500 From: root@editorialunilit.com Message-Id: <200203280928.g2S9SpgH048224@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2035 System Id: unilit Backup Started: Wed Mar 27 23:50:01 EST 2002 Dumpdate: Fri Mar 22 00:02:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 21 23:57 ./image.data -rw-r--r-- 1 root system 993 Mar 21 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Wed Mar 27 23:51:36 EST 2002 mksysb started Wed Mar 27 23:51:37 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5462 cache hits, 112 cache misses 130493 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 16490. Rewind Tape Thu Mar 28 02:52:35 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Mar 28 03:02:36 EST 2002 Dumpdate: Thu Mar 28 00:03:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Mar 27 23:57 ./image.data -rw-r--r-- 1 root system 1035 Mar 27 23:51 ./tapeid.data 2827578 Kbytes, 20456 files Backup finished Thu Mar 28 04:28:50 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Thu Mar 21 23:51:05 EST 2002 Backup Date: Fri Mar 15 23:50:56 EST 2002 Backup Date: Mon Mar 11 23:50:56 EST 2002 Backup Date: Mon Mar 4 23:50:36 EST 2002 Backup Date: Wed Feb 20 23:50:56 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5008 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 886176 25% 658 1% /var /dev/hd3 81920 71344 13% 103 2% /tmp /dev/hd1 196608 96088 52% 1011 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32616 78% 2793 61% /usr/local /dev/lv03 131072 19736 85% 5371 66% /bms /dev/lv04 294912 44536 85% 2504 28% /span /dev/lv05 1048576 389432 63% 20 1% /btdata /dev/lv06 2277376 277888 88% 523 1% /mail Free Mounted Blksiz Opens Status A: 25604 Thu Mar 28 02:52 2048 8 Clean /btdata/SPAN 156276 used B: 89 Thu Mar 28 02:52 2048 15 Clean /btdata/EDX 6191 used From root@csichb.com Thu Mar 28 04:26:27 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S9QQOC026960 for ; Thu, 28 Mar 2002 04:26:26 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S9QJkY033898 for ; Thu, 28 Mar 2002 04:26:19 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2S9QHJR047734 for ; Thu, 28 Mar 2002 04:26:17 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2S9QHv9045226 for bmsaix@bmsi.com; Thu, 28 Mar 2002 04:26:17 -0500 Date: Thu, 28 Mar 2002 04:26:17 -0500 From: root@csichb.com Message-Id: <200203280926.g2S9QHv9045226@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2037 System Id: csi Backup Started: Thu Mar 28 02:00:00 EST 2002 Dumpdate: Thu Mar 21 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 21 02:01 ./image.data -rw-r--r-- 1 root system 3721 Mar 21 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu Mar 28 02:00:21 EST 2002 mksysb started Thu Mar 28 02:00:21 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68719 files.............................. 310 of 68719 files (0%).............................. 694 of 68719 files (1%).............................. 5779 of 68719 files (8%).............................. 6533 of 68719 files (9%).............................. 7652 of 68719 files (11%).............................. 12782 of 68719 files (18%).............................. 12899 of 68719 files (18%).............................. 19406 of 68719 files (28%).............................. 23193 of 68719 files (33%).............................. 34488 of 68719 files (50%).............................. 45421 of 68719 files (66%).............................. 50611 of 68719 files (73%).............................. 55765 of 68719 files (81%).............................. 65742 of 68719 files (95%)........... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Mar 28 03:16:44 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Mar 28 03:16:45 EST 2002 Verify mksysb Thu Mar 28 03:17:46 EST 2002 Dumpdate: Thu Mar 28 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 28 02:01 ./image.data -rw-r--r-- 1 root system 3763 Mar 28 02:00 ./tapeid.data 2053523 Kbytes, 68719 files Backup finished Thu Mar 28 04:26:16 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6984 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 348704 30% 736 2% /var /dev/hd3 344064 287936 17% 85 1% /tmp /dev/hd1 819200 155560 82% 846 1% /home /dev/lv00 507904 110544 79% 5749 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 83 Backup Date: Thu Mar 21 02:00:21 EST 2002 Backup Date: Thu Mar 14 02:00:22 EST 2002 Backup Date: Thu Mar 7 02:00:22 EST 2002 Backup Date: Thu Feb 28 02:00:21 EST 2002 Backup Date: Thu Feb 14 02:00:22 EST 2002 From root@bmsaix.bmsi.com Thu Mar 28 04:20:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S9K5OC027560 for ; Thu, 28 Mar 2002 04:20:06 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2S9K5Ni031396 for bmsaix@bmsi.com; Thu, 28 Mar 2002 04:20:05 -0500 Date: Thu, 28 Mar 2002 04:20:05 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203280920.g2S9K5Ni031396@bmsaix.bmsi.com> Subject: bmsaix0081 backup Status: RO X-Status: X-Keywords: X-UID: 2038 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Mar 28 00:30:00 EST 2002 mksysb backup Thu Mar 28 00:30:22 EST 2002 Dumpdate: Thu Mar 21 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 21 00:33 ./image.data -rw-r--r-- 1 root system 2204 Mar 21 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0081 Backup Date: Thu Mar 28 00:30:30 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Mar 28 00:31:00 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Mar 28 02:42:33 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 24008. mksysb backup Thu Mar 28 02:44:16 EST 2002 Dumpdate: Thu Mar 28 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 28 00:33 ./image.data -rw-r--r-- 1 root system 2246 Mar 28 00:30 ./tapeid.data Verify backup Thu Mar 28 02:44:24 EST 2002 Segment 1-4: mksysb 4039839 Kbytes, 138503 files 88.5% Backup finished Thu Mar 28 04:20:05 EST 2002 **** Usage Log: **** Uses: 6 Backup Date: Thu Mar 21 00:30:31 EST 2002 Backup Date: Thu Mar 14 00:30:34 EST 2002 Backup Date: Thu Mar 7 00:30:33 EST 2002 Backup Date: Thu Feb 28 00:30:33 EST 2002 Backup Date: Thu Feb 21 00:30:30 EST 2002 From root@acustomsbroker.com Thu Mar 28 02:48:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S7mdOC037212; Thu, 28 Mar 2002 02:48:39 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2S7mRkY021242; Thu, 28 Mar 2002 02:48:32 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2S7m5H10333; Thu, 28 Mar 2002 02:48:05 -0500 Date: Thu, 28 Mar 2002 02:48:05 -0500 From: root Message-Id: <200203280748.g2S7m5H10333@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2039 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Mar 28 02:00:00 EST 2002 BMS backup Thu Mar 28 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Thu Mar 28 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Mar 28 02:01:12 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1265049600 (1.2GB, 905kB/s) 1364.54s real 4.40s user 23.25s system Rewind Tape Thu Mar 28 02:23:57 EST 2002 BMS backup Thu Mar 28 02:24:57 EST 2002 Verify backup Thu Mar 28 02:24:57 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Mar 28 02:48:05 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Thu Feb 28 02:00:20 EST 2002 Backup Date: Wed Feb 13 02:00:24 EST 2002 Backup Date: Sat Jan 26 02:00:20 EST 2002 Backup Date: Sat Jan 12 02:00:21 EST 2002 Backup Date: Fri Dec 28 02:00:20 EST 2001 From root@bmsaix.bmsi.com Fri Mar 29 04:33:37 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T9XaOC024836 for ; Fri, 29 Mar 2002 04:33:36 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2T9XaDl011004 for bmsaix@bmsi.com; Fri, 29 Mar 2002 04:33:36 -0500 Date: Fri, 29 Mar 2002 04:33:36 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203290933.g2T9XaDl011004@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2040 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Mar 29 00:30:00 EST 2002 mksysb backup Fri Mar 29 00:30:22 EST 2002 Dumpdate: Fri Mar 22 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 22 00:33 ./image.data -rw-r--r-- 1 root system 2246 Mar 22 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Mar 29 00:30:30 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Mar 29 00:31:00 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000a.11b2: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Mar 29 02:53:21 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 37868. mksysb backup Fri Mar 29 02:54:21 EST 2002 Dumpdate: Fri Mar 29 00:42:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 29 00:33 ./image.data -rw-r--r-- 1 root system 2288 Mar 29 00:30 ./tapeid.data Verify backup Fri Mar 29 02:54:29 EST 2002 Segment 1-4: mksysb 4079997 Kbytes, 140181 files 88.5% Backup finished Fri Mar 29 04:33:35 EST 2002 **** Usage Log: **** Uses: 7 Backup Date: Fri Mar 22 00:30:33 EST 2002 Backup Date: Tue Mar 19 00:30:33 EST 2002 Backup Date: Fri Mar 15 00:30:30 EST 2002 Backup Date: Fri Mar 8 00:30:30 EST 2002 Backup Date: Fri Mar 1 00:30:30 EST 2002 From root@editorialunilit.com Fri Mar 29 04:38:36 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T9cZOC024916 for ; Fri, 29 Mar 2002 04:38:35 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T9cSkY014128 for ; Fri, 29 Mar 2002 04:38:29 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2T9bBTF032578; Fri, 29 Mar 2002 04:37:12 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2T9bBEZ062016; Fri, 29 Mar 2002 04:37:11 -0500 Date: Fri, 29 Mar 2002 04:37:11 -0500 From: root@editorialunilit.com Message-Id: <200203290937.g2T9bBEZ062016@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2041 System Id: unilit Backup Started: Thu Mar 28 23:50:00 EST 2002 Dumpdate: Sat Mar 23 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 22 23:57 ./image.data -rw-r--r-- 1 root system 909 Mar 22 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Thu Mar 28 23:50:56 EST 2002 mksysb started Thu Mar 28 23:50:57 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5470 cache hits, 110 cache misses 130860 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 29228. Rewind Tape Fri Mar 29 02:46:48 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Mar 29 02:56:49 EST 2002 Dumpdate: Fri Mar 29 00:02:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Mar 28 23:57 ./image.data -rw-r--r-- 1 root system 951 Mar 28 23:50 ./tapeid.data 2811606 Kbytes, 20466 files Backup finished Fri Mar 29 04:37:10 EST 2002 **** Usage Log: **** Uses: 16 Backup Date: Fri Mar 22 23:51:05 EST 2002 Backup Date: Mon Mar 18 23:51:15 EST 2002 Backup Date: Tue Mar 12 23:51:05 EST 2002 Backup Date: Tue Mar 5 23:51:05 EST 2002 Backup Date: Fri Feb 22 23:51:03 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5000 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 959848 19% 660 1% /var /dev/hd3 81920 71328 13% 104 2% /tmp /dev/hd1 196608 96080 52% 1011 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32616 78% 2793 61% /usr/local /dev/lv03 131072 19728 85% 5373 66% /bms /dev/lv04 294912 44520 85% 2504 28% /span /dev/lv05 1048576 389432 63% 20 1% /btdata /dev/lv06 2277376 238536 90% 524 1% /mail Free Mounted Blksiz Opens Status A: 25237 Fri Mar 29 02:46 2048 8 Clean /btdata/SPAN 156276 used B: 72 Fri Mar 29 02:46 2048 15 Clean /btdata/EDX 6191 used From root@wall.wall.com Fri Mar 29 04:33:32 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T9XUOC024778; Fri, 29 Mar 2002 04:33:30 -0500 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2T9PuuH037200; Fri, 29 Mar 2002 04:25:56 -0500 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA33182; Fri, 29 Mar 2002 04:24:18 -0500 Date: Fri, 29 Mar 2002 04:24:18 -0500 From: root@wall.wall.com Message-Id: <200203290924.EAA33182@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2042 System Id: wall Backup Started: Fri Mar 29 02:00:01 EST 2002 Backup of btas image started Fri Mar 29 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Mar 29 02:26:09 EST 2002] 68.2% Dumpdate: Thu Mar 14 02:33:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 14 02:27 ./image.data -rw-r--r-- 1 root system 1937 Mar 14 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Fri Mar 29 02:26:36 EST 2002 mksysb started Fri Mar 29 02:26:37 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44765 files.............................. 2590 of 44765 files (5%).............................. 2590 of 44765 files (5%).............................. 2590 of 44765 files (5%).............................. 2628 of 44765 files (5%).............................. 2628 of 44765 files (5%).............................. 2628 of 44765 files (5%).............................. 2680 of 44765 files (5%).............................. 10313 of 44765 files (23%).............................. 19797 of 44765 files (44%).............................. 27164 of 44765 files (60%).............................. 40931 of 44765 files (91%)........... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Mar 29 03:32:28 EST 2002 Verify mksysb Fri Mar 29 03:32:29 EST 2002 Dumpdate: Fri Mar 29 02:33:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 29 02:27 ./image.data -rw-r--r-- 1 root system 1979 Mar 29 02:26 ./tapeid.data 1504706 Kbytes, 44765 files 0 cache hits, 0 cache misses Backup finished Fri Mar 29 04:24:17 EST 2002 **** Usage Log: **** Uses: 42 Backup Date: Thu Mar 14 02:26:10 EST 2002 Backup Date: Wed Mar 13 02:26:25 EST 2002 Backup Date: Tue Feb 19 02:26:41 EST 2002 Backup Date: Sat Dec 8 02:26:32 EST 2001 Backup Date: Fri Dec 7 02:27:12 EST 2001 From root@csichb.com Fri Mar 29 04:26:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T9QjOC039252 for ; Fri, 29 Mar 2002 04:26:45 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T9QckY019182 for ; Fri, 29 Mar 2002 04:26:39 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2T9QbJR042264 for ; Fri, 29 Mar 2002 04:26:37 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2T9QamN018696 for bmsaix@bmsi.com; Fri, 29 Mar 2002 04:26:36 -0500 Date: Fri, 29 Mar 2002 04:26:36 -0500 From: root@csichb.com Message-Id: <200203290926.g2T9QamN018696@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2043 System Id: csi Backup Started: Fri Mar 29 02:00:00 EST 2002 Dumpdate: Fri Mar 22 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 22 02:01 ./image.data -rw-r--r-- 1 root system 823 Mar 22 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Mar 29 02:00:21 EST 2002 mksysb started Fri Mar 29 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68726 files.............................. 310 of 68726 files (0%).............................. 694 of 68726 files (1%).............................. 5774 of 68726 files (8%).............................. 6541 of 68726 files (9%).............................. 7659 of 68726 files (11%).............................. 12789 of 68726 files (18%).............................. 12906 of 68726 files (18%).............................. 18867 of 68726 files (27%).............................. 23074 of 68726 files (33%).............................. 34496 of 68726 files (50%).............................. 45387 of 68726 files (66%).............................. 50483 of 68726 files (73%).............................. 55663 of 68726 files (80%).............................. 65320 of 68726 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Mar 29 03:17:01 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Mar 29 03:17:03 EST 2002 Verify mksysb Fri Mar 29 03:18:05 EST 2002 Dumpdate: Fri Mar 29 02:04:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 29 02:01 ./image.data -rw-r--r-- 1 root system 865 Mar 29 02:00 ./tapeid.data 2055618 Kbytes, 68726 files Backup finished Fri Mar 29 04:26:36 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6984 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 344864 30% 1257 3% /var /dev/hd3 344064 287832 17% 85 1% /tmp /dev/hd1 819200 155544 82% 846 1% /home /dev/lv00 507904 108880 79% 5757 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 14 Backup Date: Fri Mar 22 02:00:21 EST 2002 Backup Date: Fri Mar 15 02:00:22 EST 2002 Backup Date: Fri Mar 8 02:00:22 EST 2002 Backup Date: Fri Mar 1 02:00:22 EST 2002 Backup Date: Fri Feb 22 02:00:22 EST 2002 From root@acustomsbroker.com Fri Mar 29 02:47:42 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T7leOC030272; Fri, 29 Mar 2002 02:47:40 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2T7lSkY021800; Fri, 29 Mar 2002 02:47:33 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2T7lRc20189; Fri, 29 Mar 2002 02:47:27 -0500 Date: Fri, 29 Mar 2002 02:47:27 -0500 From: root Message-Id: <200203290747.g2T7lRc20189@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2044 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Mar 29 02:00:01 EST 2002 BMS backup Fri Mar 29 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Fri Mar 29 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Mar 29 02:01:09 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1267732480 (1.2GB, 914kB/s) 1354.18s real 4.53s user 23.62s system Rewind Tape Fri Mar 29 02:23:43 EST 2002 BMS backup Fri Mar 29 02:24:33 EST 2002 Verify backup Fri Mar 29 02:24:33 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Fri Mar 29 02:47:27 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Tue Mar 5 02:00:24 EST 2002 Backup Date: Wed Jan 16 02:00:24 EST 2002 Backup Date: Tue Jan 1 02:00:24 EST 2002 Backup Date: Thu Dec 13 02:00:24 EST 2001 Backup Date: Tue Dec 4 02:00:24 EST 2001 From root@wall.wall.com Sat Mar 30 04:42:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U9gAfw043652; Sat, 30 Mar 2002 04:42:10 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g2U9bY8l031298; Sat, 30 Mar 2002 04:37:34 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39400; Sat, 30 Mar 2002 04:27:02 -0500 Date: Sat, 30 Mar 2002 04:27:02 -0500 From: root@wall.wall.com Message-Id: <200203300927.EAA39400@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2045 System Id: wall Backup Started: Sat Mar 30 02:00:00 EST 2002 Backup of btas image started Sat Mar 30 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Mar 30 02:26:05 EST 2002] 68.2% Dumpdate: Fri Mar 29 02:33:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 29 02:27 ./image.data -rw-r--r-- 1 root system 1979 Mar 29 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Sat Mar 30 02:26:31 EST 2002 mksysb started Sat Mar 30 02:26:32 EST 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 44868 files.............................. 2603 of 44868 files (5%).............................. 2603 of 44868 files (5%).............................. 2603 of 44868 files (5%).............................. 2641 of 44868 files (5%).............................. 2641 of 44868 files (5%).............................. 2641 of 44868 files (5%).............................. 2692 of 44868 files (5%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN232388: A file or directory in the path name does not exist. ............ 10344 of 44868 files (23%).............................. 19778 of 44868 files (44%).............................. 28345 of 44868 files (63%).............................. 40624 of 44868 files (90%)......................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Mar 30 03:34:54 EST 2002 Verify mksysb Sat Mar 30 03:34:56 EST 2002 Dumpdate: Sat Mar 30 02:33:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 30 02:27 ./image.data -rw-r--r-- 1 root system 2021 Mar 30 02:26 ./tapeid.data 1507018 Kbytes, 44867 files 0 cache hits, 0 cache misses Backup finished Sat Mar 30 04:27:01 EST 2002 **** Usage Log: **** Uses: 43 Backup Date: Fri Mar 29 02:26:36 EST 2002 Backup Date: Thu Mar 14 02:26:10 EST 2002 Backup Date: Wed Mar 13 02:26:25 EST 2002 Backup Date: Tue Feb 19 02:26:41 EST 2002 Backup Date: Sat Dec 8 02:26:32 EST 2001 From root@editorialunilit.com Sat Mar 30 04:36:39 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U9acfw042780 for ; Sat, 30 Mar 2002 04:36:38 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U9aYJp003726 for ; Sat, 30 Mar 2002 04:36:34 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g2U9ZHTF050304; Sat, 30 Mar 2002 04:35:17 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g2U9ZGZu064126; Sat, 30 Mar 2002 04:35:16 -0500 Date: Sat, 30 Mar 2002 04:35:16 -0500 From: root@editorialunilit.com Message-Id: <200203300935.g2U9ZGZu064126@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2046 System Id: unilit Backup Started: Fri Mar 29 23:50:00 EST 2002 Dumpdate: Tue Mar 26 00:01:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 25 23:56 ./image.data -rw-r--r-- 1 root system 951 Mar 25 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Fri Mar 29 23:50:23 EST 2002 mksysb started Fri Mar 29 23:50:24 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5495 cache hits, 98 cache misses 131085 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 16076. Rewind Tape Sat Mar 30 02:51:26 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Mar 30 03:01:27 EST 2002 Dumpdate: Sat Mar 30 00:02:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Mar 29 23:56 ./image.data -rw-r--r-- 1 root system 993 Mar 29 23:50 ./tapeid.data 2817044 Kbytes, 20473 files Backup finished Sat Mar 30 04:35:15 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Mon Mar 25 23:50:24 EST 2002 Backup Date: Tue Mar 19 23:50:24 EST 2002 Backup Date: Wed Mar 13 23:50:24 EST 2002 Backup Date: Thu Mar 7 23:50:24 EST 2002 Backup Date: Thu Feb 28 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5000 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 958456 19% 666 1% /var /dev/hd3 81920 71320 13% 103 2% /tmp /dev/hd1 196608 98808 50% 999 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32616 78% 2793 61% /usr/local /dev/lv03 131072 19576 86% 5375 66% /bms /dev/lv04 294912 42672 86% 2522 28% /span /dev/lv05 1048576 389200 63% 20 1% /btdata /dev/lv06 2277376 230440 90% 523 1% /mail Free Mounted Blksiz Opens Status A: 25012 Sat Mar 30 02:51 2048 8 Clean /btdata/SPAN 156276 used B: 86 Sat Mar 30 02:51 2048 15 Clean /btdata/EDX 6252 used From root@bmsaix.bmsi.com Sat Mar 30 04:36:28 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U9aPfw025588 for ; Sat, 30 Mar 2002 04:36:25 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g2U9aOsq023786 for bmsaix@bmsi.com; Sat, 30 Mar 2002 04:36:24 -0500 Date: Sat, 30 Mar 2002 04:36:24 -0500 From: root@bmsaix.bmsi.com Message-Id: <200203300936.g2U9aOsq023786@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2047 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 30 00:30:00 EST 2002 mksysb backup Sat Mar 30 00:30:23 EST 2002 Dumpdate: Tue Mar 26 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 26 00:34 ./image.data -rw-r--r-- 1 root system 2372 Mar 26 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Sat Mar 30 00:30:30 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Mar 30 00:31:01 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./cdwork/rpm/BUILD/db-3.1.17/build_unix/confdefs.h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./cdwork/rpm/BUILD/db-3.1.17/build_unix/conftest.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/include: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/include/db.h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/include/db3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/include/db3/db.h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/include/db3/db_185.h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/include/db3/db_cxx.h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb-3.1.so.0.0.0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb-3.1.so.0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb-3.1.la: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb_cxx.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb_cxx-3.1.so.0.0.0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb_cxx-3.1.so.0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/lib/libdb_cxx-3.1.la: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/berkeley_db_svc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_archive: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_checkpoint: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_deadlock: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_dump: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_load: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_printlog: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_recover: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_stat: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_upgrade: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/bin/db_verify: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib/libdb-3.1.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib/libdb-3.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib/libdb.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib/libdb_cxx-3.1.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib/libdb_cxx-3.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/slib/libdb_cxx.a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/LICENSE: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/README: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images/api.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images/next.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images/prev.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images/ps.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images/ref.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-3.1.17/images/sleepycat.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/index.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/berkeley_db_svc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_archive.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_checkpoint.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_deadlock.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_dump.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_load.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_printlog.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_recover.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_upgrade.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-utils-3.1.17/utility/db_verify.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/pindex.src: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_cursor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_fd.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_get_byteswapped.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_get_type.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_key_range.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_rename.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_bt_minkey.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_errcall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_errpfx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_flags.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_h_ffactor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_h_nelem.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_lorder.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_pagesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_re_delim.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_re_len.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_re_pad.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_re_source.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_upgrade.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_verify.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbc_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbc_count.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbc_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbc_dup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbc_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbc_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_data_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_errcall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_errpfx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_lg_bsize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_lg_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_lg_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_lk_conflicts.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_lk_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_lk_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_mp_mmapsize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_mutexlocks.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_pageyield.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_panicstate.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_rec_init.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_region_init.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_server.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_shm_key.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_tas_spins.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_tmp_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_tx_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_tx_timestamp.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_verbose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_strerror.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_version.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/lock_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/lock_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/lock_id.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/lock_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/lock_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/lock_vec.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_archive.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_file.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_flush.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/log_unregister.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_fclose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_fget.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_fopen.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_fput.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_fset.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_fsync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/memp_trickle.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_abort.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_begin.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_checkpoint.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_commit.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_id.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_prepare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/txn_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/c_index.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_create.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_err.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_lsn.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_bt_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_bt_prefix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_dup_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_errfile.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_h_hash.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_malloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_paniccall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/db_set_realloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbm.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/dbt.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_create.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_errfile.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_paniccall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/env_set_tx_recover.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/hsearch.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_dirfree.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_dirlist.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_exists.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_free.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_fsync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_ioinfo.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_malloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_map.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_read.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_realloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_rename.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_seek.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_sleep.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_unlink.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_unmap.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_write.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/set_func_yield.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_c/c_pindex.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/pindex.src: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_cursor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_fd.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_get_byteswapped.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_get_type.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_key_range.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_rename.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_bt_minkey.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_errcall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_errpfx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_flags.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_h_ffactor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_h_nelem.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_lorder.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_pagesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_re_delim.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_re_len.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_re_pad.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_re_source.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_upgrade.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_verify.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_count.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_dup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_data_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_errcall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_errpfx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_lg_bsize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_lg_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_lg_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_lk_conflicts.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_lk_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_lk_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_mp_mmapsize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_mutexlocks.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_pageyield.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_panicstate.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_rec_init.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_region_init.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_server.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_shm_key.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_tas_spins.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_tmp_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_tx_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_tx_timestamp.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_verbose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_strerror.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_version.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_id.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_vec.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_archive.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_file.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_flush.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/log_unregister.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_fclose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_fget.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_fopen.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_fput.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_fset.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_fsync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/memp_trickle.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_abort.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_begin.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_checkpoint.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_commit.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_id.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_prepare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/cxx_index.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_err.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_bt_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_bt_prefix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_dup_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_errfile.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_h_hash.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_malloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_paniccall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/db_set_realloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbc_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbenv_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/dbt_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_errfile.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_error_stream.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_paniccall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/env_set_tx_recover.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/except_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/get_errno.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lock_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/lsn_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/mempfile_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/txn_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/what.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_cxx/cxx_pindex.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/pindex.src: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_cursor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_fd.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_get_byteswapped.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_get_type.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_key_range.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_rename.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_bt_minkey.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_errcall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_errpfx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_flags.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_h_ffactor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_h_nelem.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_lorder.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_pagesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_re_delim.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_re_len.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_re_pad.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_set_re_source.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_upgrade.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_verify.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_count.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_dup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_data_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_errcall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_errpfx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_lg_bsize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_lg_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_lg_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_lk_conflicts.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_lk_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_lk_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_mp_mmapsize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_mutexlocks.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_pageyield.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_panicstate.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_rec_init.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_region_init.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_server.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_shm_key.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_tas_spins.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_tmp_dir.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_tx_max.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_tx_timestamp.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_verbose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_strerror.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_version.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_id.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_vec.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_archive.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_file.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_flush.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/log_unregister.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_fclose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_fget.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_fopen.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_fput.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_fset.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_fsync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/memp_trickle.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_abort.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_begin.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_checkpoint.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_commit.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_id.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_prepare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/db_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbc_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbenv_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/dbt_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/deadlock_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/env_set_error_stream.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/except_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/get_errno.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/java_index.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lock_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/lsn_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/mem_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/runrec_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/txn_class.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_java/java_pindex.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/pindex.src: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_count.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_cursor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_get_join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_get_type.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_is_byteswapped.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_rename.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/db_sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/dbc_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/dbc_del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/dbc_dup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/dbc_get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/dbc_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/env_close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/env_open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/env_remove.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/tcl_index.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/txn.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/txn_abort.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/txn_commit.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/version.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/api_tcl/tcl_pindex.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/index.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/toc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/pindex.src: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/count.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/curclose.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/curdel.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/curdup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/curget.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/curput.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/cursor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/delete.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/error.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/opensub.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/ops.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/partial.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/sync.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/upgrade.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am/verify.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/bt_compare.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/bt_minkey.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/bt_prefix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/bt_recnum.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/byteorder.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/cachesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/dup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/h_ffactor.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/h_hash.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/h_nelem.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/logrec.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/malloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/pagesize.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/re_source.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/recno.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/renumber.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/am_conf/select.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/apis.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/bigpic.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/progmodel.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/script.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/utilities.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/bigpic.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/arch/smallpic.gif: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/aix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/conf.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/flags.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/freebsd.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/hpux.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/install.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/irix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/linux.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/notes.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/osf1.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/sco.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/shlib.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/solaris.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/sunos.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/test.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_unix/ultrix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_vxworks: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_vxworks/faq.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_vxworks/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_vxworks/notes.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_win: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_win/faq.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_win/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_win/notes.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/build_win/test.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/cam: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/cam/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/debug: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/debug/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/debug/common.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/debug/compile.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/debug/printlog.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/debug/runtime.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/distrib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/distrib/layout.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/dumpload: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/dumpload/format.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/dumpload/text.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/dumpload/utility.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/create.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/error.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/naming.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/region.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/remote.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/env/security.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/intro: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/intro/distrib.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/intro/do.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/intro/products.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/intro/what.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/intro/where.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/install: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/install/file.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/install/magic.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/install/magic.s5.be.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/install/magic.s5.le.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/java: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/java/compat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/java/conf.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/java/program.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/am_conv.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/cam_conv.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/config.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/dead.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/nondb.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/notxn.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/page.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/stdmode.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/lock/twopl.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/log: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/log/config.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/log/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/log/limits.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/mp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/mp/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/mp/config.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/perl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/perl/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/appsignals.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/byteorder.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/compatible.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/copy.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/dbsizes.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/diskspace.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/environ.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/errorret.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/extending.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/mt.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/namespace.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/runtime.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/version.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/program/solaris.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/refs.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/witold.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/bdb_usenix.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/bdb_usenix.ps: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/embedded.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/hash_usenix.ps: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/refs/libtp_usenix.ps: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/rpc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/rpc/client.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/rpc/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/rpc/server.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/sendmail: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/sendmail/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/del.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/errors.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/get.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/handles.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/keydata.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/simple_tut/example.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/tcl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/tcl/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/tcl/error.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/tcl/program.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/tcl/using.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/test: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/test/run.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/admin.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/app.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/archival.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/checkpoint.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/deadlock.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/filesys.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/recimp.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/reclimit.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/recovery.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/routine.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/term.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/throughput.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/transapp/writetest.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn/config.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn/limits.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn/nested.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn/other.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/txn/stability.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/xa: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/xa/config.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/xa/faq.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/xa/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.2.0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.2.0/convert.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.2.0/disk.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.2.0/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.2.0/system.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/close.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/cxx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/db.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/db_cxx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/dbenv.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/dbenv_cxx.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/dbinfo.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/disk.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/eacces.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/eagain.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/envopen.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/func.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/java.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/join.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/jump_set.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/lock_detect.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/lock_notheld.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/lock_put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/lock_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/log_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/log_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/memp_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/open.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/rmw.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/txn_begin.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/txn_commit.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/txn_stat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/value_set.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.0/xa.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/btstat.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/config.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/disk.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/dup.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/env.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/intro.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/log_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/logalloc.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/memp_register.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/put.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/set_feedback.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/set_paniccall.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/set_tx_recover.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/sysmem.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/tcl.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/tmp.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/ref/upgrade.3.1/txn_check.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/sleepycat: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/sleepycat/legal.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/sleepycat/license.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/sleepycat/contact.html: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/README: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_access.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_btrec.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_dbclient.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_env.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_lock.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_mpool.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_thread.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_tpcb.c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/ex_tpcb.h: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_c/tags: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/AccessExample.cpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/BtRecExample.cpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/EnvExample.cpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/LockExample.cpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/MpoolExample.cpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/TpcbExample.cpp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/db3-root/usr/local/doc/db3-devel-3.1.17/examples_cxx/tags: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/rpm-tmp.14343: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Mar 30 02:58:16 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 33172. mksysb backup Sat Mar 30 02:59:44 EST 2002 Dumpdate: Sat Mar 30 00:44:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 30 00:33 ./image.data -rw-r--r-- 1 root system 2414 Mar 30 00:30 ./tapeid.data Verify backup Sat Mar 30 02:59:52 EST 2002 Segment 1-4: mksysb 4044294 Kbytes, 139842 files 88.5% Backup finished Sat Mar 30 04:36:23 EST 2002 **** Usage Log: **** Uses: 10 Backup Date: Tue Mar 26 00:30:34 EST 2002 Backup Date: Sat Mar 16 00:30:34 EST 2002 Backup Date: Tue Mar 12 00:30:34 EST 2002 Backup Date: Sat Mar 2 00:30:34 EST 2002 Backup Date: Sat Feb 23 00:30:30 EST 2002 From root@csichb.com Sat Mar 30 04:26:56 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U9Qtfw032108 for ; Sat, 30 Mar 2002 04:26:55 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U9QpJp021842 for ; Sat, 30 Mar 2002 04:26:51 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g2U9QmJR034810 for ; Sat, 30 Mar 2002 04:26:49 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g2U9QlRo040342 for bmsaix@bmsi.com; Sat, 30 Mar 2002 04:26:47 -0500 Date: Sat, 30 Mar 2002 04:26:47 -0500 From: root@csichb.com Message-Id: <200203300926.g2U9QlRo040342@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2048 System Id: csi Backup Started: Sat Mar 30 02:00:00 EST 2002 Dumpdate: Sat Mar 23 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 23 02:01 ./image.data -rw-r--r-- 1 root system 403 Mar 23 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Mar 30 02:00:22 EST 2002 mksysb started Sat Mar 30 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68750 files.............................. 310 of 68750 files (0%).............................. 694 of 68750 files (1%).............................. 5784 of 68750 files (8%).............................. 6551 of 68750 files (9%).............................. 7655 of 68750 files (11%).............................. 12809 of 68750 files (18%).............................. 12929 of 68750 files (18%).............................. 17351 of 68750 files (25%).............................. 22961 of 68750 files (33%).............................. 34516 of 68750 files (50%).............................. 45200 of 68750 files (65%).............................. 50449 of 68750 files (73%).............................. 55578 of 68750 files (80%).............................. 65560 of 68750 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Mar 30 03:16:59 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Mar 30 03:17:01 EST 2002 Verify mksysb Sat Mar 30 03:18:03 EST 2002 Dumpdate: Sat Mar 30 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Mar 30 02:01 ./image.data -rw-r--r-- 1 root system 445 Mar 30 02:00 ./tapeid.data 2061012 Kbytes, 68750 files Backup finished Sat Mar 30 04:26:47 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6984 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 332928 33% 749 2% /var /dev/hd3 344064 287776 17% 85 1% /tmp /dev/hd1 819200 153552 82% 846 1% /home /dev/lv00 507904 107304 79% 5767 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 4 Backup Date: Sat Mar 23 02:00:22 EST 2002 Backup Date: Sat Mar 16 02:00:21 EST 2002 Backup Date: Sat Mar 9 02:00:22 EST 2002 Backup Date: Sat Mar 2 02:00:22 EST 2002 From root@acustomsbroker.com Sat Mar 30 02:48:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U7mDfw023762; Sat, 30 Mar 2002 02:48:14 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g2U7m9Jp003598; Sat, 30 Mar 2002 02:48:09 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g2U7m8c27326; Sat, 30 Mar 2002 02:48:08 -0500 Date: Sat, 30 Mar 2002 02:48:08 -0500 From: root Message-Id: <200203300748.g2U7m8c27326@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2049 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Mar 30 02:00:00 EST 2002 BMS backup Sat Mar 30 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Sat Mar 30 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Mar 30 02:01:17 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1269217280 (1.2GB, 910kB/s) 1362.07s real 4.13s user 22.98s system Rewind Tape Sat Mar 30 02:23:59 EST 2002 BMS backup Sat Mar 30 02:25:03 EST 2002 Verify backup Sat Mar 30 02:25:03 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Mar 30 02:48:08 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Tue Mar 19 02:00:24 EST 2002 Backup Date: Wed Mar 6 02:00:24 EST 2002 Backup Date: Sat Feb 16 02:00:24 EST 2002 Backup Date: Sat Feb 2 02:00:24 EST 2002 Backup Date: Thu Jan 17 02:00:23 EST 2002 From root@bmsaix.bmsi.com Tue Apr 2 04:37:28 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g329bRfw016604 for ; Tue, 2 Apr 2002 04:37:27 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g329bRud042714 for bmsaix@bmsi.com; Tue, 2 Apr 2002 04:37:27 -0500 Date: Tue, 2 Apr 2002 04:37:27 -0500 From: root@bmsaix.bmsi.com Message-Id: <200204020937.g329bRud042714@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2050 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 2 00:30:00 EST 2002 mksysb backup Tue Apr 2 00:30:26 EST 2002 Dumpdate: Sat Mar 23 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 23 00:33 ./image.data -rw-r--r-- 1 root system 2078 Mar 23 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0086 Backup Date: Tue Apr 2 00:30:34 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Apr 2 00:31:04 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 2 02:55:06 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 21732. mksysb backup Tue Apr 2 02:55:49 EST 2002 Dumpdate: Tue Apr 2 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 02 00:33 ./image.data -rw-r--r-- 1 root system 2120 Apr 02 00:30 ./tapeid.data Verify backup Tue Apr 2 02:55:57 EST 2002 Segment 1-4: mksysb 4161473 Kbytes, 144764 files 88.7% Backup finished Tue Apr 2 04:37:27 EST 2002 **** Usage Log: **** Uses: 3 Backup Date: Sat Mar 23 00:30:34 EST 2002 Backup Date: Sat Mar 9 00:30:34 EST 2002 Backup Date: Tue Mar 5 00:33:03 EST 2002 From root@wall.wall.com Tue Apr 2 04:32:18 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g329WFfw042578; Tue, 2 Apr 2002 04:32:16 -0500 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g329PiUB042724; Tue, 2 Apr 2002 04:25:44 -0500 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA19552; Tue, 2 Apr 2002 04:25:23 -0500 Date: Tue, 2 Apr 2002 04:25:23 -0500 From: root@wall.wall.com Message-Id: <200204020925.EAA19552@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2051 System Id: wall Backup Started: Tue Apr 2 02:00:00 EST 2002 Backup of btas image started Tue Apr 2 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Apr 2 02:26:18 EST 2002] 68.2% Dumpdate: Sat Mar 30 02:33:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 30 02:27 ./image.data -rw-r--r-- 1 root system 2021 Mar 30 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Tue Apr 2 02:26:45 EST 2002 mksysb started Tue Apr 2 02:26:46 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up.... Backing up 44601 files.............................. 2637 of 44601 files (5%).............................. 2637 of 44601 files (5%).............................. 2637 of 44601 files (5%).............................. 2675 of 44601 files (5%).............................. 2675 of 44601 files (5%).............................. 2675 of 44601 files (5%).............................. 2726 of 44601 files (6%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN232634: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN232635: A file or directory in the path name does not exist. ............ 10646 of 44601 files (23%).............................. 20594 of 44601 files (46%).............................. 33686 of 44601 files (75%).............................. 40720 of 44601 files (91%)................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Apr 2 03:33:28 EST 2002 Verify mksysb Tue Apr 2 03:33:29 EST 2002 Dumpdate: Tue Apr 2 02:33:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 02 02:28 ./image.data -rw-r--r-- 1 root system 2063 Apr 02 02:26 ./tapeid.data 1505501 Kbytes, 44599 files 0 cache hits, 0 cache misses Backup finished Tue Apr 2 04:25:22 EST 2002 **** Usage Log: **** Uses: 44 Backup Date: Sat Mar 30 02:26:31 EST 2002 Backup Date: Fri Mar 29 02:26:36 EST 2002 Backup Date: Thu Mar 14 02:26:10 EST 2002 Backup Date: Wed Mar 13 02:26:25 EST 2002 Backup Date: Tue Feb 19 02:26:41 EST 2002 From root@csichb.com Tue Apr 2 04:25:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g329Pqfw033256 for ; Tue, 2 Apr 2002 04:25:52 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g329PjjH017398 for ; Tue, 2 Apr 2002 04:25:45 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g329PiJR026842 for ; Tue, 2 Apr 2002 04:25:44 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g329Ph6V008736 for bmsaix@bmsi.com; Tue, 2 Apr 2002 04:25:43 -0500 Date: Tue, 2 Apr 2002 04:25:43 -0500 From: root@csichb.com Message-Id: <200204020925.g329Ph6V008736@csichb.com> To: bmsaix@bmsi.com Subject: csi0019 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2052 System Id: csi Backup Started: Tue Apr 2 02:00:00 EST 2002 Dumpdate: Thu Feb 7 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Feb 07 02:01 ./image.data -rw-r--r-- 1 root system 361 Feb 07 02:00 ./tapeid.data Tape Id: csi0019 Backup Date: Tue Apr 2 02:00:22 EST 2002 mksysb started Tue Apr 2 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68665 files.............................. 310 of 68665 files (0%).............................. 694 of 68665 files (1%).............................. 5734 of 68665 files (8%).............................. 6471 of 68665 files (9%).............................. 8163 of 68665 files (11%).............................. 12730 of 68665 files (18%).............................. 12845 of 68665 files (18%).............................. 19779 of 68665 files (28%).............................. 23845 of 68665 files (34%).............................. 34638 of 68665 files (50%).............................. 45772 of 68665 files (66%).............................. 50998 of 68665 files (74%).............................. 56167 of 68665 files (81%).............................. 65732 of 68665 files (95%)......... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Apr 2 03:16:19 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Apr 2 03:16:20 EST 2002 Verify mksysb Tue Apr 2 03:17:24 EST 2002 Dumpdate: Tue Apr 2 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 02 02:01 ./image.data -rw-r--r-- 1 root system 403 Apr 02 02:00 ./tapeid.data 2046875 Kbytes, 68665 files Backup finished Tue Apr 2 04:25:43 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6984 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 365280 26% 738 2% /var /dev/hd3 344064 287632 17% 85 1% /tmp /dev/hd1 819200 153544 82% 850 1% /home /dev/lv00 507904 125168 76% 5687 18% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 3 Backup Date: Thu Feb 7 02:00:21 EST 2002 Backup Date: Tue Jan 8 02:00:22 EST 2002 Backup Date: Thu Dec 27 02:00:01 EST 2001 From root@editorialunilit.com Tue Apr 2 03:07:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g3287Efw029204 for ; Tue, 2 Apr 2002 03:07:14 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g32877jH025300 for ; Tue, 2 Apr 2002 03:07:08 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3285oTF062954; Tue, 2 Apr 2002 03:05:50 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3285onJ022504; Tue, 2 Apr 2002 03:05:50 -0500 Date: Tue, 2 Apr 2002 03:05:50 -0500 From: root@editorialunilit.com Message-Id: <200204020805.g3285onJ022504@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2053 System Id: unilit Backup Started: Mon Apr 1 23:50:00 EST 2002 Dumpdate: Wed Mar 27 00:01:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Mar 26 23:56 ./image.data -rw-r--r-- 1 root system 2421 Mar 26 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Mon Apr 1 23:50:41 EST 2002 mksysb started Mon Apr 1 23:50:42 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5567 cache hits, 96 cache misses 131192 cache hits, 88 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 7936. Rewind Tape Tue Apr 2 01:29:54 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Apr 2 01:39:55 EST 2002 Dumpdate: Tue Apr 2 00:02:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 01 23:56 ./image.data -rw-r--r-- 1 root system 2463 Apr 01 23:50 ./tapeid.data 2802485 Kbytes, 20365 files Backup finished Tue Apr 2 03:05:49 EST 2002 **** Usage Log: **** Uses: 52 Backup Date: Tue Mar 26 23:50:23 EST 2002 Backup Date: Wed Mar 20 23:50:23 EST 2002 Backup Date: Thu Mar 14 23:50:23 EST 2002 Backup Date: Fri Mar 8 23:50:24 EST 2002 Backup Date: Fri Mar 1 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 5000 70% 836 21% / /dev/hd2 458752 49504 90% 6199 11% /usr /dev/hd9var 1179648 975792 18% 628 1% /var /dev/hd3 81920 71248 14% 103 2% /tmp /dev/hd1 196608 96512 51% 999 5% /home /dev/lv01 1032192 234728 78% 114 1% /work /dev/lv02 147456 32608 78% 2793 61% /usr/local /dev/lv03 131072 19536 86% 5376 66% /bms /dev/lv04 294912 47112 85% 2455 27% /span /dev/lv05 1048576 389176 63% 20 1% /btdata /dev/lv06 2277376 227064 91% 523 1% /mail Free Mounted Blksiz Opens Status A: 24943 Tue Apr 2 01:29 2048 8 Clean /btdata/SPAN 156276 used B: 0 Tue Apr 2 01:29 2048 15 Clean /btdata/EDX 6258 used From root@acustomsbroker.com Tue Apr 2 02:47:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g327lpfw044742; Tue, 2 Apr 2002 02:47:51 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g327lijH021036; Tue, 2 Apr 2002 02:47:44 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g327lhQ11012; Tue, 2 Apr 2002 02:47:43 -0500 Date: Tue, 2 Apr 2002 02:47:43 -0500 From: root Message-Id: <200204020747.g327lhQ11012@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2054 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 2 02:00:01 EST 2002 BMS backup Tue Apr 2 02:00:21 EST 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0003 Backup Date: Tue Apr 2 02:00:21 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Apr 2 02:01:05 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1263728640 (1.2GB, 911kB/s) 1353.93s real 4.35s user 23.67s system Rewind Tape Tue Apr 2 02:23:40 EST 2002 BMS backup Tue Apr 2 02:24:43 EST 2002 Verify backup Tue Apr 2 02:24:43 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Apr 2 02:47:43 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Fri Mar 22 02:00:24 EST 2002 Backup Date: Sat Mar 9 02:00:24 EST 2002 Backup Date: Wed Feb 20 02:00:24 EST 2002 Backup Date: Fri Feb 8 02:00:24 EST 2002 Backup Date: Wed Dec 19 02:00:24 EST 2001 From root@wall.wall.com Wed Apr 3 04:42:19 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g339gHfw029330; Wed, 3 Apr 2002 04:42:17 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g339ZprC028420; Wed, 3 Apr 2002 04:35:51 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31302; Wed, 3 Apr 2002 04:24:29 -0500 Date: Wed, 3 Apr 2002 04:24:29 -0500 From: root@wall.wall.com Message-Id: <200204030924.EAA31302@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2055 System Id: wall Backup Started: Wed Apr 3 02:00:00 EST 2002 Backup of btas image started Wed Apr 3 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Apr 3 02:26:36 EST 2002] 68.2% Dumpdate: Tue Apr 2 02:33:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 02 02:28 ./image.data -rw-r--r-- 1 root system 2063 Apr 02 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Wed Apr 3 02:27:03 EST 2002 mksysb started Wed Apr 3 02:27:03 EST 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up.... Backing up 44639 files.............................. 2649 of 44639 files (5%).............................. 2649 of 44639 files (5%).............................. 2649 of 44639 files (5%).............................. 2687 of 44639 files (6%).............................. 2687 of 44639 files (6%).............................. 2687 of 44639 files (6%).............................. 2738 of 44639 files (6%).............................. 10490 of 44639 files (23%).............................. 20142 of 44639 files (45%).............................. 30447 of 44639 files (68%).............................. 40816 of 44639 files (91%).......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 3 03:32:43 EST 2002 Verify mksysb Wed Apr 3 03:32:44 EST 2002 Dumpdate: Wed Apr 3 02:34:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 03 02:28 ./image.data -rw-r--r-- 1 root system 2105 Apr 03 02:27 ./tapeid.data 1505656 Kbytes, 44639 files 0 cache hits, 0 cache misses Backup finished Wed Apr 3 04:24:28 EST 2002 **** Usage Log: **** Uses: 45 Backup Date: Tue Apr 2 02:26:45 EST 2002 Backup Date: Sat Mar 30 02:26:31 EST 2002 Backup Date: Fri Mar 29 02:26:36 EST 2002 Backup Date: Thu Mar 14 02:26:10 EST 2002 Backup Date: Wed Mar 13 02:26:25 EST 2002 From root@csichb.com Wed Apr 3 04:26:21 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g339QKfw029316 for ; Wed, 3 Apr 2002 04:26:20 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g339QDjH013978 for ; Wed, 3 Apr 2002 04:26:14 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g339QCJR025202 for ; Wed, 3 Apr 2002 04:26:12 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g339QCAh029120 for bmsaix@bmsi.com; Wed, 3 Apr 2002 04:26:12 -0500 Date: Wed, 3 Apr 2002 04:26:12 -0500 From: root@csichb.com Message-Id: <200204030926.g339QCAh029120@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2056 System Id: csi Backup Started: Wed Apr 3 02:00:00 EST 2002 Dumpdate: Wed Mar 27 02:04:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 27 02:01 ./image.data -rw-r--r-- 1 root system 2461 Mar 27 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Apr 3 02:00:22 EST 2002 mksysb started Wed Apr 3 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68677 files.............................. 310 of 68677 files (0%).............................. 694 of 68677 files (1%).............................. 5732 of 68677 files (8%).............................. 6481 of 68677 files (9%).............................. 7663 of 68677 files (11%).............................. 12741 of 68677 files (18%).............................. 12857 of 68677 files (18%).............................. 19652 of 68677 files (28%).............................. 23315 of 68677 files (33%).............................. 34447 of 68677 files (50%).............................. 45361 of 68677 files (66%).............................. 50619 of 68677 files (73%).............................. 55781 of 68677 files (81%).............................. 65720 of 68677 files (95%)........... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Apr 3 03:16:40 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Apr 3 03:16:42 EST 2002 Verify mksysb Wed Apr 3 03:17:45 EST 2002 Dumpdate: Wed Apr 3 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 03 02:01 ./image.data -rw-r--r-- 1 root system 2503 Apr 03 02:00 ./tapeid.data 2050368 Kbytes, 68677 files Backup finished Wed Apr 3 04:26:11 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6976 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 354768 28% 755 2% /var /dev/hd3 344064 287536 17% 85 1% /tmp /dev/hd1 819200 149080 82% 850 1% /home /dev/lv00 507904 121704 77% 5697 18% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 53 Backup Date: Wed Mar 27 02:00:22 EST 2002 Backup Date: Wed Mar 20 02:00:22 EST 2002 Backup Date: Wed Mar 13 02:00:21 EST 2002 Backup Date: Wed Mar 6 02:00:23 EST 2002 Backup Date: Wed Feb 27 02:00:22 EST 2002 From root@acustomsbroker.com Wed Apr 3 02:48:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g337mrfw025604; Wed, 3 Apr 2002 02:48:53 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g337mkjH027632; Wed, 3 Apr 2002 02:48:47 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g337mjg19667; Wed, 3 Apr 2002 02:48:45 -0500 Date: Wed, 3 Apr 2002 02:48:45 -0500 From: root Message-Id: <200204030748.g337mjg19667@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2057 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 3 02:00:00 EST 2002 BMS backup Wed Apr 3 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Wed Apr 3 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Apr 3 02:01:09 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1269391360 (1.2GB, 882kB/s) 1405.26s real 4.11s user 23.63s system Rewind Tape Wed Apr 3 02:24:34 EST 2002 BMS backup Wed Apr 3 02:25:30 EST 2002 Verify backup Wed Apr 3 02:25:30 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.4% Backup finished Wed Apr 3 02:48:45 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Wed Mar 13 02:00:24 EST 2002 Backup Date: Sat Feb 23 02:00:23 EST 2002 Backup Date: Thu Jan 24 02:00:23 EST 2002 Backup Date: Wed Jan 9 02:00:24 EST 2002 Backup Date: Fri Dec 21 02:00:20 EST 2001 From root@wall.wall.com Thu Apr 4 04:42:22 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g349gJfw015470; Thu, 4 Apr 2002 04:42:20 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g349ZoMw037380; Thu, 4 Apr 2002 04:35:50 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44136; Thu, 4 Apr 2002 04:25:40 -0500 Date: Thu, 4 Apr 2002 04:25:40 -0500 From: root@wall.wall.com Message-Id: <200204040925.EAA44136@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2058 System Id: wall Backup Started: Thu Apr 4 02:00:00 EST 2002 Backup of btas image started Thu Apr 4 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Apr 4 02:25:31 EST 2002] 68.2% Dumpdate: Wed Apr 3 02:34:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 03 02:28 ./image.data -rw-r--r-- 1 root system 2105 Apr 03 02:27 ./tapeid.data Tape Id: wall0055 Backup Date: Thu Apr 4 02:25:57 EST 2002 mksysb started Thu Apr 4 02:25:58 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44725 files.............................. 2664 of 44725 files (5%).............................. 2664 of 44725 files (5%).............................. 2664 of 44725 files (5%).............................. 2702 of 44725 files (6%).............................. 2702 of 44725 files (6%).............................. 2702 of 44725 files (6%).............................. 2754 of 44725 files (6%).............................. 10780 of 44725 files (24%).................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ............. 21040 of 44725 files (47%).............................. 33836 of 44725 files (75%).............................. 40849 of 44725 files (91%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Apr 4 03:33:41 EST 2002 Verify mksysb Thu Apr 4 03:33:43 EST 2002 Dumpdate: Thu Apr 4 02:33:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 04 02:27 ./image.data -rw-r--r-- 1 root system 2147 Apr 04 02:25 ./tapeid.data 1506723 Kbytes, 44724 files 0 cache hits, 0 cache misses Backup finished Thu Apr 4 04:25:39 EST 2002 **** Usage Log: **** Uses: 46 Backup Date: Wed Apr 3 02:27:03 EST 2002 Backup Date: Tue Apr 2 02:26:45 EST 2002 Backup Date: Sat Mar 30 02:26:31 EST 2002 Backup Date: Fri Mar 29 02:26:36 EST 2002 Backup Date: Thu Mar 14 02:26:10 EST 2002 From root@editorialunilit.com Thu Apr 4 04:30:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g349UTfw037580 for ; Thu, 4 Apr 2002 04:30:29 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g349UJjH025138 for ; Thu, 4 Apr 2002 04:30:23 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g349T2TF033546; Thu, 4 Apr 2002 04:29:03 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g349SXF0031496; Thu, 4 Apr 2002 04:28:33 -0500 Date: Thu, 4 Apr 2002 04:28:33 -0500 From: root@editorialunilit.com Message-Id: <200204040928.g349SXF0031496@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2059 System Id: unilit Backup Started: Wed Apr 3 23:50:00 EST 2002 Dumpdate: Thu Mar 28 00:03:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Mar 27 23:57 ./image.data -rw-r--r-- 1 root system 1035 Mar 27 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Wed Apr 3 23:51:26 EST 2002 mksysb started Wed Apr 3 23:51:27 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5680 cache hits, 97 cache misses 131591 cache hits, 87 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 26966. Rewind Tape Thu Apr 4 02:52:23 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Apr 4 03:02:24 EST 2002 Dumpdate: Thu Apr 4 00:03:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 03 23:57 ./image.data -rw-r--r-- 1 root system 1077 Apr 03 23:51 ./tapeid.data 2824336 Kbytes, 20502 files Backup finished Thu Apr 4 04:28:32 EST 2002 **** Usage Log: **** Uses: 19 Backup Date: Wed Mar 27 23:51:36 EST 2002 Backup Date: Thu Mar 21 23:51:05 EST 2002 Backup Date: Fri Mar 15 23:50:56 EST 2002 Backup Date: Mon Mar 11 23:50:56 EST 2002 Backup Date: Mon Mar 4 23:50:36 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 978192 18% 639 1% /var /dev/hd3 81920 71152 14% 103 2% /tmp /dev/hd1 196608 93376 53% 1001 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21384 86% 2848 62% /usr/local /dev/lv03 131072 19160 86% 5380 66% /bms /dev/lv04 294912 45600 85% 2454 27% /span /dev/lv05 1048576 388672 63% 20 1% /btdata /dev/lv06 2277376 216288 91% 524 1% /mail Free Mounted Blksiz Opens Status A: 24506 Thu Apr 4 02:52 2048 8 Clean /btdata/SPAN 156276 used B: 13 Thu Apr 4 02:52 2048 15 Clean /btdata/EDX 6385 used From root@bmsaix.bmsi.com Thu Apr 4 04:28:21 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g349SKfw023948 for ; Thu, 4 Apr 2002 04:28:20 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g349SJtR037506 for bmsaix@bmsi.com; Thu, 4 Apr 2002 04:28:19 -0500 Date: Thu, 4 Apr 2002 04:28:19 -0500 From: root@bmsaix.bmsi.com Message-Id: <200204040928.g349SJtR037506@bmsaix.bmsi.com> Subject: bmsaix0081 backup Status: RO X-Status: X-Keywords: X-UID: 2060 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 4 00:30:01 EST 2002 mksysb backup Thu Apr 4 00:30:19 EST 2002 Dumpdate: Thu Mar 28 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 28 00:33 ./image.data -rw-r--r-- 1 root system 2246 Mar 28 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0081 Backup Date: Thu Apr 4 00:30:27 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Apr 4 00:31:02 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 4 02:49:28 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 44136. mksysb backup Thu Apr 4 02:50:46 EST 2002 Dumpdate: Thu Apr 4 00:42:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 04 00:33 ./image.data -rw-r--r-- 1 root system 2288 Apr 04 00:30 ./tapeid.data Verify backup Thu Apr 4 02:50:53 EST 2002 Segment 1-4: mksysb 4168419 Kbytes, 146391 files 88.7% Backup finished Thu Apr 4 04:28:19 EST 2002 **** Usage Log: **** Uses: 7 Backup Date: Thu Mar 28 00:30:30 EST 2002 Backup Date: Thu Mar 21 00:30:31 EST 2002 Backup Date: Thu Mar 14 00:30:34 EST 2002 Backup Date: Thu Mar 7 00:30:33 EST 2002 Backup Date: Thu Feb 28 00:30:33 EST 2002 From root@csichb.com Thu Apr 4 04:27:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g349R0fw030788 for ; Thu, 4 Apr 2002 04:27:01 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g349QrjH026110 for ; Thu, 4 Apr 2002 04:26:54 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g349QqJR005000 for ; Thu, 4 Apr 2002 04:26:52 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g349Qq3s032412 for bmsaix@bmsi.com; Thu, 4 Apr 2002 04:26:52 -0500 Date: Thu, 4 Apr 2002 04:26:52 -0500 From: root@csichb.com Message-Id: <200204040926.g349Qq3s032412@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2061 System Id: csi Backup Started: Thu Apr 4 02:00:00 EST 2002 Dumpdate: Thu Mar 28 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 28 02:01 ./image.data -rw-r--r-- 1 root system 3763 Mar 28 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu Apr 4 02:00:22 EST 2002 mksysb started Thu Apr 4 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68687 files.............................. 310 of 68687 files (0%).............................. 694 of 68687 files (1%).............................. 5731 of 68687 files (8%).............................. 6488 of 68687 files (9%).............................. 7587 of 68687 files (11%).............................. 12746 of 68687 files (18%).............................. 12866 of 68687 files (18%).............................. 17288 of 68687 files (25%).............................. 22913 of 68687 files (33%).............................. 34454 of 68687 files (50%).............................. 45163 of 68687 files (65%).............................. 50313 of 68687 files (73%).............................. 55545 of 68687 files (80%).............................. 65191 of 68687 files (94%)............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Apr 4 03:16:59 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Apr 4 03:17:01 EST 2002 Verify mksysb Thu Apr 4 03:18:02 EST 2002 Dumpdate: Thu Apr 4 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 04 02:01 ./image.data -rw-r--r-- 1 root system 3805 Apr 04 02:00 ./tapeid.data 2059715 Kbytes, 68687 files Backup finished Thu Apr 4 04:26:48 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6976 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 345152 30% 747 2% /var /dev/hd3 344064 287432 17% 85 1% /tmp /dev/hd1 819200 140080 83% 850 1% /home /dev/lv00 507904 119640 77% 5704 18% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 84 Backup Date: Thu Mar 28 02:00:21 EST 2002 Backup Date: Thu Mar 21 02:00:21 EST 2002 Backup Date: Thu Mar 14 02:00:22 EST 2002 Backup Date: Thu Mar 7 02:00:22 EST 2002 Backup Date: Thu Feb 28 02:00:21 EST 2002 From root@acustomsbroker.com Thu Apr 4 02:48:12 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g347m9fw028154; Thu, 4 Apr 2002 02:48:09 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g347m2jH011576; Thu, 4 Apr 2002 02:48:02 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g347m2V27976; Thu, 4 Apr 2002 02:48:02 -0500 Date: Thu, 4 Apr 2002 02:48:02 -0500 From: root Message-Id: <200204040748.g347m2V27976@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2062 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 4 02:00:00 EST 2002 BMS backup Thu Apr 4 02:00:23 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Thu Apr 4 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Apr 4 02:01:08 EST 2002 tar: Removing leading `/' from member names tar: /var/log/messages: file changed as we read it tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1268172800 (1.2GB, 901kB/s) tar: Error exit delayed from previous errors 1374.05s real 4.73s user 23.26s system Rewind Tape Thu Apr 4 02:24:03 EST 2002 BMS backup Thu Apr 4 02:24:56 EST 2002 Verify backup Thu Apr 4 02:24:56 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Apr 4 02:48:01 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Wed Mar 27 02:00:24 EST 2002 Backup Date: Sat Mar 16 02:00:24 EST 2002 Backup Date: Tue Feb 26 02:00:24 EST 2002 Backup Date: Fri Jan 11 02:00:24 EST 2002 Backup Date: Thu Dec 27 02:00:24 EST 2001 From root@wall.wall.com Fri Apr 5 04:32:24 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g359WMfw027738; Fri, 5 Apr 2002 04:32:22 -0500 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) with UUCP id g359PlDi027832; Fri, 5 Apr 2002 04:25:47 -0500 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39268; Fri, 5 Apr 2002 04:23:53 -0500 Date: Fri, 5 Apr 2002 04:23:53 -0500 From: root@wall.wall.com Message-Id: <200204050923.EAA39268@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2063 System Id: wall Backup Started: Fri Apr 5 02:00:00 EST 2002 Backup of btas image started Fri Apr 5 02:00:00 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Apr 5 02:26:26 EST 2002] 68.2% Dumpdate: Thu Apr 4 02:33:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 04 02:27 ./image.data -rw-r--r-- 1 root system 2147 Apr 04 02:25 ./tapeid.data Tape Id: wall0055 Backup Date: Fri Apr 5 02:26:52 EST 2002 mksysb started Fri Apr 5 02:26:53 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 44791 files.............................. 2676 of 44791 files (5%).............................. 2676 of 44791 files (5%).............................. 2676 of 44791 files (5%).............................. 2714 of 44791 files (6%).............................. 2714 of 44791 files (6%).............................. 2714 of 44791 files (6%).............................. 2766 of 44791 files (6%).............................. 10804 of 44791 files (24%).............................. 21310 of 44791 files (47%).............................. 34222 of 44791 files (76%).............................. 42634 of 44791 files (95%)...... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 5 03:31:59 EST 2002 Verify mksysb Fri Apr 5 03:32:01 EST 2002 Dumpdate: Fri Apr 5 02:33:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 05 02:28 ./image.data -rw-r--r-- 1 root system 2189 Apr 05 02:26 ./tapeid.data 1507672 Kbytes, 44791 files 0 cache hits, 0 cache misses Backup finished Fri Apr 5 04:23:52 EST 2002 **** Usage Log: **** Uses: 47 Backup Date: Thu Apr 4 02:25:57 EST 2002 Backup Date: Wed Apr 3 02:27:03 EST 2002 Backup Date: Tue Apr 2 02:26:45 EST 2002 Backup Date: Sat Mar 30 02:26:31 EST 2002 Backup Date: Fri Mar 29 02:26:36 EST 2002 From root@bmsaix.bmsi.com Fri Apr 5 04:28:20 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g359SJfw036620 for ; Fri, 5 Apr 2002 04:28:19 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.1/8.12.1/Submit) id g359SJ8Z027650 for bmsaix@bmsi.com; Fri, 5 Apr 2002 04:28:19 -0500 Date: Fri, 5 Apr 2002 04:28:19 -0500 From: root@bmsaix.bmsi.com Message-Id: <200204050928.g359SJ8Z027650@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2064 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 5 00:30:00 EST 2002 mksysb backup Fri Apr 5 00:30:23 EST 2002 Dumpdate: Fri Mar 29 00:42:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 29 00:33 ./image.data -rw-r--r-- 1 root system 2288 Mar 29 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Apr 5 00:30:30 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Apr 5 00:31:01 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 5 02:49:24 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 44100. mksysb backup Fri Apr 5 02:50:54 EST 2002 Dumpdate: Fri Apr 5 00:42:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 05 00:33 ./image.data -rw-r--r-- 1 root system 2330 Apr 05 00:30 ./tapeid.data Verify backup Fri Apr 5 02:51:01 EST 2002 Segment 1-4: mksysb 4173057 Kbytes, 146414 files 88.7% Backup finished Fri Apr 5 04:28:18 EST 2002 **** Usage Log: **** Uses: 8 Backup Date: Fri Mar 29 00:30:30 EST 2002 Backup Date: Fri Mar 22 00:30:33 EST 2002 Backup Date: Tue Mar 19 00:30:33 EST 2002 Backup Date: Fri Mar 15 00:30:30 EST 2002 Backup Date: Fri Mar 8 00:30:30 EST 2002 From root@csichb.com Fri Apr 5 04:26:51 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g359Qofw019924 for ; Fri, 5 Apr 2002 04:26:50 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g359QhjH018672 for ; Fri, 5 Apr 2002 04:26:44 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g359QfJR047210 for ; Fri, 5 Apr 2002 04:26:41 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g359QfV4045294 for bmsaix@bmsi.com; Fri, 5 Apr 2002 04:26:41 -0500 Date: Fri, 5 Apr 2002 04:26:41 -0500 From: root@csichb.com Message-Id: <200204050926.g359QfV4045294@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2065 System Id: csi Backup Started: Fri Apr 5 02:00:00 EST 2002 Dumpdate: Fri Mar 29 02:04:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 29 02:01 ./image.data -rw-r--r-- 1 root system 865 Mar 29 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Apr 5 02:00:22 EST 2002 mksysb started Fri Apr 5 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68691 files.............................. 310 of 68691 files (0%).............................. 694 of 68691 files (1%).............................. 5737 of 68691 files (8%).............................. 6496 of 68691 files (9%).............................. 7610 of 68691 files (11%).............................. 12753 of 68691 files (18%).............................. 12870 of 68691 files (18%).............................. 17770 of 68691 files (25%).............................. 22916 of 68691 files (33%).............................. 34457 of 68691 files (50%).............................. 45024 of 68691 files (65%).............................. 50268 of 68691 files (73%).............................. 55486 of 68691 files (80%).............................. 65271 of 68691 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Apr 5 03:16:54 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Apr 5 03:16:56 EST 2002 Verify mksysb Fri Apr 5 03:18:01 EST 2002 Dumpdate: Fri Apr 5 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 05 02:01 ./image.data -rw-r--r-- 1 root system 907 Apr 05 02:00 ./tapeid.data 2057410 Kbytes, 68691 files Backup finished Fri Apr 5 04:26:40 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6976 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 345488 30% 748 2% /var /dev/hd3 344064 287344 17% 85 1% /tmp /dev/hd1 819200 148000 82% 846 1% /home /dev/lv00 507904 117880 77% 5712 18% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 15 Backup Date: Fri Mar 29 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:21 EST 2002 Backup Date: Fri Mar 15 02:00:22 EST 2002 Backup Date: Fri Mar 8 02:00:22 EST 2002 Backup Date: Fri Mar 1 02:00:22 EST 2002 From root@editorialunilit.com Fri Apr 5 03:25:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g358Pnfw027726 for ; Fri, 5 Apr 2002 03:25:49 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g358PgjH033350 for ; Fri, 5 Apr 2002 03:25:42 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g358OPTF003724; Fri, 5 Apr 2002 03:24:25 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g358OPYu041354; Fri, 5 Apr 2002 03:24:25 -0500 Date: Fri, 5 Apr 2002 03:24:25 -0500 From: root@editorialunilit.com Message-Id: <200204050824.g358OPYu041354@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2066 System Id: unilit Backup Started: Thu Apr 4 23:50:00 EST 2002 Dumpdate: Fri Mar 29 00:02:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Mar 28 23:57 ./image.data -rw-r--r-- 1 root system 951 Mar 28 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Thu Apr 4 23:50:58 EST 2002 mksysb started Thu Apr 4 23:50:59 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 5754 cache hits, 98 cache misses 131926 cache hits, 91 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 39792. Rewind Tape Fri Apr 5 01:30:47 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Apr 5 01:40:48 EST 2002 Dumpdate: Fri Apr 5 00:02:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 04 23:57 ./image.data -rw-r--r-- 1 root system 993 Apr 04 23:50 ./tapeid.data 2833141 Kbytes, 20531 files Backup finished Fri Apr 5 03:24:24 EST 2002 **** Usage Log: **** Uses: 17 Backup Date: Thu Mar 28 23:50:56 EST 2002 Backup Date: Fri Mar 22 23:51:05 EST 2002 Backup Date: Mon Mar 18 23:51:15 EST 2002 Backup Date: Tue Mar 12 23:51:05 EST 2002 Backup Date: Tue Mar 5 23:51:05 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 967496 18% 657 1% /var /dev/hd3 81920 71128 14% 104 2% /tmp /dev/hd1 196608 91760 54% 1005 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21384 86% 2848 62% /usr/local /dev/lv03 131072 18672 86% 5385 66% /bms /dev/lv04 294912 45568 85% 2457 27% /span /dev/lv05 1048576 388400 63% 20 1% /btdata /dev/lv06 2277376 215024 91% 524 1% /mail Free Mounted Blksiz Opens Status A: 24166 Fri Apr 5 01:30 2048 8 Clean /btdata/SPAN 156276 used B: 0 Fri Apr 5 01:30 2048 15 Clean /btdata/EDX 6450 used From root@acustomsbroker.com Fri Apr 5 02:48:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.1/8.12.1) with ESMTP id g357mRfw027654; Fri, 5 Apr 2002 02:48:27 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g357mJjH033290; Fri, 5 Apr 2002 02:48:20 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g357mIc03019; Fri, 5 Apr 2002 02:48:18 -0500 Date: Fri, 5 Apr 2002 02:48:18 -0500 From: root Message-Id: <200204050748.g357mIc03019@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2067 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 5 02:00:00 EST 2002 BMS backup Fri Apr 5 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Fri Apr 5 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Apr 5 02:01:13 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1273948160 (1.2GB, 899kB/s) 1383.89s real 4.19s user 23.90s system Rewind Tape Fri Apr 5 02:24:17 EST 2002 BMS backup Fri Apr 5 02:25:11 EST 2002 Verify backup Fri Apr 5 02:25:11 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Fri Apr 5 02:48:17 EST 2002 **** Usage Log: **** Uses: 15 Backup Date: Fri Feb 15 02:00:24 EST 2002 Backup Date: Thu Jan 31 02:00:24 EST 2002 Backup Date: Tue Jan 15 02:00:24 EST 2002 Backup Date: Wed Dec 12 02:00:24 EST 2001 Backup Date: Fri Nov 30 02:00:24 EST 2001 From root@editorialunilit.com Sat Apr 6 04:44:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g369i8Dj041960 for ; Sat, 6 Apr 2002 04:44:09 -0500 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g369i2jH007840 for ; Sat, 6 Apr 2002 04:44:02 -0500 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g369gjTF048162; Sat, 6 Apr 2002 04:42:45 -0500 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g369gjKg017440; Sat, 6 Apr 2002 04:42:45 -0500 Date: Sat, 6 Apr 2002 04:42:45 -0500 From: root@editorialunilit.com Message-Id: <200204060942.g369gjKg017440@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2068 System Id: unilit Backup Started: Fri Apr 5 23:50:00 EST 2002 Dumpdate: Sat Mar 30 00:02:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Mar 29 23:56 ./image.data -rw-r--r-- 1 root system 993 Mar 29 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Fri Apr 5 23:50:23 EST 2002 mksysb started Fri Apr 5 23:50:24 EST 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6200 cache hits, 104 cache misses 132064 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 23312. Rewind Tape Sat Apr 6 02:54:45 EST 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Apr 6 03:04:46 EST 2002 Dumpdate: Sat Apr 6 00:02:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 05 23:56 ./image.data -rw-r--r-- 1 root system 1035 Apr 05 23:50 ./tapeid.data 2850880 Kbytes, 20541 files Backup finished Sat Apr 6 04:42:44 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Fri Mar 29 23:50:23 EST 2002 Backup Date: Mon Mar 25 23:50:24 EST 2002 Backup Date: Tue Mar 19 23:50:24 EST 2002 Backup Date: Wed Mar 13 23:50:24 EST 2002 Backup Date: Thu Mar 7 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 957288 19% 661 1% /var /dev/hd3 81920 71120 14% 103 2% /tmp /dev/hd1 196608 88808 55% 1008 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21384 86% 2848 62% /usr/local /dev/lv03 131072 18696 86% 5386 66% /bms /dev/lv04 294912 45448 85% 2457 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2277376 191648 92% 524 1% /mail Free Mounted Blksiz Opens Status A: 24027 Sat Apr 6 02:54 2048 8 Clean /btdata/SPAN 156276 used B: 587 Sat Apr 6 02:54 2048 15 Clean /btdata/EDX 6910 used From root@bmsaix.bmsi.com Sat Apr 6 04:39:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g369dRDj021406 for ; Sat, 6 Apr 2002 04:39:27 -0500 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g369dRei022940 for bmsaix@bmsi.com; Sat, 6 Apr 2002 04:39:27 -0500 Date: Sat, 6 Apr 2002 04:39:27 -0500 From: root@bmsaix.bmsi.com Message-Id: <200204060939.g369dRei022940@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2069 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 6 00:30:00 EST 2002 mksysb backup Sat Apr 6 00:30:22 EST 2002 Dumpdate: Tue Apr 2 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 02 00:33 ./image.data -rw-r--r-- 1 root system 2120 Apr 02 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat Apr 6 00:30:30 EST 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Apr 6 00:31:00 EST 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/D.bmsai228875a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/D.amcwe7ebe75a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/C.amcweb2C7ebe: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 6 02:52:18 EST 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 23340. mksysb backup Sat Apr 6 02:53:02 EST 2002 Dumpdate: Sat Apr 6 00:42:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 06 00:33 ./image.data -rw-r--r-- 1 root system 2162 Apr 06 00:30 ./tapeid.data Verify backup Sat Apr 6 02:53:09 EST 2002 Segment 1-4: mksysb 4204571 Kbytes, 148302 files 88.7% Backup finished Sat Apr 6 04:39:26 EST 2002 **** Usage Log: **** Uses: 4 Backup Date: Tue Apr 2 00:30:34 EST 2002 Backup Date: Sat Mar 23 00:30:34 EST 2002 Backup Date: Sat Mar 9 00:30:34 EST 2002 Backup Date: Tue Mar 5 00:33:03 EST 2002 From root@wall.wall.com Sat Apr 6 04:38:54 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g369cpDl015406; Sat, 6 Apr 2002 04:38:52 -0500 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g369ZrYF032752; Sat, 6 Apr 2002 04:35:53 -0500 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41092; Sat, 6 Apr 2002 04:25:42 -0500 Date: Sat, 6 Apr 2002 04:25:42 -0500 From: root@wall.wall.com Message-Id: <200204060925.EAA41092@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2070 System Id: wall Backup Started: Sat Apr 6 02:00:01 EST 2002 Backup of btas image started Sat Apr 6 02:00:01 EST 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Apr 6 02:26:36 EST 2002] 68.2% Dumpdate: Fri Apr 5 02:33:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 05 02:28 ./image.data -rw-r--r-- 1 root system 2189 Apr 05 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Sat Apr 6 02:27:02 EST 2002 mksysb started Sat Apr 6 02:27:03 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44895 files.............................. 2687 of 44895 files (5%).............................. 2687 of 44895 files (5%).............................. 2687 of 44895 files (5%).............................. 2725 of 44895 files (6%).............................. 2725 of 44895 files (6%).............................. 2725 of 44895 files (6%).............................. 2777 of 44895 files (6%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233266: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233267: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233268: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233269: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233270: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233271: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233272: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233273: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233274: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN233275: A file or directory in the path name does not exist. ............ 10831 of 44895 files (24%).............................. 20972 of 44895 files (46%).............................. 24694 of 44895 files (55%).............................. 40572 of 44895 files (90%)............... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Apr 6 03:33:41 EST 2002 Verify mksysb Sat Apr 6 03:33:43 EST 2002 Dumpdate: Sat Apr 6 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 06 02:28 ./image.data -rw-r--r-- 1 root system 2231 Apr 06 02:27 ./tapeid.data 1508907 Kbytes, 44885 files 0 cache hits, 0 cache misses Backup finished Sat Apr 6 04:25:41 EST 2002 **** Usage Log: **** Uses: 48 Backup Date: Fri Apr 5 02:26:52 EST 2002 Backup Date: Thu Apr 4 02:25:57 EST 2002 Backup Date: Wed Apr 3 02:27:03 EST 2002 Backup Date: Tue Apr 2 02:26:45 EST 2002 Backup Date: Sat Mar 30 02:26:31 EST 2002 From root@csichb.com Sat Apr 6 04:27:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g369QxDj015480 for ; Sat, 6 Apr 2002 04:26:59 -0500 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g369QqjH020778 for ; Sat, 6 Apr 2002 04:26:52 -0500 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g369QoJR034626 for ; Sat, 6 Apr 2002 04:26:50 -0500 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g369QoCJ035720 for bmsaix@bmsi.com; Sat, 6 Apr 2002 04:26:50 -0500 Date: Sat, 6 Apr 2002 04:26:50 -0500 From: root@csichb.com Message-Id: <200204060926.g369QoCJ035720@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2071 System Id: csi Backup Started: Sat Apr 6 02:00:00 EST 2002 Dumpdate: Sat Mar 30 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Mar 30 02:01 ./image.data -rw-r--r-- 1 root system 445 Mar 30 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Apr 6 02:00:22 EST 2002 mksysb started Sat Apr 6 02:00:22 EST 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68702 files.............................. 310 of 68702 files (0%).............................. 694 of 68702 files (1%).............................. 5733 of 68702 files (8%).............................. 6506 of 68702 files (9%).............................. 7589 of 68702 files (11%).............................. 12761 of 68702 files (18%).............................. 12881 of 68702 files (18%).............................. 17109 of 68702 files (24%).............................. 22907 of 68702 files (33%).............................. 34468 of 68702 files (50%).............................. 45038 of 68702 files (65%).............................. 50424 of 68702 files (73%).............................. 55645 of 68702 files (80%).............................. 65702 of 68702 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Apr 6 03:16:58 EST 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Apr 6 03:17:01 EST 2002 Verify mksysb Sat Apr 6 03:18:04 EST 2002 Dumpdate: Sat Apr 6 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 06 02:01 ./image.data -rw-r--r-- 1 root system 487 Apr 06 02:00 ./tapeid.data 2058453 Kbytes, 68702 files Backup finished Sat Apr 6 04:26:49 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6976 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 345768 30% 745 2% /var /dev/hd3 344064 287232 17% 85 1% /tmp /dev/hd1 819200 147312 83% 844 1% /home /dev/lv00 507904 115920 78% 5722 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 5 Backup Date: Sat Mar 30 02:00:22 EST 2002 Backup Date: Sat Mar 23 02:00:22 EST 2002 Backup Date: Sat Mar 16 02:00:21 EST 2002 Backup Date: Sat Mar 9 02:00:22 EST 2002 Backup Date: Sat Mar 2 02:00:22 EST 2002 From root@acustomsbroker.com Sat Apr 6 02:48:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g367m0Dj041360; Sat, 6 Apr 2002 02:48:00 -0500 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g367lrjH031340; Sat, 6 Apr 2002 02:47:53 -0500 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g367liR10506; Sat, 6 Apr 2002 02:47:44 -0500 Date: Sat, 6 Apr 2002 02:47:44 -0500 From: root Message-Id: <200204060747.g367liR10506@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2072 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 6 02:00:00 EST 2002 BMS backup Sat Apr 6 02:00:24 EST 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Sat Apr 6 02:00:24 EST 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Apr 6 02:01:09 EST 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1273733120 (1.2GB, 905kB/s) 1374.38s real 4.42s user 23.32s system Rewind Tape Sat Apr 6 02:24:03 EST 2002 BMS backup Sat Apr 6 02:24:47 EST 2002 Verify backup Sat Apr 6 02:24:47 EST 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Sat Apr 6 02:47:44 EST 2002 **** Usage Log: **** Uses: 18 Backup Date: Fri Mar 29 02:00:24 EST 2002 Backup Date: Tue Mar 5 02:00:24 EST 2002 Backup Date: Wed Jan 16 02:00:24 EST 2002 Backup Date: Tue Jan 1 02:00:24 EST 2002 Backup Date: Thu Dec 13 02:00:24 EST 2001 From root@wall.wall.com Tue Apr 9 04:38:54 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g398cqDj021690; Tue, 9 Apr 2002 04:38:52 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g398Zwgl035960; Tue, 9 Apr 2002 04:35:58 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA28742; Tue, 9 Apr 2002 04:24:14 -0400 Date: Tue, 9 Apr 2002 04:24:14 -0400 From: root@wall.wall.com Message-Id: <200204090824.EAA28742@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2073 System Id: wall Backup Started: Tue Apr 9 02:00:00 EDT 2002 Backup of btas image started Tue Apr 9 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Apr 9 02:26:01 EDT 2002] 68.2% Dumpdate: Sat Apr 6 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 06 02:28 ./image.data -rw-r--r-- 1 root system 2231 Apr 06 02:27 ./tapeid.data Tape Id: wall0055 Backup Date: Tue Apr 9 02:26:27 EDT 2002 mksysb started Tue Apr 9 02:26:28 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 44717 files.............................. 2713 of 44717 files (6%).............................. 2713 of 44717 files (6%).............................. 2713 of 44717 files (6%).............................. 2751 of 44717 files (6%).............................. 2751 of 44717 files (6%).............................. 2751 of 44717 files (6%).............................. 2803 of 44717 files (6%).............................. 10561 of 44717 files (23%).............................. 19647 of 44717 files (43%).............................. 28405 of 44717 files (63%).............................. 40883 of 44717 files (91%).......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 9 03:32:16 EDT 2002 Verify mksysb Tue Apr 9 03:32:17 EDT 2002 Dumpdate: Tue Apr 9 02:33:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 09 02:27 ./image.data -rw-r--r-- 1 root system 2273 Apr 09 02:26 ./tapeid.data 1508444 Kbytes, 44717 files 0 cache hits, 0 cache misses Backup finished Tue Apr 9 04:24:13 EDT 2002 **** Usage Log: **** Uses: 49 Backup Date: Sat Apr 6 02:27:02 EST 2002 Backup Date: Fri Apr 5 02:26:52 EST 2002 Backup Date: Thu Apr 4 02:25:57 EST 2002 Backup Date: Wed Apr 3 02:27:03 EST 2002 Backup Date: Tue Apr 2 02:26:45 EST 2002 From root@bmsaix.bmsi.com Tue Apr 9 04:27:40 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g398RdDj036040 for ; Tue, 9 Apr 2002 04:27:39 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g398RcQt021696 for bmsaix@bmsi.com; Tue, 9 Apr 2002 04:27:38 -0400 Date: Tue, 9 Apr 2002 04:27:38 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204090827.g398RcQt021696@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2074 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 9 00:30:00 EDT 2002 mksysb backup Tue Apr 9 00:30:26 EDT 2002 Dumpdate: Sat Mar 30 00:44:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 30 00:33 ./image.data -rw-r--r-- 1 root system 2414 Mar 30 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Apr 9 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Apr 9 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 9 02:47:33 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 19918. mksysb backup Tue Apr 9 02:48:40 EDT 2002 Dumpdate: Tue Apr 9 00:42:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 09 00:34 ./image.data -rw-r--r-- 1 root system 2456 Apr 09 00:30 ./tapeid.data Verify backup Tue Apr 9 02:48:48 EDT 2002 Segment 1-4: mksysb 4200839 Kbytes, 148246 files 88.7% Backup finished Tue Apr 9 04:27:38 EDT 2002 **** Usage Log: **** Uses: 11 Backup Date: Sat Mar 30 00:30:30 EST 2002 Backup Date: Tue Mar 26 00:30:34 EST 2002 Backup Date: Sat Mar 16 00:30:34 EST 2002 Backup Date: Tue Mar 12 00:30:34 EST 2002 Backup Date: Sat Mar 2 00:30:34 EST 2002 From root@csichb.com Tue Apr 9 04:26:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g398QdDj037504 for ; Tue, 9 Apr 2002 04:26:39 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g398QWjH025978 for ; Tue, 9 Apr 2002 04:26:33 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g398QVJR045550 for ; Tue, 9 Apr 2002 04:26:31 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g398QUde029376 for bmsaix@bmsi.com; Tue, 9 Apr 2002 04:26:30 -0400 Date: Tue, 9 Apr 2002 04:26:30 -0400 From: root@csichb.com Message-Id: <200204090826.g398QUde029376@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2075 System Id: csi Backup Started: Tue Apr 9 02:00:00 EDT 2002 Dumpdate: Tue Mar 26 02:04:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Mar 26 02:01 ./image.data -rw-r--r-- 1 root system 3679 Mar 26 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Apr 9 02:00:21 EDT 2002 mksysb started Tue Apr 9 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68732 files.............................. 310 of 68732 files (0%).............................. 643 of 68732 files (0%).............................. 5734 of 68732 files (8%).............................. 6525 of 68732 files (9%).............................. 7682 of 68732 files (11%).............................. 12794 of 68732 files (18%).............................. 12911 of 68732 files (18%).............................. 18532 of 68732 files (26%).............................. 23029 of 68732 files (33%).............................. 34499 of 68732 files (50%).............................. 45319 of 68732 files (65%).............................. 50621 of 68732 files (73%).............................. 55847 of 68732 files (81%).............................. 65775 of 68732 files (95%)........... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Apr 9 03:16:52 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Apr 9 03:16:54 EDT 2002 Verify mksysb Tue Apr 9 03:17:55 EDT 2002 Dumpdate: Tue Apr 9 02:04:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 09 02:01 ./image.data -rw-r--r-- 1 root system 3721 Apr 09 02:00 ./tapeid.data 2052671 Kbytes, 68732 files Backup finished Tue Apr 9 04:26:30 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6976 79% 2121 26% / /dev/hd2 4947968 10248 100% 56728 10% /usr /dev/hd9var 491520 370496 25% 753 2% /var /dev/hd3 344064 287120 17% 85 1% /tmp /dev/hd1 819200 147304 83% 848 1% /home /dev/lv00 507904 108416 79% 5741 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 82 Backup Date: Tue Mar 26 02:00:21 EST 2002 Backup Date: Tue Mar 19 02:00:22 EST 2002 Backup Date: Tue Mar 12 02:00:21 EST 2002 Backup Date: Tue Mar 5 02:00:22 EST 2002 Backup Date: Tue Feb 26 02:00:21 EST 2002 From root@editorialunilit.com Tue Apr 9 04:10:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g398AqDj037476 for ; Tue, 9 Apr 2002 04:10:52 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g398AkjH011780 for ; Tue, 9 Apr 2002 04:10:46 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3989TTF019636; Tue, 9 Apr 2002 04:09:29 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3989Six019122; Tue, 9 Apr 2002 04:09:28 -0400 Date: Tue, 9 Apr 2002 04:09:28 -0400 From: root@editorialunilit.com Message-Id: <200204090809.g3989Six019122@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2076 System Id: unilit Backup Started: Mon Apr 8 23:50:00 EDT 2002 Dumpdate: Tue Apr 2 00:02:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 01 23:56 ./image.data -rw-r--r-- 1 root system 2463 Apr 01 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Mon Apr 8 23:50:24 EDT 2002 mksysb started Mon Apr 8 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6148 cache hits, 104 cache misses 132254 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 55770. Rewind Tape Tue Apr 9 02:31:01 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Apr 9 02:41:02 EDT 2002 Dumpdate: Tue Apr 9 00:01:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 08 23:56 ./image.data -rw-r--r-- 1 root system 2505 Apr 08 23:50 ./tapeid.data 2836079 Kbytes, 20560 files Backup finished Tue Apr 9 04:09:27 EDT 2002 **** Usage Log: **** Uses: 53 Backup Date: Mon Apr 1 23:50:41 EST 2002 Backup Date: Tue Mar 26 23:50:23 EST 2002 Backup Date: Wed Mar 20 23:50:23 EST 2002 Backup Date: Thu Mar 14 23:50:23 EST 2002 Backup Date: Fri Mar 8 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 999920 16% 647 1% /var /dev/hd3 81920 71104 14% 103 2% /tmp /dev/hd1 196608 89808 55% 1008 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21384 86% 2848 62% /usr/local /dev/lv03 131072 18704 86% 5387 66% /bms /dev/lv04 294912 44872 85% 2466 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2277376 181224 93% 524 1% /mail Free Mounted Blksiz Opens Status A: 23837 Tue Apr 9 02:30 2048 8 Clean /btdata/SPAN 156276 used B: 542 Tue Apr 9 02:30 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Tue Apr 9 02:48:23 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g396mLDj025604; Tue, 9 Apr 2002 02:48:21 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g396mEjH031916; Tue, 9 Apr 2002 02:48:14 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g396mDs26510; Tue, 9 Apr 2002 02:48:13 -0400 Date: Tue, 9 Apr 2002 02:48:13 -0400 From: root Message-Id: <200204090648.g396mDs26510@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2077 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 9 02:00:00 EDT 2002 BMS backup Tue Apr 9 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Tue Apr 9 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Apr 9 02:01:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1269739520 (1.2GB, 904kB/s) 1370.97s real 4.12s user 23.60s system Rewind Tape Tue Apr 9 02:24:04 EDT 2002 BMS backup Tue Apr 9 02:25:08 EDT 2002 Verify backup Tue Apr 9 02:25:08 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Apr 9 02:48:13 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Sat Mar 30 02:00:24 EST 2002 Backup Date: Tue Mar 19 02:00:24 EST 2002 Backup Date: Wed Mar 6 02:00:24 EST 2002 Backup Date: Sat Feb 16 02:00:24 EST 2002 Backup Date: Sat Feb 2 02:00:24 EST 2002 From root@bmsaix.bmsi.com Fri Apr 12 04:52:21 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3C8qLDj023206 for ; Fri, 12 Apr 2002 04:52:21 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3C8qKis013470 for bmsaix@bmsi.com; Fri, 12 Apr 2002 04:52:20 -0400 Date: Fri, 12 Apr 2002 04:52:20 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204120852.g3C8qKis013470@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2078 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 12 00:30:01 EDT 2002 mksysb backup Fri Apr 12 00:30:23 EDT 2002 Dumpdate: Fri Apr 5 00:42:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 05 00:33 ./image.data -rw-r--r-- 1 root system 2330 Apr 05 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Apr 12 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Apr 12 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 12 02:53:30 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 25598. mksysb backup Fri Apr 12 02:54:57 EDT 2002 Dumpdate: Fri Apr 12 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 12 00:33 ./image.data -rw-r--r-- 1 root system 2372 Apr 12 00:30 ./tapeid.data Verify backup Fri Apr 12 02:55:05 EDT 2002 Segment 1-4: mksysb 4227214 Kbytes, 148289 files 88.7% Backup finished Fri Apr 12 04:52:20 EDT 2002 **** Usage Log: **** Uses: 9 Backup Date: Fri Apr 5 00:30:30 EST 2002 Backup Date: Fri Mar 29 00:30:30 EST 2002 Backup Date: Fri Mar 22 00:30:33 EST 2002 Backup Date: Tue Mar 19 00:30:33 EST 2002 Backup Date: Fri Mar 15 00:30:30 EST 2002 From root@editorialunilit.com Fri Apr 12 04:41:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3C8f2Dj015090 for ; Fri, 12 Apr 2002 04:41:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3C8etjH025160 for ; Fri, 12 Apr 2002 04:40:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3C8dcTF054578; Fri, 12 Apr 2002 04:39:38 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3C8dc8n052272; Fri, 12 Apr 2002 04:39:38 -0400 Date: Fri, 12 Apr 2002 04:39:38 -0400 From: root@editorialunilit.com Message-Id: <200204120839.g3C8dc8n052272@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2079 System Id: unilit Backup Started: Thu Apr 11 23:50:00 EDT 2002 Dumpdate: Sat Apr 6 00:02:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 05 23:56 ./image.data -rw-r--r-- 1 root system 1035 Apr 05 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Thu Apr 11 23:50:34 EDT 2002 mksysb started Thu Apr 11 23:50:35 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6199 cache hits, 102 cache misses 132578 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 32550. Rewind Tape Fri Apr 12 02:55:30 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Apr 12 03:05:31 EDT 2002 Dumpdate: Fri Apr 12 00:02:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Apr 11 23:56 ./image.data -rw-r--r-- 1 root system 1077 Apr 11 23:50 ./tapeid.data 2859945 Kbytes, 20592 files Backup finished Fri Apr 12 04:39:36 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Fri Apr 5 23:50:23 EST 2002 Backup Date: Fri Mar 29 23:50:23 EST 2002 Backup Date: Mon Mar 25 23:50:24 EST 2002 Backup Date: Tue Mar 19 23:50:24 EST 2002 Backup Date: Wed Mar 13 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 968248 18% 692 1% /var /dev/hd3 81920 71056 14% 103 2% /tmp /dev/hd1 196608 89776 55% 1008 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21376 86% 2848 62% /usr/local /dev/lv03 131072 18568 86% 5392 66% /bms /dev/lv04 294912 44584 85% 2473 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2277376 170536 93% 524 1% /mail Free Mounted Blksiz Opens Status A: 23513 Fri Apr 12 02:55 2048 8 Clean /btdata/SPAN 156276 used B: 493 Fri Apr 12 02:55 2048 15 Clean /btdata/EDX 6910 used From root@csichb.com Fri Apr 12 04:27:18 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3C8RIDj032034 for ; Fri, 12 Apr 2002 04:27:18 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3C8RBjH031444 for ; Fri, 12 Apr 2002 04:27:11 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3C8R9JR027308 for ; Fri, 12 Apr 2002 04:27:09 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3C8R9GW042472 for bmsaix@bmsi.com; Fri, 12 Apr 2002 04:27:09 -0400 Date: Fri, 12 Apr 2002 04:27:09 -0400 From: root@csichb.com Message-Id: <200204120827.g3C8R9GW042472@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2080 System Id: csi Backup Started: Fri Apr 12 02:00:00 EDT 2002 Dumpdate: Fri Apr 5 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 05 02:01 ./image.data -rw-r--r-- 1 root system 907 Apr 05 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Apr 12 02:00:22 EDT 2002 mksysb started Fri Apr 12 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68719 files.............................. 310 of 68719 files (0%).............................. 691 of 68719 files (1%).............................. 5732 of 68719 files (8%).............................. 6554 of 68719 files (9%).............................. 7651 of 68719 files (11%).............................. 12764 of 68719 files (18%).............................. 12885 of 68719 files (18%).............................. 16540 of 68719 files (24%).............................. 22901 of 68719 files (33%).............................. 34469 of 68719 files (50%).............................. 44699 of 68719 files (65%).............................. 50224 of 68719 files (73%).............................. 55413 of 68719 files (80%).............................. 64867 of 68719 files (94%).............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Apr 12 03:17:11 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Apr 12 03:17:13 EDT 2002 Verify mksysb Fri Apr 12 03:18:16 EDT 2002 Dumpdate: Fri Apr 12 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 12 02:01 ./image.data -rw-r--r-- 1 root system 949 Apr 12 02:00 ./tapeid.data 2064645 Kbytes, 68719 files Backup finished Fri Apr 12 04:27:08 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6960 79% 2122 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 353064 29% 704 2% /var /dev/hd3 344064 286768 17% 86 1% /tmp /dev/hd1 819200 138744 84% 844 1% /home /dev/lv00 507904 103160 80% 5771 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 16 Backup Date: Fri Apr 5 02:00:22 EST 2002 Backup Date: Fri Mar 29 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:21 EST 2002 Backup Date: Fri Mar 15 02:00:22 EST 2002 Backup Date: Fri Mar 8 02:00:22 EST 2002 From root@acustomsbroker.com Fri Apr 12 02:48:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3C6m5Dj014416; Fri, 12 Apr 2002 02:48:05 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3C6lvjH033512; Fri, 12 Apr 2002 02:47:58 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3C6lvC18137; Fri, 12 Apr 2002 02:47:57 -0400 Date: Fri, 12 Apr 2002 02:47:57 -0400 From: root Message-Id: <200204120647.g3C6lvC18137@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2081 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 12 02:00:00 EDT 2002 BMS backup Fri Apr 12 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Fri Apr 12 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Apr 12 02:01:09 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1275484160 (1.2GB, 910kB/s) 1369.22s real 4.13s user 23.46s system Rewind Tape Fri Apr 12 02:23:58 EDT 2002 BMS backup Fri Apr 12 02:24:52 EDT 2002 Verify backup Fri Apr 12 02:24:52 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Apr 12 02:47:56 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Sat Mar 23 02:00:24 EST 2002 Backup Date: Tue Mar 12 02:00:24 EST 2002 Backup Date: Thu Feb 21 02:00:23 EST 2002 Backup Date: Sat Feb 9 02:00:23 EST 2002 Backup Date: Tue Jan 22 02:00:23 EST 2002 From root@bmsaix.bmsi.com Thu Apr 11 04:40:58 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3B8evDj039452 for ; Thu, 11 Apr 2002 04:40:57 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3B8ev3Q042004 for bmsaix@bmsi.com; Thu, 11 Apr 2002 04:40:57 -0400 Date: Thu, 11 Apr 2002 04:40:57 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204110840.g3B8ev3Q042004@bmsaix.bmsi.com> Subject: bmsaix0081 backup Status: RO X-Status: X-Keywords: X-UID: 2082 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 11 00:30:00 EDT 2002 mksysb backup Thu Apr 11 00:30:26 EDT 2002 Dumpdate: Thu Apr 4 00:42:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 04 00:33 ./image.data -rw-r--r-- 1 root system 2288 Apr 04 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0081 Backup Date: Thu Apr 11 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Apr 11 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 11 02:52:09 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 19874. mksysb backup Thu Apr 11 02:53:59 EDT 2002 Dumpdate: Thu Apr 11 00:42:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 11 00:34 ./image.data -rw-r--r-- 1 root system 2330 Apr 11 00:30 ./tapeid.data Verify backup Thu Apr 11 02:54:06 EDT 2002 Segment 1-4: mksysb 4213085 Kbytes, 148271 files 88.7% Backup finished Thu Apr 11 04:40:57 EDT 2002 **** Usage Log: **** Uses: 8 Backup Date: Thu Apr 4 00:30:27 EST 2002 Backup Date: Thu Mar 28 00:30:30 EST 2002 Backup Date: Thu Mar 21 00:30:31 EST 2002 Backup Date: Thu Mar 14 00:30:34 EST 2002 Backup Date: Thu Mar 7 00:30:33 EST 2002 From root@editorialunilit.com Thu Apr 11 04:40:24 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3B8eNDj041990 for ; Thu, 11 Apr 2002 04:40:23 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3B8eGjH029382 for ; Thu, 11 Apr 2002 04:40:17 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3B8cxTF058504; Thu, 11 Apr 2002 04:38:59 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3B8cxPV040582; Thu, 11 Apr 2002 04:38:59 -0400 Date: Thu, 11 Apr 2002 04:38:59 -0400 From: root@editorialunilit.com Message-Id: <200204110838.g3B8cxPV040582@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2083 System Id: unilit Backup Started: Wed Apr 10 23:50:00 EDT 2002 Dumpdate: Fri Apr 5 00:02:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 04 23:57 ./image.data -rw-r--r-- 1 root system 993 Apr 04 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Wed Apr 10 23:51:08 EDT 2002 mksysb started Wed Apr 10 23:51:09 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6172 cache hits, 102 cache misses 132491 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 70026. Rewind Tape Thu Apr 11 02:47:43 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Apr 11 02:57:44 EDT 2002 Dumpdate: Thu Apr 11 00:02:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Apr 10 23:57 ./image.data -rw-r--r-- 1 root system 1035 Apr 10 23:51 ./tapeid.data 2848905 Kbytes, 20575 files Backup finished Thu Apr 11 04:38:58 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Thu Apr 4 23:50:58 EST 2002 Backup Date: Thu Mar 28 23:50:56 EST 2002 Backup Date: Fri Mar 22 23:51:05 EST 2002 Backup Date: Mon Mar 18 23:51:15 EST 2002 Backup Date: Tue Mar 12 23:51:05 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 980024 17% 704 1% /var /dev/hd3 81920 71072 14% 104 2% /tmp /dev/hd1 196608 89672 55% 1008 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21384 86% 2848 62% /usr/local /dev/lv03 131072 18664 86% 5390 66% /bms /dev/lv04 294912 44832 85% 2466 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2277376 179312 93% 524 1% /mail Free Mounted Blksiz Opens Status A: 23600 Thu Apr 11 02:47 2048 8 Clean /btdata/SPAN 156276 used B: 519 Thu Apr 11 02:47 2048 15 Clean /btdata/EDX 6910 used From root@csichb.com Thu Apr 11 04:27:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3B8RqDj041282 for ; Thu, 11 Apr 2002 04:27:52 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3B8RjjH019044 for ; Thu, 11 Apr 2002 04:27:46 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3B8RiJR042442 for ; Thu, 11 Apr 2002 04:27:44 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3B8Rhxk049338 for bmsaix@bmsi.com; Thu, 11 Apr 2002 04:27:43 -0400 Date: Thu, 11 Apr 2002 04:27:43 -0400 From: root@csichb.com Message-Id: <200204110827.g3B8Rhxk049338@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2084 System Id: csi Backup Started: Thu Apr 11 02:00:01 EDT 2002 Dumpdate: Thu Apr 4 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 04 02:01 ./image.data -rw-r--r-- 1 root system 3805 Apr 04 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu Apr 11 02:00:22 EDT 2002 mksysb started Thu Apr 11 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up...... Backing up 68713 files.............................. 310 of 68713 files (0%).............................. 505 of 68713 files (0%).............................. 5694 of 68713 files (8%).............................. 6547 of 68713 files (9%).............................. 7625 of 68713 files (11%).............................. 12755 of 68713 files (18%).............................. 12879 of 68713 files (18%).............................. 15955 of 68713 files (23%).............................. 22895 of 68713 files (33%).............................. 34450 of 68713 files (50%).............................. 41927 of 68713 files (61%).............................. 49737 of 68713 files (72%).............................. 54901 of 68713 files (79%).............................. 64697 of 68713 files (94%)................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Apr 11 03:17:43 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Apr 11 03:17:46 EDT 2002 Verify mksysb Thu Apr 11 03:18:47 EDT 2002 Dumpdate: Thu Apr 11 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 11 02:01 ./image.data -rw-r--r-- 1 root system 3847 Apr 11 02:00 ./tapeid.data 2062727 Kbytes, 68713 files Backup finished Thu Apr 11 04:27:43 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6960 79% 2122 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 352840 29% 707 2% /var /dev/hd3 344064 286872 17% 85 1% /tmp /dev/hd1 819200 138608 84% 847 1% /home /dev/lv00 507904 104968 80% 5764 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 85 Backup Date: Thu Apr 4 02:00:22 EST 2002 Backup Date: Thu Mar 28 02:00:21 EST 2002 Backup Date: Thu Mar 21 02:00:21 EST 2002 Backup Date: Thu Mar 14 02:00:22 EST 2002 Backup Date: Thu Mar 7 02:00:22 EST 2002 From root@acustomsbroker.com Thu Apr 11 02:48:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3B6m3Dj043784; Thu, 11 Apr 2002 02:48:03 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3B6lujH029268; Thu, 11 Apr 2002 02:47:57 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3B6luU09197; Thu, 11 Apr 2002 02:47:56 -0400 Date: Thu, 11 Apr 2002 02:47:56 -0400 From: root Message-Id: <200204110647.g3B6luU09197@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2085 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 11 02:00:00 EDT 2002 BMS backup Thu Apr 11 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Thu Apr 11 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Apr 11 02:01:09 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1273856000 (1.2GB, 906kB/s) 1373.09s real 4.43s user 23.40s system Rewind Tape Thu Apr 11 02:24:02 EDT 2002 BMS backup Thu Apr 11 02:24:58 EDT 2002 Verify backup Thu Apr 11 02:24:58 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Thu Apr 11 02:47:55 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Tue Apr 2 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:24 EST 2002 Backup Date: Sat Mar 9 02:00:24 EST 2002 Backup Date: Wed Feb 20 02:00:24 EST 2002 Backup Date: Fri Feb 8 02:00:24 EST 2002 From root@wall.wall.com Wed Apr 10 07:38:57 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3ABcqDp018358; Wed, 10 Apr 2002 07:38:54 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3ABQO4B035878; Wed, 10 Apr 2002 07:26:24 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44720; Wed, 10 Apr 2002 04:25:59 -0400 Date: Wed, 10 Apr 2002 04:25:59 -0400 From: root@wall.wall.com Message-Id: <200204100825.EAA44720@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2086 System Id: wall Backup Started: Wed Apr 10 02:00:00 EDT 2002 Backup of btas image started Wed Apr 10 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Apr 10 02:28:04 EDT 2002] 68.2% Dumpdate: Tue Apr 9 02:33:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Apr 09 02:27 ./image.data -rw-r--r-- 1 root system 2273 Apr 09 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Wed Apr 10 02:28:31 EDT 2002 mksysb started Wed Apr 10 02:28:32 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 44829 files.............................. 2725 of 44829 files (6%).............................. 2725 of 44829 files (6%).............................. 2725 of 44829 files (6%).............................. 2763 of 44829 files (6%).............................. 2763 of 44829 files (6%).............................. 2763 of 44829 files (6%).............................. 2815 of 44829 files (6%).............................. 10882 of 44829 files (24%).............................. 20252 of 44829 files (45%).............................. 32004 of 44829 files (71%).............................. 41010 of 44829 files (91%)......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 10 03:34:09 EDT 2002 Verify mksysb Wed Apr 10 03:34:10 EDT 2002 Dumpdate: Wed Apr 10 02:35:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 10 02:29 ./image.data -rw-r--r-- 1 root system 2315 Apr 10 02:28 ./tapeid.data 1507894 Kbytes, 44829 files 0 cache hits, 0 cache misses Backup finished Wed Apr 10 04:25:58 EDT 2002 **** Usage Log: **** Uses: 50 Backup Date: Tue Apr 9 02:26:27 EDT 2002 Backup Date: Sat Apr 6 02:27:02 EST 2002 Backup Date: Fri Apr 5 02:26:52 EST 2002 Backup Date: Thu Apr 4 02:25:57 EST 2002 Backup Date: Wed Apr 3 02:27:03 EST 2002 From root@wall.wall.com Thu Apr 11 04:43:52 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3B8hoDj043352; Thu, 11 Apr 2002 04:43:50 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3B8ZpAC023480; Thu, 11 Apr 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34122; Thu, 11 Apr 2002 04:23:58 -0400 Date: Thu, 11 Apr 2002 04:23:58 -0400 From: root@wall.wall.com Message-Id: <200204110823.EAA34122@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2087 System Id: wall Backup Started: Thu Apr 11 02:00:00 EDT 2002 Backup of btas image started Thu Apr 11 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Apr 11 02:26:12 EDT 2002] 68.2% Dumpdate: Wed Apr 10 02:35:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 10 02:29 ./image.data -rw-r--r-- 1 root system 2315 Apr 10 02:28 ./tapeid.data Tape Id: wall0055 Backup Date: Thu Apr 11 02:26:38 EDT 2002 mksysb started Thu Apr 11 02:26:39 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up.... Backing up 44898 files.............................. 2738 of 44898 files (6%).............................. 2738 of 44898 files (6%).............................. 2738 of 44898 files (6%).............................. 2776 of 44898 files (6%).............................. 2776 of 44898 files (6%).............................. 2776 of 44898 files (6%).............................. 2827 of 44898 files (6%).............................. 10828 of 44898 files (24%).............................. 20761 of 44898 files (46%).............................. 33934 of 44898 files (75%).............................. 42464 of 44898 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 11 03:31:59 EDT 2002 Verify mksysb Thu Apr 11 03:32:00 EDT 2002 Dumpdate: Thu Apr 11 02:33:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 11 02:28 ./image.data -rw-r--r-- 1 root system 2357 Apr 11 02:26 ./tapeid.data 1508941 Kbytes, 44898 files 0 cache hits, 0 cache misses Backup finished Thu Apr 11 04:23:57 EDT 2002 **** Usage Log: **** Uses: 51 Backup Date: Wed Apr 10 02:28:31 EDT 2002 Backup Date: Tue Apr 9 02:26:27 EDT 2002 Backup Date: Sat Apr 6 02:27:02 EST 2002 Backup Date: Fri Apr 5 02:26:52 EST 2002 Backup Date: Thu Apr 4 02:25:57 EST 2002 From root@wall.wall.com Fri Apr 12 04:43:52 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3C8hoDj014346; Fri, 12 Apr 2002 04:43:50 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3C8Zvt1033184; Fri, 12 Apr 2002 04:35:57 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA29990; Fri, 12 Apr 2002 04:25:00 -0400 Date: Fri, 12 Apr 2002 04:25:00 -0400 From: root@wall.wall.com Message-Id: <200204120825.EAA29990@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: O X-Status: X-Keywords: X-UID: 2088 System Id: wall Backup Started: Fri Apr 12 02:00:01 EDT 2002 Backup of btas image started Fri Apr 12 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Apr 12 02:27:17 EDT 2002] 68.2% Dumpdate: Thu Apr 11 02:33:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 11 02:28 ./image.data -rw-r--r-- 1 root system 2357 Apr 11 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Fri Apr 12 02:27:44 EDT 2002 mksysb started Fri Apr 12 02:27:44 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45028 files.............................. 2750 of 45028 files (6%).............................. 2750 of 45028 files (6%).............................. 2750 of 45028 files (6%).............................. 2788 of 45028 files (6%).............................. 2788 of 45028 files (6%).............................. 2788 of 45028 files (6%).............................. 2839 of 45028 files (6%).............................. 10866 of 45028 files (24%).............................. 20783 of 45028 files (46%).............................. 34115 of 45028 files (75%).............................. 42614 of 45028 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 12 03:33:06 EDT 2002 Verify mksysb Fri Apr 12 03:33:07 EDT 2002 Dumpdate: Fri Apr 12 02:34:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 12 02:29 ./image.data -rw-r--r-- 1 root system 2399 Apr 12 02:27 ./tapeid.data 1509266 Kbytes, 45028 files 0 cache hits, 0 cache misses Backup finished Fri Apr 12 04:24:59 EDT 2002 **** Usage Log: **** Uses: 52 Backup Date: Thu Apr 11 02:26:38 EDT 2002 Backup Date: Wed Apr 10 02:28:31 EDT 2002 Backup Date: Tue Apr 9 02:26:27 EDT 2002 Backup Date: Sat Apr 6 02:27:02 EST 2002 Backup Date: Fri Apr 5 02:26:52 EST 2002 From root@wall.wall.com Sat Apr 13 04:43:53 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3D8hoDj038408; Sat, 13 Apr 2002 04:43:50 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3D8PlJk010938; Sat, 13 Apr 2002 04:25:47 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44662; Sat, 13 Apr 2002 04:25:04 -0400 Date: Sat, 13 Apr 2002 04:25:04 -0400 From: root@wall.wall.com Message-Id: <200204130825.EAA44662@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2089 System Id: wall Backup Started: Sat Apr 13 02:00:00 EDT 2002 Backup of btas image started Sat Apr 13 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Apr 13 02:27:12 EDT 2002] 68.2% Dumpdate: Fri Apr 12 02:34:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 12 02:29 ./image.data -rw-r--r-- 1 root system 2399 Apr 12 02:27 ./tapeid.data Tape Id: wall0055 Backup Date: Sat Apr 13 02:27:38 EDT 2002 mksysb started Sat Apr 13 02:27:39 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45109 files.............................. 2757 of 45109 files (6%).............................. 2757 of 45109 files (6%).............................. 2757 of 45109 files (6%).............................. 2795 of 45109 files (6%).............................. 2795 of 45109 files (6%).............................. 2795 of 45109 files (6%).............................. 2847 of 45109 files (6%).............................. 10885 of 45109 files (24%)...................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ........... 20719 of 45109 files (45%).............................. 34007 of 45109 files (75%).............................. 42641 of 45109 files (94%)........ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Apr 13 03:33:07 EDT 2002 Verify mksysb Sat Apr 13 03:33:09 EDT 2002 Dumpdate: Sat Apr 13 02:34:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 13 02:29 ./image.data -rw-r--r-- 1 root system 2441 Apr 13 02:27 ./tapeid.data 1510240 Kbytes, 45108 files 0 cache hits, 0 cache misses Backup finished Sat Apr 13 04:25:02 EDT 2002 **** Usage Log: **** Uses: 53 Backup Date: Fri Apr 12 02:27:44 EDT 2002 Backup Date: Thu Apr 11 02:26:38 EDT 2002 Backup Date: Wed Apr 10 02:28:31 EDT 2002 Backup Date: Tue Apr 9 02:26:27 EDT 2002 Backup Date: Sat Apr 6 02:27:02 EST 2002 From root@bmsaix.bmsi.com Wed Apr 10 04:32:46 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3A8WjDj026402 for ; Wed, 10 Apr 2002 04:32:46 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3A8WjNE041758 for bmsaix@bmsi.com; Wed, 10 Apr 2002 04:32:45 -0400 Date: Wed, 10 Apr 2002 04:32:45 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204100832.g3A8WjNE041758@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2090 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 10 00:30:00 EDT 2002 mksysb backup Wed Apr 10 00:30:25 EDT 2002 Dumpdate: Wed Mar 20 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Mar 20 00:34 ./image.data -rw-r--r-- 1 root system 2204 Mar 20 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Apr 10 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Apr 10 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai239ac79: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall3f85c79: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC3f85: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 10 02:49:50 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 24080. mksysb backup Wed Apr 10 02:51:21 EDT 2002 Dumpdate: Wed Apr 10 00:42:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 10 00:34 ./image.data -rw-r--r-- 1 root system 2246 Apr 10 00:30 ./tapeid.data Verify backup Wed Apr 10 02:51:28 EDT 2002 Segment 1-4: mksysb 4207800 Kbytes, 148288 files 88.7% Backup finished Wed Apr 10 04:32:45 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Wed Mar 20 00:30:34 EST 2002 Backup Date: Wed Mar 13 00:30:33 EST 2002 Backup Date: Wed Mar 6 00:30:33 EST 2002 Backup Date: Wed Feb 20 00:30:31 EST 2002 Backup Date: Wed Feb 13 00:30:30 EST 2002 From root@editorialunilit.com Wed Apr 10 04:30:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3A8UDDj038138 for ; Wed, 10 Apr 2002 04:30:13 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3A8U5jH015618 for ; Wed, 10 Apr 2002 04:30:07 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3A8SmTF037796; Wed, 10 Apr 2002 04:28:48 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3A8SmV9044194; Wed, 10 Apr 2002 04:28:48 -0400 Date: Wed, 10 Apr 2002 04:28:48 -0400 From: root@editorialunilit.com Message-Id: <200204100828.g3A8SmV9044194@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2091 System Id: unilit Backup Started: Tue Apr 9 23:50:00 EDT 2002 Dumpdate: Thu Apr 4 00:03:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 03 23:57 ./image.data -rw-r--r-- 1 root system 1077 Apr 03 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Tue Apr 9 23:50:57 EDT 2002 mksysb started Tue Apr 9 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6152 cache hits, 102 cache misses 132416 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 64676. Rewind Tape Wed Apr 10 02:51:47 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Apr 10 03:01:49 EDT 2002 Dumpdate: Wed Apr 10 00:02:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 09 23:57 ./image.data -rw-r--r-- 1 root system 1119 Apr 09 23:50 ./tapeid.data 2843109 Kbytes, 20570 files Backup finished Wed Apr 10 04:28:47 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Wed Apr 3 23:51:26 EST 2002 Backup Date: Wed Mar 27 23:51:36 EST 2002 Backup Date: Thu Mar 21 23:51:05 EST 2002 Backup Date: Fri Mar 15 23:50:56 EST 2002 Backup Date: Mon Mar 11 23:50:56 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 851 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 990000 17% 682 1% /var /dev/hd3 81920 71088 14% 104 2% /tmp /dev/hd1 196608 89808 55% 1008 5% /home /dev/lv01 1032192 230440 78% 118 1% /work /dev/lv02 147456 21384 86% 2848 62% /usr/local /dev/lv03 131072 18696 86% 5389 66% /bms /dev/lv04 294912 44848 85% 2466 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2277376 177944 93% 524 1% /mail Free Mounted Blksiz Opens Status A: 23675 Wed Apr 10 02:51 2048 8 Clean /btdata/SPAN 156276 used B: 540 Wed Apr 10 02:51 2048 15 Clean /btdata/EDX 6910 used From root@csichb.com Wed Apr 10 04:27:06 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3A8R5Dj028606 for ; Wed, 10 Apr 2002 04:27:05 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3A8QwjH031176 for ; Wed, 10 Apr 2002 04:26:59 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3A8QvJR044938 for ; Wed, 10 Apr 2002 04:26:57 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3A8Qv0Q039344 for bmsaix@bmsi.com; Wed, 10 Apr 2002 04:26:57 -0400 Date: Wed, 10 Apr 2002 04:26:57 -0400 From: root@csichb.com Message-Id: <200204100826.g3A8Qv0Q039344@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2092 System Id: csi Backup Started: Wed Apr 10 02:00:01 EDT 2002 Dumpdate: Wed Apr 3 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 03 02:01 ./image.data -rw-r--r-- 1 root system 2503 Apr 03 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Apr 10 02:00:22 EDT 2002 mksysb started Wed Apr 10 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up...... Backing up 68690 files.............................. 310 of 68690 files (0%).............................. 694 of 68690 files (1%).............................. 5741 of 68690 files (8%).............................. 6534 of 68690 files (9%).............................. 7632 of 68690 files (11%).............................. 12737 of 68690 files (18%).............................. 12856 of 68690 files (18%).............................. 17641 of 68690 files (25%).............................. 22912 of 68690 files (33%).............................. 34443 of 68690 files (50%).............................. 45155 of 68690 files (65%).............................. 50536 of 68690 files (73%).............................. 55688 of 68690 files (81%).............................. 65555 of 68690 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Apr 10 03:16:52 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Apr 10 03:16:54 EDT 2002 Verify mksysb Wed Apr 10 03:17:56 EDT 2002 Dumpdate: Wed Apr 10 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 10 02:01 ./image.data -rw-r--r-- 1 root system 2545 Apr 10 02:00 ./tapeid.data 2057398 Kbytes, 68690 files Backup finished Wed Apr 10 04:26:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6960 79% 2122 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 366728 26% 1079 2% /var /dev/hd3 344064 287000 17% 85 1% /tmp /dev/hd1 819200 145000 83% 847 1% /home /dev/lv00 507904 106472 80% 5751 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 54 Backup Date: Wed Apr 3 02:00:22 EST 2002 Backup Date: Wed Mar 27 02:00:22 EST 2002 Backup Date: Wed Mar 20 02:00:22 EST 2002 Backup Date: Wed Mar 13 02:00:21 EST 2002 Backup Date: Wed Mar 6 02:00:23 EST 2002 From root@acustomsbroker.com Wed Apr 10 02:48:23 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3A6mJDj024000; Wed, 10 Apr 2002 02:48:20 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3A6mDjH024518; Wed, 10 Apr 2002 02:48:13 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3A6mCh01836; Wed, 10 Apr 2002 02:48:12 -0400 Date: Wed, 10 Apr 2002 02:48:12 -0400 From: root Message-Id: <200204100648.g3A6mCh01836@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2093 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 10 02:00:00 EDT 2002 BMS backup Wed Apr 10 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0002 Backup Date: Wed Apr 10 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Apr 10 02:01:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1271326720 (1.2GB, 911kB/s) 1363.52s real 4.57s user 23.85s system Rewind Tape Wed Apr 10 02:23:56 EDT 2002 BMS backup Wed Apr 10 02:24:56 EDT 2002 Verify backup Wed Apr 10 02:24:56 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Apr 10 02:48:11 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Wed Mar 20 02:00:24 EST 2002 Backup Date: Fri Mar 8 02:00:24 EST 2002 Backup Date: Tue Feb 19 02:00:24 EST 2002 Backup Date: Thu Feb 7 02:00:24 EST 2002 Backup Date: Fri Jan 18 02:00:23 EST 2002 From root@bmsaix.bmsi.com Sat Apr 13 04:38:37 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3D8caDj038514 for ; Sat, 13 Apr 2002 04:38:36 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3D8caDq020584 for bmsaix@bmsi.com; Sat, 13 Apr 2002 04:38:36 -0400 Date: Sat, 13 Apr 2002 04:38:36 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204130838.g3D8caDq020584@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2094 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 13 00:30:01 EDT 2002 mksysb backup Sat Apr 13 00:30:26 EDT 2002 Dumpdate: Sat Apr 6 00:42:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 06 00:33 ./image.data -rw-r--r-- 1 root system 2162 Apr 06 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat Apr 13 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Apr 13 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg3CJrIDj026544: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg3CJrLDj015538: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg3CJrIDj026544: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg3CMKkDj044660: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg3CJrLDj015538: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg3CMKkDj044660: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 13 02:51:10 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28030. mksysb backup Sat Apr 13 02:52:44 EDT 2002 Dumpdate: Sat Apr 13 00:42:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 13 00:34 ./image.data -rw-r--r-- 1 root system 2204 Apr 13 00:30 ./tapeid.data Verify backup Sat Apr 13 02:52:52 EDT 2002 Segment 1-4: mksysb 4273740 Kbytes, 149678 files 88.8% Backup finished Sat Apr 13 04:38:36 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Sat Apr 6 00:30:30 EST 2002 Backup Date: Tue Apr 2 00:30:34 EST 2002 Backup Date: Sat Mar 23 00:30:34 EST 2002 Backup Date: Sat Mar 9 00:30:34 EST 2002 Backup Date: Tue Mar 5 00:33:03 EST 2002 From root@csichb.com Sat Apr 13 04:27:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3D8RiDj031950 for ; Sat, 13 Apr 2002 04:27:44 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3D8RbZY024528 for ; Sat, 13 Apr 2002 04:27:38 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3D8RYJR041406 for ; Sat, 13 Apr 2002 04:27:34 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3D8RYDb029644 for bmsaix@bmsi.com; Sat, 13 Apr 2002 04:27:34 -0400 Date: Sat, 13 Apr 2002 04:27:34 -0400 From: root@csichb.com Message-Id: <200204130827.g3D8RYDb029644@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2095 System Id: csi Backup Started: Sat Apr 13 02:00:00 EDT 2002 Dumpdate: Sat Apr 6 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 06 02:01 ./image.data -rw-r--r-- 1 root system 487 Apr 06 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Apr 13 02:00:32 EDT 2002 mksysb started Sat Apr 13 02:00:33 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........ Creating list of files to back up..... Backing up 68741 files.............................. 310 of 68741 files (0%).............................. 694 of 68741 files (1%).............................. 5743 of 68741 files (8%).............................. 6572 of 68741 files (9%).............................. 7650 of 68741 files (11%).............................. 12782 of 68741 files (18%).............................. 12907 of 68741 files (18%).............................. 16156 of 68741 files (23%).............................. 22923 of 68741 files (33%).............................. 34484 of 68741 files (50%).............................. 42701 of 68741 files (62%).............................. 50082 of 68741 files (72%).............................. 55289 of 68741 files (80%).............................. 64802 of 68741 files (94%)............... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Apr 13 03:17:28 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Apr 13 03:17:30 EDT 2002 Verify mksysb Sat Apr 13 03:18:32 EDT 2002 Dumpdate: Sat Apr 13 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 13 02:01 ./image.data -rw-r--r-- 1 root system 529 Apr 13 02:00 ./tapeid.data 2067628 Kbytes, 68741 files Backup finished Sat Apr 13 04:27:33 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6960 79% 2122 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 349120 29% 715 2% /var /dev/hd3 344064 286608 17% 86 1% /tmp /dev/hd1 819200 137296 84% 844 1% /home /dev/lv00 507904 101624 80% 5789 19% /bms /dev/lv01 835584 167048 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 6 Backup Date: Sat Apr 6 02:00:22 EST 2002 Backup Date: Sat Mar 30 02:00:22 EST 2002 Backup Date: Sat Mar 23 02:00:22 EST 2002 Backup Date: Sat Mar 16 02:00:21 EST 2002 Backup Date: Sat Mar 9 02:00:22 EST 2002 From root@editorialunilit.com Sat Apr 13 03:14:35 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3D7EYDj045726 for ; Sat, 13 Apr 2002 03:14:34 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3D7ESZY015564 for ; Sat, 13 Apr 2002 03:14:28 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3D7DBwS035728; Sat, 13 Apr 2002 03:13:11 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3D7DAwo034958; Sat, 13 Apr 2002 03:13:10 -0400 Date: Sat, 13 Apr 2002 03:13:10 -0400 From: root@editorialunilit.com Message-Id: <200204130713.g3D7DAwo034958@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2096 System Id: unilit Backup Started: Fri Apr 12 23:50:00 EDT 2002 Dumpdate: Tue Apr 9 00:01:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 08 23:56 ./image.data -rw-r--r-- 1 root system 2505 Apr 08 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Fri Apr 12 23:50:23 EDT 2002 mksysb started Fri Apr 12 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6153 cache hits, 101 cache misses 132730 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 21740. Rewind Tape Sat Apr 13 01:34:01 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Apr 13 01:44:02 EDT 2002 Dumpdate: Sat Apr 13 00:02:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Apr 12 23:56 ./image.data -rw-r--r-- 1 root system 2547 Apr 12 23:50 ./tapeid.data 2875049 Kbytes, 20601 files Backup finished Sat Apr 13 03:13:09 EDT 2002 **** Usage Log: **** Uses: 54 Backup Date: Mon Apr 8 23:50:24 EDT 2002 Backup Date: Mon Apr 1 23:50:41 EST 2002 Backup Date: Tue Mar 26 23:50:23 EST 2002 Backup Date: Wed Mar 20 23:50:23 EST 2002 Backup Date: Thu Mar 14 23:50:23 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4704 72% 850 21% / /dev/hd2 458752 47664 90% 6244 11% /usr /dev/hd9var 1179648 956816 19% 688 1% /var /dev/hd3 81920 71040 14% 104 2% /tmp /dev/hd1 196608 89680 55% 1008 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 21376 86% 2848 62% /usr/local /dev/lv03 131072 18600 86% 5395 66% /bms /dev/lv04 294912 44544 85% 2473 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2277376 162544 93% 524 1% /mail Free Mounted Blksiz Opens Status A: 23361 Sat Apr 13 01:33 2048 8 Clean /btdata/SPAN 156276 used B: 466 Sat Apr 13 01:33 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Sat Apr 13 02:48:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3D6m2Dj002796; Sat, 13 Apr 2002 02:48:02 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3D6ltZY007924; Sat, 13 Apr 2002 02:47:55 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3D6ltw25497; Sat, 13 Apr 2002 02:47:55 -0400 Date: Sat, 13 Apr 2002 02:47:55 -0400 From: root Message-Id: <200204130647.g3D6ltw25497@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2097 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 13 02:00:00 EDT 2002 BMS backup Sat Apr 13 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Sat Apr 13 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Apr 13 02:01:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1278054400 (1.2GB, 914kB/s) 1365.49s real 4.21s user 23.14s system Rewind Tape Sat Apr 13 02:23:59 EDT 2002 BMS backup Sat Apr 13 02:24:50 EDT 2002 Verify backup Sat Apr 13 02:24:50 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Sat Apr 13 02:47:54 EDT 2002 **** Usage Log: **** Uses: 17 Backup Date: Tue Mar 26 02:00:24 EST 2002 Backup Date: Fri Mar 15 02:00:24 EST 2002 Backup Date: Tue Feb 12 02:00:24 EST 2002 Backup Date: Fri Jan 25 02:00:25 EST 2002 Backup Date: Thu Jan 10 02:00:24 EST 2002 From root@wall.wall.com Tue Apr 16 04:43:53 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3G8hpDj028102; Tue, 16 Apr 2002 04:43:51 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3G8ZpqF043368; Tue, 16 Apr 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41228; Tue, 16 Apr 2002 04:26:27 -0400 Date: Tue, 16 Apr 2002 04:26:27 -0400 From: root@wall.wall.com Message-Id: <200204160826.EAA41228@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2098 System Id: wall Backup Started: Tue Apr 16 02:00:00 EDT 2002 Backup of btas image started Tue Apr 16 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Apr 16 02:26:55 EDT 2002] 68.2% Dumpdate: Sat Feb 16 02:33:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Feb 16 02:27 ./image.data -rw-r--r-- 1 root system 1979 Feb 16 02:26 ./tapeid.data Tape Id: wall0052 Backup Date: Tue Apr 16 02:27:23 EDT 2002 mksysb started Tue Apr 16 02:27:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 44989 files.............................. 2790 of 44989 files (6%).............................. 2790 of 44989 files (6%).............................. 2790 of 44989 files (6%).............................. 2828 of 44989 files (6%).............................. 2828 of 44989 files (6%).............................. 2828 of 44989 files (6%).............................. 2881 of 44989 files (6%).............................. 11116 of 44989 files (24%).............................. 20929 of 44989 files (46%).............................. 34096 of 44989 files (75%).............................. 41129 of 44989 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 16 03:35:01 EDT 2002 Verify mksysb Tue Apr 16 03:35:02 EDT 2002 Dumpdate: Tue Apr 16 02:34:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 16 02:28 ./image.data -rw-r--r-- 1 root system 2021 Apr 16 02:27 ./tapeid.data 1509311 Kbytes, 44989 files 0 cache hits, 0 cache misses Backup finished Tue Apr 16 04:26:26 EDT 2002 **** Usage Log: **** Uses: 43 Backup Date: Sat Feb 16 02:26:35 EST 2002 Backup Date: Fri Nov 16 02:26:23 EST 2001 Backup Date: Thu Nov 15 02:26:07 EST 2001 Backup Date: Wed Nov 14 02:26:24 EST 2001 Backup Date: Tue Nov 13 02:28:17 EST 2001 From root@bmsaix.bmsi.com Tue Apr 16 04:34:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3G8Y6Dj027936 for ; Tue, 16 Apr 2002 04:34:06 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3G8Y69E043292 for bmsaix@bmsi.com; Tue, 16 Apr 2002 04:34:06 -0400 Date: Tue, 16 Apr 2002 04:34:06 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204160834.g3G8Y69E043292@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2099 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 16 00:30:00 EDT 2002 mksysb backup Tue Apr 16 00:30:26 EDT 2002 Dumpdate: Tue Apr 9 00:42:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Apr 09 00:34 ./image.data -rw-r--r-- 1 root system 2456 Apr 09 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Apr 16 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Apr 16 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 16 02:47:59 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 23616. mksysb backup Tue Apr 16 02:48:44 EDT 2002 Dumpdate: Tue Apr 16 00:42:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 16 00:34 ./image.data -rw-r--r-- 1 root system 2498 Apr 16 00:30 ./tapeid.data Verify backup Tue Apr 16 02:48:52 EDT 2002 Segment 1-4: mksysb 4164691 Kbytes, 139483 files 88.6% Backup finished Tue Apr 16 04:34:05 EDT 2002 **** Usage Log: **** Uses: 12 Backup Date: Tue Apr 9 00:30:34 EDT 2002 Backup Date: Sat Mar 30 00:30:30 EST 2002 Backup Date: Tue Mar 26 00:30:34 EST 2002 Backup Date: Sat Mar 16 00:30:34 EST 2002 Backup Date: Tue Mar 12 00:30:34 EST 2002 From root@csichb.com Tue Apr 16 04:27:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3G8RCDj030900 for ; Tue, 16 Apr 2002 04:27:12 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3G8R5ZY032502 for ; Tue, 16 Apr 2002 04:27:06 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3G8R4JR033016 for ; Tue, 16 Apr 2002 04:27:04 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3G8R4fO033890 for bmsaix@bmsi.com; Tue, 16 Apr 2002 04:27:04 -0400 Date: Tue, 16 Apr 2002 04:27:04 -0400 From: root@csichb.com Message-Id: <200204160827.g3G8R4fO033890@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2100 System Id: csi Backup Started: Tue Apr 16 02:00:00 EDT 2002 Dumpdate: Tue Apr 9 02:04:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 09 02:01 ./image.data -rw-r--r-- 1 root system 3721 Apr 09 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Apr 16 02:00:22 EDT 2002 mksysb started Tue Apr 16 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68771 files.............................. 310 of 68771 files (0%).............................. 658 of 68771 files (0%).............................. 5726 of 68771 files (8%).............................. 6592 of 68771 files (9%).............................. 7684 of 68771 files (11%).............................. 12812 of 68771 files (18%).............................. 12936 of 68771 files (18%).............................. 16195 of 68771 files (23%).............................. 22952 of 68771 files (33%).............................. 34519 of 68771 files (50%).............................. 44616 of 68771 files (64%).............................. 50290 of 68771 files (73%).............................. 55501 of 68771 files (80%).............................. 65048 of 68771 files (94%)............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Apr 16 03:17:05 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Apr 16 03:17:07 EDT 2002 Verify mksysb Tue Apr 16 03:18:09 EDT 2002 Dumpdate: Tue Apr 16 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 16 02:01 ./image.data -rw-r--r-- 1 root system 3763 Apr 16 02:00 ./tapeid.data 2063630 Kbytes, 68771 files Backup finished Tue Apr 16 04:27:04 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 370640 25% 711 2% /var /dev/hd3 344064 286448 17% 86 1% /tmp /dev/hd1 819200 136512 84% 853 1% /home /dev/lv00 507904 93880 82% 5809 19% /bms /dev/lv01 835584 166136 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 83 Backup Date: Tue Apr 9 02:00:21 EDT 2002 Backup Date: Tue Mar 26 02:00:21 EST 2002 Backup Date: Tue Mar 19 02:00:22 EST 2002 Backup Date: Tue Mar 12 02:00:21 EST 2002 Backup Date: Tue Mar 5 02:00:22 EST 2002 From root@editorialunilit.com Tue Apr 16 03:51:38 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3G7pbDj020328 for ; Tue, 16 Apr 2002 03:51:37 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3G7pUZY020462 for ; Tue, 16 Apr 2002 03:51:31 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3G7oDwS034072; Tue, 16 Apr 2002 03:50:13 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3G7oDiV028438; Tue, 16 Apr 2002 03:50:13 -0400 Date: Tue, 16 Apr 2002 03:50:13 -0400 From: root@editorialunilit.com Message-Id: <200204160750.g3G7oDiV028438@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2101 System Id: unilit Backup Started: Mon Apr 15 23:50:00 EDT 2002 Dumpdate: Wed Apr 10 00:02:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 09 23:57 ./image.data -rw-r--r-- 1 root system 1119 Apr 09 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Mon Apr 15 23:50:57 EDT 2002 mksysb started Mon Apr 15 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6176 cache hits, 101 cache misses 132933 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 17308. Rewind Tape Tue Apr 16 02:19:32 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Apr 16 02:29:33 EDT 2002 Dumpdate: Tue Apr 16 00:03:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 15 23:57 ./image.data -rw-r--r-- 1 root system 1161 Apr 15 23:50 ./tapeid.data 2582697 Kbytes, 25967 files Backup finished Tue Apr 16 03:50:12 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Tue Apr 9 23:50:57 EDT 2002 Backup Date: Wed Apr 3 23:51:26 EST 2002 Backup Date: Wed Mar 27 23:51:36 EST 2002 Backup Date: Thu Mar 21 23:51:05 EST 2002 Backup Date: Fri Mar 15 23:50:56 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 1008896 15% 5277 4% /var /dev/hd3 81920 71040 14% 102 1% /tmp /dev/hd1 196608 109456 45% 1009 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17696 88% 3677 80% /usr/local /dev/lv03 131072 18592 86% 5396 66% /bms /dev/lv04 294912 44320 85% 2473 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 828024 69% 406 1% /mail Free Mounted Blksiz Opens Status A: 23158 Tue Apr 16 02:19 2048 8 Clean /btdata/SPAN 156276 used B: 445 Tue Apr 16 02:19 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Tue Apr 16 02:48:21 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3G6mJDj020336; Tue, 16 Apr 2002 02:48:19 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3G6m7ZY017708; Tue, 16 Apr 2002 02:48:13 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3G6m7D10044; Tue, 16 Apr 2002 02:48:07 -0400 Date: Tue, 16 Apr 2002 02:48:07 -0400 From: root Message-Id: <200204160648.g3G6m7D10044@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2102 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 16 02:00:00 EDT 2002 BMS backup Tue Apr 16 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Tue Apr 16 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Apr 16 02:01:12 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1277337600 (1.2GB, 908kB/s) 1372.62s real 4.13s user 23.33s system Rewind Tape Tue Apr 16 02:24:05 EDT 2002 BMS backup Tue Apr 16 02:24:57 EDT 2002 Verify backup Tue Apr 16 02:24:57 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Apr 16 02:48:06 EDT 2002 **** Usage Log: **** Uses: 16 Backup Date: Fri Apr 5 02:00:24 EST 2002 Backup Date: Fri Feb 15 02:00:24 EST 2002 Backup Date: Thu Jan 31 02:00:24 EST 2002 Backup Date: Tue Jan 15 02:00:24 EST 2002 Backup Date: Wed Dec 12 02:00:24 EST 2001 From stuart@www.bmsi.com Wed Apr 17 07:08:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3HB88Dj033594; Wed, 17 Apr 2002 07:08:08 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3HB80ZY030412; Wed, 17 Apr 2002 07:08:02 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g3HB8082015306; Wed, 17 Apr 2002 07:08:00 -0400 Date: Wed, 17 Apr 2002 07:08:00 -0400 From: stuart@www.bmsi.com Message-Id: <200204171108.g3HB8082015306@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0006 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2103 System Id: bmsweb Backup Started: Wed Apr 17 05:00:02 EDT 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 78.9% Dumpdate: Sat Nov 3 05:25:04 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Nov 03 05:19 ./image.data -rw-r--r-- 1 root system 1014 Nov 03 05:17 ./tapeid.data Tape Id: bmsweb0006 Backup Date: Wed Apr 17 05:12:48 EDT 2002 mksysb started Wed Apr 17 05:12:51 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg3H92KZY025478: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg3H92KZY025478: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 17 06:25:06 EDT 2002 mksysb backup Wed Apr 17 06:25:31 EDT 2002 Dumpdate: Wed Apr 17 05:21:05 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9480 Apr 17 05:15 ./image.data -rw-r--r-- 1 root system 1056 Apr 17 05:12 ./tapeid.data Verify backup Wed Apr 17 06:25:43 EDT 2002 Segment 1-4: mksysb 958670 Kbytes, 21880 files 88.9% 0 cache hits, 0 cache misses Backup finished Wed Apr 17 07:07:57 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Sat Nov 3 05:17:05 EST 2001 Backup Date: Tue Apr 17 05:14:01 EDT 2001 Backup Date: Thu Sep 14 05:10:55 EDT 2000 Backup Date: Fri Mar 31 05:00:26 EST 2000 Backup Date: Wed Apr 7 22:13:58 EDT 1999 From root@wall.wall.com Wed Apr 17 04:43:53 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3H8hpDj035252; Wed, 17 Apr 2002 04:43:51 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3H8PjBN043974; Wed, 17 Apr 2002 04:25:45 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44964; Wed, 17 Apr 2002 04:25:23 -0400 Date: Wed, 17 Apr 2002 04:25:23 -0400 From: root@wall.wall.com Message-Id: <200204170825.EAA44964@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2104 System Id: wall Backup Started: Wed Apr 17 02:00:01 EDT 2002 Backup of btas image started Wed Apr 17 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Apr 17 02:26:32 EDT 2002] 68.2% Dumpdate: Tue Apr 16 02:34:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 16 02:28 ./image.data -rw-r--r-- 1 root system 2021 Apr 16 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Wed Apr 17 02:26:59 EDT 2002 mksysb started Wed Apr 17 02:27:00 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45086 files.............................. 2801 of 45086 files (6%).............................. 2801 of 45086 files (6%).............................. 2801 of 45086 files (6%).............................. 2839 of 45086 files (6%).............................. 2839 of 45086 files (6%).............................. 2839 of 45086 files (6%).............................. 2892 of 45086 files (6%)...............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN234726: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN234727: A file or directory in the path name does not exist. ............... 10964 of 45086 files (24%).............................. 20901 of 45086 files (46%).............................. 33922 of 45086 files (75%).............................. 40985 of 45086 files (90%).................. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Apr 17 03:34:04 EDT 2002 Verify mksysb Wed Apr 17 03:34:05 EDT 2002 Dumpdate: Wed Apr 17 02:34:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 17 02:28 ./image.data -rw-r--r-- 1 root system 2063 Apr 17 02:26 ./tapeid.data 1510249 Kbytes, 45084 files 0 cache hits, 0 cache misses Backup finished Wed Apr 17 04:25:21 EDT 2002 **** Usage Log: **** Uses: 44 Backup Date: Tue Apr 16 02:27:23 EDT 2002 Backup Date: Sat Feb 16 02:26:35 EST 2002 Backup Date: Fri Nov 16 02:26:23 EST 2001 Backup Date: Thu Nov 15 02:26:07 EST 2001 Backup Date: Wed Nov 14 02:26:24 EST 2001 From root@csichb.com Wed Apr 17 04:27:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3H8RGDj042460 for ; Wed, 17 Apr 2002 04:27:16 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3H8R9ZY019004 for ; Wed, 17 Apr 2002 04:27:10 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3H8R8JR018196 for ; Wed, 17 Apr 2002 04:27:08 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3H8R8G5026018 for bmsaix@bmsi.com; Wed, 17 Apr 2002 04:27:08 -0400 Date: Wed, 17 Apr 2002 04:27:08 -0400 From: root@csichb.com Message-Id: <200204170827.g3H8R8G5026018@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2105 System Id: csi Backup Started: Wed Apr 17 02:00:00 EDT 2002 Dumpdate: Wed Apr 10 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 10 02:01 ./image.data -rw-r--r-- 1 root system 2545 Apr 10 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Apr 17 02:00:21 EDT 2002 mksysb started Wed Apr 17 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68790 files.............................. 310 of 68790 files (0%).............................. 658 of 68790 files (0%).............................. 5744 of 68790 files (8%).............................. 6605 of 68790 files (9%).............................. 7720 of 68790 files (11%).............................. 12832 of 68790 files (18%).............................. 12955 of 68790 files (18%).............................. 16209 of 68790 files (23%).............................. 22971 of 68790 files (33%).............................. 34538 of 68790 files (50%).............................. 44568 of 68790 files (64%).............................. 50277 of 68790 files (73%).............................. 55453 of 68790 files (80%).............................. 64958 of 68790 files (94%)............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Apr 17 03:17:00 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Apr 17 03:17:03 EDT 2002 Verify mksysb Wed Apr 17 03:18:04 EDT 2002 Dumpdate: Wed Apr 17 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 17 02:01 ./image.data -rw-r--r-- 1 root system 2587 Apr 17 02:00 ./tapeid.data 2065919 Kbytes, 68790 files Backup finished Wed Apr 17 04:27:07 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 366832 26% 718 2% /var /dev/hd3 344064 286368 17% 86 1% /tmp /dev/hd1 819200 135464 84% 849 1% /home /dev/lv00 507904 91952 82% 5822 19% /bms /dev/lv01 835584 166136 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 55 Backup Date: Wed Apr 10 02:00:22 EDT 2002 Backup Date: Wed Apr 3 02:00:22 EST 2002 Backup Date: Wed Mar 27 02:00:22 EST 2002 Backup Date: Wed Mar 20 02:00:22 EST 2002 Backup Date: Wed Mar 13 02:00:21 EST 2002 From root@editorialunilit.com Wed Apr 17 03:58:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3H7wHDj032678 for ; Wed, 17 Apr 2002 03:58:17 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3H7wAZY018232 for ; Wed, 17 Apr 2002 03:58:11 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3H7urwS052008; Wed, 17 Apr 2002 03:56:54 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3H7urnb025126; Wed, 17 Apr 2002 03:56:53 -0400 Date: Wed, 17 Apr 2002 03:56:53 -0400 From: root@editorialunilit.com Message-Id: <200204170756.g3H7urnb025126@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2106 System Id: unilit Backup Started: Tue Apr 16 23:50:00 EDT 2002 Dumpdate: Thu Apr 11 00:02:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Apr 10 23:57 ./image.data -rw-r--r-- 1 root system 1035 Apr 10 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Tue Apr 16 23:50:56 EDT 2002 mksysb started Tue Apr 16 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6199 cache hits, 104 cache misses 133193 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 21856. Rewind Tape Wed Apr 17 02:13:10 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Apr 17 02:23:11 EDT 2002 Dumpdate: Wed Apr 17 00:02:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Apr 16 23:57 ./image.data -rw-r--r-- 1 root system 1077 Apr 16 23:50 ./tapeid.data 2515941 Kbytes, 26097 files Backup finished Wed Apr 17 03:56:52 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Wed Apr 10 23:51:08 EDT 2002 Backup Date: Thu Apr 4 23:50:58 EST 2002 Backup Date: Thu Mar 28 23:50:56 EST 2002 Backup Date: Fri Mar 22 23:51:05 EST 2002 Backup Date: Mon Mar 18 23:51:15 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 969768 18% 5462 4% /var /dev/hd3 81920 71032 14% 101 1% /tmp /dev/hd1 196608 101840 49% 1011 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17696 88% 3677 80% /usr/local /dev/lv03 131072 18552 86% 5397 66% /bms /dev/lv04 294912 43848 86% 2482 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 977704 63% 342 1% /mail Free Mounted Blksiz Opens Status A: 22898 Wed Apr 17 02:13 2048 8 Clean /btdata/SPAN 156276 used B: 386 Wed Apr 17 02:13 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Wed Apr 17 02:49:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3H6n8Dj041962; Wed, 17 Apr 2002 02:49:08 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3H6mmZY015848; Wed, 17 Apr 2002 02:49:02 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3H6mmG19545; Wed, 17 Apr 2002 02:48:48 -0400 Date: Wed, 17 Apr 2002 02:48:48 -0400 From: root Message-Id: <200204170648.g3H6mmG19545@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2107 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 17 02:00:00 EDT 2002 BMS backup Wed Apr 17 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Wed Apr 17 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Apr 17 02:01:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1283768320 (1.2GB, 893kB/s) 1404.19s real 4.24s user 23.85s system Rewind Tape Wed Apr 17 02:24:37 EDT 2002 BMS backup Wed Apr 17 02:25:31 EDT 2002 Verify backup Wed Apr 17 02:25:31 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Wed Apr 17 02:48:47 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Tue Apr 9 02:00:24 EDT 2002 Backup Date: Sat Mar 30 02:00:24 EST 2002 Backup Date: Tue Mar 19 02:00:24 EST 2002 Backup Date: Wed Mar 6 02:00:24 EST 2002 Backup Date: Sat Feb 16 02:00:24 EST 2002 From root@wall.wall.com Thu Apr 18 04:43:53 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3I8hpDj020378; Thu, 18 Apr 2002 04:43:51 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3I8a0Uu021558; Thu, 18 Apr 2002 04:36:00 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38434; Thu, 18 Apr 2002 04:27:31 -0400 Date: Thu, 18 Apr 2002 04:27:31 -0400 From: root@wall.wall.com Message-Id: <200204180827.EAA38434@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2108 System Id: wall Backup Started: Thu Apr 18 02:00:00 EDT 2002 Backup of btas image started Thu Apr 18 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Apr 18 02:28:50 EDT 2002] 68.2% Dumpdate: Wed Apr 17 02:34:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 17 02:28 ./image.data -rw-r--r-- 1 root system 2063 Apr 17 02:26 ./tapeid.data Tape Id: wall0052 Backup Date: Thu Apr 18 02:29:17 EDT 2002 mksysb started Thu Apr 18 02:29:17 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 45159 files.............................. 2809 of 45159 files (6%).............................. 2809 of 45159 files (6%).............................. 2809 of 45159 files (6%).............................. 2847 of 45159 files (6%).............................. 2847 of 45159 files (6%).............................. 2847 of 45159 files (6%).............................. 2899 of 45159 files (6%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN234907: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN234908: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN234909: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN234910: A file or directory in the path name does not exist. .............. 11097 of 45159 files (24%).............................. 21063 of 45159 files (46%).............................. 34054 of 45159 files (75%).............................. 41276 of 45159 files (91%)................. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Apr 18 03:36:10 EDT 2002 Verify mksysb Thu Apr 18 03:36:11 EDT 2002 Dumpdate: Thu Apr 18 02:36:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 18 02:30 ./image.data -rw-r--r-- 1 root system 2105 Apr 18 02:29 ./tapeid.data 1511322 Kbytes, 45155 files 0 cache hits, 0 cache misses Backup finished Thu Apr 18 04:27:30 EDT 2002 **** Usage Log: **** Uses: 45 Backup Date: Wed Apr 17 02:26:59 EDT 2002 Backup Date: Tue Apr 16 02:27:23 EDT 2002 Backup Date: Sat Feb 16 02:26:35 EST 2002 Backup Date: Fri Nov 16 02:26:23 EST 2001 Backup Date: Thu Nov 15 02:26:07 EST 2001 From root@csichb.com Thu Apr 18 04:28:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3I8RxDj034994 for ; Thu, 18 Apr 2002 04:27:59 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3I8RqZY031226 for ; Thu, 18 Apr 2002 04:27:53 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3I8RpJR023268 for ; Thu, 18 Apr 2002 04:27:51 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3I8RomA026586 for bmsaix@bmsi.com; Thu, 18 Apr 2002 04:27:50 -0400 Date: Thu, 18 Apr 2002 04:27:50 -0400 From: root@csichb.com Message-Id: <200204180827.g3I8RomA026586@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2109 System Id: csi Backup Started: Thu Apr 18 02:00:00 EDT 2002 Dumpdate: Thu Apr 11 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 11 02:01 ./image.data -rw-r--r-- 1 root system 3847 Apr 11 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu Apr 18 02:00:21 EDT 2002 mksysb started Thu Apr 18 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68814 files.............................. 310 of 68814 files (0%).............................. 616 of 68814 files (0%).............................. 5739 of 68814 files (8%).............................. 6614 of 68814 files (9%).............................. 7698 of 68814 files (11%).............................. 12852 of 68814 files (18%).............................. 12977 of 68814 files (18%).............................. 15533 of 68814 files (22%).............................. 22995 of 68814 files (33%).............................. 34550 of 68814 files (50%).............................. 42024 of 68814 files (61%).............................. 49839 of 68814 files (72%).............................. 55021 of 68814 files (79%).............................. 64851 of 68814 files (94%)................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Apr 18 03:17:30 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Apr 18 03:17:32 EDT 2002 Verify mksysb Thu Apr 18 03:18:35 EDT 2002 Dumpdate: Thu Apr 18 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 18 02:01 ./image.data -rw-r--r-- 1 root system 3889 Apr 18 02:00 ./tapeid.data 2072361 Kbytes, 68814 files Backup finished Thu Apr 18 04:27:49 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 350512 29% 738 2% /var /dev/hd3 344064 286256 17% 86 1% /tmp /dev/hd1 819200 134568 84% 849 1% /home /dev/lv00 507904 90024 83% 5831 19% /bms /dev/lv01 835584 166136 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 86 Backup Date: Thu Apr 11 02:00:22 EDT 2002 Backup Date: Thu Apr 4 02:00:22 EST 2002 Backup Date: Thu Mar 28 02:00:21 EST 2002 Backup Date: Thu Mar 21 02:00:21 EST 2002 Backup Date: Thu Mar 14 02:00:22 EST 2002 From root@editorialunilit.com Thu Apr 18 03:49:11 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3I7nADj020300 for ; Thu, 18 Apr 2002 03:49:11 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3I7n4ZY036534 for ; Thu, 18 Apr 2002 03:49:04 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3I7llwS008202; Thu, 18 Apr 2002 03:47:47 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3I7lkX6050184; Thu, 18 Apr 2002 03:47:46 -0400 Date: Thu, 18 Apr 2002 03:47:46 -0400 From: root@editorialunilit.com Message-Id: <200204180747.g3I7lkX6050184@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2110 System Id: unilit Backup Started: Wed Apr 17 23:50:00 EDT 2002 Dumpdate: Fri Apr 12 00:02:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Apr 11 23:56 ./image.data -rw-r--r-- 1 root system 1077 Apr 11 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Wed Apr 17 23:50:23 EDT 2002 mksysb started Wed Apr 17 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6145 cache hits, 100 cache misses 133764 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 40578. Rewind Tape Thu Apr 18 02:15:56 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Apr 18 02:25:57 EDT 2002 Dumpdate: Thu Apr 18 00:02:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 17 23:56 ./image.data -rw-r--r-- 1 root system 1119 Apr 17 23:50 ./tapeid.data 2534850 Kbytes, 26171 files Backup finished Thu Apr 18 03:47:45 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Thu Apr 11 23:50:34 EDT 2002 Backup Date: Fri Apr 5 23:50:23 EST 2002 Backup Date: Fri Mar 29 23:50:23 EST 2002 Backup Date: Mon Mar 25 23:50:24 EST 2002 Backup Date: Tue Mar 19 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 958040 19% 5525 4% /var /dev/hd3 81920 71008 14% 102 1% /tmp /dev/hd1 196608 101296 49% 1011 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17696 88% 3677 80% /usr/local /dev/lv03 131072 17432 87% 5400 66% /bms /dev/lv04 294912 43496 86% 2487 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 959976 63% 342 1% /mail Free Mounted Blksiz Opens Status A: 22326 Thu Apr 18 02:15 2048 8 Clean /btdata/SPAN 156276 used B: 405 Thu Apr 18 02:15 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Thu Apr 18 02:48:26 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3I6mODj004832; Thu, 18 Apr 2002 02:48:24 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3I6mIZY037570; Thu, 18 Apr 2002 02:48:18 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3I6mH526989; Thu, 18 Apr 2002 02:48:17 -0400 Date: Thu, 18 Apr 2002 02:48:17 -0400 From: root Message-Id: <200204180648.g3I6mH526989@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2111 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 18 02:00:00 EDT 2002 BMS backup Thu Apr 18 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0009 Backup Date: Thu Apr 18 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Apr 18 02:01:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1282887680 (1.2GB, 908kB/s) 1379.22s real 4.59s user 24.02s system Rewind Tape Thu Apr 18 02:24:16 EDT 2002 BMS backup Thu Apr 18 02:25:06 EDT 2002 Verify backup Thu Apr 18 02:25:06 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Apr 18 02:48:17 EDT 2002 **** Usage Log: **** Uses: 17 Backup Date: Tue Apr 16 02:00:24 EDT 2002 Backup Date: Fri Apr 5 02:00:24 EST 2002 Backup Date: Fri Feb 15 02:00:24 EST 2002 Backup Date: Thu Jan 31 02:00:24 EST 2002 Backup Date: Tue Jan 15 02:00:24 EST 2002 From root@wall.wall.com Fri Apr 19 04:43:54 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3J8hqDj045586; Fri, 19 Apr 2002 04:43:52 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3J8ZqHH027298; Fri, 19 Apr 2002 04:35:52 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA33136; Fri, 19 Apr 2002 04:23:59 -0400 Date: Fri, 19 Apr 2002 04:23:59 -0400 From: root@wall.wall.com Message-Id: <200204190823.EAA33136@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2112 System Id: wall Backup Started: Fri Apr 19 02:00:00 EDT 2002 Backup of btas image started Fri Apr 19 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Apr 19 02:27:02 EDT 2002] 68.2% Dumpdate: Thu Apr 18 02:36:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 18 02:30 ./image.data -rw-r--r-- 1 root system 2105 Apr 18 02:29 ./tapeid.data Tape Id: wall0052 Backup Date: Fri Apr 19 02:27:29 EDT 2002 mksysb started Fri Apr 19 02:27:30 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 45272 files.............................. 2821 of 45272 files (6%).............................. 2821 of 45272 files (6%).............................. 2821 of 45272 files (6%).............................. 2859 of 45272 files (6%).............................. 2859 of 45272 files (6%).............................. 2859 of 45272 files (6%).............................. 2912 of 45272 files (6%).............................. 12935 of 45272 files (28%).............................. 21638 of 45272 files (47%).............................. 34429 of 45272 files (76%).............................. 42838 of 45272 files (94%)........ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 19 03:32:48 EDT 2002 Verify mksysb Fri Apr 19 03:32:49 EDT 2002 Dumpdate: Fri Apr 19 02:34:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 19 02:28 ./image.data -rw-r--r-- 1 root system 2147 Apr 19 02:27 ./tapeid.data 1511649 Kbytes, 45272 files 0 cache hits, 0 cache misses Backup finished Fri Apr 19 04:23:57 EDT 2002 **** Usage Log: **** Uses: 46 Backup Date: Thu Apr 18 02:29:17 EDT 2002 Backup Date: Wed Apr 17 02:26:59 EDT 2002 Backup Date: Tue Apr 16 02:27:23 EDT 2002 Backup Date: Sat Feb 16 02:26:35 EST 2002 Backup Date: Fri Nov 16 02:26:23 EST 2001 From root@bmsaix.bmsi.com Fri Apr 19 04:32:52 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3J8WpDj025666 for ; Fri, 19 Apr 2002 04:32:51 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3J8WpwQ019520 for bmsaix@bmsi.com; Fri, 19 Apr 2002 04:32:51 -0400 Date: Fri, 19 Apr 2002 04:32:51 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204190832.g3J8WpwQ019520@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2113 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 19 00:30:01 EDT 2002 mksysb backup Fri Apr 19 00:30:23 EDT 2002 Dumpdate: Fri Apr 12 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 12 00:33 ./image.data -rw-r--r-- 1 root system 2372 Apr 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri Apr 19 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Apr 19 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 19 02:51:29 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31854. mksysb backup Fri Apr 19 02:52:56 EDT 2002 Dumpdate: Fri Apr 19 00:42:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 19 00:33 ./image.data -rw-r--r-- 1 root system 2414 Apr 19 00:30 ./tapeid.data Verify backup Fri Apr 19 02:53:04 EDT 2002 Segment 1-4: mksysb 4183247 Kbytes, 139674 files 88.6% Backup finished Fri Apr 19 04:32:50 EDT 2002 **** Usage Log: **** Uses: 10 Backup Date: Fri Apr 12 00:30:30 EDT 2002 Backup Date: Fri Apr 5 00:30:30 EST 2002 Backup Date: Fri Mar 29 00:30:30 EST 2002 Backup Date: Fri Mar 22 00:30:33 EST 2002 Backup Date: Tue Mar 19 00:30:33 EST 2002 From root@csichb.com Fri Apr 19 04:28:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3J8SODj036066 for ; Fri, 19 Apr 2002 04:28:24 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3J8SHZY037298 for ; Fri, 19 Apr 2002 04:28:18 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3J8SGJR018614 for ; Fri, 19 Apr 2002 04:28:16 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3J8SFgZ039292 for bmsaix@bmsi.com; Fri, 19 Apr 2002 04:28:15 -0400 Date: Fri, 19 Apr 2002 04:28:15 -0400 From: root@csichb.com Message-Id: <200204190828.g3J8SFgZ039292@csichb.com> To: bmsaix@bmsi.com Subject: csi0019 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2114 System Id: csi Backup Started: Fri Apr 19 02:00:00 EDT 2002 Dumpdate: Tue Apr 2 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9143 Apr 02 02:01 ./image.data -rw-r--r-- 1 root system 403 Apr 02 02:00 ./tapeid.data Tape Id: csi0019 Backup Date: Fri Apr 19 02:00:21 EDT 2002 mksysb started Fri Apr 19 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68840 files.............................. 310 of 68840 files (0%).............................. 694 of 68840 files (1%).............................. 5756 of 68840 files (8%).............................. 6624 of 68840 files (9%).............................. 7562 of 68840 files (10%).............................. 12877 of 68840 files (18%).............................. 13001 of 68840 files (18%).............................. 13280 of 68840 files (19%).............................. 23021 of 68840 files (33%).............................. 33648 of 68840 files (48%).............................. 41876 of 68840 files (60%).............................. 49723 of 68840 files (72%).............................. 54913 of 68840 files (79%).............................. 64669 of 68840 files (93%).................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Apr 19 03:17:42 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Apr 19 03:17:44 EDT 2002 Verify mksysb Fri Apr 19 03:18:46 EDT 2002 Dumpdate: Fri Apr 19 02:04:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 19 02:01 ./image.data -rw-r--r-- 1 root system 445 Apr 19 02:00 ./tapeid.data 2080334 Kbytes, 68840 files Backup finished Fri Apr 19 04:28:14 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 341936 31% 753 2% /var /dev/hd3 344064 286120 17% 86 1% /tmp /dev/hd1 819200 121744 86% 849 1% /home /dev/lv00 507904 88600 83% 5841 19% /bms /dev/lv01 835584 166136 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 4 Backup Date: Tue Apr 2 02:00:22 EST 2002 Backup Date: Thu Feb 7 02:00:21 EST 2002 Backup Date: Tue Jan 8 02:00:22 EST 2002 Backup Date: Thu Dec 27 02:00:01 EST 2001 From root@editorialunilit.com Fri Apr 19 03:44:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3J7ioDj027884 for ; Fri, 19 Apr 2002 03:44:50 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3J7ihZY011452 for ; Fri, 19 Apr 2002 03:44:44 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3J7hQwS022442; Fri, 19 Apr 2002 03:43:26 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3J7hQ0F006312; Fri, 19 Apr 2002 03:43:26 -0400 Date: Fri, 19 Apr 2002 03:43:26 -0400 From: root@editorialunilit.com Message-Id: <200204190743.g3J7hQ0F006312@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2115 System Id: unilit Backup Started: Thu Apr 18 23:50:00 EDT 2002 Dumpdate: Sat Apr 13 00:02:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Apr 12 23:56 ./image.data -rw-r--r-- 1 root system 2547 Apr 12 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Thu Apr 18 23:50:29 EDT 2002 mksysb started Thu Apr 18 23:50:30 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6196 cache hits, 104 cache misses 133932 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 43798. Rewind Tape Fri Apr 19 02:13:22 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Apr 19 02:23:23 EDT 2002 Dumpdate: Fri Apr 19 00:02:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 18 23:56 ./image.data -rw-r--r-- 1 root system 2589 Apr 18 23:50 ./tapeid.data 2535017 Kbytes, 26271 files Backup finished Fri Apr 19 03:43:25 EDT 2002 **** Usage Log: **** Uses: 55 Backup Date: Fri Apr 12 23:50:23 EDT 2002 Backup Date: Mon Apr 8 23:50:24 EDT 2002 Backup Date: Mon Apr 1 23:50:41 EST 2002 Backup Date: Tue Mar 26 23:50:23 EST 2002 Backup Date: Wed Mar 20 23:50:23 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 949984 20% 5622 4% /var /dev/hd3 81920 70936 14% 103 2% /tmp /dev/hd1 196608 103856 48% 1011 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17696 88% 3677 80% /usr/local /dev/lv03 131072 17864 87% 5401 66% /bms /dev/lv04 294912 43088 86% 2488 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 966416 63% 342 1% /mail Free Mounted Blksiz Opens Status A: 22158 Fri Apr 19 02:13 2048 8 Clean /btdata/SPAN 156276 used B: 439 Fri Apr 19 02:13 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Fri Apr 19 02:48:39 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3J6maDj027898; Fri, 19 Apr 2002 02:48:37 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3J6mTZY023622; Fri, 19 Apr 2002 02:48:29 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3J6mSU02852; Fri, 19 Apr 2002 02:48:28 -0400 Date: Fri, 19 Apr 2002 02:48:28 -0400 From: root Message-Id: <200204190648.g3J6mSU02852@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2116 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 19 02:00:00 EDT 2002 BMS backup Fri Apr 19 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Fri Apr 19 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Apr 19 02:01:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1286000640 (1.2GB, 900kB/s) 1396.24s real 4.71s user 24.02s system Rewind Tape Fri Apr 19 02:24:32 EDT 2002 BMS backup Fri Apr 19 02:25:14 EDT 2002 Verify backup Fri Apr 19 02:25:14 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Apr 19 02:48:28 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Thu Apr 4 02:00:24 EST 2002 Backup Date: Wed Mar 27 02:00:24 EST 2002 Backup Date: Sat Mar 16 02:00:24 EST 2002 Backup Date: Tue Feb 26 02:00:24 EST 2002 Backup Date: Fri Jan 11 02:00:24 EST 2002 From root@wall.wall.com Sat Apr 20 04:43:54 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3K8hqDj032494; Sat, 20 Apr 2002 04:43:52 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3K8Ppwf023446; Sat, 20 Apr 2002 04:25:51 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39964; Sat, 20 Apr 2002 04:23:46 -0400 Date: Sat, 20 Apr 2002 04:23:46 -0400 From: root@wall.wall.com Message-Id: <200204200823.EAA39964@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2117 System Id: wall Backup Started: Sat Apr 20 02:00:00 EDT 2002 Backup of btas image started Sat Apr 20 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Apr 20 02:26:35 EDT 2002] 68.2% Dumpdate: Fri Apr 19 02:34:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 19 02:28 ./image.data -rw-r--r-- 1 root system 2147 Apr 19 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Sat Apr 20 02:27:01 EDT 2002 mksysb started Sat Apr 20 02:27:02 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up.... Backing up 45401 files.............................. 2833 of 45401 files (6%).............................. 2833 of 45401 files (6%).............................. 2833 of 45401 files (6%).............................. 2871 of 45401 files (6%).............................. 2871 of 45401 files (6%).............................. 2871 of 45401 files (6%).............................. 2924 of 45401 files (6%).............................. 11320 of 45401 files (24%).................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ............. 21199 of 45401 files (46%).............................. 34483 of 45401 files (75%).............................. 42911 of 45401 files (94%)........ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Apr 20 03:32:29 EDT 2002 Verify mksysb Sat Apr 20 03:32:31 EDT 2002 Dumpdate: Sat Apr 20 02:34:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 20 02:28 ./image.data -rw-r--r-- 1 root system 2189 Apr 20 02:27 ./tapeid.data 1512949 Kbytes, 45400 files 0 cache hits, 0 cache misses Backup finished Sat Apr 20 04:23:45 EDT 2002 **** Usage Log: **** Uses: 47 Backup Date: Fri Apr 19 02:27:29 EDT 2002 Backup Date: Thu Apr 18 02:29:17 EDT 2002 Backup Date: Wed Apr 17 02:26:59 EDT 2002 Backup Date: Tue Apr 16 02:27:23 EDT 2002 Backup Date: Sat Feb 16 02:26:35 EST 2002 From root@bmsaix.bmsi.com Sat Apr 20 04:34:28 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3K8YSDj032310 for ; Sat, 20 Apr 2002 04:34:28 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3K8YR6C029490 for bmsaix@bmsi.com; Sat, 20 Apr 2002 04:34:27 -0400 Date: Sat, 20 Apr 2002 04:34:27 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204200834.g3K8YR6C029490@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2118 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 20 00:30:00 EDT 2002 mksysb backup Sat Apr 20 00:30:26 EDT 2002 Dumpdate: Sat Apr 13 00:42:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 13 00:34 ./image.data -rw-r--r-- 1 root system 2204 Apr 13 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat Apr 20 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Apr 20 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai25e5c95: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall402bc95: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC402b: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 20 02:51:51 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 34680. mksysb backup Sat Apr 20 02:52:47 EDT 2002 Dumpdate: Sat Apr 20 00:42:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 20 00:34 ./image.data -rw-r--r-- 1 root system 2246 Apr 20 00:30 ./tapeid.data Verify backup Sat Apr 20 02:52:55 EDT 2002 Segment 1-4: mksysb 4186312 Kbytes, 139704 files 88.6% Backup finished Sat Apr 20 04:34:27 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Sat Apr 13 00:30:34 EDT 2002 Backup Date: Sat Apr 6 00:30:30 EST 2002 Backup Date: Tue Apr 2 00:30:34 EST 2002 Backup Date: Sat Mar 23 00:30:34 EST 2002 Backup Date: Sat Mar 9 00:30:34 EST 2002 From root@csichb.com Sat Apr 20 04:28:59 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3K8SwDj023492 for ; Sat, 20 Apr 2002 04:28:58 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3K8SpZY016112 for ; Sat, 20 Apr 2002 04:28:52 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3K8SnJR026320 for ; Sat, 20 Apr 2002 04:28:49 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3K8SnKn043368 for bmsaix@bmsi.com; Sat, 20 Apr 2002 04:28:49 -0400 Date: Sat, 20 Apr 2002 04:28:49 -0400 From: root@csichb.com Message-Id: <200204200828.g3K8SnKn043368@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2119 System Id: csi Backup Started: Sat Apr 20 02:00:00 EDT 2002 Dumpdate: Sat Apr 13 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 13 02:01 ./image.data -rw-r--r-- 1 root system 529 Apr 13 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Apr 20 02:00:22 EDT 2002 mksysb started Sat Apr 20 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68857 files.............................. 310 of 68857 files (0%).............................. 616 of 68857 files (0%).............................. 5737 of 68857 files (8%).............................. 6630 of 68857 files (9%).............................. 7193 of 68857 files (10%).............................. 12890 of 68857 files (18%).............................. 13018 of 68857 files (18%).............................. 13192 of 68857 files (19%).............................. 23034 of 68857 files (33%).............................. 32498 of 68857 files (47%).............................. 41636 of 68857 files (60%).............................. 49501 of 68857 files (71%).............................. 54618 of 68857 files (79%).............................. 63807 of 68857 files (92%)................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Apr 20 03:18:05 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Apr 20 03:18:07 EDT 2002 Verify mksysb Sat Apr 20 03:19:10 EDT 2002 Dumpdate: Sat Apr 20 02:04:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 20 02:01 ./image.data -rw-r--r-- 1 root system 571 Apr 20 02:00 ./tapeid.data 2084575 Kbytes, 68857 files Backup finished Sat Apr 20 04:28:48 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 334712 32% 756 2% /var /dev/hd3 344064 285992 17% 86 1% /tmp /dev/hd1 819200 121080 86% 849 1% /home /dev/lv00 507904 86272 84% 5847 19% /bms /dev/lv01 835584 165680 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 7 Backup Date: Sat Apr 13 02:00:32 EDT 2002 Backup Date: Sat Apr 6 02:00:22 EST 2002 Backup Date: Sat Mar 30 02:00:22 EST 2002 Backup Date: Sat Mar 23 02:00:22 EST 2002 Backup Date: Sat Mar 16 02:00:21 EST 2002 From root@editorialunilit.com Sat Apr 20 03:48:34 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3K7mXDj010746 for ; Sat, 20 Apr 2002 03:48:34 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3K7mRZY013772 for ; Sat, 20 Apr 2002 03:48:27 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3K7lAwS008062; Sat, 20 Apr 2002 03:47:10 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3K7l9k5025468; Sat, 20 Apr 2002 03:47:09 -0400 Date: Sat, 20 Apr 2002 03:47:09 -0400 From: root@editorialunilit.com Message-Id: <200204200747.g3K7l9k5025468@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2120 System Id: unilit Backup Started: Fri Apr 19 23:50:01 EDT 2002 Dumpdate: Tue Apr 16 00:03:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 15 23:57 ./image.data -rw-r--r-- 1 root system 1161 Apr 15 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Fri Apr 19 23:50:57 EDT 2002 mksysb started Fri Apr 19 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6145 cache hits, 132 cache misses 134057 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 26034. Rewind Tape Sat Apr 20 02:17:18 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Apr 20 02:27:19 EDT 2002 Dumpdate: Sat Apr 20 00:02:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 19 23:57 ./image.data -rw-r--r-- 1 root system 1203 Apr 19 23:50 ./tapeid.data 2556886 Kbytes, 26505 files Backup finished Sat Apr 20 03:47:08 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Mon Apr 15 23:50:57 EDT 2002 Backup Date: Tue Apr 9 23:50:57 EDT 2002 Backup Date: Wed Apr 3 23:51:26 EST 2002 Backup Date: Wed Mar 27 23:51:36 EST 2002 Backup Date: Thu Mar 21 23:51:05 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 925856 22% 5856 4% /var /dev/hd3 81920 70912 14% 102 1% /tmp /dev/hd1 196608 103856 48% 1011 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17696 88% 3677 80% /usr/local /dev/lv03 131072 17840 87% 5403 66% /bms /dev/lv04 294912 43080 86% 2488 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 947280 64% 342 1% /mail Free Mounted Blksiz Opens Status A: 22033 Sat Apr 20 02:17 2048 8 Clean /btdata/SPAN 156276 used B: 212 Sat Apr 20 02:17 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Sat Apr 20 02:49:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3K6nADj023806; Sat, 20 Apr 2002 02:49:11 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3K6n3ZY015956; Sat, 20 Apr 2002 02:49:04 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3K6n2t10801; Sat, 20 Apr 2002 02:49:02 -0400 Date: Sat, 20 Apr 2002 02:49:02 -0400 From: root Message-Id: <200204200649.g3K6n2t10801@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2121 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 20 02:00:00 EDT 2002 BMS backup Sat Apr 20 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Sat Apr 20 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Apr 20 02:01:08 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1296855040 (1.2GB, 887kB/s) 1426.69s real 4.11s user 23.80s system Rewind Tape Sat Apr 20 02:24:55 EDT 2002 BMS backup Sat Apr 20 02:25:33 EDT 2002 Verify backup Sat Apr 20 02:25:33 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Apr 20 02:49:02 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Wed Apr 3 02:00:24 EST 2002 Backup Date: Wed Mar 13 02:00:24 EST 2002 Backup Date: Sat Feb 23 02:00:23 EST 2002 Backup Date: Thu Jan 24 02:00:23 EST 2002 Backup Date: Wed Jan 9 02:00:24 EST 2002 From root@wall.wall.com Tue Apr 23 04:43:55 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3N8hqDj039896; Tue, 23 Apr 2002 04:43:53 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3N8ZpNw043104; Tue, 23 Apr 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA32858; Tue, 23 Apr 2002 04:24:52 -0400 Date: Tue, 23 Apr 2002 04:24:52 -0400 From: root@wall.wall.com Message-Id: <200204230824.EAA32858@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2122 System Id: wall Backup Started: Tue Apr 23 02:00:00 EDT 2002 Backup of btas image started Tue Apr 23 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Apr 23 02:27:33 EDT 2002] 68.2% Dumpdate: Sat Apr 20 02:34:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 20 02:28 ./image.data -rw-r--r-- 1 root system 2189 Apr 20 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Tue Apr 23 02:27:59 EDT 2002 mksysb started Tue Apr 23 02:28:00 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 45256 files.............................. 2863 of 45256 files (6%).............................. 2863 of 45256 files (6%).............................. 2863 of 45256 files (6%).............................. 2901 of 45256 files (6%).............................. 2901 of 45256 files (6%).............................. 2901 of 45256 files (6%).............................. 2954 of 45256 files (6%)...............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235482: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235483: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235484: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235485: A file or directory in the path name does not exist. ............... 11131 of 45256 files (24%).............................. 20941 of 45256 files (46%).............................. 34339 of 45256 files (75%).............................. 42795 of 45256 files (94%)........ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Apr 23 03:33:27 EDT 2002 Verify mksysb Tue Apr 23 03:33:28 EDT 2002 Dumpdate: Tue Apr 23 02:35:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 23 02:29 ./image.data -rw-r--r-- 1 root system 2231 Apr 23 02:27 ./tapeid.data 1510966 Kbytes, 45252 files 0 cache hits, 0 cache misses Backup finished Tue Apr 23 04:24:51 EDT 2002 **** Usage Log: **** Uses: 48 Backup Date: Sat Apr 20 02:27:01 EDT 2002 Backup Date: Fri Apr 19 02:27:29 EDT 2002 Backup Date: Thu Apr 18 02:29:17 EDT 2002 Backup Date: Wed Apr 17 02:26:59 EDT 2002 Backup Date: Tue Apr 16 02:27:23 EDT 2002 From root@csichb.com Tue Apr 23 04:29:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3N8T3Dj038888 for ; Tue, 23 Apr 2002 04:29:03 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3N8SuZY015986 for ; Tue, 23 Apr 2002 04:28:57 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3N8StJR045520 for ; Tue, 23 Apr 2002 04:28:55 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3N8StkH040208 for bmsaix@bmsi.com; Tue, 23 Apr 2002 04:28:55 -0400 Date: Tue, 23 Apr 2002 04:28:55 -0400 From: root@csichb.com Message-Id: <200204230828.g3N8StkH040208@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2123 System Id: csi Backup Started: Tue Apr 23 02:00:00 EDT 2002 Dumpdate: Tue Apr 16 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 16 02:01 ./image.data -rw-r--r-- 1 root system 3763 Apr 16 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Apr 23 02:00:21 EDT 2002 mksysb started Tue Apr 23 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68891 files.............................. 310 of 68891 files (0%).............................. 643 of 68891 files (0%).............................. 5743 of 68891 files (8%).............................. 6654 of 68891 files (9%).............................. 7296 of 68891 files (10%).............................. 12922 of 68891 files (18%).............................. 13052 of 68891 files (18%).............................. 13222 of 68891 files (19%).............................. 23057 of 68891 files (33%).............................. 32415 of 68891 files (47%).............................. 41615 of 68891 files (60%).............................. 49480 of 68891 files (71%).............................. 54534 of 68891 files (79%).............................. 63441 of 68891 files (92%)................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Apr 23 03:18:01 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Apr 23 03:18:02 EDT 2002 Verify mksysb Tue Apr 23 03:19:04 EDT 2002 Dumpdate: Tue Apr 23 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 23 02:01 ./image.data -rw-r--r-- 1 root system 3805 Apr 23 02:00 ./tapeid.data 2085696 Kbytes, 68891 files Backup finished Tue Apr 23 04:28:54 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9888 100% 56739 10% /usr /dev/hd9var 491520 343624 31% 765 2% /var /dev/hd3 344064 285872 17% 86 1% /tmp /dev/hd1 819200 120376 86% 849 1% /home /dev/lv00 507904 78368 85% 5872 19% /bms /dev/lv01 835584 161920 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 84 Backup Date: Tue Apr 16 02:00:22 EDT 2002 Backup Date: Tue Apr 9 02:00:21 EDT 2002 Backup Date: Tue Mar 26 02:00:21 EST 2002 Backup Date: Tue Mar 19 02:00:22 EST 2002 Backup Date: Tue Mar 12 02:00:21 EST 2002 From root@bmsaix.bmsi.com Tue Apr 23 04:26:17 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3N8QGDj022442 for ; Tue, 23 Apr 2002 04:26:16 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3N8QGpX043174 for bmsaix@bmsi.com; Tue, 23 Apr 2002 04:26:16 -0400 Date: Tue, 23 Apr 2002 04:26:16 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204230826.g3N8QGpX043174@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2124 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 23 00:30:00 EDT 2002 mksysb backup Tue Apr 23 00:30:26 EDT 2002 Dumpdate: Tue Apr 16 00:42:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 16 00:34 ./image.data -rw-r--r-- 1 root system 2498 Apr 16 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Apr 23 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Apr 23 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Apr 23 02:48:21 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 15834. mksysb backup Tue Apr 23 02:49:00 EDT 2002 Dumpdate: Tue Apr 23 00:42:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 23 00:34 ./image.data -rw-r--r-- 1 root system 2540 Apr 23 00:30 ./tapeid.data Verify backup Tue Apr 23 02:49:08 EDT 2002 Segment 1-4: mksysb 4178193 Kbytes, 139690 files 88.6% Backup finished Tue Apr 23 04:26:16 EDT 2002 **** Usage Log: **** Uses: 13 Backup Date: Tue Apr 16 00:30:33 EDT 2002 Backup Date: Tue Apr 9 00:30:34 EDT 2002 Backup Date: Sat Mar 30 00:30:30 EST 2002 Backup Date: Tue Mar 26 00:30:34 EST 2002 Backup Date: Sat Mar 16 00:30:34 EST 2002 From root@editorialunilit.com Tue Apr 23 03:58:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3N7w9Dj029140 for ; Tue, 23 Apr 2002 03:58:09 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3N7w2ZY014496 for ; Tue, 23 Apr 2002 03:58:03 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3N7ujwS032300; Tue, 23 Apr 2002 03:56:45 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3N7uju1018474; Tue, 23 Apr 2002 03:56:45 -0400 Date: Tue, 23 Apr 2002 03:56:45 -0400 From: root@editorialunilit.com Message-Id: <200204230756.g3N7uju1018474@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2125 System Id: unilit Backup Started: Mon Apr 22 23:50:00 EDT 2002 Dumpdate: Wed Apr 17 00:02:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Apr 16 23:57 ./image.data -rw-r--r-- 1 root system 1077 Apr 16 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Mon Apr 22 23:50:56 EDT 2002 mksysb started Mon Apr 22 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6123 cache hits, 144 cache misses 134345 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 47014. Rewind Tape Tue Apr 23 02:17:33 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Apr 23 02:27:34 EDT 2002 Dumpdate: Tue Apr 23 00:03:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 22 23:57 ./image.data -rw-r--r-- 1 root system 1119 Apr 22 23:50 ./tapeid.data 2554230 Kbytes, 26870 files Backup finished Tue Apr 23 03:56:44 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Tue Apr 16 23:50:56 EDT 2002 Backup Date: Wed Apr 10 23:51:08 EDT 2002 Backup Date: Thu Apr 4 23:50:58 EST 2002 Backup Date: Thu Mar 28 23:50:56 EST 2002 Backup Date: Fri Mar 22 23:51:05 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 943816 20% 6219 5% /var /dev/hd3 81920 70896 14% 102 1% /tmp /dev/hd1 196608 103856 48% 1011 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17688 89% 3677 80% /usr/local /dev/lv03 131072 17624 87% 5404 66% /bms /dev/lv04 294912 42896 86% 2488 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 934392 64% 342 1% /mail Free Mounted Blksiz Opens Status A: 21745 Tue Apr 23 02:17 2048 8 Clean /btdata/SPAN 156276 used B: 148 Tue Apr 23 02:17 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Tue Apr 23 02:48:31 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3N6mTDj034776; Tue, 23 Apr 2002 02:48:29 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3N6mGZY032730; Tue, 23 Apr 2002 02:48:22 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3N6mG424996; Tue, 23 Apr 2002 02:48:16 -0400 Date: Tue, 23 Apr 2002 02:48:16 -0400 From: root Message-Id: <200204230648.g3N6mG424996@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2126 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 23 02:00:00 EDT 2002 BMS backup Tue Apr 23 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Tue Apr 23 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Apr 23 02:01:09 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1290967040 (1.2GB, 902kB/s) 1398.60s real 4.74s user 23.48s system Rewind Tape Tue Apr 23 02:24:27 EDT 2002 BMS backup Tue Apr 23 02:25:09 EDT 2002 Verify backup Tue Apr 23 02:25:09 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Tue Apr 23 02:48:15 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Thu Apr 11 02:00:24 EDT 2002 Backup Date: Tue Apr 2 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:24 EST 2002 Backup Date: Sat Mar 9 02:00:24 EST 2002 Backup Date: Wed Feb 20 02:00:24 EST 2002 From root@wall.wall.com Wed Apr 24 04:43:55 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3O8hrDj033068; Wed, 24 Apr 2002 04:43:53 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) with UUCP id g3O8ZmlB046756; Wed, 24 Apr 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA15490; Wed, 24 Apr 2002 04:23:15 -0400 Date: Wed, 24 Apr 2002 04:23:15 -0400 From: root@wall.wall.com Message-Id: <200204240823.EAA15490@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2127 System Id: wall Backup Started: Wed Apr 24 02:00:00 EDT 2002 Backup of btas image started Wed Apr 24 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Apr 24 02:25:48 EDT 2002] 68.2% Dumpdate: Tue Apr 23 02:35:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 23 02:29 ./image.data -rw-r--r-- 1 root system 2231 Apr 23 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Wed Apr 24 02:26:14 EDT 2002 mksysb started Wed Apr 24 02:26:15 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 45347 files.............................. 2876 of 45347 files (6%).............................. 2876 of 45347 files (6%).............................. 2876 of 45347 files (6%).............................. 2914 of 45347 files (6%).............................. 2914 of 45347 files (6%).............................. 2914 of 45347 files (6%).............................. 2967 of 45347 files (6%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235638: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235639: A file or directory in the path name does not exist. .............. 11133 of 45347 files (24%).............................. 20891 of 45347 files (46%).............................. 33169 of 45347 files (73%).............................. 41799 of 45347 files (92%)......... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Apr 24 03:31:56 EDT 2002 Verify mksysb Wed Apr 24 03:31:57 EDT 2002 Dumpdate: Wed Apr 24 02:33:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 24 02:27 ./image.data -rw-r--r-- 1 root system 2273 Apr 24 02:26 ./tapeid.data 1511850 Kbytes, 45345 files 0 cache hits, 0 cache misses Backup finished Wed Apr 24 04:23:14 EDT 2002 **** Usage Log: **** Uses: 49 Backup Date: Tue Apr 23 02:27:59 EDT 2002 Backup Date: Sat Apr 20 02:27:01 EDT 2002 Backup Date: Fri Apr 19 02:27:29 EDT 2002 Backup Date: Thu Apr 18 02:29:17 EDT 2002 Backup Date: Wed Apr 17 02:26:59 EDT 2002 From root@bmsaix.bmsi.com Wed Apr 24 04:33:02 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3O8X1Dj025668 for ; Wed, 24 Apr 2002 04:33:01 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.2/8.12.2/Submit) id g3O8X0GE028220 for bmsaix@bmsi.com; Wed, 24 Apr 2002 04:33:00 -0400 Date: Wed, 24 Apr 2002 04:33:00 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204240833.g3O8X0GE028220@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2128 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 24 00:30:00 EDT 2002 mksysb backup Wed Apr 24 00:30:26 EDT 2002 Dumpdate: Wed Apr 10 00:42:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 10 00:34 ./image.data -rw-r--r-- 1 root system 2246 Apr 10 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Apr 24 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Apr 24 00:31:14 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/ccMLLX36.i: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/ccEypJGf.s: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/README: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/HYPE: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/cheatsheet: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/unicode.txt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/Porting: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/LICENSE: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/ACKS: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/BLURB.LUTZ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/BLURB.WINDOWS: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/HISTORY: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/NEWS: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/python-root/usr/local/doc/python-2.1.2/AIX-NOTES: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/rpm-tmp.32751: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/README: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/__init__.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/__init__.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/__init__.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/audiotest.au: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/autotest.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/autotest.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/autotest.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/greyrgb.uue: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/nocaret.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_MimeWriter: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_StringIO: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test___all__: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test___future__: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_al: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_array: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_asynchat: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_atexit: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_audioop: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_augassign: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_bastion: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_binascii: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_binhex: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_bisect: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_bsddb: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_bufio: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_builtin: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_capi: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cfgparser: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cgi: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_charmapcodec: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_class: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cmath: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_coercion: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_compare: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_compile: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_complex: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_contains: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cookie: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_copy_reg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_cpickle: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_crypt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_dbm: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_difflib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_dl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_doctest: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_dospath: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_dumbdbm: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_errno: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_exceptions: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_extcall: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_fcntl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_file: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_fnmatch: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_fork1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_format: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_funcattrs: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_future: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_gc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_gdbm: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_getopt: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_gettext: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_gl: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_global: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_grammar: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_grp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_gzip: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_hash: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_httplib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_imageop: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_imgfile: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_import: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_inspect: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_largefile: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_linuxaudiodev: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_locale: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_re: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_long: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_longexp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_mailbox: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_math: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_md5: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_mimetools: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_minidom: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_mmap: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_new: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_nis: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_ntpath: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_opcodes: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_openpty: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_operations: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_operator: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_parser: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_pickle: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_pkg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_poll: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_popen2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_posixpath: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_pow: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_pty: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_pwd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_pyexpat: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_regex: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_rfc822: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_rgbimg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_richcmp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_rotor: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_sax: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_scope: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_select: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_sha: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_signal: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_socket: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_sre: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_strftime: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_string: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_strop: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_struct: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_sunaudiodev: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_sundry: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_symtable: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_thread: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_threadedtempfile: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_time: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_timing: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_tokenize: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_traceback: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_types: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_ucn: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_unicode: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_unicodedata: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_unpack: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_urllib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_urlparse: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_userdict: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_userlist: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_userstring: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_wave: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_weakref: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_winreg: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_winsound: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_xmllib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_xreadline: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_zipfile: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_zlib: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_mutants: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_socketserver: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/output/test_profile: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/pickletester.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/pickletester.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/pickletester.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/pystone.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/pystone.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/pystone.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/re_tests.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/re_tests.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/re_tests.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/regex_tests.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/regex_tests.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/regex_tests.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/regrtest.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/regrtest.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/regrtest.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/reperf.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/reperf.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/reperf.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/sortperf.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/sortperf.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/sortperf.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/string_tests.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/string_tests.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/string_tests.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test.xml: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test.xml.out: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_MimeWriter.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_MimeWriter.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_MimeWriter.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_StringIO.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_StringIO.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_StringIO.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test___all__.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test___all__.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test___all__.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test___future__.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test___future__.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test___future__.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_al.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_al.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_al.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_array.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_array.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_array.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_asynchat.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_asynchat.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_asynchat.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_atexit.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_atexit.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_atexit.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_audioop.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_audioop.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_audioop.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_augassign.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_augassign.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_augassign.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_b1.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_b1.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_b1.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_b2.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_b2.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_b2.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bastion.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bastion.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bastion.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_binascii.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_binascii.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_binascii.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_binhex.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_binhex.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_binhex.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bisect.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cd.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bisect.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bisect.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bsddb.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bsddb.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bsddb.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bufio.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bufio.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_bufio.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_builtin.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_builtin.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_builtin.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_capi.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_capi.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_capi.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cd.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cd.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cfgparser.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cfgparser.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cfgparser.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cgi.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cgi.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cgi.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_charmapcodec.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_charmapcodec.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_charmapcodec.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cl.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cl.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cl.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_class.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_class.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_class.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cmath.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cmath.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cmath.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_coercion.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_coercion.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_coercion.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_compare.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_compare.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_compare.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_compile.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_compile.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_compile.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_complex.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_complex.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_complex.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_contains.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_contains.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_contains.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cookie.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cookie.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cookie.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_copy_reg.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_copy_reg.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_copy_reg.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cpickle.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cpickle.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_cpickle.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_crypt.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_crypt.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_crypt.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dbm.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dbm.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dbm.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_difflib.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_difflib.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_difflib.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dl.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dl.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dl.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_doctest.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_doctest.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_doctest.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dospath.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dospath.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dospath.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dumbdbm.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dumbdbm.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_dumbdbm.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_errno.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_errno.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_errno.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_exceptions.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_exceptions.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_exceptions.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_extcall.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_extcall.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_extcall.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fcntl.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fcntl.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fcntl.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_file.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_file.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_file.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fnmatch.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fnmatch.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fnmatch.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fork1.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fork1.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_fork1.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_format.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_format.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_format.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_funcattrs.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_funcattrs.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_funcattrs.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future1.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future1.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future1.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future2.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future2.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future2.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future3.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future4.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future5.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future6.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_future7.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gc.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gc.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gc.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gdbm.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gdbm.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gdbm.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_getopt.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_getopt.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_getopt.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gettext.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gettext.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gettext.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gl.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gl.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gl.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_global.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_global.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_global.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_grammar.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_grammar.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_grammar.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_grp.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_grp.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_grp.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gzip.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gzip.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_gzip.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_hash.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_hash.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_hash.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_httplib.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_httplib.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_httplib.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_imageop.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_imageop.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_imageop.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_imgfile.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_imgfile.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_imgfile.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_import.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_import.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_import.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_inspect.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_inspect.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_inspect.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_largefile.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_largefile.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_largefile.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_linuxaudiodev.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_linuxaudiodev.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_linuxaudiodev.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_locale.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_locale.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_locale.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_long.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_long.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_long.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_longexp.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_longexp.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_longexp.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mailbox.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mailbox.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mailbox.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_math.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_math.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_math.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_md5.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_md5.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_md5.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mimetools.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mimetools.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mimetools.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_minidom.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_minidom.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_minidom.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mmap.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mmap.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mmap.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_new.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_new.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_new.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_nis.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_nis.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_nis.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_ntpath.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_ntpath.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_ntpath.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_opcodes.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_opcodes.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_opcodes.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_openpty.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_openpty.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_openpty.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_operations.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_operations.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_operations.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_operator.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_operator.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_operator.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pkg.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_parser.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_parser.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_parser.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pickle.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pickle.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pickle.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pkg.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pkg.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_poll.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_poll.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_poll.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_popen2.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_popen2.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_popen2.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_posixpath.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_posixpath.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_posixpath.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pow.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pow.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pow.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pty.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pty.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pty.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pwd.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pwd.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pwd.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pyexpat.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pyexpat.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_pyexpat.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_re.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_re.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_re.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_regex.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_regex.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_regex.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rfc822.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rfc822.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rfc822.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rgbimg.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rgbimg.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rgbimg.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_richcmp.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_richcmp.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_richcmp.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rotor.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rotor.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_rotor.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sax.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sax.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sax.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_scope.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_scope.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_scope.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_select.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_select.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_select.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sha.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sha.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sha.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_signal.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_signal.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_signal.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_socket.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_socket.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_socket.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sre.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sre.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sre.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_strftime.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_strftime.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_strftime.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_string.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_string.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_string.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_strop.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_strop.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_strop.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_struct.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_struct.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_struct.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sunaudiodev.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sunaudiodev.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sunaudiodev.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sundry.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sundry.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_sundry.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_support.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_support.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_support.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_symtable.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_symtable.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_symtable.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_thread.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_thread.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_thread.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_threadedtempfile.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_threadedtempfile.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_threadedtempfile.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_time.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_time.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_time.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_timing.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_timing.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_timing.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_tokenize.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_tokenize.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_tokenize.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_traceback.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_traceback.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_traceback.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_types.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_types.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_types.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_ucn.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_ucn.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_ucn.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unicode.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unicode.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unicode.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unicodedata.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unicodedata.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unicodedata.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unpack.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unpack.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_unpack.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_urllib.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_urllib.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_urllib.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_urlparse.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_urlparse.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_urlparse.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userdict.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userdict.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userdict.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userlist.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userlist.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userlist.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userstring.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userstring.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_userstring.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_wave.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_wave.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_wave.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_weakref.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_weakref.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_weakref.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_winreg.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_winreg.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_winreg.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_winsound.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_winsound.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_winsound.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_xmllib.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_xmllib.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_xmllib.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_xreadline.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_xreadline.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_xreadline.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_zipfile.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_zlib.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_zipfile.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_zipfile.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_zlib.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_zlib.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testall.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testall.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testall.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testcodec.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testcodec.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testcodec.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testimg.uue: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testimgr.uue: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/testrgb.uue: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/tokenize_tests.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/tokenize_tests.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/tokenize_tests.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mutants.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mutants.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_mutants.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_socketserver.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_socketserver.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_socketserver.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_profile.py: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_profile.pyc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/lib/python2.1/test/test_profile.pyo: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/ACKS: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/AIX-NOTES: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/BLURB.LUTZ: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/BLURB.WINDOWS: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/HISTORY: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/HYPE: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/LICENSE: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/NEWS: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/Porting: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/README: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/cheatsheet: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./usr/local/doc/python-2.1.2/unicode.txt: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Apr 24 02:52:44 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 45890. mksysb backup Wed Apr 24 02:53:57 EDT 2002 Dumpdate: Wed Apr 24 00:44:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 24 00:34 ./image.data -rw-r--r-- 1 root system 2288 Apr 24 00:30 ./tapeid.data Verify backup Wed Apr 24 02:54:04 EDT 2002 Segment 1-4: mksysb 4198347 Kbytes, 140376 files 88.6% Backup finished Wed Apr 24 04:33:00 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Wed Apr 10 00:30:33 EDT 2002 Backup Date: Wed Mar 20 00:30:34 EST 2002 Backup Date: Wed Mar 13 00:30:33 EST 2002 Backup Date: Wed Mar 6 00:30:33 EST 2002 Backup Date: Wed Feb 20 00:30:31 EST 2002 From root@csichb.com Wed Apr 24 04:29:16 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3O8TGDj021994 for ; Wed, 24 Apr 2002 04:29:16 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3O8T9ZY030350 for ; Wed, 24 Apr 2002 04:29:10 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3O8T7JR040328 for ; Wed, 24 Apr 2002 04:29:07 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3O8T7jA045362 for bmsaix@bmsi.com; Wed, 24 Apr 2002 04:29:07 -0400 Date: Wed, 24 Apr 2002 04:29:07 -0400 From: root@csichb.com Message-Id: <200204240829.g3O8T7jA045362@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2129 System Id: csi Backup Started: Wed Apr 24 02:00:00 EDT 2002 Dumpdate: Wed Apr 17 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 17 02:01 ./image.data -rw-r--r-- 1 root system 2587 Apr 17 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Apr 24 02:00:22 EDT 2002 mksysb started Wed Apr 24 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68907 files.............................. 310 of 68907 files (0%).............................. 613 of 68907 files (0%).............................. 5728 of 68907 files (8%).............................. 6663 of 68907 files (9%).............................. 7222 of 68907 files (10%).............................. 12937 of 68907 files (18%).............................. 13066 of 68907 files (18%).............................. 13234 of 68907 files (19%).............................. 23072 of 68907 files (33%).............................. 32423 of 68907 files (47%).............................. 41689 of 68907 files (60%).............................. 49564 of 68907 files (71%).............................. 54666 of 68907 files (79%).............................. 64018 of 68907 files (92%).................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Apr 24 03:18:09 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Apr 24 03:18:11 EDT 2002 Verify mksysb Wed Apr 24 03:19:13 EDT 2002 Dumpdate: Wed Apr 24 02:04:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 24 02:01 ./image.data -rw-r--r-- 1 root system 2629 Apr 24 02:00 ./tapeid.data 2090418 Kbytes, 68907 files Backup finished Wed Apr 24 04:29:06 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6952 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 343008 31% 775 2% /var /dev/hd3 344064 285752 17% 86 1% /tmp /dev/hd1 819200 109592 87% 845 1% /home /dev/lv00 507904 76048 86% 5881 19% /bms /dev/lv01 835584 161920 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 56 Backup Date: Wed Apr 17 02:00:21 EDT 2002 Backup Date: Wed Apr 10 02:00:22 EDT 2002 Backup Date: Wed Apr 3 02:00:22 EST 2002 Backup Date: Wed Mar 27 02:00:22 EST 2002 Backup Date: Wed Mar 20 02:00:22 EST 2002 From root@editorialunilit.com Wed Apr 24 04:14:19 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3O8EIDj028688 for ; Wed, 24 Apr 2002 04:14:18 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3O8EBZY034852 for ; Wed, 24 Apr 2002 04:14:12 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3O8CtwS016304; Wed, 24 Apr 2002 04:12:55 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3O8Cs9Y029358; Wed, 24 Apr 2002 04:12:54 -0400 Date: Wed, 24 Apr 2002 04:12:54 -0400 From: root@editorialunilit.com Message-Id: <200204240812.g3O8Cs9Y029358@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2130 System Id: unilit Backup Started: Tue Apr 23 23:50:00 EDT 2002 Dumpdate: Thu Apr 18 00:02:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 17 23:56 ./image.data -rw-r--r-- 1 root system 1119 Apr 17 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Tue Apr 23 23:50:24 EDT 2002 mksysb started Tue Apr 23 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6130 cache hits, 139 cache misses 134560 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 14882. Rewind Tape Wed Apr 24 02:30:08 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Apr 24 02:40:09 EDT 2002 Dumpdate: Wed Apr 24 00:04:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 23 23:58 ./image.data -rw-r--r-- 1 root system 1161 Apr 23 23:50 ./tapeid.data 2864321 Kbytes, 27803 files Backup finished Wed Apr 24 04:12:53 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Wed Apr 17 23:50:23 EDT 2002 Backup Date: Thu Apr 11 23:50:34 EDT 2002 Backup Date: Fri Apr 5 23:50:23 EST 2002 Backup Date: Fri Mar 29 23:50:23 EST 2002 Backup Date: Mon Mar 25 23:50:24 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4136 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 216336 82% 7152 5% /var /dev/hd3 81920 70888 14% 101 1% /tmp /dev/hd1 196608 103848 48% 1011 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17688 89% 3677 80% /usr/local /dev/lv03 131072 17480 87% 5405 66% /bms /dev/lv04 294912 42696 86% 2488 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 931400 65% 342 1% /mail Free Mounted Blksiz Opens Status A: 21530 Wed Apr 24 02:30 2048 8 Clean /btdata/SPAN 156276 used B: 229 Wed Apr 24 02:30 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Wed Apr 24 02:48:37 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.2/8.12.2) with ESMTP id g3O6mYDj042466; Wed, 24 Apr 2002 02:48:35 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3O6mDZY035892; Wed, 24 Apr 2002 02:48:27 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3O6mD532649; Wed, 24 Apr 2002 02:48:13 -0400 Date: Wed, 24 Apr 2002 02:48:13 -0400 From: root Message-Id: <200204240648.g3O6mD532649@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2131 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Apr 24 02:00:01 EDT 2002 BMS backup Wed Apr 24 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Wed Apr 24 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Apr 24 02:01:09 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1289410560 (1.2GB, 910kB/s) 1382.99s real 4.34s user 23.09s system Rewind Tape Wed Apr 24 02:24:13 EDT 2002 BMS backup Wed Apr 24 02:24:54 EDT 2002 Verify backup Wed Apr 24 02:24:54 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Apr 24 02:48:12 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Wed Apr 10 02:00:24 EDT 2002 Backup Date: Wed Mar 20 02:00:24 EST 2002 Backup Date: Fri Mar 8 02:00:24 EST 2002 Backup Date: Tue Feb 19 02:00:24 EST 2002 Backup Date: Thu Feb 7 02:00:24 EST 2002 From root@wall.wall.com Thu Apr 25 04:36:06 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3P8a3OU023136; Thu, 25 Apr 2002 04:36:04 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g3P8ZnXq018258; Thu, 25 Apr 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39620; Thu, 25 Apr 2002 04:25:56 -0400 Date: Thu, 25 Apr 2002 04:25:56 -0400 From: root@wall.wall.com Message-Id: <200204250825.EAA39620@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2132 System Id: wall Backup Started: Thu Apr 25 02:00:00 EDT 2002 Backup of btas image started Thu Apr 25 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Apr 25 02:26:43 EDT 2002] 68.2% Dumpdate: Wed Apr 24 02:33:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 24 02:27 ./image.data -rw-r--r-- 1 root system 2273 Apr 24 02:26 ./tapeid.data Tape Id: wall0052 Backup Date: Thu Apr 25 02:27:09 EDT 2002 mksysb started Thu Apr 25 02:27:10 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45382 files.............................. 2883 of 45382 files (6%).............................. 2883 of 45382 files (6%).............................. 2883 of 45382 files (6%).............................. 2921 of 45382 files (6%).............................. 2921 of 45382 files (6%).............................. 2921 of 45382 files (6%).............................. 2974 of 45382 files (6%).............................. 11162 of 45382 files (24%).............................. 20921 of 45382 files (46%).............................. 31379 of 45382 files (69%).............................. 41212 of 45382 files (90%)................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 25 03:34:29 EDT 2002 Verify mksysb Thu Apr 25 03:34:31 EDT 2002 Dumpdate: Thu Apr 25 02:34:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 25 02:28 ./image.data -rw-r--r-- 1 root system 2315 Apr 25 02:27 ./tapeid.data 1513034 Kbytes, 45382 files 0 cache hits, 0 cache misses Backup finished Thu Apr 25 04:25:55 EDT 2002 **** Usage Log: **** Uses: 50 Backup Date: Wed Apr 24 02:26:14 EDT 2002 Backup Date: Tue Apr 23 02:27:59 EDT 2002 Backup Date: Sat Apr 20 02:27:01 EDT 2002 Backup Date: Fri Apr 19 02:27:29 EDT 2002 Backup Date: Thu Apr 18 02:29:17 EDT 2002 From root@csichb.com Thu Apr 25 04:29:19 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3P8TIOS023246 for ; Thu, 25 Apr 2002 04:29:18 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3P8TCZY004306 for ; Thu, 25 Apr 2002 04:29:12 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3P8TBJR058032 for ; Thu, 25 Apr 2002 04:29:11 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3P8TBXb038132 for bmsaix@bmsi.com; Thu, 25 Apr 2002 04:29:11 -0400 Date: Thu, 25 Apr 2002 04:29:11 -0400 From: root@csichb.com Message-Id: <200204250829.g3P8TBXb038132@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2133 System Id: csi Backup Started: Thu Apr 25 02:00:00 EDT 2002 Dumpdate: Thu Apr 18 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 18 02:01 ./image.data -rw-r--r-- 1 root system 3889 Apr 18 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu Apr 25 02:00:22 EDT 2002 mksysb started Thu Apr 25 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68919 files.............................. 310 of 68919 files (0%).............................. 604 of 68919 files (0%).............................. 5729 of 68919 files (8%).............................. 6670 of 68919 files (9%).............................. 7218 of 68919 files (10%).............................. 12947 of 68919 files (18%).............................. 13078 of 68919 files (18%).............................. 13244 of 68919 files (19%).............................. 22724 of 68919 files (32%).............................. 32006 of 68919 files (46%).............................. 41434 of 68919 files (60%).............................. 49256 of 68919 files (71%).............................. 54383 of 68919 files (78%).............................. 63265 of 68919 files (91%)................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Apr 25 03:18:00 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Apr 25 03:18:02 EDT 2002 Verify mksysb Thu Apr 25 03:19:04 EDT 2002 Dumpdate: Thu Apr 25 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 25 02:01 ./image.data -rw-r--r-- 1 root system 3931 Apr 25 02:00 ./tapeid.data 2094910 Kbytes, 68919 files Backup finished Thu Apr 25 04:29:06 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6944 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 332512 33% 780 2% /var /dev/hd3 344064 285632 17% 86 1% /tmp /dev/hd1 819200 108632 87% 845 1% /home /dev/lv00 507904 74136 86% 5888 19% /bms /dev/lv01 835584 161920 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 87 Backup Date: Thu Apr 18 02:00:21 EDT 2002 Backup Date: Thu Apr 11 02:00:22 EDT 2002 Backup Date: Thu Apr 4 02:00:22 EST 2002 Backup Date: Thu Mar 28 02:00:21 EST 2002 Backup Date: Thu Mar 21 02:00:21 EST 2002 From root@bmsaix.bmsi.com Thu Apr 25 04:28:56 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3P8SuOS046502 for ; Thu, 25 Apr 2002 04:28:56 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g3P8Stte018334 for bmsaix@bmsi.com; Thu, 25 Apr 2002 04:28:55 -0400 Date: Thu, 25 Apr 2002 04:28:55 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204250828.g3P8Stte018334@bmsaix.bmsi.com> Subject: bmsaix0081 backup Status: RO X-Status: X-Keywords: X-UID: 2134 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 25 00:30:00 EDT 2002 mksysb backup Thu Apr 25 00:30:22 EDT 2002 Dumpdate: Thu Apr 11 00:42:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 11 00:34 ./image.data -rw-r--r-- 1 root system 2330 Apr 11 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0081 Backup Date: Thu Apr 25 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Apr 25 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Apr 25 02:47:06 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31876. mksysb backup Thu Apr 25 02:48:56 EDT 2002 Dumpdate: Thu Apr 25 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 25 00:33 ./image.data -rw-r--r-- 1 root system 2372 Apr 25 00:30 ./tapeid.data Verify backup Thu Apr 25 02:49:03 EDT 2002 Segment 1-4: mksysb 4209595 Kbytes, 140628 files 88.6% Backup finished Thu Apr 25 04:28:55 EDT 2002 **** Usage Log: **** Uses: 9 Backup Date: Thu Apr 11 00:30:34 EDT 2002 Backup Date: Thu Apr 4 00:30:27 EST 2002 Backup Date: Thu Mar 28 00:30:30 EST 2002 Backup Date: Thu Mar 21 00:30:31 EST 2002 Backup Date: Thu Mar 14 00:30:34 EST 2002 From root@editorialunilit.com Thu Apr 25 03:54:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3P7srOS041622 for ; Thu, 25 Apr 2002 03:54:53 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3P7slZY012478 for ; Thu, 25 Apr 2002 03:54:47 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3P7rUwS021554; Thu, 25 Apr 2002 03:53:30 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3P7rU6J011824; Thu, 25 Apr 2002 03:53:30 -0400 Date: Thu, 25 Apr 2002 03:53:30 -0400 From: root@editorialunilit.com Message-Id: <200204250753.g3P7rU6J011824@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2135 System Id: unilit Backup Started: Wed Apr 24 23:50:00 EDT 2002 Dumpdate: Fri Apr 19 00:02:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 18 23:56 ./image.data -rw-r--r-- 1 root system 2589 Apr 18 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Wed Apr 24 23:50:36 EDT 2002 mksysb started Wed Apr 24 23:50:37 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6142 cache hits, 132 cache misses 134908 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 36218. Rewind Tape Thu Apr 25 02:19:13 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Apr 25 02:29:14 EDT 2002 Dumpdate: Thu Apr 25 00:02:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 24 23:56 ./image.data -rw-r--r-- 1 root system 2631 Apr 24 23:50 ./tapeid.data 2618679 Kbytes, 27865 files Backup finished Thu Apr 25 03:53:29 EDT 2002 **** Usage Log: **** Uses: 56 Backup Date: Thu Apr 18 23:50:29 EDT 2002 Backup Date: Fri Apr 12 23:50:23 EDT 2002 Backup Date: Mon Apr 8 23:50:24 EDT 2002 Backup Date: Mon Apr 1 23:50:41 EST 2002 Backup Date: Tue Mar 26 23:50:23 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4128 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 812368 32% 7208 5% /var /dev/hd3 81920 70888 14% 100 1% /tmp /dev/hd1 196608 103840 48% 1014 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17736 88% 3676 80% /usr/local /dev/lv03 131072 17160 87% 5407 67% /bms /dev/lv04 294912 42424 86% 2494 28% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 939688 64% 342 1% /mail Free Mounted Blksiz Opens Status A: 21182 Thu Apr 25 02:19 2048 8 Clean /btdata/SPAN 156276 used B: 285 Thu Apr 25 02:19 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Thu Apr 25 02:48:22 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3P6mKOS018344; Thu, 25 Apr 2002 02:48:21 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3P6mCZY013804; Thu, 25 Apr 2002 02:48:13 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3P6m9208272; Thu, 25 Apr 2002 02:48:09 -0400 Date: Thu, 25 Apr 2002 02:48:09 -0400 From: root Message-Id: <200204250648.g3P6m9208272@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2136 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Apr 25 02:00:01 EDT 2002 BMS backup Thu Apr 25 02:00:25 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Thu Apr 25 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Apr 25 02:01:11 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1292677120 (1.2GB, 910kB/s) 1387.10s real 4.44s user 27.20s system Rewind Tape Thu Apr 25 02:24:18 EDT 2002 BMS backup Thu Apr 25 02:24:59 EDT 2002 Verify backup Thu Apr 25 02:24:59 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Apr 25 02:48:09 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Sat Apr 6 02:00:24 EST 2002 Backup Date: Fri Mar 29 02:00:24 EST 2002 Backup Date: Tue Mar 5 02:00:24 EST 2002 Backup Date: Wed Jan 16 02:00:24 EST 2002 Backup Date: Tue Jan 1 02:00:24 EST 2002 From root@editorialunilit.com Fri Apr 26 03:57:11 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3Q7vBOS036308 for ; Fri, 26 Apr 2002 03:57:11 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3Q7v4ZY013598 for ; Fri, 26 Apr 2002 03:57:04 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3Q7tlwS050830; Fri, 26 Apr 2002 03:55:47 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3Q7tlEe038284; Fri, 26 Apr 2002 03:55:47 -0400 Date: Fri, 26 Apr 2002 03:55:47 -0400 From: root@editorialunilit.com Message-Id: <200204260755.g3Q7tlEe038284@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2137 System Id: unilit Backup Started: Thu Apr 25 23:50:00 EDT 2002 Dumpdate: Sat Apr 20 00:02:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 19 23:57 ./image.data -rw-r--r-- 1 root system 1203 Apr 19 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Thu Apr 25 23:50:57 EDT 2002 mksysb started Thu Apr 25 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6088 cache hits, 117 cache misses 135010 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 14806. Rewind Tape Fri Apr 26 02:22:07 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Apr 26 02:32:08 EDT 2002 Dumpdate: Fri Apr 26 00:02:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 25 23:57 ./image.data -rw-r--r-- 1 root system 1245 Apr 25 23:50 ./tapeid.data 2651348 Kbytes, 28169 files Backup finished Fri Apr 26 03:55:46 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Fri Apr 19 23:50:57 EDT 2002 Backup Date: Mon Apr 15 23:50:57 EDT 2002 Backup Date: Tue Apr 9 23:50:57 EDT 2002 Backup Date: Wed Apr 3 23:51:26 EST 2002 Backup Date: Wed Mar 27 23:51:36 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4128 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 786232 34% 7497 6% /var /dev/hd3 81920 70872 14% 100 1% /tmp /dev/hd1 196608 103832 48% 1014 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17728 88% 3676 80% /usr/local /dev/lv03 131072 17200 87% 5409 67% /bms /dev/lv04 294912 41768 86% 2506 28% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 904712 66% 342 1% /mail Free Mounted Blksiz Opens Status A: 21080 Fri Apr 26 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 326 Fri Apr 26 02:22 2048 15 Clean /btdata/EDX 6910 used From root@bmsaix.bmsi.com Fri Apr 26 04:28:59 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3Q8SxOS031442 for ; Fri, 26 Apr 2002 04:28:59 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g3Q8SwM0029130 for bmsaix@bmsi.com; Fri, 26 Apr 2002 04:28:58 -0400 Date: Fri, 26 Apr 2002 04:28:58 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204260828.g3Q8SwM0029130@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2138 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 26 00:30:00 EDT 2002 mksysb backup Fri Apr 26 00:30:22 EDT 2002 Dumpdate: Fri Apr 19 00:42:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 19 00:33 ./image.data -rw-r--r-- 1 root system 2414 Apr 19 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Apr 26 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Apr 26 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Apr 26 02:47:42 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 15852. mksysb backup Fri Apr 26 02:49:16 EDT 2002 Dumpdate: Fri Apr 26 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 26 00:33 ./image.data -rw-r--r-- 1 root system 2456 Apr 26 00:30 ./tapeid.data Verify backup Fri Apr 26 02:49:23 EDT 2002 Segment 1-4: mksysb 4215969 Kbytes, 140646 files 88.6% Backup finished Fri Apr 26 04:28:58 EDT 2002 **** Usage Log: **** Uses: 11 Backup Date: Fri Apr 19 00:30:30 EDT 2002 Backup Date: Fri Apr 12 00:30:30 EDT 2002 Backup Date: Fri Apr 5 00:30:30 EST 2002 Backup Date: Fri Mar 29 00:30:30 EST 2002 Backup Date: Fri Mar 22 00:30:33 EST 2002 From root@csichb.com Fri Apr 26 04:30:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3Q8UEOS037898 for ; Fri, 26 Apr 2002 04:30:14 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3Q8U8ZY028692 for ; Fri, 26 Apr 2002 04:30:08 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3Q8U6JR018686 for ; Fri, 26 Apr 2002 04:30:06 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3Q8U6wY029794 for bmsaix@bmsi.com; Fri, 26 Apr 2002 04:30:06 -0400 Date: Fri, 26 Apr 2002 04:30:06 -0400 From: root@csichb.com Message-Id: <200204260830.g3Q8U6wY029794@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2139 System Id: csi Backup Started: Fri Apr 26 02:00:01 EDT 2002 Dumpdate: Fri Apr 12 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 12 02:01 ./image.data -rw-r--r-- 1 root system 949 Apr 12 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Apr 26 02:00:22 EDT 2002 mksysb started Fri Apr 26 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68935 files.............................. 310 of 68935 files (0%).............................. 575 of 68935 files (0%).............................. 5721 of 68935 files (8%).............................. 6658 of 68935 files (9%).............................. 7149 of 68935 files (10%)...backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg3Q5vOJR022728: A file or directory in the path name does not exist. ........................... 12957 of 68935 files (18%).............................. 13093 of 68935 files (18%).............................. 13107 of 68935 files (19%).............................. 22497 of 68935 files (32%).............................. 30482 of 68935 files (44%).............................. 41270 of 68935 files (59%).............................. 49080 of 68935 files (71%).............................. 53888 of 68935 files (78%).............................. 62109 of 68935 files (90%)...................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. BTAS/X Started [Fri Apr 26 03:18:45 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Apr 26 03:18:47 EDT 2002 Verify mksysb Fri Apr 26 03:19:51 EDT 2002 Dumpdate: Fri Apr 26 02:04:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 26 02:01 ./image.data -rw-r--r-- 1 root system 991 Apr 26 02:00 ./tapeid.data 2100587 Kbytes, 68934 files Backup finished Fri Apr 26 04:30:06 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6944 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 312320 37% 790 2% /var /dev/hd3 344064 285520 18% 86 1% /tmp /dev/hd1 819200 107848 87% 845 1% /home /dev/lv00 507904 72200 86% 5896 19% /bms /dev/lv01 835584 161432 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 17 Backup Date: Fri Apr 12 02:00:22 EDT 2002 Backup Date: Fri Apr 5 02:00:22 EST 2002 Backup Date: Fri Mar 29 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:21 EST 2002 Backup Date: Fri Mar 15 02:00:22 EST 2002 From root@wall.wall.com Fri Apr 26 04:36:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3Q8a3OU029068; Fri, 26 Apr 2002 04:36:05 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g3Q8Zo7J031362; Fri, 26 Apr 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA22844; Fri, 26 Apr 2002 04:27:15 -0400 Date: Fri, 26 Apr 2002 04:27:15 -0400 From: root@wall.wall.com Message-Id: <200204260827.EAA22844@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2140 System Id: wall Backup Started: Fri Apr 26 02:00:00 EDT 2002 Backup of btas image started Fri Apr 26 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Apr 26 02:27:29 EDT 2002] 68.2% Dumpdate: Thu Apr 25 02:34:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 25 02:28 ./image.data -rw-r--r-- 1 root system 2315 Apr 25 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Fri Apr 26 02:27:56 EDT 2002 mksysb started Fri Apr 26 02:27:57 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45498 files.............................. 2895 of 45498 files (6%).............................. 2895 of 45498 files (6%).............................. 2895 of 45498 files (6%).............................. 2933 of 45498 files (6%).............................. 2933 of 45498 files (6%).............................. 2933 of 45498 files (6%).............................. 2986 of 45498 files (6%)...............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235971: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235972: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235973: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235974: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN235975: A file or directory in the path name does not exist. ............... 11434 of 45498 files (25%).............................. 21812 of 45498 files (47%).............................. 34840 of 45498 files (76%).............................. 41648 of 45498 files (91%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Apr 26 03:35:38 EDT 2002 Verify mksysb Fri Apr 26 03:35:39 EDT 2002 Dumpdate: Fri Apr 26 02:35:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 26 02:29 ./image.data -rw-r--r-- 1 root system 2357 Apr 26 02:27 ./tapeid.data 1513224 Kbytes, 45493 files 0 cache hits, 0 cache misses Backup finished Fri Apr 26 04:27:14 EDT 2002 **** Usage Log: **** Uses: 51 Backup Date: Thu Apr 25 02:27:09 EDT 2002 Backup Date: Wed Apr 24 02:26:14 EDT 2002 Backup Date: Tue Apr 23 02:27:59 EDT 2002 Backup Date: Sat Apr 20 02:27:01 EDT 2002 Backup Date: Fri Apr 19 02:27:29 EDT 2002 From root@acustomsbroker.com Fri Apr 26 05:02:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3Q91xOS035454; Fri, 26 Apr 2002 05:01:59 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3Q91lZY013046; Fri, 26 Apr 2002 05:01:53 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3Q6mLD17771; Fri, 26 Apr 2002 02:48:21 -0400 Date: Fri, 26 Apr 2002 02:48:21 -0400 From: root Message-Id: <200204260648.g3Q6mLD17771@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2141 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Apr 26 02:00:01 EDT 2002 BMS backup Fri Apr 26 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Fri Apr 26 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Apr 26 02:01:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1296435200 (1.2GB, 913kB/s) 1386.77s real 4.58s user 22.88s system Rewind Tape Fri Apr 26 02:24:24 EDT 2002 BMS backup Fri Apr 26 02:25:08 EDT 2002 Verify backup Fri Apr 26 02:25:08 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Apr 26 02:48:21 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Wed Apr 17 02:00:24 EDT 2002 Backup Date: Tue Apr 9 02:00:24 EDT 2002 Backup Date: Sat Mar 30 02:00:24 EST 2002 Backup Date: Tue Mar 19 02:00:24 EST 2002 Backup Date: Wed Mar 6 02:00:24 EST 2002 From stuart@www.bmsi.com Sat Apr 27 10:42:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3REggOS041378; Sat, 27 Apr 2002 10:42:42 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3REgYnb015800; Sat, 27 Apr 2002 10:42:35 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.1/8.12.1/Submit) id g3REgYhw012470; Sat, 27 Apr 2002 10:42:34 -0400 Date: Sat, 27 Apr 2002 10:42:34 -0400 From: stuart@www.bmsi.com Message-Id: <200204271442.g3REgYhw012470@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0008 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2142 System Id: bmsweb Backup Started: Sat Apr 27 08:38:12 EDT 2002 BTAS/X frozen for the duration of this process /btdata/ROOT78.6% Dumpdate: Tue Nov 20 05:25:08 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Nov 20 05:19 ./image.data -rw-rw-r-- 1 root system 1014 Nov 20 05:17 ./tapeid.data Tape Id: bmsweb0008 Backup Date: Sat Apr 27 08:51:00 EDT 2002 mksysb started Sat Apr 27 08:51:01 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 27 10:00:25 EDT 2002 mksysb backup Sat Apr 27 10:00:53 EDT 2002 Dumpdate: Sat Apr 27 08:58:54 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9480 Apr 27 08:53 ./image.data -rw-r--r-- 1 root system 1056 Apr 27 08:51 ./tapeid.data Verify backup Sat Apr 27 10:01:05 EDT 2002 Segment 1-4: mksysb 947873 Kbytes, 21927 files 88.9% 0 cache hits, 0 cache misses Backup finished Sat Apr 27 10:42:32 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Tue Nov 20 05:17:11 EST 2001 Backup Date: Thu May 3 05:13:46 EDT 2001 Backup Date: Wed Sep 27 05:11:00 EDT 2000 Backup Date: Sat Apr 15 05:00:27 EDT 2000 Backup Date: Sat Aug 7 19:35:42 EDT 1999 From root@wall.wall.com Sat Apr 27 04:36:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R8a4OU039500; Sat, 27 Apr 2002 04:36:05 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g3R8Zm2c032834; Sat, 27 Apr 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41410; Sat, 27 Apr 2002 04:23:22 -0400 Date: Sat, 27 Apr 2002 04:23:22 -0400 From: root@wall.wall.com Message-Id: <200204270823.EAA41410@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2143 System Id: wall Backup Started: Sat Apr 27 02:00:00 EDT 2002 Backup of btas image started Sat Apr 27 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Apr 27 02:26:13 EDT 2002] 68.2% Dumpdate: Fri Apr 26 02:35:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 26 02:29 ./image.data -rw-r--r-- 1 root system 2357 Apr 26 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Sat Apr 27 02:26:39 EDT 2002 mksysb started Sat Apr 27 02:26:40 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45597 files.............................. 2908 of 45597 files (6%).............................. 2908 of 45597 files (6%).............................. 2908 of 45597 files (6%).............................. 2946 of 45597 files (6%).............................. 2946 of 45597 files (6%).............................. 2946 of 45597 files (6%).............................. 2999 of 45597 files (6%).............................. 11444 of 45597 files (25%).............................. 21508 of 45597 files (47%).............................. 34729 of 45597 files (76%).............................. 43183 of 45597 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 27 03:31:59 EDT 2002 Verify mksysb Sat Apr 27 03:32:00 EDT 2002 Dumpdate: Sat Apr 27 02:33:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 27 02:28 ./image.data -rw-r--r-- 1 root system 2399 Apr 27 02:26 ./tapeid.data 1514278 Kbytes, 45597 files 0 cache hits, 0 cache misses Backup finished Sat Apr 27 04:23:21 EDT 2002 **** Usage Log: **** Uses: 52 Backup Date: Fri Apr 26 02:27:56 EDT 2002 Backup Date: Thu Apr 25 02:27:09 EDT 2002 Backup Date: Wed Apr 24 02:26:14 EDT 2002 Backup Date: Tue Apr 23 02:27:59 EDT 2002 Backup Date: Sat Apr 20 02:27:01 EDT 2002 From root@csichb.com Sat Apr 27 04:30:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R8U2OS027072 for ; Sat, 27 Apr 2002 04:30:02 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3R8Tunb010400 for ; Sat, 27 Apr 2002 04:29:56 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3R8TtJR020354 for ; Sat, 27 Apr 2002 04:29:55 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3R8TtFC035808 for bmsaix@bmsi.com; Sat, 27 Apr 2002 04:29:55 -0400 Date: Sat, 27 Apr 2002 04:29:55 -0400 From: root@csichb.com Message-Id: <200204270829.g3R8TtFC035808@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2144 System Id: csi Backup Started: Sat Apr 27 02:00:01 EDT 2002 Dumpdate: Sat Apr 20 02:04:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 20 02:01 ./image.data -rw-r--r-- 1 root system 571 Apr 20 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Apr 27 02:00:22 EDT 2002 mksysb started Sat Apr 27 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68964 files.............................. 310 of 68964 files (0%).............................. 615 of 68964 files (0%).............................. 5745 of 68964 files (8%).............................. 6686 of 68964 files (9%).............................. 7163 of 68964 files (10%).............................. 12987 of 68964 files (18%).............................. 13123 of 68964 files (19%).............................. 13137 of 68964 files (19%).............................. 22525 of 68964 files (32%).............................. 30630 of 68964 files (44%).............................. 41316 of 68964 files (59%).............................. 49200 of 68964 files (71%).............................. 54222 of 68964 files (78%).............................. 62999 of 68964 files (91%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Apr 27 03:18:32 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Apr 27 03:18:33 EDT 2002 Verify mksysb Sat Apr 27 03:19:38 EDT 2002 Dumpdate: Sat Apr 27 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 27 02:01 ./image.data -rw-r--r-- 1 root system 613 Apr 27 02:00 ./tapeid.data 2103644 Kbytes, 68964 files Backup finished Sat Apr 27 04:29:54 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6944 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 316296 36% 803 2% /var /dev/hd3 344064 285400 18% 86 1% /tmp /dev/hd1 819200 104840 88% 845 1% /home /dev/lv00 507904 70296 87% 5910 19% /bms /dev/lv01 835584 160520 81% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 8 Backup Date: Sat Apr 20 02:00:22 EDT 2002 Backup Date: Sat Apr 13 02:00:32 EDT 2002 Backup Date: Sat Apr 6 02:00:22 EST 2002 Backup Date: Sat Mar 30 02:00:22 EST 2002 Backup Date: Sat Mar 23 02:00:22 EST 2002 From root@bmsaix.bmsi.com Sat Apr 27 04:28:57 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R8SuOS032904 for ; Sat, 27 Apr 2002 04:28:56 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g3R8SuWS004740 for bmsaix@bmsi.com; Sat, 27 Apr 2002 04:28:56 -0400 Date: Sat, 27 Apr 2002 04:28:56 -0400 From: root@bmsaix.bmsi.com Message-Id: <200204270828.g3R8SuWS004740@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2145 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 27 00:30:01 EDT 2002 mksysb backup Sat Apr 27 00:30:26 EDT 2002 Dumpdate: Sat Feb 16 00:43:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Feb 16 00:35 ./image.data -rw-r--r-- 1 root system 1994 Feb 16 00:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat Apr 27 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Apr 27 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai2792660: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall40b1660: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC40b1: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Apr 27 02:47:34 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 33190. mksysb backup Sat Apr 27 02:48:56 EDT 2002 Dumpdate: Sat Apr 27 00:42:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 27 00:34 ./image.data -rw-r--r-- 1 root system 2036 Apr 27 00:30 ./tapeid.data Verify backup Sat Apr 27 02:49:03 EDT 2002 Segment 1-4: mksysb 4242126 Kbytes, 140691 files 88.6% Backup finished Sat Apr 27 04:28:56 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Sat Feb 16 00:32:34 EST 2002 From root@editorialunilit.com Sat Apr 27 04:20:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R8K2OS021756 for ; Sat, 27 Apr 2002 04:20:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3R8Junb002410 for ; Sat, 27 Apr 2002 04:19:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3R8Idb3059606; Sat, 27 Apr 2002 04:18:39 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3R8IdVw006100; Sat, 27 Apr 2002 04:18:39 -0400 Date: Sat, 27 Apr 2002 04:18:39 -0400 From: root@editorialunilit.com Message-Id: <200204270818.g3R8IdVw006100@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2146 System Id: unilit Backup Started: Fri Apr 26 23:50:00 EDT 2002 Dumpdate: Tue Apr 23 00:03:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 22 23:57 ./image.data -rw-r--r-- 1 root system 1119 Apr 22 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Fri Apr 26 23:50:56 EDT 2002 mksysb started Fri Apr 26 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6142 cache hits, 132 cache misses 135259 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 7742. Rewind Tape Sat Apr 27 02:32:27 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Apr 27 02:42:28 EDT 2002 Dumpdate: Sat Apr 27 00:03:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 26 23:57 ./image.data -rw-r--r-- 1 root system 1161 Apr 26 23:50 ./tapeid.data 2822313 Kbytes, 28587 files Backup finished Sat Apr 27 04:18:37 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Mon Apr 22 23:50:56 EDT 2002 Backup Date: Tue Apr 16 23:50:56 EDT 2002 Backup Date: Wed Apr 10 23:51:08 EDT 2002 Backup Date: Thu Apr 4 23:50:58 EST 2002 Backup Date: Thu Mar 28 23:50:56 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4120 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 785224 34% 7908 6% /var /dev/hd3 81920 70856 14% 101 1% /tmp /dev/hd1 196608 103832 48% 1015 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17728 88% 3676 80% /usr/local /dev/lv03 131072 17192 87% 5411 67% /bms /dev/lv04 294912 40856 87% 2508 28% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 593936 78% 342 1% /mail Free Mounted Blksiz Opens Status A: 20831 Sat Apr 27 02:32 2048 8 Clean /btdata/SPAN 156276 used B: 203 Sat Apr 27 02:32 2048 15 Clean /btdata/EDX 6910 used From vim-dev-return-19308-stuart=bmsaix.bmsi.com@vim.org Sat Apr 27 03:36:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R7arOS029318 for ; Sat, 27 Apr 2002 03:36:53 -0400 Received: from foobar.math.fu-berlin.de (foobar.math.fu-berlin.de [160.45.45.151]) by www.bmsi.com (8.12.1/8.12.1) with SMTP id g3R7aknb010310 for ; Sat, 27 Apr 2002 03:36:47 -0400 Received: (qmail 25241 invoked by uid 200); 27 Apr 2002 07:36:46 -0000 Mailing-List: contact vim-dev-help@vim.org; run by ezmlm Precedence: bulk Delivered-To: mailing list vim-dev@vim.org Received: (qmail 25226 invoked from network); 27 Apr 2002 07:36:44 -0000 Message-ID: <00ca01c1edbd$f8dc17e0$9c4532d2@nosedog> From: "Gavin Sinclair" To: "Scott Johnston" , "Bram Moolenaar" Cc: , References: <200204252130.g3PLU1L01313@moolenaar.net> Subject: Re: HTML messages (was: RE: These viruses are bothering) Date: Sat, 27 Apr 2002 17:34:30 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 27 Apr 2002 07:36:00.0697 (UTC) FILETIME=[2D8E8A90:01C1EDBE] Status: RO X-Status: X-Keywords: X-UID: 2147 HTML email is HTML email. Spam is spam. Viruses are viruses. One day (probably in 3 years), most people will send email in HTML, because it formats more neatly than plain text. Seeing previous posts indented with ">" is inferior to the HTML method, where everything wraps according to your window size. Most of the arguments against HTML email that I've read are silly. However, some good ones remain, and HTML email should not be used in mailing lists and newsgroups. That being the case, I recommend: - preventing HTML email from reaching the list - automatic replies to HTML emailers explaining that HTML is rejected - link to http://www.expita.com/nomime.html (for info on diasbling HTML in many clients) - link to some other web page containing anti-HTML propa^H^H^H^H^Harguments - a brief explanation of why HTML is disallowed on Vim lists - link to the document you're supposed to read before subscribing (whatever that is) - ensuring the pre-subscription document clearly explains the policy Benji is right - HTML emailers should not be discriminated against. Others are right - HTML email doesn't belong here. Solution: prevent HTML email without being unkind to posters. Point them to instructions so they can be posting again in a few minutes. Regards, Gavin > > Scott Johnston wrote: > > > > I am not aware of any programs that send HTML that can't format the > > > output as plain text. Does anyone have any examples? > > > > Mail format is a personal choice. Only reading mail of a particular > > format is a personal choice. If you don't want to read HTML mail, then > > turn on a personal filter and don't read it. The list should not > > discriminate based on format. > > I'm reading my e-mail with Vim. The HTML looks like, well, HTML. I > rather not get it at all. But I can ignore it, there is no need to make > a fuzz about it. > > HTML-only messages are annoying, especially since they look a lot like > spam. > > Ingo Krabbe wrote: > > > Though I don't think that this problem is real, what would be then to > > automatically move HTML to text in the main mail text. The List filter > > settings might be able to do such a job ! > > I rather keep it simple and have the sender take care of this. > The maillist should only forward messages, not change them. > Let's keep it simple. > From vim-dev-return-19309-stuart=bmsaix.bmsi.com@vim.org Sat Apr 27 04:22:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R8MmOS015668 for ; Sat, 27 Apr 2002 04:22:48 -0400 Received: from foobar.math.fu-berlin.de (foobar.math.fu-berlin.de [160.45.45.151]) by www.bmsi.com (8.12.1/8.12.1) with SMTP id g3R8Mgnb010392 for ; Sat, 27 Apr 2002 04:22:42 -0400 Received: (qmail 27066 invoked by uid 200); 27 Apr 2002 08:23:23 -0000 Mailing-List: contact vim-dev-help@vim.org; run by ezmlm Precedence: bulk Delivered-To: mailing list vim-dev@vim.org Received: (qmail 27058 invoked from network); 27 Apr 2002 08:23:22 -0000 X-Authentication-Warning: localhost.localdomain: marsman owned process doing -bs Date: Sat, 27 Apr 2002 10:22:27 +0200 (CEST) From: Aschwin Marsman - aYniK Software Solutions X-X-Sender: marsman@localhost.localdomain To: Gavin Sinclair cc: Scott Johnston , Bram Moolenaar , Vim Development Subject: Re: HTML messages (was: RE: These viruses are bothering) In-Reply-To: <00ca01c1edbd$f8dc17e0$9c4532d2@nosedog> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Status: O X-Status: X-Keywords: X-UID: 2148 On Sat, 27 Apr 2002, Gavin Sinclair wrote: > HTML email is HTML email. Spam is spam. Viruses are viruses. One day > (probably in 3 years), most people will send email in HTML, because it > formats more neatly than plain text. Seeing previous posts indented with I don't agree, most spam is html email, so filtering html email will filter a lot of spam. > ">" is inferior to the HTML method, where everything wraps according to your > window size. Most of the arguments against HTML email that I've read are If you wrap lines at +/- <= 80 chars, everybody is happy ;-) > silly. However, some good ones remain, and HTML email should not be used in > mailing lists and newsgroups. Agreed. > That being the case, I recommend: > - preventing HTML email from reaching the list > - automatic replies to HTML emailers explaining that HTML is rejected > - link to http://www.expita.com/nomime.html (for info on diasbling > HTML in many clients) > - link to some other web page containing anti-HTML > propa^H^H^H^H^Harguments > - a brief explanation of why HTML is disallowed on Vim lists > - link to the document you're supposed to read before subscribing > (whatever that is) > - ensuring the pre-subscription document clearly explains the policy I totally agree with you on this. > Benji is right - HTML emailers should not be discriminated against. Others > are right - HTML email doesn't belong here. > > Solution: prevent HTML email without being unkind to posters. Point them to > instructions so they can be posting again in a few minutes. > > Regards, > Gavin Kind regards, Aschwin Marsman -- aYniK Software Solutions - all You need is Knowledge Bedrijvenpark Twente 305 - NL-7602 KL Almelo - the Netherlands P.O. box 134 - NL-7600 AC Almelo - the Netherlands telephone: +31 (0)546-581400 fax: +31 (0)546-581401 a.marsman@aYniK.com http://www.aYniK.com From root@acustomsbroker.com Sat Apr 27 02:49:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3R6n5OS043250; Sat, 27 Apr 2002 02:49:05 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3R6mwnb002314; Sat, 27 Apr 2002 02:48:58 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3R6mw726203; Sat, 27 Apr 2002 02:48:58 -0400 Date: Sat, 27 Apr 2002 02:48:58 -0400 From: root Message-Id: <200204270648.g3R6mw726203@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2149 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Apr 27 02:00:00 EDT 2002 BMS backup Sat Apr 27 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0009 Backup Date: Sat Apr 27 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Apr 27 02:01:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1303879680 (1.2GB, 906kB/s) 1404.58s real 4.10s user 23.42s system Rewind Tape Sat Apr 27 02:24:38 EDT 2002 BMS backup Sat Apr 27 02:25:26 EDT 2002 Verify backup Sat Apr 27 02:25:26 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Sat Apr 27 02:48:57 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Thu Apr 18 02:00:24 EDT 2002 Backup Date: Tue Apr 16 02:00:24 EDT 2002 Backup Date: Fri Apr 5 02:00:24 EST 2002 Backup Date: Fri Feb 15 02:00:24 EST 2002 Backup Date: Thu Jan 31 02:00:24 EST 2002 From root@editorialunilit.com Wed May 1 03:59:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g417xpOS027128 for ; Wed, 1 May 2002 03:59:51 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g417xjGQ012500 for ; Wed, 1 May 2002 03:59:45 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g417wSb3054670; Wed, 1 May 2002 03:58:28 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g417wRaD025996; Wed, 1 May 2002 03:58:27 -0400 Date: Wed, 1 May 2002 03:58:27 -0400 From: root@editorialunilit.com Message-Id: <200205010758.g417wRaD025996@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2150 System Id: unilit Backup Started: Tue Apr 30 23:50:00 EDT 2002 Dumpdate: Thu Apr 25 00:02:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 24 23:56 ./image.data -rw-r--r-- 1 root system 2631 Apr 24 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Tue Apr 30 23:50:26 EDT 2002 mksysb started Tue Apr 30 23:50:27 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6190 cache hits, 107 cache misses 135589 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 44476. Rewind Tape Wed May 1 02:23:49 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed May 1 02:33:50 EDT 2002 Dumpdate: Wed May 1 00:02:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 30 23:56 ./image.data -rw-r--r-- 1 root system 2673 Apr 30 23:50 ./tapeid.data 2694587 Kbytes, 29000 files Backup finished Wed May 1 03:58:26 EDT 2002 **** Usage Log: **** Uses: 57 Backup Date: Wed Apr 24 23:50:36 EDT 2002 Backup Date: Thu Apr 18 23:50:29 EDT 2002 Backup Date: Fri Apr 12 23:50:23 EDT 2002 Backup Date: Mon Apr 8 23:50:24 EDT 2002 Backup Date: Mon Apr 1 23:50:41 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4112 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 753712 37% 8302 6% /var /dev/hd3 81920 70800 14% 101 1% /tmp /dev/hd1 196608 101944 49% 1022 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17728 88% 3676 80% /usr/local /dev/lv03 131072 16840 88% 5415 67% /bms /dev/lv04 294912 40352 87% 2515 28% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 866496 67% 342 1% /mail Free Mounted Blksiz Opens Status A: 20501 Wed May 1 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 277 Wed May 1 02:23 2048 15 Clean /btdata/EDX 6910 used From root@bmsaix.bmsi.com Wed May 1 04:30:16 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g418UFOS023058 for ; Wed, 1 May 2002 04:30:15 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g418UFc9032522 for bmsaix@bmsi.com; Wed, 1 May 2002 04:30:15 -0400 Date: Wed, 1 May 2002 04:30:15 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205010830.g418UFc9032522@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2151 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed May 1 00:30:01 EDT 2002 mksysb backup Wed May 1 00:30:26 EDT 2002 Dumpdate: Wed Apr 24 00:44:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 24 00:34 ./image.data -rw-r--r-- 1 root system 2288 Apr 24 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed May 1 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed May 1 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 1 02:48:26 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 34808. mksysb backup Wed May 1 02:50:10 EDT 2002 Dumpdate: Wed May 1 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 01 00:34 ./image.data -rw-r--r-- 1 root system 2330 May 01 00:30 ./tapeid.data Verify backup Wed May 1 02:50:18 EDT 2002 Segment 1-4: mksysb 4234798 Kbytes, 140681 files 88.6% Backup finished Wed May 1 04:30:14 EDT 2002 **** Usage Log: **** Uses: 8 Backup Date: Wed Apr 24 00:30:33 EDT 2002 Backup Date: Wed Apr 10 00:30:33 EDT 2002 Backup Date: Wed Mar 20 00:30:34 EST 2002 Backup Date: Wed Mar 13 00:30:33 EST 2002 Backup Date: Wed Mar 6 00:30:33 EST 2002 From root@csichb.com Wed May 1 04:30:24 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g418UNOS033338 for ; Wed, 1 May 2002 04:30:23 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g418UHGQ017180 for ; Wed, 1 May 2002 04:30:17 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g418UGJR028494 for ; Wed, 1 May 2002 04:30:16 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g418UFbK005564 for bmsaix@bmsi.com; Wed, 1 May 2002 04:30:15 -0400 Date: Wed, 1 May 2002 04:30:15 -0400 From: root@csichb.com Message-Id: <200205010830.g418UFbK005564@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2152 System Id: csi Backup Started: Wed May 1 02:00:00 EDT 2002 Dumpdate: Wed Apr 24 02:04:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 24 02:01 ./image.data -rw-r--r-- 1 root system 2629 Apr 24 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed May 1 02:00:22 EDT 2002 mksysb started Wed May 1 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68995 files.............................. 310 of 68995 files (0%).............................. 607 of 68995 files (0%).............................. 5747 of 68995 files (8%).............................. 6686 of 68995 files (9%).............................. 7147 of 68995 files (10%).............................. 13018 of 68995 files (18%).............................. 13154 of 68995 files (19%).............................. 13168 of 68995 files (19%).............................. 22213 of 68995 files (32%).............................. 30543 of 68995 files (44%).............................. 41331 of 68995 files (59%).............................. 49060 of 68995 files (71%).............................. 53932 of 68995 files (78%).............................. 61764 of 68995 files (89%)....................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed May 1 03:18:46 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed May 1 03:18:48 EDT 2002 Verify mksysb Wed May 1 03:19:49 EDT 2002 Dumpdate: Wed May 1 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 01 02:01 ./image.data -rw-r--r-- 1 root system 2671 May 01 02:00 ./tapeid.data 2104824 Kbytes, 68995 files Backup finished Wed May 1 04:30:15 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 338912 32% 800 2% /var /dev/hd3 344064 285104 18% 86 1% /tmp /dev/hd1 819200 93664 89% 845 1% /home /dev/lv00 507904 60272 89% 5944 19% /bms /dev/lv01 835584 157080 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 57 Backup Date: Wed Apr 24 02:00:22 EDT 2002 Backup Date: Wed Apr 17 02:00:21 EDT 2002 Backup Date: Wed Apr 10 02:00:22 EDT 2002 Backup Date: Wed Apr 3 02:00:22 EST 2002 Backup Date: Wed Mar 27 02:00:22 EST 2002 From root@acustomsbroker.com Wed May 1 02:52:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g416qtOS011178; Wed, 1 May 2002 02:52:55 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g416qlGQ017694; Wed, 1 May 2002 02:52:47 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g416qkg19455; Wed, 1 May 2002 02:52:46 -0400 Date: Wed, 1 May 2002 02:52:46 -0400 From: root Message-Id: <200205010652.g416qkg19455@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2153 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed May 1 02:00:01 EDT 2002 BMS backup Wed May 1 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Wed May 1 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed May 1 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1336698880 (1.2GB, 887kB/s) 1471.67s real 4.56s user 24.56s system Rewind Tape Wed May 1 02:26:47 EDT 2002 BMS backup Wed May 1 02:28:01 EDT 2002 Verify backup Wed May 1 02:28:01 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.5% Backup finished Wed May 1 02:52:46 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Sat Apr 20 02:00:23 EDT 2002 Backup Date: Wed Apr 3 02:00:24 EST 2002 Backup Date: Wed Mar 13 02:00:24 EST 2002 Backup Date: Sat Feb 23 02:00:23 EST 2002 Backup Date: Thu Jan 24 02:00:23 EST 2002 From root@editorialunilit.com Tue Apr 30 04:04:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3U84hOS044490 for ; Tue, 30 Apr 2002 04:04:43 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3U84aGQ015888 for ; Tue, 30 Apr 2002 04:04:37 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g3U83Jb3020554; Tue, 30 Apr 2002 04:03:19 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g3U83JCt040008; Tue, 30 Apr 2002 04:03:19 -0400 Date: Tue, 30 Apr 2002 04:03:19 -0400 From: root@editorialunilit.com Message-Id: <200204300803.g3U83JCt040008@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2154 System Id: unilit Backup Started: Mon Apr 29 23:50:00 EDT 2002 Dumpdate: Wed Apr 24 00:04:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 23 23:58 ./image.data -rw-r--r-- 1 root system 1161 Apr 23 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Mon Apr 29 23:50:24 EDT 2002 mksysb started Mon Apr 29 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6149 cache hits, 124 cache misses 135381 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a0010.80b: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 45910. Rewind Tape Tue Apr 30 02:25:30 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Apr 30 02:35:31 EDT 2002 Dumpdate: Tue Apr 30 00:02:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 29 23:56 ./image.data -rw-r--r-- 1 root system 1203 Apr 29 23:50 ./tapeid.data 2687274 Kbytes, 28967 files Backup finished Tue Apr 30 04:03:18 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Tue Apr 23 23:50:24 EDT 2002 Backup Date: Wed Apr 17 23:50:23 EDT 2002 Backup Date: Thu Apr 11 23:50:34 EDT 2002 Backup Date: Fri Apr 5 23:50:23 EST 2002 Backup Date: Fri Mar 29 23:50:23 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4120 75% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 760336 36% 8278 6% /var /dev/hd3 81920 70848 14% 100 1% /tmp /dev/hd1 196608 104328 47% 1017 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17728 88% 3676 80% /usr/local /dev/lv03 131072 17056 87% 5413 67% /bms /dev/lv04 294912 40512 87% 2514 28% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 871128 67% 342 1% /mail Free Mounted Blksiz Opens Status A: 20709 Tue Apr 30 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 300 Tue Apr 30 02:25 2048 15 Clean /btdata/EDX 6910 used From root@csichb.com Tue Apr 30 04:30:08 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3U8U7OS032540 for ; Tue, 30 Apr 2002 04:30:07 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3U8U1GQ011212 for ; Tue, 30 Apr 2002 04:30:01 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g3U8U0JR057996 for ; Tue, 30 Apr 2002 04:30:00 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g3U8U09Z028646 for bmsaix@bmsi.com; Tue, 30 Apr 2002 04:30:00 -0400 Date: Tue, 30 Apr 2002 04:30:00 -0400 From: root@csichb.com Message-Id: <200204300830.g3U8U09Z028646@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2155 System Id: csi Backup Started: Tue Apr 30 02:00:01 EDT 2002 Dumpdate: Tue Apr 23 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 23 02:01 ./image.data -rw-r--r-- 1 root system 3805 Apr 23 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Apr 30 02:00:22 EDT 2002 mksysb started Tue Apr 30 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68983 files.............................. 310 of 68983 files (0%).............................. 614 of 68983 files (0%).............................. 5734 of 68983 files (8%).............................. 6676 of 68983 files (9%).............................. 7176 of 68983 files (10%).............................. 13006 of 68983 files (18%).............................. 13142 of 68983 files (19%).............................. 13156 of 68983 files (19%).............................. 22546 of 68983 files (32%).............................. 30650 of 68983 files (44%).............................. 41337 of 68983 files (59%).............................. 49229 of 68983 files (71%).............................. 54253 of 68983 files (78%).............................. 63018 of 68983 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Apr 30 03:18:25 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Apr 30 03:18:27 EDT 2002 Verify mksysb Tue Apr 30 03:19:30 EDT 2002 Dumpdate: Tue Apr 30 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 30 02:01 ./image.data -rw-r--r-- 1 root system 3847 Apr 30 02:00 ./tapeid.data 2101550 Kbytes, 68983 files Backup finished Tue Apr 30 04:29:59 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 346848 30% 800 2% /var /dev/hd3 344064 285208 18% 86 1% /tmp /dev/hd1 819200 93104 89% 845 1% /home /dev/lv00 507904 62864 88% 5934 19% /bms /dev/lv01 835584 157080 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 85 Backup Date: Tue Apr 23 02:00:21 EDT 2002 Backup Date: Tue Apr 16 02:00:22 EDT 2002 Backup Date: Tue Apr 9 02:00:21 EDT 2002 Backup Date: Tue Mar 26 02:00:21 EST 2002 Backup Date: Tue Mar 19 02:00:22 EST 2002 From root@wall.wall.com Tue Apr 30 04:36:06 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3U8a4OU032668; Tue, 30 Apr 2002 04:36:05 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g3U8Zme1044436; Tue, 30 Apr 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34478; Tue, 30 Apr 2002 04:24:43 -0400 Date: Tue, 30 Apr 2002 04:24:43 -0400 From: root@wall.wall.com Message-Id: <200204300824.EAA34478@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2156 System Id: wall Backup Started: Tue Apr 30 02:00:00 EDT 2002 Backup of btas image started Tue Apr 30 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Apr 30 02:26:08 EDT 2002] 68.2% Dumpdate: Sat Mar 16 02:34:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 16 02:28 ./image.data -rw-r--r-- 1 root system 2777 Mar 16 02:27 ./tapeid.data Tape Id: wall0050 Backup Date: Tue Apr 30 02:26:36 EDT 2002 mksysb started Tue Apr 30 02:26:36 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45450 files.............................. 2941 of 45450 files (6%).............................. 2941 of 45450 files (6%).............................. 2941 of 45450 files (6%).............................. 2979 of 45450 files (6%).............................. 2979 of 45450 files (6%).............................. 2979 of 45450 files (6%).............................. 3031 of 45450 files (6%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN236398: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN236399: A file or directory in the path name does not exist. ............. 11297 of 45450 files (24%).............................. 21817 of 45450 files (48%).............................. 35201 of 45450 files (77%).............................. 41614 of 45450 files (91%).................. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Apr 30 03:33:34 EDT 2002 Verify mksysb Tue Apr 30 03:33:35 EDT 2002 Dumpdate: Tue Apr 30 02:33:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 30 02:27 ./image.data -rw-r--r-- 1 root system 2819 Apr 30 02:26 ./tapeid.data 1513704 Kbytes, 45448 files 0 cache hits, 0 cache misses Backup finished Tue Apr 30 04:24:42 EDT 2002 **** Usage Log: **** Uses: 62 Backup Date: Sat Mar 16 02:27:18 EST 2002 Backup Date: Wed Mar 6 02:26:37 EST 2002 Backup Date: Tue Mar 5 02:26:41 EST 2002 Backup Date: Sat Mar 2 02:27:08 EST 2002 Backup Date: Fri Mar 1 02:26:37 EST 2002 From root@wall.wall.com Wed May 1 04:36:09 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g418a5OU023206; Wed, 1 May 2002 04:36:06 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g418PiR8027096; Wed, 1 May 2002 04:25:44 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31134; Wed, 1 May 2002 04:25:11 -0400 Date: Wed, 1 May 2002 04:25:11 -0400 From: root@wall.wall.com Message-Id: <200205010825.EAA31134@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2157 System Id: wall Backup Started: Wed May 1 02:00:00 EDT 2002 Backup of btas image started Wed May 1 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed May 1 02:26:24 EDT 2002] 68.2% Dumpdate: Tue Apr 30 02:33:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 30 02:27 ./image.data -rw-r--r-- 1 root system 2819 Apr 30 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Wed May 1 02:26:50 EDT 2002 mksysb started Wed May 1 02:26:51 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45530 files.............................. 2951 of 45530 files (6%).............................. 2951 of 45530 files (6%).............................. 2951 of 45530 files (6%).............................. 2989 of 45530 files (6%).............................. 2989 of 45530 files (6%).............................. 2989 of 45530 files (6%).............................. 3041 of 45530 files (6%).............................. 11307 of 45530 files (24%).............................. 21913 of 45530 files (48%).............................. 35333 of 45530 files (77%).............................. 41696 of 45530 files (91%)................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 1 03:33:54 EDT 2002 Verify mksysb Wed May 1 03:33:55 EDT 2002 Dumpdate: Wed May 1 02:33:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 01 02:28 ./image.data -rw-r--r-- 1 root system 2861 May 01 02:26 ./tapeid.data 1514591 Kbytes, 45530 files 0 cache hits, 0 cache misses Backup finished Wed May 1 04:25:10 EDT 2002 **** Usage Log: **** Uses: 63 Backup Date: Tue Apr 30 02:26:36 EDT 2002 Backup Date: Sat Mar 16 02:27:18 EST 2002 Backup Date: Wed Mar 6 02:26:37 EST 2002 Backup Date: Tue Mar 5 02:26:41 EST 2002 Backup Date: Sat Mar 2 02:27:08 EST 2002 From root@acustomsbroker.com Tue Apr 30 02:48:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g3U6meOS028384; Tue, 30 Apr 2002 02:48:40 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g3U6mXGQ017318; Tue, 30 Apr 2002 02:48:34 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g3U6mX811206; Tue, 30 Apr 2002 02:48:33 -0400 Date: Tue, 30 Apr 2002 02:48:33 -0400 From: root Message-Id: <200204300648.g3U6mX811206@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2158 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Apr 30 02:00:00 EDT 2002 BMS backup Tue Apr 30 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Tue Apr 30 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Apr 30 02:01:12 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1301104640 (1.2GB, 912kB/s) 1393.07s real 4.45s user 22.19s system Rewind Tape Tue Apr 30 02:24:26 EDT 2002 BMS backup Tue Apr 30 02:25:11 EDT 2002 Verify backup Tue Apr 30 02:25:11 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Tue Apr 30 02:48:32 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Sat Apr 13 02:00:24 EDT 2002 Backup Date: Tue Mar 26 02:00:24 EST 2002 Backup Date: Fri Mar 15 02:00:24 EST 2002 Backup Date: Tue Feb 12 02:00:24 EST 2002 Backup Date: Fri Jan 25 02:00:25 EST 2002 From root@wall.wall.com Thu May 2 04:36:08 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g428a5OU004426; Thu, 2 May 2002 04:36:06 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g428Pi37032880; Thu, 2 May 2002 04:25:44 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34586; Thu, 2 May 2002 04:24:11 -0400 Date: Thu, 2 May 2002 04:24:11 -0400 From: root@wall.wall.com Message-Id: <200205020824.EAA34586@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2159 System Id: wall Backup Started: Thu May 2 02:00:00 EDT 2002 Backup of btas image started Thu May 2 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu May 2 02:25:56 EDT 2002] 68.2% Dumpdate: Wed May 1 02:33:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 01 02:28 ./image.data -rw-r--r-- 1 root system 2861 May 01 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Thu May 2 02:26:23 EDT 2002 mksysb started Thu May 2 02:26:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45570 files.............................. 2959 of 45570 files (6%).............................. 2959 of 45570 files (6%).............................. 2959 of 45570 files (6%).............................. 2997 of 45570 files (6%).............................. 2997 of 45570 files (6%).............................. 2997 of 45570 files (6%).............................. 3048 of 45570 files (6%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN236727: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN236728: A file or directory in the path name does not exist. ........... 11103 of 45570 files (24%).............................. 20396 of 45570 files (44%).............................. 25218 of 45570 files (55%).............................. 41342 of 45570 files (90%)................. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu May 2 03:32:56 EDT 2002 Verify mksysb Thu May 2 03:32:57 EDT 2002 Dumpdate: Thu May 2 02:33:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 02 02:27 ./image.data -rw-r--r-- 1 root system 2903 May 02 02:26 ./tapeid.data 1514920 Kbytes, 45568 files 0 cache hits, 0 cache misses Backup finished Thu May 2 04:24:10 EDT 2002 **** Usage Log: **** Uses: 64 Backup Date: Wed May 1 02:26:50 EDT 2002 Backup Date: Tue Apr 30 02:26:36 EDT 2002 Backup Date: Sat Mar 16 02:27:18 EST 2002 Backup Date: Wed Mar 6 02:26:37 EST 2002 Backup Date: Tue Mar 5 02:26:41 EST 2002 From root@bmsaix.bmsi.com Thu May 2 04:33:45 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g428XiOS005886 for ; Thu, 2 May 2002 04:33:44 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g428XiY3016628 for bmsaix@bmsi.com; Thu, 2 May 2002 04:33:44 -0400 Date: Thu, 2 May 2002 04:33:44 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205020833.g428XiY3016628@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 2160 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu May 2 00:30:01 EDT 2002 mksysb backup Thu May 2 00:30:26 EDT 2002 Dumpdate: Wed Feb 27 10:00:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Feb 27 09:51 ./image.data -rw-r--r-- 1 root system 1994 Feb 27 09:46 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0085 Backup Date: Thu May 2 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu May 2 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu May 2 02:50:15 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 22436. mksysb backup Thu May 2 02:51:50 EDT 2002 Dumpdate: Thu May 2 00:42:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 02 00:34 ./image.data -rw-r--r-- 1 root system 2036 May 02 00:30 ./tapeid.data Verify backup Thu May 2 02:51:57 EDT 2002 Segment 1-4: mksysb 4241696 Kbytes, 140780 files 88.6% Backup finished Thu May 2 04:33:43 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Wed Feb 27 00:32:35 EST 2002 From root@csichb.com Thu May 2 04:30:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g428U1OS004502 for ; Thu, 2 May 2002 04:30:01 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g428TtGQ005184 for ; Thu, 2 May 2002 04:29:56 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g428TsJR022158 for ; Thu, 2 May 2002 04:29:54 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g428TsGG025432 for bmsaix@bmsi.com; Thu, 2 May 2002 04:29:54 -0400 Date: Thu, 2 May 2002 04:29:54 -0400 From: root@csichb.com Message-Id: <200205020829.g428TsGG025432@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2161 System Id: csi Backup Started: Thu May 2 02:00:00 EDT 2002 Dumpdate: Thu Apr 25 02:04:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 25 02:01 ./image.data -rw-r--r-- 1 root system 3931 Apr 25 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu May 2 02:00:22 EDT 2002 mksysb started Thu May 2 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68908 files.............................. 310 of 68908 files (0%).............................. 643 of 68908 files (0%).............................. 5699 of 68908 files (8%).............................. 6609 of 68908 files (9%).............................. 7100 of 68908 files (10%).............................. 12933 of 68908 files (18%).............................. 13067 of 68908 files (18%).............................. 13092 of 68908 files (18%).............................. 22471 of 68908 files (32%).............................. 30484 of 68908 files (44%).............................. 41260 of 68908 files (59%).............................. 49094 of 68908 files (71%).............................. 54142 of 68908 files (78%).............................. 62958 of 68908 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu May 2 03:18:29 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu May 2 03:18:31 EDT 2002 Verify mksysb Thu May 2 03:19:31 EDT 2002 Dumpdate: Thu May 2 02:04:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 02 02:01 ./image.data -rw-r--r-- 1 root system 3973 May 02 02:00 ./tapeid.data 2102051 Kbytes, 68908 files Backup finished Thu May 2 04:29:53 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 332096 33% 826 2% /var /dev/hd3 344064 284936 18% 86 1% /tmp /dev/hd1 819200 91792 89% 845 1% /home /dev/lv00 507904 85728 84% 5847 19% /bms /dev/lv01 835584 156944 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 88 Backup Date: Thu Apr 25 02:00:22 EDT 2002 Backup Date: Thu Apr 18 02:00:21 EDT 2002 Backup Date: Thu Apr 11 02:00:22 EDT 2002 Backup Date: Thu Apr 4 02:00:22 EST 2002 Backup Date: Thu Mar 28 02:00:21 EST 2002 From root@editorialunilit.com Thu May 2 03:57:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g427vjOS046486 for ; Thu, 2 May 2002 03:57:45 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g427vdGQ019020 for ; Thu, 2 May 2002 03:57:39 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g427uMb3046408; Thu, 2 May 2002 03:56:22 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g427uLwW021062; Thu, 2 May 2002 03:56:21 -0400 Date: Thu, 2 May 2002 03:56:21 -0400 From: root@editorialunilit.com Message-Id: <200205020756.g427uLwW021062@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2162 System Id: unilit Backup Started: Wed May 1 23:50:00 EDT 2002 Dumpdate: Fri Apr 26 00:02:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 25 23:57 ./image.data -rw-r--r-- 1 root system 1245 Apr 25 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Wed May 1 23:50:56 EDT 2002 mksysb started Wed May 1 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6211 cache hits, 99 cache misses 135761 cache hits, 91 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 38260. Rewind Tape Thu May 2 02:22:03 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu May 2 02:32:04 EDT 2002 Dumpdate: Thu May 2 00:02:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 May 01 23:56 ./image.data -rw-r--r-- 1 root system 1287 May 01 23:50 ./tapeid.data 2729533 Kbytes, 28915 files Backup finished Thu May 2 03:56:20 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Thu Apr 25 23:50:57 EDT 2002 Backup Date: Fri Apr 19 23:50:57 EDT 2002 Backup Date: Mon Apr 15 23:50:57 EDT 2002 Backup Date: Tue Apr 9 23:50:57 EDT 2002 Backup Date: Wed Apr 3 23:51:26 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4088 76% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 747496 37% 8265 6% /var /dev/hd3 81920 70776 14% 100 1% /tmp /dev/hd1 196608 97520 51% 1024 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17728 88% 3676 80% /usr/local /dev/lv03 131072 16640 88% 5417 67% /bms /dev/lv04 294912 20472 94% 2465 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 864888 67% 342 1% /mail Free Mounted Blksiz Opens Status A: 20381 Thu May 2 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 164 Thu May 2 02:21 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Thu May 2 02:51:44 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g426pfOS032982; Thu, 2 May 2002 02:51:42 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.1/8.12.1) with ESMTP id g426pYGQ012448; Thu, 2 May 2002 02:51:34 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g426pYI29411; Thu, 2 May 2002 02:51:34 -0400 Date: Thu, 2 May 2002 02:51:34 -0400 From: root Message-Id: <200205020651.g426pYI29411@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2163 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu May 2 02:00:00 EDT 2002 BMS backup Thu May 2 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Thu May 2 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu May 2 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1332746240 (1.2GB, 914kB/s) 1424.71s real 4.24s user 23.22s system Rewind Tape Thu May 2 02:25:59 EDT 2002 BMS backup Thu May 2 02:27:11 EDT 2002 Verify backup Thu May 2 02:27:11 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Thu May 2 02:51:33 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Fri Apr 12 02:00:24 EDT 2002 Backup Date: Sat Mar 23 02:00:24 EST 2002 Backup Date: Tue Mar 12 02:00:24 EST 2002 Backup Date: Thu Feb 21 02:00:23 EST 2002 Backup Date: Sat Feb 9 02:00:23 EST 2002 From root@csichb.com Sat May 4 04:30:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g448UhOS044658 for ; Sat, 4 May 2002 04:30:43 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g448UbIh016200 for ; Sat, 4 May 2002 04:30:37 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g448UaJR047674 for ; Sat, 4 May 2002 04:30:36 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g448UZtW017466 for bmsaix@bmsi.com; Sat, 4 May 2002 04:30:35 -0400 Date: Sat, 4 May 2002 04:30:35 -0400 From: root@csichb.com Message-Id: <200205040830.g448UZtW017466@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2164 System Id: csi Backup Started: Sat May 4 02:00:00 EDT 2002 Dumpdate: Sat Apr 27 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 27 02:01 ./image.data -rw-r--r-- 1 root system 613 Apr 27 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat May 4 02:00:22 EDT 2002 mksysb started Sat May 4 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68940 files.............................. 310 of 68940 files (0%).............................. 604 of 68940 files (0%).............................. 5676 of 68940 files (8%).............................. 6607 of 68940 files (9%).............................. 7108 of 68940 files (10%).............................. 12962 of 68940 files (18%).............................. 13090 of 68940 files (18%).............................. 13113 of 68940 files (19%).............................. 21560 of 68940 files (31%).............................. 30330 of 68940 files (43%).............................. 41264 of 68940 files (59%).............................. 48752 of 68940 files (70%).............................. 53777 of 68940 files (78%).............................. 61709 of 68940 files (89%)........................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat May 4 03:18:59 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat May 4 03:19:00 EDT 2002 Verify mksysb Sat May 4 03:20:04 EDT 2002 Dumpdate: Sat May 4 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 04 02:01 ./image.data -rw-r--r-- 1 root system 655 May 04 02:00 ./tapeid.data 2110112 Kbytes, 68940 files Backup finished Sat May 4 04:30:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 316344 36% 824 2% /var /dev/hd3 344064 284696 18% 86 1% /tmp /dev/hd1 819200 89576 90% 846 1% /home /dev/lv00 507904 81832 84% 5865 19% /bms /dev/lv01 835584 155104 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 9 Backup Date: Sat Apr 27 02:00:22 EDT 2002 Backup Date: Sat Apr 20 02:00:22 EDT 2002 Backup Date: Sat Apr 13 02:00:32 EDT 2002 Backup Date: Sat Apr 6 02:00:22 EST 2002 Backup Date: Sat Mar 30 02:00:22 EST 2002 From root@bmsaix.bmsi.com Sat May 4 04:29:22 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g448TMOS026932 for ; Sat, 4 May 2002 04:29:22 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g448TMYP014640 for bmsaix@bmsi.com; Sat, 4 May 2002 04:29:22 -0400 Date: Sat, 4 May 2002 04:29:22 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205040829.g448TMYP014640@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2165 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat May 4 00:30:00 EDT 2002 mksysb backup Sat May 4 00:30:22 EDT 2002 Dumpdate: Sat Apr 20 00:42:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 20 00:34 ./image.data -rw-r--r-- 1 root system 2246 Apr 20 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat May 4 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat May 4 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 4 02:49:25 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 29556. mksysb backup Sat May 4 02:50:21 EDT 2002 Dumpdate: Sat May 4 00:42:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 04 00:33 ./image.data -rw-r--r-- 1 root system 2288 May 04 00:30 ./tapeid.data Verify backup Sat May 4 02:50:28 EDT 2002 Segment 1-4: mksysb 4240633 Kbytes, 140969 files 88.6% Backup finished Sat May 4 04:29:21 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Sat Apr 20 00:30:34 EDT 2002 Backup Date: Sat Apr 13 00:30:34 EDT 2002 Backup Date: Sat Apr 6 00:30:30 EST 2002 Backup Date: Tue Apr 2 00:30:34 EST 2002 Backup Date: Sat Mar 23 00:30:34 EST 2002 From root@acustomsbroker.com Sat May 4 02:52:11 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g446q9OS031482; Sat, 4 May 2002 02:52:09 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g446q2Ih013466; Sat, 4 May 2002 02:52:03 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g446q1012166; Sat, 4 May 2002 02:52:01 -0400 Date: Sat, 4 May 2002 02:52:01 -0400 From: root Message-Id: <200205040652.g446q1012166@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2166 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat May 4 02:00:00 EDT 2002 BMS backup Sat May 4 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Sat May 4 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat May 4 02:02:11 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1336801280 (1.2GB, 904kB/s) 1444.36s real 4.18s user 23.50s system Rewind Tape Sat May 4 02:26:16 EDT 2002 BMS backup Sat May 4 02:27:23 EDT 2002 Verify backup Sat May 4 02:27:23 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Sat May 4 02:52:00 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Wed Apr 24 02:00:24 EDT 2002 Backup Date: Wed Apr 10 02:00:24 EDT 2002 Backup Date: Wed Mar 20 02:00:24 EST 2002 Backup Date: Fri Mar 8 02:00:24 EST 2002 Backup Date: Tue Feb 19 02:00:24 EST 2002 From root@bmsaix.bmsi.com Fri May 3 04:37:01 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g438b0OS024164 for ; Fri, 3 May 2002 04:37:00 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g438b0wv036702 for bmsaix@bmsi.com; Fri, 3 May 2002 04:37:00 -0400 Date: Fri, 3 May 2002 04:37:00 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205030837.g438b0wv036702@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2167 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri May 3 00:30:00 EDT 2002 mksysb backup Fri May 3 00:30:22 EDT 2002 Dumpdate: Fri Apr 26 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 26 00:33 ./image.data -rw-r--r-- 1 root system 2456 Apr 26 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri May 3 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri May 3 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 3 02:52:33 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 41016. mksysb backup Fri May 3 02:53:44 EDT 2002 Dumpdate: Fri May 3 00:42:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 03 00:34 ./image.data -rw-r--r-- 1 root system 2498 May 03 00:30 ./tapeid.data Verify backup Fri May 3 02:53:51 EDT 2002 Segment 1-4: mksysb 4236553 Kbytes, 140937 files 88.6% Backup finished Fri May 3 04:36:59 EDT 2002 **** Usage Log: **** Uses: 12 Backup Date: Fri Apr 26 00:30:30 EDT 2002 Backup Date: Fri Apr 19 00:30:30 EDT 2002 Backup Date: Fri Apr 12 00:30:30 EDT 2002 Backup Date: Fri Apr 5 00:30:30 EST 2002 Backup Date: Fri Mar 29 00:30:30 EST 2002 From root@csichb.com Fri May 3 04:30:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g438UiOS025494 for ; Fri, 3 May 2002 04:30:44 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g438UQIh008530 for ; Fri, 3 May 2002 04:30:33 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g438UPJR018382 for ; Fri, 3 May 2002 04:30:25 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g438UPvS016520 for bmsaix@bmsi.com; Fri, 3 May 2002 04:30:25 -0400 Date: Fri, 3 May 2002 04:30:25 -0400 From: root@csichb.com Message-Id: <200205030830.g438UPvS016520@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2168 System Id: csi Backup Started: Fri May 3 02:00:01 EDT 2002 Dumpdate: Fri Apr 26 02:04:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Apr 26 02:01 ./image.data -rw-r--r-- 1 root system 991 Apr 26 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri May 3 02:00:22 EDT 2002 mksysb started Fri May 3 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68928 files.............................. 310 of 68928 files (0%).............................. 605 of 68928 files (0%).............................. 5672 of 68928 files (8%).............................. 6600 of 68928 files (9%).............................. 7112 of 68928 files (10%).............................. 12951 of 68928 files (18%).............................. 13087 of 68928 files (18%).............................. 13101 of 68928 files (19%).............................. 22085 of 68928 files (32%).............................. 30466 of 68928 files (44%).............................. 41264 of 68928 files (59%).............................. 48987 of 68928 files (71%).............................. 53844 of 68928 files (78%).............................. 61936 of 68928 files (89%)....................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri May 3 03:18:37 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri May 3 03:18:39 EDT 2002 Verify mksysb Fri May 3 03:19:45 EDT 2002 Dumpdate: Fri May 3 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 03 02:01 ./image.data -rw-r--r-- 1 root system 1033 May 03 02:00 ./tapeid.data 2105703 Kbytes, 68928 files Backup finished Fri May 3 04:30:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 323240 35% 817 2% /var /dev/hd3 344064 284808 18% 86 1% /tmp /dev/hd1 819200 90976 89% 846 1% /home /dev/lv00 507904 84208 84% 5858 19% /bms /dev/lv01 835584 156520 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 18 Backup Date: Fri Apr 26 02:00:22 EDT 2002 Backup Date: Fri Apr 12 02:00:22 EDT 2002 Backup Date: Fri Apr 5 02:00:22 EST 2002 Backup Date: Fri Mar 29 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:21 EST 2002 From root@editorialunilit.com Fri May 3 04:14:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g438E2OS041414 for ; Fri, 3 May 2002 04:14:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g438DuIh008670 for ; Fri, 3 May 2002 04:13:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g438Cdb3050732; Fri, 3 May 2002 04:12:39 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g438Ccad016938; Fri, 3 May 2002 04:12:38 -0400 Date: Fri, 3 May 2002 04:12:38 -0400 From: root@editorialunilit.com Message-Id: <200205030812.g438Ccad016938@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2169 System Id: unilit Backup Started: Thu May 2 23:50:01 EDT 2002 Dumpdate: Sat Apr 27 00:03:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 26 23:57 ./image.data -rw-r--r-- 1 root system 1161 Apr 26 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Thu May 2 23:51:01 EDT 2002 mksysb started Thu May 2 23:51:02 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6195 cache hits, 99 cache misses 135946 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 23102. Rewind Tape Fri May 3 02:27:37 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri May 3 02:37:38 EDT 2002 Dumpdate: Fri May 3 00:03:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 02 23:57 ./image.data -rw-r--r-- 1 root system 1203 May 02 23:51 ./tapeid.data 2737474 Kbytes, 29119 files Backup finished Fri May 3 04:12:37 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Fri Apr 26 23:50:56 EDT 2002 Backup Date: Mon Apr 22 23:50:56 EDT 2002 Backup Date: Tue Apr 16 23:50:56 EDT 2002 Backup Date: Wed Apr 10 23:51:08 EDT 2002 Backup Date: Thu Apr 4 23:50:58 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 891 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 734880 38% 8457 6% /var /dev/hd3 81920 67944 18% 102 1% /tmp /dev/hd1 196608 93512 53% 1034 5% /home /dev/lv01 1032192 229072 78% 119 1% /work /dev/lv02 147456 17728 88% 3676 80% /usr/local /dev/lv03 131072 16696 88% 5418 67% /bms /dev/lv04 294912 21960 93% 2463 27% /span /dev/lv05 1048576 386568 64% 20 1% /btdata /dev/lv06 2588672 862904 67% 342 1% /mail Free Mounted Blksiz Opens Status A: 20144 Fri May 3 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 122 Fri May 3 02:27 2048 15 Clean /btdata/EDX 6910 used From root@acustomsbroker.com Fri May 3 02:51:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g436pmOS041722; Fri, 3 May 2002 02:51:48 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g436pfIh016756; Fri, 3 May 2002 02:51:41 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g436pdF05479; Fri, 3 May 2002 02:51:39 -0400 Date: Fri, 3 May 2002 02:51:39 -0400 From: root Message-Id: <200205030651.g436pdF05479@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2170 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri May 3 02:00:00 EDT 2002 BMS backup Fri May 3 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Fri May 3 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri May 3 02:02:12 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1335490560 (1.2GB, 903kB/s) 1443.62s real 4.22s user 23.60s system Rewind Tape Fri May 3 02:26:16 EDT 2002 BMS backup Fri May 3 02:27:22 EDT 2002 Verify backup Fri May 3 02:27:22 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Fri May 3 02:51:38 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Tue Apr 23 02:00:24 EDT 2002 Backup Date: Thu Apr 11 02:00:24 EDT 2002 Backup Date: Tue Apr 2 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:24 EST 2002 Backup Date: Sat Mar 9 02:00:24 EST 2002 From root@bmsaix.bmsi.com Tue May 7 04:36:47 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g478alY1042292 for ; Tue, 7 May 2002 04:36:47 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g478aktR026666 for bmsaix@bmsi.com; Tue, 7 May 2002 04:36:46 -0400 Date: Tue, 7 May 2002 04:36:46 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205070836.g478aktR026666@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2171 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue May 7 00:30:00 EDT 2002 mksysb backup Tue May 7 00:30:26 EDT 2002 Dumpdate: Tue Apr 23 00:42:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 23 00:34 ./image.data -rw-r--r-- 1 root system 2540 Apr 23 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue May 7 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue May 7 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai29c74f3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall41544f3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4154: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue May 7 02:52:21 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 29652. mksysb backup Tue May 7 02:53:46 EDT 2002 Dumpdate: Tue May 7 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 07 00:33 ./image.data -rw-r--r-- 1 root system 2582 May 07 00:30 ./tapeid.data Verify backup Tue May 7 02:53:54 EDT 2002 Segment 1-4: mksysb 4234342 Kbytes, 141020 files 88.6% Backup finished Tue May 7 04:36:46 EDT 2002 **** Usage Log: **** Uses: 14 Backup Date: Tue Apr 23 00:30:34 EDT 2002 Backup Date: Tue Apr 16 00:30:33 EDT 2002 Backup Date: Tue Apr 9 00:30:34 EDT 2002 Backup Date: Sat Mar 30 00:30:30 EST 2002 Backup Date: Tue Mar 26 00:30:34 EST 2002 From root@csichb.com Tue May 7 04:30:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g478UnY1026664 for ; Tue, 7 May 2002 04:30:49 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g478Ugen018742 for ; Tue, 7 May 2002 04:30:43 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g478UfJR047348 for ; Tue, 7 May 2002 04:30:41 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g478UfxW019588 for bmsaix@bmsi.com; Tue, 7 May 2002 04:30:41 -0400 Date: Tue, 7 May 2002 04:30:41 -0400 From: root@csichb.com Message-Id: <200205070830.g478UfxW019588@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2172 System Id: csi Backup Started: Tue May 7 02:00:00 EDT 2002 Dumpdate: Tue Apr 30 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 30 02:01 ./image.data -rw-r--r-- 1 root system 3847 Apr 30 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue May 7 02:00:22 EDT 2002 mksysb started Tue May 7 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68957 files.............................. 310 of 68957 files (0%).............................. 503 of 68957 files (0%).............................. 5676 of 68957 files (8%).............................. 6629 of 68957 files (9%).............................. 7089 of 68957 files (10%).............................. 12978 of 68957 files (18%).............................. 13103 of 68957 files (19%).............................. 13130 of 68957 files (19%).............................. 21683 of 68957 files (31%).............................. 30406 of 68957 files (44%).............................. 41282 of 68957 files (59%).............................. 48767 of 68957 files (70%).............................. 53634 of 68957 files (77%).............................. 61726 of 68957 files (89%)........................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue May 7 03:18:58 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue May 7 03:19:00 EDT 2002 Verify mksysb Tue May 7 03:20:04 EDT 2002 Dumpdate: Tue May 7 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 07 02:01 ./image.data -rw-r--r-- 1 root system 3889 May 07 02:00 ./tapeid.data 2108421 Kbytes, 68957 files Backup finished Tue May 7 04:30:41 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 338176 32% 824 2% /var /dev/hd3 344064 284568 18% 86 1% /tmp /dev/hd1 819200 83784 90% 846 1% /home /dev/lv00 507904 74384 86% 5887 19% /bms /dev/lv01 835584 151552 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 86 Backup Date: Tue Apr 30 02:00:22 EDT 2002 Backup Date: Tue Apr 23 02:00:21 EDT 2002 Backup Date: Tue Apr 16 02:00:22 EDT 2002 Backup Date: Tue Apr 9 02:00:21 EDT 2002 Backup Date: Tue Mar 26 02:00:21 EST 2002 From root@editorialunilit.com Tue May 7 03:57:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g477vjY1030244 for ; Tue, 7 May 2002 03:57:45 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g477vden003352 for ; Tue, 7 May 2002 03:57:39 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g477uMfV041662; Tue, 7 May 2002 03:56:22 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g477uLv4023228; Tue, 7 May 2002 03:56:21 -0400 Date: Tue, 7 May 2002 03:56:21 -0400 From: root@editorialunilit.com Message-Id: <200205070756.g477uLv4023228@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2173 System Id: unilit Backup Started: Mon May 6 23:50:00 EDT 2002 Dumpdate: Wed May 1 00:02:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 30 23:56 ./image.data -rw-r--r-- 1 root system 2673 Apr 30 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Mon May 6 23:50:24 EDT 2002 mksysb started Mon May 6 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6205 cache hits, 135 cache misses 136170 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 46636. Rewind Tape Tue May 7 02:21:50 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue May 7 02:31:51 EDT 2002 Dumpdate: Tue May 7 00:02:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 06 23:56 ./image.data -rw-r--r-- 1 root system 2715 May 06 23:50 ./tapeid.data 2665121 Kbytes, 29707 files Backup finished Tue May 7 03:56:20 EDT 2002 **** Usage Log: **** Uses: 58 Backup Date: Tue Apr 30 23:50:26 EDT 2002 Backup Date: Wed Apr 24 23:50:36 EDT 2002 Backup Date: Thu Apr 18 23:50:29 EDT 2002 Backup Date: Fri Apr 12 23:50:23 EDT 2002 Backup Date: Mon Apr 8 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 722752 39% 9042 7% /var /dev/hd3 81920 70712 14% 100 1% /tmp /dev/hd1 196608 93936 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17712 88% 3676 80% /usr/local /dev/lv03 131072 16496 88% 5422 67% /bms /dev/lv04 294912 90008 70% 2448 27% /span /dev/lv05 1048576 386136 64% 23 1% /btdata /dev/lv06 2588672 858720 67% 343 1% /mail Free Mounted Blksiz Opens Status A: 19920 Tue May 7 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 2 Tue May 7 02:21 2048 15 Clean /btdata/EDX 6976 used From root@acustomsbroker.com Tue May 7 02:52:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g476q1Y1039830; Tue, 7 May 2002 02:52:01 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g476psen017550; Tue, 7 May 2002 02:51:54 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g476prT27586; Tue, 7 May 2002 02:51:53 -0400 Date: Tue, 7 May 2002 02:51:53 -0400 From: root Message-Id: <200205070651.g476prT27586@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2174 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue May 7 02:00:00 EDT 2002 BMS backup Tue May 7 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Tue May 7 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue May 7 02:02:22 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1333678080 (1.2GB, 905kB/s) 1439.73s real 4.29s user 24.12s system Rewind Tape Tue May 7 02:26:22 EDT 2002 BMS backup Tue May 7 02:27:31 EDT 2002 Verify backup Tue May 7 02:27:31 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Tue May 7 02:51:53 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Sat Apr 27 02:00:24 EDT 2002 Backup Date: Thu Apr 18 02:00:24 EDT 2002 Backup Date: Tue Apr 16 02:00:24 EDT 2002 Backup Date: Fri Apr 5 02:00:24 EST 2002 Backup Date: Fri Feb 15 02:00:24 EST 2002 From root@wall.wall.com Sat May 4 04:36:10 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g448a6OU044764; Sat, 4 May 2002 04:36:07 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g448ZmB4046548; Sat, 4 May 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA29964; Sat, 4 May 2002 04:27:24 -0400 Date: Sat, 4 May 2002 04:27:24 -0400 From: root@wall.wall.com Message-Id: <200205040827.EAA29964@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2175 System Id: wall Backup Started: Sat May 4 02:00:00 EDT 2002 Backup of btas image started Sat May 4 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat May 4 02:26:33 EDT 2002] 68.2% Dumpdate: Fri May 3 02:33:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 03 02:27 ./image.data -rw-r--r-- 1 root system 2945 May 03 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Sat May 4 02:26:59 EDT 2002 mksysb started Sat May 4 02:27:00 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45811 files.............................. 2980 of 45811 files (6%).............................. 2980 of 45811 files (6%).............................. 2980 of 45811 files (6%).............................. 3018 of 45811 files (6%).............................. 3018 of 45811 files (6%).............................. 3018 of 45811 files (6%).............................. 3070 of 45811 files (6%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237094: A file or directory in the path name does not exist. ............ 11173 of 45811 files (24%).............................. 21115 of 45811 files (46%).............................. 25451 of 45811 files (55%).............................. 39080 of 45811 files (85%).............................. 45401 of 45811 files (99%). 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat May 4 03:35:53 EDT 2002 Verify mksysb Sat May 4 03:35:54 EDT 2002 Dumpdate: Sat May 4 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 04 02:28 ./image.data -rw-r--r-- 1 root system 2987 May 04 02:26 ./tapeid.data 1516416 Kbytes, 45810 files 0 cache hits, 0 cache misses Backup finished Sat May 4 04:27:23 EDT 2002 **** Usage Log: **** Uses: 66 Backup Date: Fri May 3 02:26:38 EDT 2002 Backup Date: Thu May 2 02:26:23 EDT 2002 Backup Date: Wed May 1 02:26:50 EDT 2002 Backup Date: Tue Apr 30 02:26:36 EDT 2002 Backup Date: Sat Mar 16 02:27:18 EST 2002 From root@wall.wall.com Tue May 7 04:36:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g478a7Y3038318; Tue, 7 May 2002 04:36:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g478ZouM040868; Tue, 7 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38954; Tue, 7 May 2002 04:22:29 -0400 Date: Tue, 7 May 2002 04:22:29 -0400 From: root@wall.wall.com Message-Id: <200205070822.EAA38954@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2176 System Id: wall Backup Started: Tue May 7 02:00:01 EDT 2002 Backup of btas image started Tue May 7 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue May 7 02:26:00 EDT 2002] 68.2% Dumpdate: Sat May 4 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 04 02:28 ./image.data -rw-r--r-- 1 root system 2987 May 04 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Tue May 7 02:26:26 EDT 2002 mksysb started Tue May 7 02:26:26 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45675 files.............................. 3011 of 45675 files (6%).............................. 3011 of 45675 files (6%).............................. 3011 of 45675 files (6%).............................. 3049 of 45675 files (6%).............................. 3049 of 45675 files (6%).............................. 3049 of 45675 files (6%).............................. 3100 of 45675 files (6%).............................. 11244 of 45675 files (24%).............................. 21771 of 45675 files (47%).............................. 35082 of 45675 files (76%).............................. 43862 of 45675 files (96%).... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue May 7 03:30:58 EDT 2002 Verify mksysb Tue May 7 03:30:59 EDT 2002 Dumpdate: Tue May 7 02:33:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 07 02:27 ./image.data -rw-r--r-- 1 root system 3029 May 07 02:26 ./tapeid.data 1516038 Kbytes, 45675 files 0 cache hits, 0 cache misses Backup finished Tue May 7 04:22:29 EDT 2002 **** Usage Log: **** Uses: 67 Backup Date: Sat May 4 02:26:59 EDT 2002 Backup Date: Fri May 3 02:26:38 EDT 2002 Backup Date: Thu May 2 02:26:23 EDT 2002 Backup Date: Wed May 1 02:26:50 EDT 2002 Backup Date: Tue Apr 30 02:26:36 EDT 2002 From root@csichb.com Thu May 9 04:31:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g498VCY1022252 for ; Thu, 9 May 2002 04:31:12 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g498V6en015100 for ; Thu, 9 May 2002 04:31:06 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g498V5JR032838 for ; Thu, 9 May 2002 04:31:05 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g498V5Y9022372 for bmsaix@bmsi.com; Thu, 9 May 2002 04:31:05 -0400 Date: Thu, 9 May 2002 04:31:05 -0400 From: root@csichb.com Message-Id: <200205090831.g498V5Y9022372@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2177 System Id: csi Backup Started: Thu May 9 02:00:00 EDT 2002 Dumpdate: Thu May 2 02:04:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 02 02:01 ./image.data -rw-r--r-- 1 root system 3973 May 02 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu May 9 02:00:22 EDT 2002 mksysb started Thu May 9 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 68981 files.............................. 310 of 68981 files (0%).............................. 365 of 68981 files (0%).............................. 5659 of 68981 files (8%).............................. 6645 of 68981 files (9%).............................. 7105 of 68981 files (10%).............................. 12999 of 68981 files (18%).............................. 13101 of 68981 files (18%).............................. 13153 of 68981 files (19%).............................. 21597 of 68981 files (31%).............................. 29724 of 68981 files (43%).............................. 40124 of 68981 files (58%).............................. 48589 of 68981 files (70%).............................. 53594 of 68981 files (77%).............................. 61720 of 68981 files (89%)......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu May 9 03:19:00 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu May 9 03:19:02 EDT 2002 Verify mksysb Thu May 9 03:20:05 EDT 2002 Dumpdate: Thu May 9 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 09 02:01 ./image.data -rw-r--r-- 1 root system 4015 May 09 02:00 ./tapeid.data 2116773 Kbytes, 68981 files Backup finished Thu May 9 04:31:04 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 320688 35% 833 2% /var /dev/hd3 344064 284296 18% 86 1% /tmp /dev/hd1 819200 82232 90% 846 1% /home /dev/lv00 507904 70832 87% 5903 19% /bms /dev/lv01 835584 151552 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 89 Backup Date: Thu May 2 02:00:22 EDT 2002 Backup Date: Thu Apr 25 02:00:22 EDT 2002 Backup Date: Thu Apr 18 02:00:21 EDT 2002 Backup Date: Thu Apr 11 02:00:22 EDT 2002 Backup Date: Thu Apr 4 02:00:22 EST 2002 From root@editorialunilit.com Thu May 9 04:03:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4983qY1027968 for ; Thu, 9 May 2002 04:03:52 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4983ken014914 for ; Thu, 9 May 2002 04:03:46 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4982SfV022000; Thu, 9 May 2002 04:02:29 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4982Si1018670; Thu, 9 May 2002 04:02:28 -0400 Date: Thu, 9 May 2002 04:02:28 -0400 From: root@editorialunilit.com Message-Id: <200205090802.g4982Si1018670@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2178 System Id: unilit Backup Started: Wed May 8 23:50:00 EDT 2002 Dumpdate: Fri May 3 00:03:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 02 23:57 ./image.data -rw-r--r-- 1 root system 1203 May 02 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Wed May 8 23:51:04 EDT 2002 mksysb started Wed May 8 23:51:05 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6207 cache hits, 134 cache misses 136689 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 22524. Rewind Tape Thu May 9 02:22:53 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu May 9 02:32:54 EDT 2002 Dumpdate: Thu May 9 00:03:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 08 23:57 ./image.data -rw-r--r-- 1 root system 1245 May 08 23:51 ./tapeid.data 2671689 Kbytes, 29757 files Backup finished Thu May 9 04:02:27 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Thu May 2 23:51:01 EDT 2002 Backup Date: Fri Apr 26 23:50:56 EDT 2002 Backup Date: Mon Apr 22 23:50:56 EDT 2002 Backup Date: Tue Apr 16 23:50:56 EDT 2002 Backup Date: Wed Apr 10 23:51:08 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 718656 40% 9084 7% /var /dev/hd3 81920 70648 14% 100 1% /tmp /dev/hd1 196608 93936 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17712 88% 3676 80% /usr/local /dev/lv03 131072 16080 88% 5425 67% /bms /dev/lv04 294912 89752 70% 2453 27% /span /dev/lv05 1048576 386128 64% 23 1% /btdata /dev/lv06 2588672 854960 67% 343 1% /mail Free Mounted Blksiz Opens Status A: 19400 Thu May 9 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 201 Thu May 9 02:22 2048 15 Clean /btdata/EDX 6980 used From root@acustomsbroker.com Thu May 9 02:52:44 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g496qhY1031322; Thu, 9 May 2002 02:52:43 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g496qaen012118; Thu, 9 May 2002 02:52:37 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g496qaZ13856; Thu, 9 May 2002 02:52:36 -0400 Date: Thu, 9 May 2002 02:52:36 -0400 From: root Message-Id: <200205090652.g496qaZ13856@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2179 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu May 9 02:00:00 EDT 2002 BMS backup Thu May 9 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Thu May 9 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu May 9 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1341378560 (1.2GB, 903kB/s) 1449.30s real 4.45s user 24.17s system Rewind Tape Thu May 9 02:26:31 EDT 2002 BMS backup Thu May 9 02:27:51 EDT 2002 Verify backup Thu May 9 02:27:51 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Thu May 9 02:52:35 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Fri Apr 19 02:00:24 EDT 2002 Backup Date: Thu Apr 4 02:00:24 EST 2002 Backup Date: Wed Mar 27 02:00:24 EST 2002 Backup Date: Sat Mar 16 02:00:24 EST 2002 Backup Date: Tue Feb 26 02:00:24 EST 2002 From root@acustomsbroker.com Wed May 8 02:52:19 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g486qIY1020736; Wed, 8 May 2002 02:52:18 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g486qBen017946; Wed, 8 May 2002 02:52:12 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g486qAU04435; Wed, 8 May 2002 02:52:10 -0400 Date: Wed, 8 May 2002 02:52:10 -0400 From: root Message-Id: <200205080652.g486qAU04435@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2180 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed May 8 02:00:00 EDT 2002 BMS backup Wed May 8 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Wed May 8 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed May 8 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1338787840 (1.2GB, 906kB/s) 1443.59s real 4.11s user 23.55s system Rewind Tape Wed May 8 02:26:18 EDT 2002 BMS backup Wed May 8 02:27:30 EDT 2002 Verify backup Wed May 8 02:27:30 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Wed May 8 02:52:10 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Thu Mar 28 02:00:24 EST 2002 Backup Date: Thu Feb 28 02:00:20 EST 2002 Backup Date: Wed Feb 13 02:00:24 EST 2002 Backup Date: Sat Jan 26 02:00:20 EST 2002 Backup Date: Sat Jan 12 02:00:21 EST 2002 From root@editorialunilit.com Wed May 8 03:55:38 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g487tcY1010522 for ; Wed, 8 May 2002 03:55:38 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g487tVen012268 for ; Wed, 8 May 2002 03:55:32 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g487sFfV035390; Wed, 8 May 2002 03:54:15 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g487sECr018492; Wed, 8 May 2002 03:54:14 -0400 Date: Wed, 8 May 2002 03:54:14 -0400 From: root@editorialunilit.com Message-Id: <200205080754.g487sECr018492@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2181 System Id: unilit Backup Started: Tue May 7 23:50:01 EDT 2002 Dumpdate: Thu May 2 00:02:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 May 01 23:56 ./image.data -rw-r--r-- 1 root system 1287 May 01 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Tue May 7 23:50:56 EDT 2002 mksysb started Tue May 7 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6209 cache hits, 134 cache misses 136365 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 38536. Rewind Tape Wed May 8 02:21:09 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed May 8 02:31:11 EDT 2002 Dumpdate: Wed May 8 00:02:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 07 23:57 ./image.data -rw-r--r-- 1 root system 1329 May 07 23:50 ./tapeid.data 2672794 Kbytes, 29796 files Backup finished Wed May 8 03:54:13 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Wed May 1 23:50:56 EDT 2002 Backup Date: Thu Apr 25 23:50:57 EDT 2002 Backup Date: Fri Apr 19 23:50:57 EDT 2002 Backup Date: Mon Apr 15 23:50:57 EDT 2002 Backup Date: Tue Apr 9 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 710880 40% 9126 7% /var /dev/hd3 81920 70680 14% 100 1% /tmp /dev/hd1 196608 93936 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17712 88% 3676 80% /usr/local /dev/lv03 131072 16280 88% 5423 67% /bms /dev/lv04 294912 89800 70% 2453 27% /span /dev/lv05 1048576 386128 64% 23 1% /btdata /dev/lv06 2588672 859696 67% 343 1% /mail Free Mounted Blksiz Opens Status A: 19725 Wed May 8 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 207 Wed May 8 02:21 2048 15 Clean /btdata/EDX 6980 used From root@csichb.com Wed May 8 04:31:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g488V0Y1043128 for ; Wed, 8 May 2002 04:31:01 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g488Usen017992 for ; Wed, 8 May 2002 04:30:54 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g488UrJR047288 for ; Wed, 8 May 2002 04:30:53 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g488Uq1K029432 for bmsaix@bmsi.com; Wed, 8 May 2002 04:30:52 -0400 Date: Wed, 8 May 2002 04:30:52 -0400 From: root@csichb.com Message-Id: <200205080830.g488Uq1K029432@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2182 System Id: csi Backup Started: Wed May 8 02:00:01 EDT 2002 Dumpdate: Wed May 1 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 01 02:01 ./image.data -rw-r--r-- 1 root system 2671 May 01 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed May 8 02:00:22 EDT 2002 mksysb started Wed May 8 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 68968 files.............................. 310 of 68968 files (0%).............................. 491 of 68968 files (0%).............................. 5657 of 68968 files (8%).............................. 6637 of 68968 files (9%).............................. 7097 of 68968 files (10%).............................. 12987 of 68968 files (18%).............................. 13093 of 68968 files (18%).............................. 13141 of 68968 files (19%).............................. 21585 of 68968 files (31%).............................. 29973 of 68968 files (43%).............................. 41286 of 68968 files (59%).............................. 48699 of 68968 files (70%).............................. 53700 of 68968 files (77%).............................. 61737 of 68968 files (89%)........................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed May 8 03:18:57 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed May 8 03:19:00 EDT 2002 Verify mksysb Wed May 8 03:20:03 EDT 2002 Dumpdate: Wed May 8 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 08 02:01 ./image.data -rw-r--r-- 1 root system 2713 May 08 02:00 ./tapeid.data 2113504 Kbytes, 68968 files Backup finished Wed May 8 04:30:52 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 327248 34% 821 2% /var /dev/hd3 344064 284432 18% 86 1% /tmp /dev/hd1 819200 81808 91% 846 1% /home /dev/lv00 507904 72704 86% 5895 19% /bms /dev/lv01 835584 151552 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 58 Backup Date: Wed May 1 02:00:22 EDT 2002 Backup Date: Wed Apr 24 02:00:22 EDT 2002 Backup Date: Wed Apr 17 02:00:21 EDT 2002 Backup Date: Wed Apr 10 02:00:22 EDT 2002 Backup Date: Wed Apr 3 02:00:22 EST 2002 From root@wall.wall.com Wed May 8 04:36:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g488a7Y3043248; Wed, 8 May 2002 04:36:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g488Zp5n026600; Wed, 8 May 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA28476; Wed, 8 May 2002 04:25:42 -0400 Date: Wed, 8 May 2002 04:25:42 -0400 From: root@wall.wall.com Message-Id: <200205080825.EAA28476@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2183 System Id: wall Backup Started: Wed May 8 02:00:00 EDT 2002 Backup of btas image started Wed May 8 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed May 8 02:27:41 EDT 2002] 68.2% Dumpdate: Tue May 7 02:33:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 07 02:27 ./image.data -rw-r--r-- 1 root system 3029 May 07 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Wed May 8 02:28:07 EDT 2002 mksysb started Wed May 8 02:28:07 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45755 files.............................. 3025 of 45755 files (6%).............................. 3025 of 45755 files (6%).............................. 3025 of 45755 files (6%).............................. 3063 of 45755 files (6%).............................. 3063 of 45755 files (6%).............................. 3063 of 45755 files (6%).............................. 3114 of 45755 files (6%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237474: A file or directory in the path name does not exist. ............ 11247 of 45755 files (24%).............................. 21359 of 45755 files (46%).............................. 34865 of 45755 files (76%).............................. 41881 of 45755 files (91%).............. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed May 8 03:34:06 EDT 2002 Verify mksysb Wed May 8 03:34:07 EDT 2002 Dumpdate: Wed May 8 02:35:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 08 02:29 ./image.data -rw-r--r-- 1 root system 3071 May 08 02:28 ./tapeid.data 1516713 Kbytes, 45754 files 0 cache hits, 0 cache misses Backup finished Wed May 8 04:25:41 EDT 2002 **** Usage Log: **** Uses: 68 Backup Date: Tue May 7 02:26:26 EDT 2002 Backup Date: Sat May 4 02:26:59 EDT 2002 Backup Date: Fri May 3 02:26:38 EDT 2002 Backup Date: Thu May 2 02:26:23 EDT 2002 Backup Date: Wed May 1 02:26:50 EDT 2002 From root@wall.wall.com Thu May 9 04:36:10 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g498a7Y3024922; Thu, 9 May 2002 04:36:08 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g498PnAF022212; Thu, 9 May 2002 04:25:49 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA13608; Thu, 9 May 2002 04:25:31 -0400 Date: Thu, 9 May 2002 04:25:31 -0400 From: root@wall.wall.com Message-Id: <200205090825.EAA13608@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: O X-Status: X-Keywords: X-UID: 2184 System Id: wall Backup Started: Thu May 9 02:00:00 EDT 2002 Backup of btas image started Thu May 9 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu May 9 02:26:22 EDT 2002] 68.2% Dumpdate: Wed May 8 02:35:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 08 02:29 ./image.data -rw-r--r-- 1 root system 3071 May 08 02:28 ./tapeid.data Tape Id: wall0050 Backup Date: Thu May 9 02:26:48 EDT 2002 mksysb started Thu May 9 02:26:49 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up.... Backing up 45847 files.............................. 3037 of 45847 files (6%).............................. 3037 of 45847 files (6%).............................. 3037 of 45847 files (6%).............................. 3075 of 45847 files (6%).............................. 3075 of 45847 files (6%).............................. 3075 of 45847 files (6%).............................. 3126 of 45847 files (6%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237642: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237643: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237644: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237645: A file or directory in the path name does not exist. ............ 11278 of 45847 files (24%).............................. 20626 of 45847 files (44%).............................. 25454 of 45847 files (55%).............................. 39085 of 45847 files (85%)...................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu May 9 03:34:12 EDT 2002 Verify mksysb Thu May 9 03:34:14 EDT 2002 Dumpdate: Thu May 9 02:33:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 09 02:28 ./image.data -rw-r--r-- 1 root system 3113 May 09 02:26 ./tapeid.data 1517945 Kbytes, 45843 files 0 cache hits, 0 cache misses Backup finished Thu May 9 04:25:30 EDT 2002 **** Usage Log: **** Uses: 69 Backup Date: Wed May 8 02:28:07 EDT 2002 Backup Date: Tue May 7 02:26:26 EDT 2002 Backup Date: Sat May 4 02:26:59 EDT 2002 Backup Date: Fri May 3 02:26:38 EDT 2002 Backup Date: Thu May 2 02:26:23 EDT 2002 From root@bmsaix.bmsi.com Wed May 8 04:37:38 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g488bcY1020860 for ; Wed, 8 May 2002 04:37:38 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g488bbhd032114 for bmsaix@bmsi.com; Wed, 8 May 2002 04:37:37 -0400 Date: Wed, 8 May 2002 04:37:37 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205080837.g488bbhd032114@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2185 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed May 8 00:30:01 EDT 2002 mksysb backup Wed May 8 00:30:26 EDT 2002 Dumpdate: Wed May 1 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 01 00:34 ./image.data -rw-r--r-- 1 root system 2330 May 01 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed May 8 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed May 8 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai2a1908e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall417208e: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4172: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 8 02:51:15 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 32992. mksysb backup Wed May 8 02:53:01 EDT 2002 Dumpdate: Wed May 8 00:42:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 08 00:34 ./image.data -rw-r--r-- 1 root system 2372 May 08 00:30 ./tapeid.data Verify backup Wed May 8 02:53:09 EDT 2002 Segment 1-4: mksysb 4241835 Kbytes, 141137 files 88.6% Backup finished Wed May 8 04:37:37 EDT 2002 **** Usage Log: **** Uses: 9 Backup Date: Wed May 1 00:30:34 EDT 2002 Backup Date: Wed Apr 24 00:30:33 EDT 2002 Backup Date: Wed Apr 10 00:30:33 EDT 2002 Backup Date: Wed Mar 20 00:30:34 EST 2002 Backup Date: Wed Mar 13 00:30:33 EST 2002 From root@wall.wall.com Sat May 11 04:36:09 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4B8a7Y3028896; Sat, 11 May 2002 04:36:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4B8ZoNU045784; Sat, 11 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41014; Sat, 11 May 2002 04:26:35 -0400 Date: Sat, 11 May 2002 04:26:35 -0400 From: root@wall.wall.com Message-Id: <200205110826.EAA41014@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2186 System Id: wall Backup Started: Sat May 11 02:00:00 EDT 2002 Backup of btas image started Sat May 11 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat May 11 02:28:01 EDT 2002] 68.2% Dumpdate: Thu Mar 21 02:34:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 21 02:28 ./image.data -rw-r--r-- 1 root system 971 Mar 21 02:27 ./tapeid.data Tape Id: wall0056 Backup Date: Sat May 11 02:28:28 EDT 2002 mksysb started Sat May 11 02:28:29 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46046 files.............................. 3054 of 46046 files (6%).............................. 3054 of 46046 files (6%).............................. 3054 of 46046 files (6%).............................. 3092 of 46046 files (6%).............................. 3092 of 46046 files (6%).............................. 3092 of 46046 files (6%).............................. 3143 of 46046 files (6%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN237974: A file or directory in the path name does not exist. ........... 9925 of 46046 files (21%).............................. 20699 of 46046 files (44%).............................. 25654 of 46046 files (55%).............................. 42192 of 46046 files (91%)............ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat May 11 03:34:42 EDT 2002 Verify mksysb Sat May 11 03:34:43 EDT 2002 Dumpdate: Sat May 11 02:35:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 11 02:29 ./image.data -rw-r--r-- 1 root system 1013 May 11 02:28 ./tapeid.data 1518706 Kbytes, 46045 files 0 cache hits, 0 cache misses Backup finished Sat May 11 04:26:34 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Thu Mar 21 02:27:32 EST 2002 Backup Date: Wed Mar 20 02:28:24 EST 2002 Backup Date: Tue Mar 19 02:27:50 EST 2002 Backup Date: Thu Mar 7 02:27:06 EST 2002 Backup Date: Thu Jan 3 02:26:14 EST 2002 From root@bmsaix.bmsi.com Sat May 11 04:35:30 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4B8ZTY1017554 for ; Sat, 11 May 2002 04:35:29 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4B8ZTtU018570 for bmsaix@bmsi.com; Sat, 11 May 2002 04:35:29 -0400 Date: Sat, 11 May 2002 04:35:29 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205110835.g4B8ZTtU018570@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2187 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat May 11 00:30:00 EDT 2002 mksysb backup Sat May 11 00:30:22 EDT 2002 Dumpdate: Sat Apr 27 00:42:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 27 00:34 ./image.data -rw-r--r-- 1 root system 2036 Apr 27 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat May 11 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat May 11 00:31:02 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4B4fcY1046982: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@23050.820.defang: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 11 02:51:38 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31414. mksysb backup Sat May 11 02:53:25 EDT 2002 Dumpdate: Sat May 11 00:42:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 11 00:34 ./image.data -rw-r--r-- 1 root system 2078 May 11 00:30 ./tapeid.data Verify backup Sat May 11 02:53:32 EDT 2002 Segment 1-4: mksysb 4210966 Kbytes, 133177 files 88.4% Backup finished Sat May 11 04:35:29 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Sat Apr 27 00:30:34 EDT 2002 Backup Date: Sat Feb 16 00:32:34 EST 2002 From root@csichb.com Sat May 11 04:31:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4B8VmY1026422 for ; Sat, 11 May 2002 04:31:48 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4B8Vgen013326 for ; Sat, 11 May 2002 04:31:42 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4B8VfJR050116 for ; Sat, 11 May 2002 04:31:41 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4B8VfY8040584 for bmsaix@bmsi.com; Sat, 11 May 2002 04:31:41 -0400 Date: Sat, 11 May 2002 04:31:41 -0400 From: root@csichb.com Message-Id: <200205110831.g4B8VfY8040584@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2188 System Id: csi Backup Started: Sat May 11 02:00:00 EDT 2002 Dumpdate: Sat May 4 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 04 02:01 ./image.data -rw-r--r-- 1 root system 655 May 04 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat May 11 02:00:22 EDT 2002 mksysb started Sat May 11 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 69004 files.............................. 310 of 69004 files (0%).............................. 312 of 69004 files (0%).............................. 5654 of 69004 files (8%).............................. 6661 of 69004 files (9%).............................. 6935 of 69004 files (10%).............................. 12304 of 69004 files (17%).............................. 13095 of 69004 files (18%).............................. 13176 of 69004 files (19%).............................. 21600 of 69004 files (31%).............................. 27796 of 69004 files (40%).............................. 36576 of 69004 files (53%).............................. 48057 of 69004 files (69%).............................. 53246 of 69004 files (77%).............................. 61012 of 69004 files (88%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat May 11 03:19:29 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat May 11 03:19:30 EDT 2002 Verify mksysb Sat May 11 03:20:33 EDT 2002 Dumpdate: Sat May 11 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 11 02:01 ./image.data -rw-r--r-- 1 root system 697 May 11 02:00 ./tapeid.data 2127731 Kbytes, 69004 files Backup finished Sat May 11 04:31:40 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 294808 41% 831 2% /var /dev/hd3 344064 284088 18% 86 1% /tmp /dev/hd1 819200 80688 91% 849 1% /home /dev/lv00 507904 66888 87% 5919 19% /bms /dev/lv01 835584 150264 83% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 10 Backup Date: Sat May 4 02:00:22 EDT 2002 Backup Date: Sat Apr 27 02:00:22 EDT 2002 Backup Date: Sat Apr 20 02:00:22 EDT 2002 Backup Date: Sat Apr 13 02:00:32 EDT 2002 Backup Date: Sat Apr 6 02:00:22 EST 2002 From root@editorialunilit.com Sat May 11 03:59:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4B7xmY1028784 for ; Sat, 11 May 2002 03:59:48 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4B7xfen011294 for ; Sat, 11 May 2002 03:59:42 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4B7wOfV045478; Sat, 11 May 2002 03:58:24 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4B7wO6A028324; Sat, 11 May 2002 03:58:24 -0400 Date: Sat, 11 May 2002 03:58:24 -0400 From: root@editorialunilit.com Message-Id: <200205110758.g4B7wO6A028324@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2189 System Id: unilit Backup Started: Fri May 10 23:50:00 EDT 2002 Dumpdate: Tue May 7 00:02:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 06 23:56 ./image.data -rw-r--r-- 1 root system 2715 May 06 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Fri May 10 23:50:23 EDT 2002 mksysb started Fri May 10 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6220 cache hits, 135 cache misses 137269 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 41174. Rewind Tape Sat May 11 02:21:36 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat May 11 02:31:38 EDT 2002 Dumpdate: Sat May 11 00:02:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 May 10 23:56 ./image.data -rw-r--r-- 1 root system 2757 May 10 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 2465239 Kbytes, 15022 files /dev/rmt0: There is an input or output error. Backup finished Sat May 11 03:58:23 EDT 2002 **** Usage Log: **** Uses: 59 Backup Date: Mon May 6 23:50:24 EDT 2002 Backup Date: Tue Apr 30 23:50:26 EDT 2002 Backup Date: Wed Apr 24 23:50:36 EDT 2002 Backup Date: Thu Apr 18 23:50:29 EDT 2002 Backup Date: Fri Apr 12 23:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 704192 41% 9465 7% /var /dev/hd3 81920 70584 14% 101 1% /tmp /dev/hd1 196608 93920 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17704 88% 3676 80% /usr/local /dev/lv03 131072 16080 88% 5428 67% /bms /dev/lv04 294912 89528 70% 2462 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 847272 68% 345 1% /mail Free Mounted Blksiz Opens Status A: 18820 Sat May 11 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 16 Sat May 11 02:21 2048 15 Clean /btdata/EDX 6993 used From root@acustomsbroker.com Sat May 11 02:53:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4B6rDY1047090; Sat, 11 May 2002 02:53:13 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4B6r6en012182; Sat, 11 May 2002 02:53:07 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4B6r6Y28411; Sat, 11 May 2002 02:53:06 -0400 Date: Sat, 11 May 2002 02:53:06 -0400 From: root Message-Id: <200205110653.g4B6r6Y28411@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2190 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat May 11 02:00:01 EDT 2002 BMS backup Sat May 11 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Sat May 11 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat May 11 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1348474880 (1.3GB, 902kB/s) 1459.81s real 4.49s user 23.09s system Rewind Tape Sat May 11 02:26:38 EDT 2002 BMS backup Sat May 11 02:28:02 EDT 2002 Verify backup Sat May 11 02:28:02 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Sat May 11 02:53:05 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Wed May 1 02:00:24 EDT 2002 Backup Date: Sat Apr 20 02:00:23 EDT 2002 Backup Date: Wed Apr 3 02:00:24 EST 2002 Backup Date: Wed Mar 13 02:00:24 EST 2002 Backup Date: Sat Feb 23 02:00:23 EST 2002 From root@bmsaix.bmsi.com Fri May 10 04:42:48 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4A8glY1046974 for ; Fri, 10 May 2002 04:42:47 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4A8glXB045686 for bmsaix@bmsi.com; Fri, 10 May 2002 04:42:47 -0400 Date: Fri, 10 May 2002 04:42:47 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205100842.g4A8glXB045686@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2191 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri May 10 00:30:01 EDT 2002 mksysb backup Fri May 10 00:30:27 EDT 2002 Dumpdate: Fri May 3 00:42:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 03 00:34 ./image.data -rw-r--r-- 1 root system 2498 May 03 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri May 10 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri May 10 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 10 03:03:50 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 15838. mksysb backup Fri May 10 03:04:41 EDT 2002 Dumpdate: Fri May 10 00:42:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 10 00:34 ./image.data -rw-r--r-- 1 root system 2540 May 10 00:30 ./tapeid.data Verify backup Fri May 10 03:04:49 EDT 2002 Segment 1-4: mksysb 4272796 Kbytes, 141617 files 88.6% Backup finished Fri May 10 04:42:46 EDT 2002 **** Usage Log: **** Uses: 13 Backup Date: Fri May 3 00:30:30 EDT 2002 Backup Date: Fri Apr 26 00:30:30 EDT 2002 Backup Date: Fri Apr 19 00:30:30 EDT 2002 Backup Date: Fri Apr 12 00:30:30 EDT 2002 Backup Date: Fri Apr 5 00:30:30 EST 2002 From root@wall.wall.com Fri May 10 04:36:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4A8a7Y3005812; Fri, 10 May 2002 04:36:07 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4A8ZoG2030876; Fri, 10 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38290; Fri, 10 May 2002 04:24:24 -0400 Date: Fri, 10 May 2002 04:24:24 -0400 From: root@wall.wall.com Message-Id: <200205100824.EAA38290@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2192 System Id: wall Backup Started: Fri May 10 02:00:00 EDT 2002 Backup of btas image started Fri May 10 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri May 10 02:26:34 EDT 2002] 68.2% Dumpdate: Thu May 9 02:33:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 May 09 02:28 ./image.data -rw-r--r-- 1 root system 3113 May 09 02:26 ./tapeid.data Tape Id: wall0050 Backup Date: Fri May 10 02:27:00 EDT 2002 mksysb started Fri May 10 02:27:01 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45941 files.............................. 3049 of 45941 files (6%).............................. 3049 of 45941 files (6%).............................. 3049 of 45941 files (6%).............................. 3087 of 45941 files (6%).............................. 3087 of 45941 files (6%).............................. 3087 of 45941 files (6%).............................. 3139 of 45941 files (6%).............................. 11309 of 45941 files (24%).............................. 21654 of 45941 files (47%).............................. 35107 of 45941 files (76%).............................. 42083 of 45941 files (91%)............. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 10 03:32:57 EDT 2002 Verify mksysb Fri May 10 03:32:58 EDT 2002 Dumpdate: Fri May 10 02:34:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 10 02:28 ./image.data -rw-r--r-- 1 root system 3155 May 10 02:27 ./tapeid.data 1517581 Kbytes, 45941 files 0 cache hits, 0 cache misses Backup finished Fri May 10 04:24:23 EDT 2002 **** Usage Log: **** Uses: 70 Backup Date: Thu May 9 02:26:48 EDT 2002 Backup Date: Wed May 8 02:28:07 EDT 2002 Backup Date: Tue May 7 02:26:26 EDT 2002 Backup Date: Sat May 4 02:26:59 EDT 2002 Backup Date: Fri May 3 02:26:38 EDT 2002 From root@csichb.com Fri May 10 04:31:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4A8VnY1021556 for ; Fri, 10 May 2002 04:31:50 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4A8Vhen016712 for ; Fri, 10 May 2002 04:31:44 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4A8VgJR026228 for ; Fri, 10 May 2002 04:31:43 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4A8Vgjj051002 for bmsaix@bmsi.com; Fri, 10 May 2002 04:31:42 -0400 Date: Fri, 10 May 2002 04:31:42 -0400 From: root@csichb.com Message-Id: <200205100831.g4A8Vgjj051002@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2193 System Id: csi Backup Started: Fri May 10 02:00:00 EDT 2002 Dumpdate: Fri May 3 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 03 02:01 ./image.data -rw-r--r-- 1 root system 1033 May 03 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri May 10 02:00:22 EDT 2002 mksysb started Fri May 10 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........... Creating list of files to back up..... Backing up 68992 files.............................. 310 of 68992 files (0%).............................. 471 of 68992 files (0%).............................. 5675 of 68992 files (8%).............................. 6653 of 68992 files (9%).............................. 7113 of 68992 files (10%).............................. 12930 of 68992 files (18%).............................. 13102 of 68992 files (18%).............................. 13164 of 68992 files (19%).............................. 21608 of 68992 files (31%).............................. 28198 of 68992 files (40%).............................. 39075 of 68992 files (56%).............................. 48338 of 68992 files (70%).............................. 53462 of 68992 files (77%).............................. 61713 of 68992 files (89%).......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri May 10 03:19:38 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri May 10 03:19:39 EDT 2002 Verify mksysb Fri May 10 03:20:45 EDT 2002 Dumpdate: Fri May 10 02:04:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 10 02:01 ./image.data -rw-r--r-- 1 root system 1075 May 10 02:00 ./tapeid.data 2121242 Kbytes, 68992 files Backup finished Fri May 10 04:31:42 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6936 79% 2123 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 308680 38% 841 2% /var /dev/hd3 344064 284208 18% 86 1% /tmp /dev/hd1 819200 80840 91% 846 1% /home /dev/lv00 507904 68656 87% 5911 19% /bms /dev/lv01 835584 151344 82% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 19 Backup Date: Fri May 3 02:00:22 EDT 2002 Backup Date: Fri Apr 26 02:00:22 EDT 2002 Backup Date: Fri Apr 12 02:00:22 EDT 2002 Backup Date: Fri Apr 5 02:00:22 EST 2002 Backup Date: Fri Mar 29 02:00:21 EST 2002 From root@editorialunilit.com Fri May 10 03:59:47 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4A7xkY1030798 for ; Fri, 10 May 2002 03:59:46 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4A7xden019486 for ; Fri, 10 May 2002 03:59:40 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4A7wMfV028436; Fri, 10 May 2002 03:58:22 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4A7wM8E015122; Fri, 10 May 2002 03:58:22 -0400 Date: Fri, 10 May 2002 03:58:22 -0400 From: root@editorialunilit.com Message-Id: <200205100758.g4A7wM8E015122@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2194 System Id: unilit Backup Started: Thu May 9 23:50:00 EDT 2002 Dumpdate: Tue Apr 30 00:02:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Apr 29 23:56 ./image.data -rw-r--r-- 1 root system 1203 Apr 29 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Thu May 9 23:50:24 EDT 2002 mksysb started Thu May 9 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6244 cache hits, 117 cache misses 137007 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 47456. Rewind Tape Fri May 10 02:22:29 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri May 10 02:32:30 EDT 2002 Dumpdate: Fri May 10 00:02:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 09 23:56 ./image.data -rw-r--r-- 1 root system 1245 May 09 23:50 ./tapeid.data 2684123 Kbytes, 30084 files Backup finished Fri May 10 03:58:21 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Mon Apr 29 23:50:24 EDT 2002 Backup Date: Tue Apr 23 23:50:24 EDT 2002 Backup Date: Wed Apr 17 23:50:23 EDT 2002 Backup Date: Thu Apr 11 23:50:34 EDT 2002 Backup Date: Fri Apr 5 23:50:23 EST 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 711368 40% 9404 7% /var /dev/hd3 81920 70624 14% 100 1% /tmp /dev/hd1 196608 93920 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17712 88% 3676 80% /usr/local /dev/lv03 131072 16144 88% 5426 67% /bms /dev/lv04 294912 89368 70% 2458 27% /span /dev/lv05 1048576 386128 64% 23 1% /btdata /dev/lv06 2588672 843120 68% 345 1% /mail Free Mounted Blksiz Opens Status A: 19082 Fri May 10 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 165 Fri May 10 02:22 2048 15 Clean /btdata/EDX 6980 used From root@acustomsbroker.com Fri May 10 02:52:22 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4A6qKY1018406; Fri, 10 May 2002 02:52:21 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4A6qDen020854; Fri, 10 May 2002 02:52:14 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4A6qDx22100; Fri, 10 May 2002 02:52:13 -0400 Date: Fri, 10 May 2002 02:52:13 -0400 From: root Message-Id: <200205100652.g4A6qDx22100@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2195 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri May 10 02:00:01 EDT 2002 BMS backup Fri May 10 02:00:25 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Fri May 10 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri May 10 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1343979520 (1.3GB, 908kB/s) 1446.11s real 4.44s user 23.20s system Rewind Tape Fri May 10 02:26:27 EDT 2002 BMS backup Fri May 10 02:27:40 EDT 2002 Verify backup Fri May 10 02:27:40 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Fri May 10 02:52:12 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Tue Apr 30 02:00:24 EDT 2002 Backup Date: Sat Apr 13 02:00:24 EDT 2002 Backup Date: Tue Mar 26 02:00:24 EST 2002 Backup Date: Fri Mar 15 02:00:24 EST 2002 Backup Date: Tue Feb 12 02:00:24 EST 2002 From root@csichb.com Wed May 15 04:31:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4F8VgY1036836 for ; Wed, 15 May 2002 04:31:43 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4F8VVen014294 for ; Wed, 15 May 2002 04:31:37 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4F8VVJR023208 for ; Wed, 15 May 2002 04:31:31 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4F8VVFm032344 for bmsaix@bmsi.com; Wed, 15 May 2002 04:31:31 -0400 Date: Wed, 15 May 2002 04:31:31 -0400 From: root@csichb.com Message-Id: <200205150831.g4F8VVFm032344@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2196 System Id: csi Backup Started: Wed May 15 02:00:01 EDT 2002 Dumpdate: Wed May 8 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 08 02:01 ./image.data -rw-r--r-- 1 root system 2713 May 08 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed May 15 02:00:22 EDT 2002 mksysb started Wed May 15 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69055 files.............................. 310 of 69055 files (0%).............................. 312 of 69055 files (0%).............................. 5639 of 69055 files (8%).............................. 6696 of 69055 files (9%).............................. 6921 of 69055 files (10%).............................. 12352 of 69055 files (17%).............................. 13142 of 69055 files (19%).............................. 13224 of 69055 files (19%).............................. 21650 of 69055 files (31%).............................. 27879 of 69055 files (40%).............................. 37035 of 69055 files (53%).............................. 48305 of 69055 files (69%).............................. 53470 of 69055 files (77%).............................. 61542 of 69055 files (89%)........................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed May 15 03:19:16 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed May 15 03:19:18 EDT 2002 Verify mksysb Wed May 15 03:20:20 EDT 2002 Dumpdate: Wed May 15 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 15 02:01 ./image.data -rw-r--r-- 1 root system 2755 May 15 02:00 ./tapeid.data 2122927 Kbytes, 69055 files Backup finished Wed May 15 04:31:30 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6920 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 324080 35% 853 2% /var /dev/hd3 344064 283880 18% 86 1% /tmp /dev/hd1 819200 78560 91% 846 1% /home /dev/lv00 507904 58072 89% 5954 19% /bms /dev/lv01 835584 146600 83% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 59 Backup Date: Wed May 8 02:00:22 EDT 2002 Backup Date: Wed May 1 02:00:22 EDT 2002 Backup Date: Wed Apr 24 02:00:22 EDT 2002 Backup Date: Wed Apr 17 02:00:21 EDT 2002 Backup Date: Wed Apr 10 02:00:22 EDT 2002 From root@editorialunilit.com Wed May 15 04:05:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4F85SY1036730 for ; Wed, 15 May 2002 04:05:28 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4F85Ken008724 for ; Wed, 15 May 2002 04:05:20 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4F843fV015352; Wed, 15 May 2002 04:04:03 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4F843Oi013814; Wed, 15 May 2002 04:04:03 -0400 Date: Wed, 15 May 2002 04:04:03 -0400 From: root@editorialunilit.com Message-Id: <200205150804.g4F843Oi013814@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2197 System Id: unilit Backup Started: Tue May 14 23:50:00 EDT 2002 Dumpdate: Fri May 10 00:02:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 09 23:56 ./image.data -rw-r--r-- 1 root system 1245 May 09 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Tue May 14 23:50:24 EDT 2002 mksysb started Tue May 14 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6231 cache hits, 130 cache misses 137508 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 34850. Rewind Tape Wed May 15 02:21:47 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed May 15 02:31:48 EDT 2002 Dumpdate: Wed May 15 00:02:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 May 14 23:56 ./image.data -rw-r--r-- 1 root system 1287 May 14 23:50 ./tapeid.data 2706203 Kbytes, 30311 files Backup finished Wed May 15 04:04:02 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Thu May 9 23:50:24 EDT 2002 Backup Date: Mon Apr 29 23:50:24 EDT 2002 Backup Date: Tue Apr 23 23:50:24 EDT 2002 Backup Date: Wed Apr 17 23:50:23 EDT 2002 Backup Date: Thu Apr 11 23:50:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 685480 42% 9613 7% /var /dev/hd3 81920 70560 14% 101 1% /tmp /dev/hd1 196608 93920 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17656 89% 3676 80% /usr/local /dev/lv03 131072 15776 88% 5432 67% /bms /dev/lv04 294912 89224 70% 2468 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 826528 69% 345 1% /mail Free Mounted Blksiz Opens Status A: 18581 Wed May 15 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 146 Wed May 15 02:21 2048 15 Clean /btdata/EDX 6993 used From root@acustomsbroker.com Wed May 15 02:53:08 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4F6r7Y1043242; Wed, 15 May 2002 02:53:07 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4F6r0en020896; Wed, 15 May 2002 02:53:01 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4F6r0D23103; Wed, 15 May 2002 02:53:00 -0400 Date: Wed, 15 May 2002 02:53:00 -0400 From: root Message-Id: <200205150653.g4F6r0D23103@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2198 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed May 15 02:00:00 EDT 2002 BMS backup Wed May 15 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Wed May 15 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed May 15 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1351475200 (1.3GB, 905kB/s) 1459.57s real 5.09s user 24.41s system Rewind Tape Wed May 15 02:26:33 EDT 2002 BMS backup Wed May 15 02:27:54 EDT 2002 Verify backup Wed May 15 02:27:54 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Wed May 15 02:52:59 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Sat May 4 02:00:24 EDT 2002 Backup Date: Wed Apr 24 02:00:24 EDT 2002 Backup Date: Wed Apr 10 02:00:24 EDT 2002 Backup Date: Wed Mar 20 02:00:24 EST 2002 Backup Date: Fri Mar 8 02:00:24 EST 2002 From root@acustomsbroker.com Tue May 14 02:52:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4E6qNY1018294; Tue, 14 May 2002 02:52:23 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4E6qGen014848; Tue, 14 May 2002 02:52:16 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4E6qFB11429; Tue, 14 May 2002 02:52:15 -0400 Date: Tue, 14 May 2002 02:52:15 -0400 From: root Message-Id: <200205140652.g4E6qFB11429@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2199 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue May 14 02:00:00 EDT 2002 BMS backup Tue May 14 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Tue May 14 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue May 14 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1347727360 (1.3GB, 910kB/s) 1446.60s real 4.28s user 23.90s system Rewind Tape Tue May 14 02:26:22 EDT 2002 BMS backup Tue May 14 02:27:38 EDT 2002 Verify backup Tue May 14 02:27:38 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Tue May 14 02:52:15 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Fri May 3 02:00:25 EDT 2002 Backup Date: Tue Apr 23 02:00:24 EDT 2002 Backup Date: Thu Apr 11 02:00:24 EDT 2002 Backup Date: Tue Apr 2 02:00:21 EST 2002 Backup Date: Fri Mar 22 02:00:24 EST 2002 From root@editorialunilit.com Tue May 14 04:03:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4E82xY1011022 for ; Tue, 14 May 2002 04:02:59 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4E82qen011310 for ; Tue, 14 May 2002 04:02:53 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4E81afV038636; Tue, 14 May 2002 04:01:36 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4E81ZKG025578; Tue, 14 May 2002 04:01:35 -0400 Date: Tue, 14 May 2002 04:01:35 -0400 From: root@editorialunilit.com Message-Id: <200205140801.g4E81ZKG025578@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2200 System Id: unilit Backup Started: Mon May 13 23:50:00 EDT 2002 Dumpdate: Thu May 9 00:03:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 08 23:57 ./image.data -rw-r--r-- 1 root system 1245 May 08 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0072 Backup Date: Mon May 13 23:50:57 EDT 2002 mksysb started Mon May 13 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6223 cache hits, 132 cache misses 137459 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 44722. Rewind Tape Tue May 14 02:20:25 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue May 14 02:30:26 EDT 2002 Dumpdate: Tue May 14 00:03:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 May 13 23:57 ./image.data -rw-r--r-- 1 root system 1287 May 13 23:50 ./tapeid.data 2699179 Kbytes, 30193 files Backup finished Tue May 14 04:01:34 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Wed May 8 23:51:04 EDT 2002 Backup Date: Thu May 2 23:51:01 EDT 2002 Backup Date: Fri Apr 26 23:50:56 EDT 2002 Backup Date: Mon Apr 22 23:50:56 EDT 2002 Backup Date: Tue Apr 16 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 693040 42% 9499 7% /var /dev/hd3 81920 70584 14% 100 1% /tmp /dev/hd1 196608 93920 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17672 89% 3676 80% /usr/local /dev/lv03 131072 15912 88% 5430 67% /bms /dev/lv04 294912 89296 70% 2467 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 831960 68% 345 1% /mail Free Mounted Blksiz Opens Status A: 18630 Tue May 14 02:20 2048 8 Clean /btdata/SPAN 156276 used B: 161 Tue May 14 02:20 2048 15 Clean /btdata/EDX 6993 used From root@bmsaix.bmsi.com Tue May 14 04:25:18 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4E8PHY1036730 for ; Tue, 14 May 2002 04:25:18 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4E8PHiM018288 for bmsaix@bmsi.com; Tue, 14 May 2002 04:25:17 -0400 Date: Tue, 14 May 2002 04:25:17 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205140825.g4E8PHiM018288@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2201 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue May 14 00:30:00 EDT 2002 mksysb backup Tue May 14 00:30:26 EDT 2002 Dumpdate: Tue May 7 00:42:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 07 00:33 ./image.data -rw-r--r-- 1 root system 2582 May 07 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue May 14 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue May 14 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/log/milter/@23050.1901.defang: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue May 14 02:44:51 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 32216. mksysb backup Tue May 14 02:46:06 EDT 2002 Dumpdate: Tue May 14 00:42:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 14 00:34 ./image.data -rw-r--r-- 1 root system 2624 May 14 00:30 ./tapeid.data Verify backup Tue May 14 02:46:14 EDT 2002 Segment 1-4: mksysb 4129027 Kbytes, 131965 files 88.4% Backup finished Tue May 14 04:25:17 EDT 2002 **** Usage Log: **** Uses: 15 Backup Date: Tue May 7 00:30:33 EDT 2002 Backup Date: Tue Apr 23 00:30:34 EDT 2002 Backup Date: Tue Apr 16 00:30:33 EDT 2002 Backup Date: Tue Apr 9 00:30:34 EDT 2002 Backup Date: Sat Mar 30 00:30:30 EST 2002 From root@csichb.com Tue May 14 04:31:34 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4E8VYY1036830 for ; Tue, 14 May 2002 04:31:34 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4E8VRen011776 for ; Tue, 14 May 2002 04:31:28 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4E8VRJR037178 for ; Tue, 14 May 2002 04:31:27 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4E8VQLe024296 for bmsaix@bmsi.com; Tue, 14 May 2002 04:31:26 -0400 Date: Tue, 14 May 2002 04:31:26 -0400 From: root@csichb.com Message-Id: <200205140831.g4E8VQLe024296@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2202 System Id: csi Backup Started: Tue May 14 02:00:00 EDT 2002 Dumpdate: Tue May 7 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 07 02:01 ./image.data -rw-r--r-- 1 root system 3889 May 07 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue May 14 02:00:21 EDT 2002 mksysb started Tue May 14 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69041 files.............................. 310 of 69041 files (0%).............................. 312 of 69041 files (0%).............................. 5658 of 69041 files (8%).............................. 6687 of 69041 files (9%).............................. 6923 of 69041 files (10%).............................. 12502 of 69041 files (18%).............................. 13140 of 69041 files (19%).............................. 13210 of 69041 files (19%).............................. 21641 of 69041 files (31%).............................. 28209 of 69041 files (40%).............................. 39046 of 69041 files (56%).............................. 48404 of 69041 files (70%).............................. 53539 of 69041 files (77%).............................. 61761 of 69041 files (89%).......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue May 14 03:19:16 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue May 14 03:19:18 EDT 2002 Verify mksysb Tue May 14 03:20:22 EDT 2002 Dumpdate: Tue May 14 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 14 02:01 ./image.data -rw-r--r-- 1 root system 3931 May 14 02:00 ./tapeid.data 2123479 Kbytes, 69041 files Backup finished Tue May 14 04:31:26 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6920 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 320360 35% 840 2% /var /dev/hd3 344064 283952 18% 86 1% /tmp /dev/hd1 819200 79792 91% 849 1% /home /dev/lv00 507904 59608 89% 5945 19% /bms /dev/lv01 835584 146600 83% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 87 Backup Date: Tue May 7 02:00:22 EDT 2002 Backup Date: Tue Apr 30 02:00:22 EDT 2002 Backup Date: Tue Apr 23 02:00:21 EDT 2002 Backup Date: Tue Apr 16 02:00:22 EDT 2002 Backup Date: Tue Apr 9 02:00:21 EDT 2002 From root@wall.wall.com Tue May 14 04:36:09 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4E8a7Y3036692; Tue, 14 May 2002 04:36:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4E8Zo1f043084; Tue, 14 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42922; Tue, 14 May 2002 04:29:52 -0400 Date: Tue, 14 May 2002 04:29:52 -0400 From: root@wall.wall.com Message-Id: <200205140829.EAA42922@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2203 System Id: wall Backup Started: Tue May 14 02:00:00 EDT 2002 Backup of btas image started Tue May 14 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue May 14 02:28:50 EDT 2002] 68.2% Dumpdate: Fri Mar 22 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 22 02:29 ./image.data -rw-r--r-- 1 root system 3239 Mar 22 02:27 ./tapeid.data Tape Id: wall0051 Backup Date: Tue May 14 02:31:07 EDT 2002 mksysb started Tue May 14 02:31:07 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 45929 files.............................. 3081 of 45929 files (6%).............................. 3081 of 45929 files (6%).............................. 3081 of 45929 files (6%).............................. 3119 of 45929 files (6%).............................. 3119 of 45929 files (6%).............................. 3119 of 45929 files (6%).............................. 3171 of 45929 files (6%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN238177: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN238178: A file or directory in the path name does not exist. ............. 11406 of 45929 files (24%).............................. 21497 of 45929 files (46%).............................. 35034 of 45929 files (76%).............................. 42049 of 45929 files (91%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue May 14 03:38:22 EDT 2002 Verify mksysb Tue May 14 03:38:24 EDT 2002 Dumpdate: Tue May 14 02:38:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 14 02:32 ./image.data -rw-r--r-- 1 root system 3281 May 14 02:31 ./tapeid.data 1517242 Kbytes, 45927 files 0 cache hits, 0 cache misses Backup finished Tue May 14 04:29:50 EDT 2002 **** Usage Log: **** Uses: 73 Backup Date: Fri Mar 22 02:27:47 EST 2002 Backup Date: Fri Mar 8 02:27:08 EST 2002 Backup Date: Tue Jan 15 02:27:30 EST 2002 Backup Date: Sat Jan 12 02:26:53 EST 2002 Backup Date: Fri Jan 11 02:27:31 EST 2002 From root@wall.wall.com Wed May 15 04:36:10 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4F8a7Y3027502; Wed, 15 May 2002 04:36:07 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4F8Zp9B034660; Wed, 15 May 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA13668; Wed, 15 May 2002 04:25:46 -0400 Date: Wed, 15 May 2002 04:25:46 -0400 From: root@wall.wall.com Message-Id: <200205150825.EAA13668@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2204 System Id: wall Backup Started: Wed May 15 02:00:01 EDT 2002 Backup of btas image started Wed May 15 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed May 15 02:27:13 EDT 2002] 68.2% Dumpdate: Tue May 14 02:38:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 14 02:32 ./image.data -rw-r--r-- 1 root system 3281 May 14 02:31 ./tapeid.data Tape Id: wall0051 Backup Date: Wed May 15 02:27:39 EDT 2002 mksysb started Wed May 15 02:27:40 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46006 files.............................. 3092 of 46006 files (6%).............................. 3092 of 46006 files (6%).............................. 3092 of 46006 files (6%).............................. 3130 of 46006 files (6%).............................. 3130 of 46006 files (6%).............................. 3130 of 46006 files (6%).............................. 3181 of 46006 files (6%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN238351: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN238352: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN238353: A file or directory in the path name does not exist. ............. 11412 of 46006 files (24%).............................. 21764 of 46006 files (47%).............................. 35102 of 46006 files (76%).............................. 42124 of 46006 files (91%)............... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed May 15 03:33:58 EDT 2002 Verify mksysb Wed May 15 03:34:00 EDT 2002 Dumpdate: Wed May 15 02:34:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 15 02:29 ./image.data -rw-r--r-- 1 root system 3323 May 15 02:27 ./tapeid.data 1518158 Kbytes, 46003 files 0 cache hits, 0 cache misses Backup finished Wed May 15 04:25:44 EDT 2002 **** Usage Log: **** Uses: 74 Backup Date: Tue May 14 02:31:07 EDT 2002 Backup Date: Fri Mar 22 02:27:47 EST 2002 Backup Date: Fri Mar 8 02:27:08 EST 2002 Backup Date: Tue Jan 15 02:27:30 EST 2002 Backup Date: Sat Jan 12 02:26:53 EST 2002 From root@wall.wall.com Thu May 16 04:36:10 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4G8a7Y3024534; Thu, 16 May 2002 04:36:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4G8ZoRE036302; Thu, 16 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43686; Thu, 16 May 2002 04:27:00 -0400 Date: Thu, 16 May 2002 04:27:00 -0400 From: root@wall.wall.com Message-Id: <200205160827.EAA43686@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2205 System Id: wall Backup Started: Thu May 16 02:00:00 EDT 2002 Backup of btas image started Thu May 16 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu May 16 02:27:42 EDT 2002] 68.2% Dumpdate: Wed May 15 02:34:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 15 02:29 ./image.data -rw-r--r-- 1 root system 3323 May 15 02:27 ./tapeid.data Tape Id: wall0051 Backup Date: Thu May 16 02:28:12 EDT 2002 mksysb started Thu May 16 02:28:13 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46132 files.............................. 3105 of 46132 files (6%).............................. 3105 of 46132 files (6%).............................. 3105 of 46132 files (6%).............................. 3143 of 46132 files (6%).............................. 3143 of 46132 files (6%).............................. 3143 of 46132 files (6%).............................. 3195 of 46132 files (6%).............................. 11683 of 46132 files (25%).............................. 22011 of 46132 files (47%).............................. 35541 of 46132 files (77%).............................. 42255 of 46132 files (91%).................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu May 16 03:35:26 EDT 2002 Verify mksysb Thu May 16 03:35:27 EDT 2002 Dumpdate: Thu May 16 02:35:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 16 02:29 ./image.data -rw-r--r-- 1 root system 3365 May 16 02:28 ./tapeid.data 1519411 Kbytes, 46132 files 0 cache hits, 0 cache misses Backup finished Thu May 16 04:26:58 EDT 2002 **** Usage Log: **** Uses: 75 Backup Date: Wed May 15 02:27:39 EDT 2002 Backup Date: Tue May 14 02:31:07 EDT 2002 Backup Date: Fri Mar 22 02:27:47 EST 2002 Backup Date: Fri Mar 8 02:27:08 EST 2002 Backup Date: Tue Jan 15 02:27:30 EST 2002 From root@csichb.com Thu May 16 04:31:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4G8VsY1028006 for ; Thu, 16 May 2002 04:31:54 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4G8VmYr010998 for ; Thu, 16 May 2002 04:31:48 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4G8VlJR039750 for ; Thu, 16 May 2002 04:31:47 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4G8VlVO022374 for bmsaix@bmsi.com; Thu, 16 May 2002 04:31:47 -0400 Date: Thu, 16 May 2002 04:31:47 -0400 From: root@csichb.com Message-Id: <200205160831.g4G8VlVO022374@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2206 System Id: csi Backup Started: Thu May 16 02:00:00 EDT 2002 Dumpdate: Thu May 9 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 May 09 02:01 ./image.data -rw-r--r-- 1 root system 4015 May 09 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu May 16 02:00:22 EDT 2002 mksysb started Thu May 16 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69065 files.............................. 310 of 69065 files (0%).............................. 312 of 69065 files (0%).............................. 5694 of 69065 files (8%).............................. 6704 of 69065 files (9%).............................. 6929 of 69065 files (10%).............................. 12357 of 69065 files (17%).............................. 13150 of 69065 files (19%).............................. 13234 of 69065 files (19%).............................. 21658 of 69065 files (31%).............................. 27881 of 69065 files (40%).............................. 36636 of 69065 files (53%).............................. 48284 of 69065 files (69%).............................. 53516 of 69065 files (77%).............................. 61782 of 69065 files (89%)........................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu May 16 03:19:23 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu May 16 03:19:25 EDT 2002 Verify mksysb Thu May 16 03:20:27 EDT 2002 Dumpdate: Thu May 16 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 16 02:01 ./image.data -rw-r--r-- 1 root system 4057 May 16 02:00 ./tapeid.data 2128566 Kbytes, 69065 files Backup finished Thu May 16 04:31:46 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6920 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 314920 36% 857 2% /var /dev/hd3 344064 283800 18% 86 1% /tmp /dev/hd1 819200 64336 93% 848 1% /home /dev/lv00 507904 66152 87% 5962 19% /bms /dev/lv01 835584 146600 83% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 90 Backup Date: Thu May 9 02:00:22 EDT 2002 Backup Date: Thu May 2 02:00:22 EDT 2002 Backup Date: Thu Apr 25 02:00:22 EDT 2002 Backup Date: Thu Apr 18 02:00:21 EDT 2002 Backup Date: Thu Apr 11 02:00:22 EDT 2002 From root@acustomsbroker.com Thu May 16 02:52:56 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4G6qoY1024346; Thu, 16 May 2002 02:52:54 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4G6qhYr012300; Thu, 16 May 2002 02:52:44 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4G6qhq31338; Thu, 16 May 2002 02:52:43 -0400 Date: Thu, 16 May 2002 02:52:43 -0400 From: root Message-Id: <200205160652.g4G6qhq31338@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2207 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu May 16 02:00:01 EDT 2002 BMS backup Thu May 16 02:00:25 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Thu May 16 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu May 16 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1353318400 (1.3GB, 915kB/s) 1445.13s real 4.60s user 22.64s system Rewind Tape Thu May 16 02:26:21 EDT 2002 BMS backup Thu May 16 02:27:49 EDT 2002 Verify backup Thu May 16 02:27:49 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Thu May 16 02:52:42 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Thu Apr 25 02:00:25 EDT 2002 Backup Date: Sat Apr 6 02:00:24 EST 2002 Backup Date: Fri Mar 29 02:00:24 EST 2002 Backup Date: Tue Mar 5 02:00:24 EST 2002 Backup Date: Wed Jan 16 02:00:24 EST 2002 From root@csichb.com Sat May 18 04:32:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4I8WeY1021384 for ; Sat, 18 May 2002 04:32:40 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4I8WYYr010050 for ; Sat, 18 May 2002 04:32:34 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4I8WXJR031200 for ; Sat, 18 May 2002 04:32:33 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4I8WXpR019878 for bmsaix@bmsi.com; Sat, 18 May 2002 04:32:33 -0400 Date: Sat, 18 May 2002 04:32:33 -0400 From: root@csichb.com Message-Id: <200205180832.g4I8WXpR019878@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2208 System Id: csi Backup Started: Sat May 18 02:00:01 EDT 2002 Dumpdate: Sat May 11 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 11 02:01 ./image.data -rw-r--r-- 1 root system 697 May 11 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat May 18 02:00:22 EDT 2002 mksysb started Sat May 18 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69106 files.............................. 310 of 69106 files (0%).............................. 312 of 69106 files (0%).............................. 5678 of 69106 files (8%).............................. 6723 of 69106 files (9%).............................. 6950 of 69106 files (10%).............................. 11785 of 69106 files (17%).............................. 13174 of 69106 files (19%).............................. 13275 of 69106 files (19%).............................. 21693 of 69106 files (31%).............................. 27793 of 69106 files (40%).............................. 36635 of 69106 files (53%).............................. 47968 of 69106 files (69%).............................. 53076 of 69106 files (76%).............................. 59371 of 69106 files (85%).............................. 69069 of 69106 files (99%) 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat May 18 03:19:54 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat May 18 03:19:56 EDT 2002 Verify mksysb Sat May 18 03:20:59 EDT 2002 Dumpdate: Sat May 18 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 18 02:01 ./image.data -rw-r--r-- 1 root system 739 May 18 02:00 ./tapeid.data 2135830 Kbytes, 69106 files Backup finished Sat May 18 04:32:32 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 300520 39% 862 2% /var /dev/hd3 344064 283512 18% 86 1% /tmp /dev/hd1 819200 64920 93% 855 1% /home /dev/lv00 507904 62056 88% 5981 19% /bms /dev/lv01 835584 144344 83% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 11 Backup Date: Sat May 11 02:00:22 EDT 2002 Backup Date: Sat May 4 02:00:22 EDT 2002 Backup Date: Sat Apr 27 02:00:22 EDT 2002 Backup Date: Sat Apr 20 02:00:22 EDT 2002 Backup Date: Sat Apr 13 02:00:32 EDT 2002 From root@bmsaix.bmsi.com Sat May 18 04:20:19 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4I8KJY1021480 for ; Sat, 18 May 2002 04:20:19 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4I8KI0U033766 for bmsaix@bmsi.com; Sat, 18 May 2002 04:20:18 -0400 Date: Sat, 18 May 2002 04:20:18 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205180820.g4I8KI0U033766@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2209 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat May 18 00:30:00 EDT 2002 mksysb backup Sat May 18 00:30:22 EDT 2002 Dumpdate: Sat May 4 00:42:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 04 00:33 ./image.data -rw-r--r-- 1 root system 2288 May 04 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat May 18 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat May 18 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 18 02:41:24 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 42810. mksysb backup Sat May 18 02:42:42 EDT 2002 Dumpdate: Sat May 18 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 18 00:33 ./image.data -rw-r--r-- 1 root system 2330 May 18 00:30 ./tapeid.data Verify backup Sat May 18 02:42:49 EDT 2002 Segment 1-4: mksysb 4162712 Kbytes, 133703 files 88.4% Backup finished Sat May 18 04:20:18 EDT 2002 **** Usage Log: **** Uses: 8 Backup Date: Sat May 4 00:30:30 EDT 2002 Backup Date: Sat Apr 20 00:30:34 EDT 2002 Backup Date: Sat Apr 13 00:30:34 EDT 2002 Backup Date: Sat Apr 6 00:30:30 EST 2002 Backup Date: Tue Apr 2 00:30:34 EST 2002 From root@acustomsbroker.com Sat May 18 02:53:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4I6rRY1022044; Sat, 18 May 2002 02:53:27 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4I6rJYr016924; Sat, 18 May 2002 02:53:21 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4I6rIn15651; Sat, 18 May 2002 02:53:18 -0400 Date: Sat, 18 May 2002 02:53:18 -0400 From: root Message-Id: <200205180653.g4I6rIn15651@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2210 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat May 18 02:00:00 EDT 2002 BMS backup Sat May 18 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0009 Backup Date: Sat May 18 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat May 18 02:02:26 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1358049280 (1.3GB, 910kB/s) 1456.93s real 4.60s user 24.26s system Rewind Tape Sat May 18 02:26:43 EDT 2002 BMS backup Sat May 18 02:28:11 EDT 2002 Verify backup Sat May 18 02:28:11 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Sat May 18 02:53:17 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Tue May 7 02:00:24 EDT 2002 Backup Date: Sat Apr 27 02:00:24 EDT 2002 Backup Date: Thu Apr 18 02:00:24 EDT 2002 Backup Date: Tue Apr 16 02:00:24 EDT 2002 Backup Date: Fri Apr 5 02:00:24 EST 2002 From root@bmsaix.bmsi.com Fri May 17 04:24:39 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4H8OcY1025766 for ; Fri, 17 May 2002 04:24:38 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4H8OcGC030882 for bmsaix@bmsi.com; Fri, 17 May 2002 04:24:38 -0400 Date: Fri, 17 May 2002 04:24:38 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205170824.g4H8OcGC030882@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2211 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri May 17 00:30:00 EDT 2002 mksysb backup Fri May 17 00:30:22 EDT 2002 Dumpdate: Fri May 10 00:42:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 10 00:34 ./image.data -rw-r--r-- 1 root system 2540 May 10 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri May 17 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri May 17 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/named/gathsys.com.uGFpUa: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 17 02:46:25 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 37422. mksysb backup Fri May 17 02:47:40 EDT 2002 Dumpdate: Fri May 17 00:42:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 17 00:33 ./image.data -rw-r--r-- 1 root system 2582 May 17 00:30 ./tapeid.data Verify backup Fri May 17 02:47:48 EDT 2002 Segment 1-4: mksysb 4159949 Kbytes, 133705 files 88.4% Backup finished Fri May 17 04:24:37 EDT 2002 **** Usage Log: **** Uses: 14 Backup Date: Fri May 10 00:30:34 EDT 2002 Backup Date: Fri May 3 00:30:30 EDT 2002 Backup Date: Fri Apr 26 00:30:30 EDT 2002 Backup Date: Fri Apr 19 00:30:30 EDT 2002 Backup Date: Fri Apr 12 00:30:30 EDT 2002 From root@csichb.com Fri May 17 04:32:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4H8WDY1025648 for ; Fri, 17 May 2002 04:32:13 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4H8W7Yr016744 for ; Fri, 17 May 2002 04:32:07 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4H8W6JR025314 for ; Fri, 17 May 2002 04:32:07 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4H8W6SR009724 for bmsaix@bmsi.com; Fri, 17 May 2002 04:32:06 -0400 Date: Fri, 17 May 2002 04:32:06 -0400 From: root@csichb.com Message-Id: <200205170832.g4H8W6SR009724@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2212 System Id: csi Backup Started: Fri May 17 02:00:00 EDT 2002 Dumpdate: Fri May 10 02:04:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 10 02:01 ./image.data -rw-r--r-- 1 root system 1075 May 10 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri May 17 02:00:21 EDT 2002 mksysb started Fri May 17 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69077 files.............................. 310 of 69077 files (0%).............................. 316 of 69077 files (0%).............................. 5690 of 69077 files (8%).............................. 6712 of 69077 files (9%).............................. 6944 of 69077 files (10%).............................. 12232 of 69077 files (17%).............................. 13146 of 69077 files (19%).............................. 13246 of 69077 files (19%).............................. 21666 of 69077 files (31%).............................. 27856 of 69077 files (40%).............................. 36626 of 69077 files (53%).............................. 48112 of 69077 files (69%).............................. 53257 of 69077 files (77%).............................. 60444 of 69077 files (87%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri May 17 03:19:35 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri May 17 03:19:37 EDT 2002 Verify mksysb Fri May 17 03:20:40 EDT 2002 Dumpdate: Fri May 17 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 17 02:01 ./image.data -rw-r--r-- 1 root system 1117 May 17 02:00 ./tapeid.data 2132354 Kbytes, 69077 files Backup finished Fri May 17 04:32:05 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6912 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 304752 38% 851 2% /var /dev/hd3 344064 283648 18% 86 1% /tmp /dev/hd1 819200 65992 92% 850 1% /home /dev/lv00 507904 64168 88% 5970 19% /bms /dev/lv01 835584 146600 83% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 20 Backup Date: Fri May 10 02:00:22 EDT 2002 Backup Date: Fri May 3 02:00:22 EDT 2002 Backup Date: Fri Apr 26 02:00:22 EDT 2002 Backup Date: Fri Apr 12 02:00:22 EDT 2002 Backup Date: Fri Apr 5 02:00:22 EST 2002 From root@wall.wall.com Fri May 17 04:36:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4H8a8Y3004512; Fri, 17 May 2002 04:36:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4H8ZnDs042136; Fri, 17 May 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA24290; Fri, 17 May 2002 04:26:31 -0400 Date: Fri, 17 May 2002 04:26:31 -0400 From: root@wall.wall.com Message-Id: <200205170826.EAA24290@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2213 System Id: wall Backup Started: Fri May 17 02:00:00 EDT 2002 Backup of btas image started Fri May 17 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri May 17 02:26:30 EDT 2002] 68.2% Dumpdate: Thu May 16 02:35:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 16 02:29 ./image.data -rw-r--r-- 1 root system 3365 May 16 02:28 ./tapeid.data Tape Id: wall0051 Backup Date: Fri May 17 02:26:56 EDT 2002 mksysb started Fri May 17 02:26:57 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46283 files.............................. 3117 of 46283 files (6%).............................. 3117 of 46283 files (6%).............................. 3117 of 46283 files (6%).............................. 3155 of 46283 files (6%).............................. 3155 of 46283 files (6%).............................. 3155 of 46283 files (6%).............................. 3207 of 46283 files (6%).............................. 11493 of 46283 files (24%).............................. 20995 of 46283 files (45%).............................. 34084 of 46283 files (73%).............................. 42184 of 46283 files (91%)....................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 17 03:34:39 EDT 2002 Verify mksysb Fri May 17 03:34:40 EDT 2002 Dumpdate: Fri May 17 02:33:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 17 02:28 ./image.data -rw-r--r-- 1 root system 3407 May 17 02:26 ./tapeid.data 1519858 Kbytes, 46283 files 0 cache hits, 0 cache misses Backup finished Fri May 17 04:26:30 EDT 2002 **** Usage Log: **** Uses: 76 Backup Date: Thu May 16 02:28:12 EDT 2002 Backup Date: Wed May 15 02:27:39 EDT 2002 Backup Date: Tue May 14 02:31:07 EDT 2002 Backup Date: Fri Mar 22 02:27:47 EST 2002 Backup Date: Fri Mar 8 02:27:08 EST 2002 From root@wall.wall.com Sat May 18 04:36:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4I8a7Y3033766; Sat, 18 May 2002 04:36:08 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4I8Pir8034382; Sat, 18 May 2002 04:25:44 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39098; Sat, 18 May 2002 04:24:18 -0400 Date: Sat, 18 May 2002 04:24:18 -0400 From: root@wall.wall.com Message-Id: <200205180824.EAA39098@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2214 System Id: wall Backup Started: Sat May 18 02:00:00 EDT 2002 Backup of btas image started Sat May 18 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat May 18 02:27:13 EDT 2002] 68.2% Dumpdate: Fri May 17 02:33:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 17 02:28 ./image.data -rw-r--r-- 1 root system 3407 May 17 02:26 ./tapeid.data Tape Id: wall0051 Backup Date: Sat May 18 02:27:39 EDT 2002 mksysb started Sat May 18 02:27:39 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46438 files.............................. 3126 of 46438 files (6%).............................. 3126 of 46438 files (6%).............................. 3126 of 46438 files (6%).............................. 3164 of 46438 files (6%).............................. 3164 of 46438 files (6%).............................. 3164 of 46438 files (6%).............................. 3216 of 46438 files (6%).............................. 11756 of 46438 files (25%).............................. 22461 of 46438 files (48%).............................. 35904 of 46438 files (77%).............................. 44623 of 46438 files (96%)..... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 18 03:32:26 EDT 2002 Verify mksysb Sat May 18 03:32:27 EDT 2002 Dumpdate: Sat May 18 02:34:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 18 02:29 ./image.data -rw-r--r-- 1 root system 3449 May 18 02:27 ./tapeid.data 1521178 Kbytes, 46438 files 0 cache hits, 0 cache misses Backup finished Sat May 18 04:24:17 EDT 2002 **** Usage Log: **** Uses: 77 Backup Date: Fri May 17 02:26:56 EDT 2002 Backup Date: Thu May 16 02:28:12 EDT 2002 Backup Date: Wed May 15 02:27:39 EDT 2002 Backup Date: Tue May 14 02:31:07 EDT 2002 Backup Date: Fri Mar 22 02:27:47 EST 2002 From root@acustomsbroker.com Fri May 17 02:53:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4H6r4Y1046524; Fri, 17 May 2002 02:53:04 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4H6quYr008010; Fri, 17 May 2002 02:52:57 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4H6quE07632; Fri, 17 May 2002 02:52:56 -0400 Date: Fri, 17 May 2002 02:52:56 -0400 From: root Message-Id: <200205170652.g4H6quE07632@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2215 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri May 17 02:00:01 EDT 2002 BMS backup Fri May 17 02:00:36 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Fri May 17 02:00:36 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri May 17 02:02:30 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names tar: /home/jloux/mbox: file changed as we read it Total bytes written: 1355427840 (1.3GB, 910kB/s) tar: Error exit delayed from previous errors 1454.64s real 4.04s user 22.51s system Rewind Tape Fri May 17 02:26:45 EDT 2002 BMS backup Fri May 17 02:28:04 EDT 2002 Verify backup Fri May 17 02:28:04 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Fri May 17 02:52:55 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Fri Apr 26 02:00:24 EDT 2002 Backup Date: Wed Apr 17 02:00:24 EDT 2002 Backup Date: Tue Apr 9 02:00:24 EDT 2002 Backup Date: Sat Mar 30 02:00:24 EST 2002 Backup Date: Tue Mar 19 02:00:24 EST 2002 From root@wall.wall.com Tue May 21 05:06:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4L968Y1024562; Tue, 21 May 2002 05:06:08 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4L8bevG023556; Tue, 21 May 2002 04:37:40 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38526; Tue, 21 May 2002 04:28:38 -0400 Date: Tue, 21 May 2002 04:28:38 -0400 From: root@wall.wall.com Message-Id: <200205210828.EAA38526@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2216 System Id: wall Backup Started: Tue May 21 02:00:00 EDT 2002 Backup of btas image started Tue May 21 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue May 21 02:28:13 EDT 2002] 68.2% Dumpdate: Sat May 18 02:34:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 18 02:29 ./image.data -rw-r--r-- 1 root system 3449 May 18 02:27 ./tapeid.data Tape Id: wall0051 Backup Date: Tue May 21 02:28:39 EDT 2002 mksysb started Tue May 21 02:28:40 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46287 files.............................. 3156 of 46287 files (6%).............................. 3156 of 46287 files (6%).............................. 3156 of 46287 files (6%).............................. 3194 of 46287 files (6%).............................. 3194 of 46287 files (6%).............................. 3194 of 46287 files (6%).............................. 3246 of 46287 files (7%).............................. 11591 of 46287 files (25%).............................. 20881 of 46287 files (45%).............................. 25826 of 46287 files (55%).............................. 41762 of 46287 files (90%)........................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue May 21 03:36:57 EDT 2002 Verify mksysb Tue May 21 03:36:58 EDT 2002 Dumpdate: Tue May 21 02:35:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 21 02:30 ./image.data -rw-r--r-- 1 root system 3491 May 21 02:28 ./tapeid.data 1520363 Kbytes, 46287 files 0 cache hits, 0 cache misses Backup finished Tue May 21 04:28:37 EDT 2002 **** Usage Log: **** Uses: 78 Backup Date: Sat May 18 02:27:39 EDT 2002 Backup Date: Fri May 17 02:26:56 EDT 2002 Backup Date: Thu May 16 02:28:12 EDT 2002 Backup Date: Wed May 15 02:27:39 EDT 2002 Backup Date: Tue May 14 02:31:07 EDT 2002 From root@csichb.com Tue May 21 04:32:08 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4L8W7Y1034364 for ; Tue, 21 May 2002 04:32:07 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4L8W1Yr023910 for ; Tue, 21 May 2002 04:32:01 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4L8W1JR040782 for ; Tue, 21 May 2002 04:32:01 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4L8W0ga036862 for bmsaix@bmsi.com; Tue, 21 May 2002 04:32:00 -0400 Date: Tue, 21 May 2002 04:32:00 -0400 From: root@csichb.com Message-Id: <200205210832.g4L8W0ga036862@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2217 System Id: csi Backup Started: Tue May 21 02:00:01 EDT 2002 Dumpdate: Tue May 14 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 14 02:01 ./image.data -rw-r--r-- 1 root system 3931 May 14 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue May 21 02:00:21 EDT 2002 mksysb started Tue May 21 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69123 files.............................. 310 of 69123 files (0%).............................. 312 of 69123 files (0%).............................. 5682 of 69123 files (8%).............................. 6745 of 69123 files (9%).............................. 6964 of 69123 files (10%).............................. 11924 of 69123 files (17%).............................. 13191 of 69123 files (19%).............................. 13292 of 69123 files (19%).............................. 21710 of 69123 files (31%).............................. 27885 of 69123 files (40%).............................. 36673 of 69123 files (53%).............................. 47983 of 69123 files (69%).............................. 53149 of 69123 files (76%).............................. 59680 of 69123 files (86%)............................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue May 21 03:19:34 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue May 21 03:19:36 EDT 2002 Verify mksysb Tue May 21 03:20:39 EDT 2002 Dumpdate: Tue May 21 02:04:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 21 02:01 ./image.data -rw-r--r-- 1 root system 3973 May 21 02:00 ./tapeid.data 2131238 Kbytes, 69123 files Backup finished Tue May 21 04:32:00 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 326816 34% 868 2% /var /dev/hd3 344064 283376 18% 86 1% /tmp /dev/hd1 819200 64136 93% 855 1% /home /dev/lv00 507904 54024 90% 6003 19% /bms /dev/lv01 835584 140352 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 88 Backup Date: Tue May 14 02:00:21 EDT 2002 Backup Date: Tue May 7 02:00:22 EDT 2002 Backup Date: Tue Apr 30 02:00:22 EDT 2002 Backup Date: Tue Apr 23 02:00:21 EDT 2002 Backup Date: Tue Apr 16 02:00:22 EDT 2002 From root@editorialunilit.com Tue May 21 03:52:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4L7qCY1023574 for ; Tue, 21 May 2002 03:52:12 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4L7q6Yr021720 for ; Tue, 21 May 2002 03:52:06 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4L7onfV023008; Tue, 21 May 2002 03:50:49 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4L7onCK021726; Tue, 21 May 2002 03:50:49 -0400 Date: Tue, 21 May 2002 03:50:49 -0400 From: root@editorialunilit.com Message-Id: <200205210750.g4L7onCK021726@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2218 System Id: unilit Backup Started: Mon May 20 23:50:01 EDT 2002 Dumpdate: Wed May 8 00:02:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 May 07 23:57 ./image.data -rw-r--r-- 1 root system 1329 May 07 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0070 Backup Date: Mon May 20 23:50:56 EDT 2002 mksysb started Mon May 20 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6238 cache hits, 126 cache misses 137781 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 19666. Rewind Tape Tue May 21 02:16:33 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue May 21 02:26:34 EDT 2002 Dumpdate: Tue May 21 00:02:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 May 20 23:56 ./image.data -rw-r--r-- 1 root system 1371 May 20 23:50 ./tapeid.data 2725446 Kbytes, 30401 files Backup finished Tue May 21 03:50:48 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Tue May 7 23:50:56 EDT 2002 Backup Date: Wed May 1 23:50:56 EDT 2002 Backup Date: Thu Apr 25 23:50:57 EDT 2002 Backup Date: Fri Apr 19 23:50:57 EDT 2002 Backup Date: Mon Apr 15 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 656336 45% 9699 7% /var /dev/hd3 81920 70568 14% 100 1% /tmp /dev/hd1 196608 93920 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17592 89% 3676 80% /usr/local /dev/lv03 131072 15840 88% 5437 67% /bms /dev/lv04 294912 89168 70% 2468 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 818368 69% 345 1% /mail Free Mounted Blksiz Opens Status A: 18308 Tue May 21 02:16 2048 8 Clean /btdata/SPAN 156276 used B: 125 Tue May 21 02:16 2048 15 Clean /btdata/EDX 6993 used From root@acustomsbroker.com Tue May 21 02:53:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4L6rRY1034402; Tue, 21 May 2002 02:53:27 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4L6rGYr023998; Tue, 21 May 2002 02:53:20 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4L6rEu31046; Tue, 21 May 2002 02:53:14 -0400 Date: Tue, 21 May 2002 02:53:14 -0400 From: root Message-Id: <200205210653.g4L6rEu31046@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2219 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue May 21 02:00:00 EDT 2002 BMS backup Tue May 21 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Tue May 21 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue May 21 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1352796160 (1.3GB, 904kB/s) 1462.01s real 3.99s user 23.74s system Rewind Tape Tue May 21 02:26:42 EDT 2002 BMS backup Tue May 21 02:28:06 EDT 2002 Verify backup Tue May 21 02:28:06 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Tue May 21 02:53:14 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Wed May 8 02:00:24 EDT 2002 Backup Date: Thu Mar 28 02:00:24 EST 2002 Backup Date: Thu Feb 28 02:00:20 EST 2002 Backup Date: Wed Feb 13 02:00:24 EST 2002 Backup Date: Sat Jan 26 02:00:20 EST 2002 From root@wall.wall.com Wed May 22 04:36:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4M8a9Y3042350; Wed, 22 May 2002 04:36:09 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4M8ZrpJ026726; Wed, 22 May 2002 04:35:53 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41542; Wed, 22 May 2002 04:24:01 -0400 Date: Wed, 22 May 2002 04:24:01 -0400 From: root@wall.wall.com Message-Id: <200205220824.EAA41542@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2220 System Id: wall Backup Started: Wed May 22 02:00:00 EDT 2002 Backup of btas image started Wed May 22 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed May 22 02:26:32 EDT 2002] 68.2% Dumpdate: Tue May 21 02:35:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 21 02:30 ./image.data -rw-r--r-- 1 root system 3491 May 21 02:28 ./tapeid.data Tape Id: wall0051 Backup Date: Wed May 22 02:26:58 EDT 2002 mksysb started Wed May 22 02:26:59 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46414 files.............................. 3168 of 46414 files (6%).............................. 3168 of 46414 files (6%).............................. 3168 of 46414 files (6%).............................. 3206 of 46414 files (6%).............................. 3206 of 46414 files (6%).............................. 3206 of 46414 files (6%).............................. 3258 of 46414 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239243: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239244: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239245: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239246: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239247: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239248: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239249: A file or directory in the path name does not exist. ............. 11607 of 46414 files (25%).............................. 21578 of 46414 files (46%).............................. 35208 of 46414 files (75%).............................. 44042 of 46414 files (94%)....... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed May 22 03:32:08 EDT 2002 Verify mksysb Wed May 22 03:32:10 EDT 2002 Dumpdate: Wed May 22 02:34:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 22 02:28 ./image.data -rw-r--r-- 1 root system 3533 May 22 02:26 ./tapeid.data 1521157 Kbytes, 46407 files 0 cache hits, 0 cache misses Backup finished Wed May 22 04:24:00 EDT 2002 **** Usage Log: **** Uses: 79 Backup Date: Tue May 21 02:28:39 EDT 2002 Backup Date: Sat May 18 02:27:39 EDT 2002 Backup Date: Fri May 17 02:26:56 EDT 2002 Backup Date: Thu May 16 02:28:12 EDT 2002 Backup Date: Wed May 15 02:27:39 EDT 2002 From root@csichb.com Wed May 22 04:32:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4M8WSY1042494 for ; Wed, 22 May 2002 04:32:29 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4M8WMYr014100 for ; Wed, 22 May 2002 04:32:23 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4M8WMJR030532 for ; Wed, 22 May 2002 04:32:22 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4M8WMRY005808 for bmsaix@bmsi.com; Wed, 22 May 2002 04:32:22 -0400 Date: Wed, 22 May 2002 04:32:22 -0400 From: root@csichb.com Message-Id: <200205220832.g4M8WMRY005808@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2221 System Id: csi Backup Started: Wed May 22 02:00:00 EDT 2002 Dumpdate: Wed May 15 02:04:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 15 02:01 ./image.data -rw-r--r-- 1 root system 2755 May 15 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed May 22 02:00:21 EDT 2002 mksysb started Wed May 22 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69132 files.............................. 310 of 69132 files (0%).............................. 312 of 69132 files (0%).............................. 5671 of 69132 files (8%).............................. 6752 of 69132 files (9%).............................. 6973 of 69132 files (10%).............................. 11919 of 69132 files (17%).............................. 13200 of 69132 files (19%).............................. 13301 of 69132 files (19%).............................. 21719 of 69132 files (31%).............................. 27895 of 69132 files (40%).............................. 36682 of 69132 files (53%).............................. 48091 of 69132 files (69%).............................. 53202 of 69132 files (76%).............................. 59681 of 69132 files (86%)............................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed May 22 03:19:43 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed May 22 03:19:46 EDT 2002 Verify mksysb Wed May 22 03:20:49 EDT 2002 Dumpdate: Wed May 22 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 22 02:01 ./image.data -rw-r--r-- 1 root system 2797 May 22 02:00 ./tapeid.data 2134672 Kbytes, 69132 files Backup finished Wed May 22 04:32:21 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 320528 35% 861 2% /var /dev/hd3 344064 283264 18% 86 1% /tmp /dev/hd1 819200 62984 93% 855 1% /home /dev/lv00 507904 52056 90% 6010 19% /bms /dev/lv01 835584 140352 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 60 Backup Date: Wed May 15 02:00:22 EDT 2002 Backup Date: Wed May 8 02:00:22 EDT 2002 Backup Date: Wed May 1 02:00:22 EDT 2002 Backup Date: Wed Apr 24 02:00:22 EDT 2002 Backup Date: Wed Apr 17 02:00:21 EDT 2002 From root@bmsaix.bmsi.com Wed May 22 04:23:59 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4M8NwY1024958 for ; Wed, 22 May 2002 04:23:58 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4M8NwXu042364 for bmsaix@bmsi.com; Wed, 22 May 2002 04:23:58 -0400 Date: Wed, 22 May 2002 04:23:58 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205220823.g4M8NwXu042364@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2222 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed May 22 00:30:01 EDT 2002 mksysb backup Wed May 22 00:30:26 EDT 2002 Dumpdate: Wed May 8 00:42:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 08 00:34 ./image.data -rw-r--r-- 1 root system 2372 May 08 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed May 22 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed May 22 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 22 02:46:20 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 21686. mksysb backup Wed May 22 02:47:29 EDT 2002 Dumpdate: Wed May 22 00:42:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 22 00:34 ./image.data -rw-r--r-- 1 root system 2414 May 22 00:30 ./tapeid.data Verify backup Wed May 22 02:47:37 EDT 2002 Segment 1-4: mksysb 4186795 Kbytes, 134279 files 88.4% Backup finished Wed May 22 04:23:57 EDT 2002 **** Usage Log: **** Uses: 10 Backup Date: Wed May 8 00:30:34 EDT 2002 Backup Date: Wed May 1 00:30:34 EDT 2002 Backup Date: Wed Apr 24 00:30:33 EDT 2002 Backup Date: Wed Apr 10 00:30:33 EDT 2002 Backup Date: Wed Mar 20 00:30:34 EST 2002 From root@editorialunilit.com Wed May 22 04:15:20 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4M8FKY1040922 for ; Wed, 22 May 2002 04:15:20 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4M8FDYr027022 for ; Wed, 22 May 2002 04:15:13 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4M8DufV030318; Wed, 22 May 2002 04:13:56 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4M8Durl014700; Wed, 22 May 2002 04:13:56 -0400 Date: Wed, 22 May 2002 04:13:56 -0400 From: root@editorialunilit.com Message-Id: <200205220813.g4M8Durl014700@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2223 System Id: unilit Backup Started: Tue May 21 23:50:00 EDT 2002 Dumpdate: Tue May 14 00:03:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 May 13 23:57 ./image.data -rw-r--r-- 1 root system 1287 May 13 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Tue May 21 23:50:56 EDT 2002 mksysb started Tue May 21 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6237 cache hits, 126 cache misses 137875 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 16218. Rewind Tape Wed May 22 02:23:14 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed May 22 02:33:15 EDT 2002 Dumpdate: Wed May 22 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10745 May 21 23:56 ./image.data -rw-r--r-- 1 root system 1329 May 21 23:50 ./tapeid.data 2736407 Kbytes, 30563 files Backup finished Wed May 22 04:13:55 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Mon May 13 23:50:57 EDT 2002 Backup Date: Wed May 8 23:51:04 EDT 2002 Backup Date: Thu May 2 23:51:01 EDT 2002 Backup Date: Fri Apr 26 23:50:56 EDT 2002 Backup Date: Mon Apr 22 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 636648 47% 9859 7% /var /dev/hd3 81920 70560 14% 100 1% /tmp /dev/hd1 196608 93920 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17584 89% 3676 80% /usr/local /dev/lv03 131072 15632 89% 5439 67% /bms /dev/lv04 294912 89152 70% 2468 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 816288 69% 345 1% /mail Free Mounted Blksiz Opens Status A: 18214 Wed May 22 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 141 Wed May 22 02:23 2048 15 Clean /btdata/EDX 6993 used From root@acustomsbroker.com Wed May 22 02:53:24 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4M6rNY1024676; Wed, 22 May 2002 02:53:23 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.1) with ESMTP id g4M6rEYr010260; Wed, 22 May 2002 02:53:15 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4M6rDK06411; Wed, 22 May 2002 02:53:13 -0400 Date: Wed, 22 May 2002 02:53:13 -0400 From: root Message-Id: <200205220653.g4M6rDK06411@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2224 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed May 22 02:00:01 EDT 2002 BMS backup Wed May 22 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Wed May 22 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed May 22 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1353164800 (1.3GB, 904kB/s) 1461.22s real 4.58s user 24.86s system Rewind Tape Wed May 22 02:26:35 EDT 2002 BMS backup Wed May 22 02:28:05 EDT 2002 Verify backup Wed May 22 02:28:05 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Wed May 22 02:53:13 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Thu May 9 02:00:25 EDT 2002 Backup Date: Fri Apr 19 02:00:24 EDT 2002 Backup Date: Thu Apr 4 02:00:24 EST 2002 Backup Date: Wed Mar 27 02:00:24 EST 2002 Backup Date: Sat Mar 16 02:00:24 EST 2002 From root@csichb.com Fri May 24 04:33:11 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4O8XAY1026876 for ; Fri, 24 May 2002 04:33:10 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4O8X42D010330 for ; Fri, 24 May 2002 04:33:04 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4O8X3JR049054 for ; Fri, 24 May 2002 04:33:04 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4O8X3uQ032850 for bmsaix@bmsi.com; Fri, 24 May 2002 04:33:03 -0400 Date: Fri, 24 May 2002 04:33:03 -0400 From: root@csichb.com Message-Id: <200205240833.g4O8X3uQ032850@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2225 System Id: csi Backup Started: Fri May 24 02:00:01 EDT 2002 Dumpdate: Fri May 17 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 17 02:01 ./image.data -rw-r--r-- 1 root system 1117 May 17 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri May 24 02:00:22 EDT 2002 mksysb started Fri May 24 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69148 files.............................. 310 of 69148 files (0%).............................. 312 of 69148 files (0%).............................. 5666 of 69148 files (8%).............................. 6768 of 69148 files (9%).............................. 6948 of 69148 files (10%).............................. 11114 of 69148 files (16%).............................. 13210 of 69148 files (19%).............................. 13314 of 69148 files (19%).............................. 21729 of 69148 files (31%).............................. 26972 of 69148 files (39%).............................. 36233 of 69148 files (52%).............................. 47533 of 69148 files (68%).............................. 52897 of 69148 files (76%).............................. 59248 of 69148 files (85%).............................. 67515 of 69148 files (97%). 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri May 24 03:20:10 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri May 24 03:20:11 EDT 2002 Verify mksysb Fri May 24 03:21:15 EDT 2002 Dumpdate: Fri May 24 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 24 02:01 ./image.data -rw-r--r-- 1 root system 1159 May 24 02:00 ./tapeid.data 2141400 Kbytes, 69148 files Backup finished Fri May 24 04:33:02 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 305472 38% 864 2% /var /dev/hd3 344064 283008 18% 86 1% /tmp /dev/hd1 819200 61568 93% 851 1% /home /dev/lv00 507904 47920 91% 6026 19% /bms /dev/lv01 835584 140320 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 21 Backup Date: Fri May 17 02:00:21 EDT 2002 Backup Date: Fri May 10 02:00:22 EDT 2002 Backup Date: Fri May 3 02:00:22 EDT 2002 Backup Date: Fri Apr 26 02:00:22 EDT 2002 Backup Date: Fri Apr 12 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Fri May 24 04:31:40 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4O8VeY1005828 for ; Fri, 24 May 2002 04:31:40 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4O8Veig018624 for bmsaix@bmsi.com; Fri, 24 May 2002 04:31:40 -0400 Date: Fri, 24 May 2002 04:31:40 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205240831.g4O8Veig018624@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2226 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri May 24 00:30:00 EDT 2002 mksysb backup Fri May 24 00:30:26 EDT 2002 Dumpdate: Fri May 17 00:42:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 17 00:33 ./image.data -rw-r--r-- 1 root system 2582 May 17 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri May 24 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri May 24 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai2e22ecc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall42baecc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC42ba: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 24 02:47:53 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 41402. mksysb backup Fri May 24 02:49:33 EDT 2002 Dumpdate: Fri May 24 00:42:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 24 00:33 ./image.data -rw-r--r-- 1 root system 2624 May 24 00:30 ./tapeid.data Verify backup Fri May 24 02:49:40 EDT 2002 Segment 1-4: mksysb 4202144 Kbytes, 134389 files 88.4% Backup finished Fri May 24 04:31:39 EDT 2002 **** Usage Log: **** Uses: 15 Backup Date: Fri May 17 00:30:30 EDT 2002 Backup Date: Fri May 10 00:30:34 EDT 2002 Backup Date: Fri May 3 00:30:30 EDT 2002 Backup Date: Fri Apr 26 00:30:30 EDT 2002 Backup Date: Fri Apr 19 00:30:30 EDT 2002 From root@editorialunilit.com Fri May 24 04:02:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4O822Y1033218 for ; Fri, 24 May 2002 04:02:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4O81t2D026448 for ; Fri, 24 May 2002 04:01:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4O80cfV022846; Fri, 24 May 2002 04:00:38 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4O80c88027196; Fri, 24 May 2002 04:00:38 -0400 Date: Fri, 24 May 2002 04:00:38 -0400 From: root@editorialunilit.com Message-Id: <200205240800.g4O80c88027196@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2227 System Id: unilit Backup Started: Thu May 23 23:50:00 EDT 2002 Dumpdate: Sat May 11 00:02:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 May 10 23:56 ./image.data -rw-r--r-- 1 root system 2757 May 10 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Thu May 23 23:50:45 EDT 2002 mksysb started Thu May 23 23:50:46 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6242 cache hits, 124 cache misses 138324 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 24128. Rewind Tape Fri May 24 02:23:15 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri May 24 02:33:16 EDT 2002 Dumpdate: Fri May 24 00:02:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10745 May 23 23:56 ./image.data -rw-r--r-- 1 root system 2799 May 23 23:50 ./tapeid.data 2740928 Kbytes, 30891 files Backup finished Fri May 24 04:00:37 EDT 2002 **** Usage Log: **** Uses: 60 Backup Date: Fri May 10 23:50:23 EDT 2002 Backup Date: Mon May 6 23:50:24 EDT 2002 Backup Date: Tue Apr 30 23:50:26 EDT 2002 Backup Date: Wed Apr 24 23:50:36 EDT 2002 Backup Date: Thu Apr 18 23:50:29 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 634032 47% 10181 7% /var /dev/hd3 81920 70536 14% 100 1% /tmp /dev/hd1 196608 93912 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17560 89% 3676 80% /usr/local /dev/lv03 131072 15656 89% 5442 67% /bms /dev/lv04 294912 89376 70% 2472 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 807912 69% 345 1% /mail Free Mounted Blksiz Opens Status A: 17765 Fri May 24 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 67 Fri May 24 02:23 2048 15 Clean /btdata/EDX 6993 used From root@acustomsbroker.com Fri May 24 02:53:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4O6rFY1031312; Fri, 24 May 2002 02:53:16 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4O6r12D024408; Fri, 24 May 2002 02:53:08 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4O6r0s23219; Fri, 24 May 2002 02:53:00 -0400 Date: Fri, 24 May 2002 02:53:00 -0400 From: root Message-Id: <200205240653.g4O6r0s23219@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2228 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri May 24 02:00:01 EDT 2002 BMS backup Fri May 24 02:00:25 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Fri May 24 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri May 24 02:02:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1357987840 (1.3GB, 915kB/s) 1450.15s real 4.23s user 23.00s system Rewind Tape Fri May 24 02:26:27 EDT 2002 BMS backup Fri May 24 02:27:55 EDT 2002 Verify backup Fri May 24 02:27:55 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri May 24 02:52:59 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Thu May 2 02:00:24 EDT 2002 Backup Date: Fri Apr 12 02:00:24 EDT 2002 Backup Date: Sat Mar 23 02:00:24 EST 2002 Backup Date: Tue Mar 12 02:00:24 EST 2002 Backup Date: Thu Feb 21 02:00:23 EST 2002 From root@wall.wall.com Thu May 23 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4N8a9Y3021114; Thu, 23 May 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4N8ZrQo032626; Thu, 23 May 2002 04:35:53 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA22888; Thu, 23 May 2002 04:27:50 -0400 Date: Thu, 23 May 2002 04:27:50 -0400 From: root@wall.wall.com Message-Id: <200205230827.EAA22888@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: O X-Status: X-Keywords: X-UID: 2229 System Id: wall Backup Started: Thu May 23 02:00:00 EDT 2002 Backup of btas image started Thu May 23 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu May 23 02:27:36 EDT 2002] 68.2% Dumpdate: Wed May 22 02:34:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 22 02:28 ./image.data -rw-r--r-- 1 root system 3533 May 22 02:26 ./tapeid.data Tape Id: wall0051 Backup Date: Thu May 23 02:28:25 EDT 2002 mksysb started Thu May 23 02:28:26 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46506 files.............................. 3179 of 46506 files (6%).............................. 3179 of 46506 files (6%).............................. 3179 of 46506 files (6%).............................. 3217 of 46506 files (6%).............................. 3217 of 46506 files (6%).............................. 3217 of 46506 files (6%).............................. 3269 of 46506 files (7%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239410: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239411: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239412: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239413: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239414: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239415: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239416: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239417: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239418: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239419: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239420: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239421: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239422: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239423: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239424: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239425: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239426: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN239427: A file or directory in the path name does not exist. .............. 11746 of 46506 files (25%).............................. 21933 of 46506 files (47%).............................. 35524 of 46506 files (76%).............................. 42389 of 46506 files (91%)...................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu May 23 03:36:05 EDT 2002 Verify mksysb Thu May 23 03:36:06 EDT 2002 Dumpdate: Thu May 23 02:35:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 23 02:29 ./image.data -rw-r--r-- 1 root system 3575 May 23 02:28 ./tapeid.data 1521547 Kbytes, 46488 files 0 cache hits, 0 cache misses Backup finished Thu May 23 04:27:50 EDT 2002 **** Usage Log: **** Uses: 80 Backup Date: Wed May 22 02:26:58 EDT 2002 Backup Date: Tue May 21 02:28:39 EDT 2002 Backup Date: Sat May 18 02:27:39 EDT 2002 Backup Date: Fri May 17 02:26:56 EDT 2002 Backup Date: Thu May 16 02:28:12 EDT 2002 From root@wall.wall.com Fri May 24 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4O8aAY3018538; Fri, 24 May 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4O8ZoQp032098; Fri, 24 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44180; Fri, 24 May 2002 04:25:55 -0400 Date: Fri, 24 May 2002 04:25:55 -0400 From: root@wall.wall.com Message-Id: <200205240825.EAA44180@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: O X-Status: X-Keywords: X-UID: 2230 System Id: wall Backup Started: Fri May 24 02:00:01 EDT 2002 Backup of btas image started Fri May 24 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri May 24 02:25:46 EDT 2002] 68.2% Dumpdate: Thu May 23 02:35:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 23 02:29 ./image.data -rw-r--r-- 1 root system 3575 May 23 02:28 ./tapeid.data Tape Id: wall0051 Backup Date: Fri May 24 02:26:12 EDT 2002 mksysb started Fri May 24 02:26:13 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46756 files.............................. 3192 of 46756 files (6%).............................. 3192 of 46756 files (6%).............................. 3192 of 46756 files (6%).............................. 3230 of 46756 files (6%).............................. 3230 of 46756 files (6%).............................. 3230 of 46756 files (6%).............................. 3282 of 46756 files (7%).............................. 11933 of 46756 files (25%).............................. 21336 of 46756 files (45%).............................. 26265 of 46756 files (56%).............................. 39838 of 46756 files (85%)......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 24 03:34:14 EDT 2002 Verify mksysb Fri May 24 03:34:15 EDT 2002 Dumpdate: Fri May 24 02:33:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 24 02:27 ./image.data -rw-r--r-- 1 root system 3617 May 24 02:26 ./tapeid.data 1524092 Kbytes, 46756 files 0 cache hits, 0 cache misses Backup finished Fri May 24 04:25:55 EDT 2002 **** Usage Log: **** Uses: 81 Backup Date: Thu May 23 02:28:25 EDT 2002 Backup Date: Wed May 22 02:26:58 EDT 2002 Backup Date: Tue May 21 02:28:39 EDT 2002 Backup Date: Sat May 18 02:27:39 EDT 2002 Backup Date: Fri May 17 02:26:56 EDT 2002 From root@csichb.com Thu May 23 04:32:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4N8WmY1020994 for ; Thu, 23 May 2002 04:32:48 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4N8Wg2D026918 for ; Thu, 23 May 2002 04:32:42 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4N8WgJR030528 for ; Thu, 23 May 2002 04:32:42 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4N8Wf57033278 for bmsaix@bmsi.com; Thu, 23 May 2002 04:32:41 -0400 Date: Thu, 23 May 2002 04:32:41 -0400 From: root@csichb.com Message-Id: <200205230832.g4N8Wf57033278@csichb.com> To: bmsaix@bmsi.com Subject: csi0016 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2231 System Id: csi Backup Started: Thu May 23 02:00:01 EDT 2002 Dumpdate: Thu May 16 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 16 02:01 ./image.data -rw-r--r-- 1 root system 4057 May 16 02:00 ./tapeid.data Tape Id: csi0016 Backup Date: Thu May 23 02:00:22 EDT 2002 mksysb started Thu May 23 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 69143 files.............................. 310 of 69143 files (0%).............................. 312 of 69143 files (0%).............................. 5685 of 69143 files (8%).............................. 6760 of 69143 files (9%).............................. 6940 of 69143 files (10%).............................. 11184 of 69143 files (16%).............................. 13206 of 69143 files (19%).............................. 13309 of 69143 files (19%).............................. 21724 of 69143 files (31%).............................. 26971 of 69143 files (39%).............................. 36203 of 69143 files (52%).............................. 47595 of 69143 files (68%).............................. 52887 of 69143 files (76%).............................. 59233 of 69143 files (85%).............................. 68805 of 69143 files (99%) 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu May 23 03:19:52 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu May 23 03:19:53 EDT 2002 Verify mksysb Thu May 23 03:20:56 EDT 2002 Dumpdate: Thu May 23 02:04:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 23 02:01 ./image.data -rw-r--r-- 1 root system 4099 May 23 02:00 ./tapeid.data 2139801 Kbytes, 69143 files Backup finished Thu May 23 04:32:41 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 308352 38% 869 2% /var /dev/hd3 344064 283136 18% 86 1% /tmp /dev/hd1 819200 62392 93% 855 1% /home /dev/lv00 507904 49936 91% 6018 19% /bms /dev/lv01 835584 140352 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 91 Backup Date: Thu May 16 02:00:22 EDT 2002 Backup Date: Thu May 9 02:00:22 EDT 2002 Backup Date: Thu May 2 02:00:22 EDT 2002 Backup Date: Thu Apr 25 02:00:22 EDT 2002 Backup Date: Thu Apr 18 02:00:21 EDT 2002 From root@editorialunilit.com Thu May 23 04:05:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4N853Y1037184 for ; Thu, 23 May 2002 04:05:03 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4N84v2D023068 for ; Thu, 23 May 2002 04:04:57 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4N83efV036816; Thu, 23 May 2002 04:03:40 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4N83d9j011726; Thu, 23 May 2002 04:03:39 -0400 Date: Thu, 23 May 2002 04:03:39 -0400 From: root@editorialunilit.com Message-Id: <200205230803.g4N83d9j011726@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2232 System Id: unilit Backup Started: Wed May 22 23:50:01 EDT 2002 Dumpdate: Wed May 15 00:02:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 May 14 23:56 ./image.data -rw-r--r-- 1 root system 1287 May 14 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Wed May 22 23:50:25 EDT 2002 mksysb started Wed May 22 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6237 cache hits, 126 cache misses 138037 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N2BKfV025600: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N2BKfV018178: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N2shfV009028: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N2OafV018730: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N38kfV008602: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N3DNfV006582: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N3QufV049626: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N3f8fV031456: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N3xVfV011598: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N3jufV023108: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N2OkfV045356: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg4N2evfV044602: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 23516. Rewind Tape Thu May 23 02:23:13 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu May 23 02:33:14 EDT 2002 Dumpdate: Thu May 23 00:02:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10745 May 22 23:56 ./image.data -rw-r--r-- 1 root system 1329 May 22 23:50 ./tapeid.data 2740767 Kbytes, 30724 files Backup finished Thu May 23 04:03:38 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Tue May 14 23:50:24 EDT 2002 Backup Date: Thu May 9 23:50:24 EDT 2002 Backup Date: Mon Apr 29 23:50:24 EDT 2002 Backup Date: Tue Apr 23 23:50:24 EDT 2002 Backup Date: Wed Apr 17 23:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 624096 48% 10015 7% /var /dev/hd3 81920 70552 14% 101 1% /tmp /dev/hd1 196608 93912 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17576 89% 3676 80% /usr/local /dev/lv03 131072 15704 89% 5440 67% /bms /dev/lv04 294912 90112 70% 2472 27% /span /dev/lv05 1048576 386080 64% 23 1% /btdata /dev/lv06 2588672 817136 69% 345 1% /mail Free Mounted Blksiz Opens Status A: 18052 Thu May 23 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 134 Thu May 23 02:23 2048 15 Clean /btdata/EDX 6993 used From root@acustomsbroker.com Thu May 23 02:53:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4N6r0Y1021200; Thu, 23 May 2002 02:53:00 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4N6qp2D025428; Thu, 23 May 2002 02:52:52 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4N6qnN15188; Thu, 23 May 2002 02:52:49 -0400 Date: Thu, 23 May 2002 02:52:49 -0400 From: root Message-Id: <200205230652.g4N6qnN15188@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2233 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu May 23 02:00:00 EDT 2002 BMS backup Thu May 23 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Thu May 23 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu May 23 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1356083200 (1.3GB, 914kB/s) 1448.58s real 4.34s user 23.20s system Rewind Tape Thu May 23 02:26:22 EDT 2002 BMS backup Thu May 23 02:27:50 EDT 2002 Verify backup Thu May 23 02:27:50 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.7% Backup finished Thu May 23 02:52:49 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Fri May 10 02:00:25 EDT 2002 Backup Date: Tue Apr 30 02:00:24 EDT 2002 Backup Date: Sat Apr 13 02:00:24 EDT 2002 Backup Date: Tue Mar 26 02:00:24 EST 2002 Backup Date: Fri Mar 15 02:00:24 EST 2002 From root@acustomsbroker.com Sat May 25 02:53:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4P6rhY1028516; Sat, 25 May 2002 02:53:43 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4P6rY2D011550; Sat, 25 May 2002 02:53:35 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4P6rX132235; Sat, 25 May 2002 02:53:33 -0400 Date: Sat, 25 May 2002 02:53:33 -0400 From: root Message-Id: <200205250653.g4P6rX132235@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2234 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat May 25 02:00:00 EDT 2002 BMS backup Sat May 25 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Sat May 25 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat May 25 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1366691840 (1.3GB, 913kB/s) 1462.28s real 4.23s user 22.71s system Rewind Tape Sat May 25 02:26:37 EDT 2002 BMS backup Sat May 25 02:28:10 EDT 2002 Verify backup Sat May 25 02:28:10 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat May 25 02:53:32 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Tue May 14 02:00:24 EDT 2002 Backup Date: Fri May 3 02:00:25 EDT 2002 Backup Date: Tue Apr 23 02:00:24 EDT 2002 Backup Date: Thu Apr 11 02:00:24 EDT 2002 Backup Date: Tue Apr 2 02:00:21 EST 2002 From root@wall.wall.com Sat May 25 04:36:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4P8a9Y3033104; Sat, 25 May 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4P8ZokO046920; Sat, 25 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA45318; Sat, 25 May 2002 04:25:22 -0400 Date: Sat, 25 May 2002 04:25:22 -0400 From: root@wall.wall.com Message-Id: <200205250825.EAA45318@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2235 System Id: wall Backup Started: Sat May 25 02:00:00 EDT 2002 Backup of btas image started Sat May 25 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat May 25 02:26:59 EDT 2002] 68.2% Dumpdate: Tue Mar 26 02:35:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 26 02:29 ./image.data -rw-r--r-- 1 root system 719 Mar 26 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Sat May 25 02:28:01 EDT 2002 mksysb started Sat May 25 02:28:02 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46898 files.............................. 3203 of 46898 files (6%).............................. 3203 of 46898 files (6%).............................. 3203 of 46898 files (6%).............................. 3241 of 46898 files (6%).............................. 3241 of 46898 files (6%).............................. 3241 of 46898 files (6%).............................. 3293 of 46898 files (7%).............................. 12038 of 46898 files (25%).............................. 21472 of 46898 files (45%).............................. 34361 of 46898 files (73%).............................. 44484 of 46898 files (94%)........ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 25 03:33:15 EDT 2002 Verify mksysb Sat May 25 03:33:16 EDT 2002 Dumpdate: Sat May 25 02:35:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 25 02:29 ./image.data -rw-r--r-- 1 root system 761 May 25 02:28 ./tapeid.data 1524302 Kbytes, 46898 files 0 cache hits, 0 cache misses Backup finished Sat May 25 04:25:21 EDT 2002 **** Usage Log: **** Uses: 13 Backup Date: Tue Mar 26 02:28:07 EST 2002 Backup Date: Sat Mar 23 02:27:49 EST 2002 Backup Date: Sat Mar 9 02:28:04 EST 2002 Backup Date: Wed Jan 23 02:27:37 EST 2002 Backup Date: Tue Jan 22 02:26:09 EST 2002 From root@csichb.com Sat May 25 04:33:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4P8XOY1033260 for ; Sat, 25 May 2002 04:33:24 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4P8XF2D011744 for ; Sat, 25 May 2002 04:33:18 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4P8XEJR042444 for ; Sat, 25 May 2002 04:33:14 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4P8XD8j020950 for bmsaix@bmsi.com; Sat, 25 May 2002 04:33:13 -0400 Date: Sat, 25 May 2002 04:33:13 -0400 From: root@csichb.com Message-Id: <200205250833.g4P8XD8j020950@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2236 System Id: csi Backup Started: Sat May 25 02:00:00 EDT 2002 Dumpdate: Sat May 18 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 18 02:01 ./image.data -rw-r--r-- 1 root system 739 May 18 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat May 25 02:00:21 EDT 2002 mksysb started Sat May 25 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69157 files.............................. 310 of 69157 files (0%).............................. 312 of 69157 files (0%).............................. 5681 of 69157 files (8%).............................. 6776 of 69157 files (9%).............................. 6948 of 69157 files (10%).............................. 11077 of 69157 files (16%).............................. 13219 of 69157 files (19%).............................. 13323 of 69157 files (19%).............................. 21737 of 69157 files (31%).............................. 26953 of 69157 files (38%).............................. 36109 of 69157 files (52%).............................. 47434 of 69157 files (68%).............................. 52765 of 69157 files (76%).............................. 59232 of 69157 files (85%).............................. 66850 of 69157 files (96%).. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat May 25 03:20:14 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat May 25 03:20:16 EDT 2002 Verify mksysb Sat May 25 03:21:19 EDT 2002 Dumpdate: Sat May 25 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 25 02:01 ./image.data -rw-r--r-- 1 root system 781 May 25 02:00 ./tapeid.data 2145001 Kbytes, 69157 files Backup finished Sat May 25 04:33:12 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 299128 40% 864 2% /var /dev/hd3 344064 282904 18% 86 1% /tmp /dev/hd1 819200 60744 93% 851 1% /home /dev/lv00 507904 46048 91% 6034 20% /bms /dev/lv01 835584 140160 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 12 Backup Date: Sat May 18 02:00:22 EDT 2002 Backup Date: Sat May 11 02:00:22 EDT 2002 Backup Date: Sat May 4 02:00:22 EDT 2002 Backup Date: Sat Apr 27 02:00:22 EDT 2002 Backup Date: Sat Apr 20 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Sat May 25 04:27:03 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4P8R2Y1020350 for ; Sat, 25 May 2002 04:27:02 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4P8R2lj046970 for bmsaix@bmsi.com; Sat, 25 May 2002 04:27:02 -0400 Date: Sat, 25 May 2002 04:27:02 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205250827.g4P8R2lj046970@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2237 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat May 25 00:30:00 EDT 2002 mksysb backup Sat May 25 00:30:26 EDT 2002 Dumpdate: Sat May 11 00:42:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 11 00:34 ./image.data -rw-r--r-- 1 root system 2078 May 11 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat May 25 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat May 25 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat May 25 02:46:51 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 22454. mksysb backup Sat May 25 02:48:34 EDT 2002 Dumpdate: Sat May 25 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 25 00:34 ./image.data -rw-r--r-- 1 root system 2120 May 25 00:30 ./tapeid.data Verify backup Sat May 25 02:48:41 EDT 2002 Segment 1-4: mksysb 4206410 Kbytes, 134961 files 88.5% Backup finished Sat May 25 04:27:01 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Sat May 11 00:30:30 EDT 2002 Backup Date: Sat Apr 27 00:30:34 EDT 2002 Backup Date: Sat Feb 16 00:32:34 EST 2002 From root@editorialunilit.com Sat May 25 04:04:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4P841Y1010530 for ; Sat, 25 May 2002 04:04:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4P83t2D024344 for ; Sat, 25 May 2002 04:03:55 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4P82cfV013752; Sat, 25 May 2002 04:02:38 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4P82cjB048566; Sat, 25 May 2002 04:02:38 -0400 Date: Sat, 25 May 2002 04:02:38 -0400 From: root@editorialunilit.com Message-Id: <200205250802.g4P82cjB048566@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2238 System Id: unilit Backup Started: Fri May 24 23:50:01 EDT 2002 Dumpdate: Tue May 21 00:02:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 May 20 23:56 ./image.data -rw-r--r-- 1 root system 1371 May 20 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Fri May 24 23:50:57 EDT 2002 mksysb started Fri May 24 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6297 cache hits, 133 cache misses 138729 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 13824. Rewind Tape Sat May 25 02:25:25 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat May 25 02:35:26 EDT 2002 Dumpdate: Sat May 25 00:02:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10659 May 24 23:56 ./image.data -rw-r--r-- 1 root system 1413 May 24 23:50 ./tapeid.data 2753705 Kbytes, 33066 files Backup finished Sat May 25 04:02:37 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Mon May 20 23:50:56 EDT 2002 Backup Date: Tue May 7 23:50:56 EDT 2002 Backup Date: Wed May 1 23:50:56 EDT 2002 Backup Date: Thu Apr 25 23:50:57 EDT 2002 Backup Date: Fri Apr 19 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 618808 48% 12352 9% /var /dev/hd3 81920 70504 14% 100 1% /tmp /dev/hd1 196608 93904 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17552 89% 3676 80% /usr/local /dev/lv03 131072 15552 89% 5444 67% /bms /dev/lv04 294912 88992 70% 2473 27% /span /dev/lv05 1048576 385776 64% 23 1% /btdata /dev/lv06 2588672 799160 70% 345 1% /mail Free Mounted Blksiz Opens Status A: 17360 Sat May 25 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 0 Sat May 25 02:25 2048 15 Clean /btdata/EDX 7066 used From root@acustomsbroker.com Tue May 28 02:49:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4S6nrY1014466; Tue, 28 May 2002 02:49:53 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4S6nk2D020888; Tue, 28 May 2002 02:49:47 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4S6nhK13660; Tue, 28 May 2002 02:49:43 -0400 Date: Tue, 28 May 2002 02:49:43 -0400 From: root Message-Id: <200205280649.g4S6nhK13660@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2239 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue May 28 02:00:00 EDT 2002 BMS backup Tue May 28 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue May 28 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue May 28 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1302876160 (1.2GB, 911kB/s) 1397.74s real 3.91s user 23.45s system Rewind Tape Tue May 28 02:25:33 EDT 2002 BMS backup Tue May 28 02:26:21 EDT 2002 Verify backup Tue May 28 02:26:21 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue May 28 02:49:42 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Thu May 16 02:00:25 EDT 2002 Backup Date: Thu Apr 25 02:00:25 EDT 2002 Backup Date: Sat Apr 6 02:00:24 EST 2002 Backup Date: Fri Mar 29 02:00:24 EST 2002 Backup Date: Tue Mar 5 02:00:24 EST 2002 From root@csichb.com Tue May 28 04:32:58 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4S8WwY1042632 for ; Tue, 28 May 2002 04:32:58 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4S8Wq2D021114 for ; Tue, 28 May 2002 04:32:52 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4S8WpJR052194 for ; Tue, 28 May 2002 04:32:51 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4S8WpBP018452 for bmsaix@bmsi.com; Tue, 28 May 2002 04:32:51 -0400 Date: Tue, 28 May 2002 04:32:51 -0400 From: root@csichb.com Message-Id: <200205280832.g4S8WpBP018452@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2240 System Id: csi Backup Started: Tue May 28 02:00:01 EDT 2002 Dumpdate: Sat May 25 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 25 02:01 ./image.data -rw-r--r-- 1 root system 781 May 25 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Tue May 28 02:00:19 EDT 2002 mksysb started Tue May 28 02:00:19 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 69170 files.............................. 310 of 69170 files (0%).............................. 312 of 69170 files (0%).............................. 5668 of 69170 files (8%).............................. 6795 of 69170 files (9%).............................. 6958 of 69170 files (10%).............................. 11135 of 69170 files (16%).............................. 13232 of 69170 files (19%).............................. 13336 of 69170 files (19%).............................. 21751 of 69170 files (31%).............................. 26983 of 69170 files (39%).............................. 36140 of 69170 files (52%).............................. 47391 of 69170 files (68%).............................. 52766 of 69170 files (76%).............................. 59245 of 69170 files (85%).............................. 66863 of 69170 files (96%).. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue May 28 03:20:03 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue May 28 03:20:05 EDT 2002 Verify mksysb Tue May 28 03:21:08 EDT 2002 Dumpdate: Tue May 28 02:04:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 28 02:01 ./image.data -rw-r--r-- 1 root system 823 May 28 02:00 ./tapeid.data 2140065 Kbytes, 69170 files Backup finished Tue May 28 04:32:50 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 323880 35% 858 2% /var /dev/hd3 344064 282896 18% 86 1% /tmp /dev/hd1 819200 60744 93% 851 1% /home /dev/lv00 507904 39608 93% 6053 20% /bms /dev/lv01 835584 136560 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 13 Backup Date: Sat May 25 02:00:21 EDT 2002 Backup Date: Sat May 18 02:00:22 EDT 2002 Backup Date: Sat May 11 02:00:22 EDT 2002 Backup Date: Sat May 4 02:00:22 EDT 2002 Backup Date: Sat Apr 27 02:00:22 EDT 2002 From root@wall.wall.com Tue May 28 04:36:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4S8a9Y1031484; Tue, 28 May 2002 04:36:09 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4S8ZtpL004596; Tue, 28 May 2002 04:35:55 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA45114; Tue, 28 May 2002 04:27:49 -0400 Date: Tue, 28 May 2002 04:27:49 -0400 From: root@wall.wall.com Message-Id: <200205280827.EAA45114@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2241 System Id: wall Backup Started: Tue May 28 02:00:01 EDT 2002 Backup of btas image started Tue May 28 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue May 28 02:26:59 EDT 2002] 68.2% Dumpdate: Sat May 25 02:35:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 25 02:29 ./image.data -rw-r--r-- 1 root system 761 May 25 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Tue May 28 02:27:26 EDT 2002 mksysb started Tue May 28 02:27:27 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46592 files.............................. 3230 of 46592 files (6%).............................. 3230 of 46592 files (6%).............................. 3230 of 46592 files (6%).............................. 3268 of 46592 files (7%).............................. 3268 of 46592 files (7%).............................. 3268 of 46592 files (7%).............................. 3320 of 46592 files (7%).............................. 11757 of 46592 files (25%).............................. 21211 of 46592 files (45%).............................. 26083 of 46592 files (55%).............................. 39815 of 46592 files (85%).......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue May 28 03:35:47 EDT 2002 Verify mksysb Tue May 28 03:35:49 EDT 2002 Dumpdate: Tue May 28 02:34:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 28 02:28 ./image.data -rw-r--r-- 1 root system 803 May 28 02:27 ./tapeid.data 1522265 Kbytes, 46592 files 0 cache hits, 0 cache misses Backup finished Tue May 28 04:27:48 EDT 2002 **** Usage Log: **** Uses: 14 Backup Date: Sat May 25 02:28:01 EDT 2002 Backup Date: Tue Mar 26 02:28:07 EST 2002 Backup Date: Sat Mar 23 02:27:49 EST 2002 Backup Date: Sat Mar 9 02:28:04 EST 2002 Backup Date: Wed Jan 23 02:27:37 EST 2002 From root@wall.wall.com Wed May 29 04:36:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4T8a9Y3042576; Wed, 29 May 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4T8Zot3004680; Wed, 29 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43340; Wed, 29 May 2002 04:26:05 -0400 Date: Wed, 29 May 2002 04:26:05 -0400 From: root@wall.wall.com Message-Id: <200205290826.EAA43340@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2242 System Id: wall Backup Started: Wed May 29 02:00:00 EDT 2002 Backup of btas image started Wed May 29 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed May 29 02:25:59 EDT 2002] 68.2% Dumpdate: Tue May 28 02:34:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 28 02:28 ./image.data -rw-r--r-- 1 root system 803 May 28 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed May 29 02:26:25 EDT 2002 mksysb started Wed May 29 02:26:26 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46699 files.............................. 3241 of 46699 files (6%).............................. 3241 of 46699 files (6%).............................. 3241 of 46699 files (6%).............................. 3279 of 46699 files (7%).............................. 3279 of 46699 files (7%).............................. 3279 of 46699 files (7%).............................. 3330 of 46699 files (7%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240099: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240100: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240101: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240102: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240103: A file or directory in the path name does not exist. ............ 10180 of 46699 files (21%).............................. 21240 of 46699 files (45%).............................. 27829 of 46699 files (59%).............................. 42360 of 46699 files (90%)................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed May 29 03:33:40 EDT 2002 Verify mksysb Wed May 29 03:33:41 EDT 2002 Dumpdate: Wed May 29 02:33:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 29 02:27 ./image.data -rw-r--r-- 1 root system 845 May 29 02:26 ./tapeid.data 1523118 Kbytes, 46694 files 0 cache hits, 0 cache misses Backup finished Wed May 29 04:26:04 EDT 2002 **** Usage Log: **** Uses: 15 Backup Date: Tue May 28 02:27:26 EDT 2002 Backup Date: Sat May 25 02:28:01 EDT 2002 Backup Date: Tue Mar 26 02:28:07 EST 2002 Backup Date: Sat Mar 23 02:27:49 EST 2002 Backup Date: Sat Mar 9 02:28:04 EST 2002 From root@csichb.com Wed May 29 04:33:35 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4T8XZY1030204 for ; Wed, 29 May 2002 04:33:35 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4T8XC2D014330 for ; Wed, 29 May 2002 04:33:25 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4T8X6JR020056 for ; Wed, 29 May 2002 04:33:06 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4T8X1aA038912 for bmsaix@bmsi.com; Wed, 29 May 2002 04:33:01 -0400 Date: Wed, 29 May 2002 04:33:01 -0400 From: root@csichb.com Message-Id: <200205290833.g4T8X1aA038912@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2243 System Id: csi Backup Started: Wed May 29 02:00:00 EDT 2002 Dumpdate: Wed May 22 02:04:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 22 02:01 ./image.data -rw-r--r-- 1 root system 2797 May 22 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed May 29 02:00:21 EDT 2002 mksysb started Wed May 29 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69186 files.............................. 310 of 69186 files (0%).............................. 312 of 69186 files (0%).............................. 5648 of 69186 files (8%).............................. 6806 of 69186 files (9%).............................. 6953 of 69186 files (10%).............................. 10753 of 69186 files (15%).............................. 13247 of 69186 files (19%).............................. 13352 of 69186 files (19%).............................. 21766 of 69186 files (31%).............................. 26922 of 69186 files (38%).............................. 36116 of 69186 files (52%).............................. 47336 of 69186 files (68%).............................. 52795 of 69186 files (76%).............................. 59261 of 69186 files (85%).............................. 67613 of 69186 files (97%). 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed May 29 03:20:08 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed May 29 03:20:10 EDT 2002 Verify mksysb Wed May 29 03:21:12 EDT 2002 Dumpdate: Wed May 29 02:04:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 29 02:01 ./image.data -rw-r--r-- 1 root system 2839 May 29 02:00 ./tapeid.data 2142851 Kbytes, 69186 files Backup finished Wed May 29 04:33:00 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 318432 36% 866 2% /var /dev/hd3 344064 282728 18% 86 1% /tmp /dev/hd1 819200 59280 93% 851 1% /home /dev/lv00 507904 37448 93% 6064 20% /bms /dev/lv01 835584 136560 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 61 Backup Date: Wed May 22 02:00:21 EDT 2002 Backup Date: Wed May 15 02:00:22 EDT 2002 Backup Date: Wed May 8 02:00:22 EDT 2002 Backup Date: Wed May 1 02:00:22 EDT 2002 Backup Date: Wed Apr 24 02:00:22 EDT 2002 From root@editorialunilit.com Wed May 29 04:24:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4T8OZY1025964 for ; Wed, 29 May 2002 04:24:35 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4T8OA2D012458 for ; Wed, 29 May 2002 04:24:11 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g4T8MrFS023348; Wed, 29 May 2002 04:22:53 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g4T8Mrgr033074; Wed, 29 May 2002 04:22:53 -0400 Date: Wed, 29 May 2002 04:22:53 -0400 From: root@editorialunilit.com Message-Id: <200205290822.g4T8Mrgr033074@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2244 System Id: unilit Backup Started: Tue May 28 23:50:00 EDT 2002 Dumpdate: Wed May 22 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10745 May 21 23:56 ./image.data -rw-r--r-- 1 root system 1329 May 21 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Tue May 28 23:51:08 EDT 2002 mksysb started Tue May 28 23:51:09 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6294 cache hits, 134 cache misses 139169 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 20024. Rewind Tape Wed May 29 02:24:42 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed May 29 02:34:43 EDT 2002 Dumpdate: Wed May 29 00:03:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10659 May 28 23:57 ./image.data -rw-r--r-- 1 root system 1371 May 28 23:51 ./tapeid.data 2756529 Kbytes, 33197 files Backup finished Wed May 29 04:22:52 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Tue May 21 23:50:56 EDT 2002 Backup Date: Mon May 13 23:50:57 EDT 2002 Backup Date: Wed May 8 23:51:04 EDT 2002 Backup Date: Thu May 2 23:51:01 EDT 2002 Backup Date: Fri Apr 26 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4080 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 619136 48% 12481 9% /var /dev/hd3 81920 70496 14% 100 1% /tmp /dev/hd1 196608 93904 53% 1036 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17552 89% 3676 80% /usr/local /dev/lv03 131072 15408 89% 5447 67% /bms /dev/lv04 294912 88720 70% 2474 27% /span /dev/lv05 1048576 385768 64% 23 1% /btdata /dev/lv06 2588672 794552 70% 345 1% /mail Free Mounted Blksiz Opens Status A: 16920 Wed May 29 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 207 Wed May 29 02:24 2048 15 Clean /btdata/EDX 7067 used From root@acustomsbroker.com Wed May 29 02:49:33 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4T6nWY1030036; Wed, 29 May 2002 02:49:32 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4T6nO2D014116; Wed, 29 May 2002 02:49:25 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4T6nOI21974; Wed, 29 May 2002 02:49:24 -0400 Date: Wed, 29 May 2002 02:49:24 -0400 From: root Message-Id: <200205290649.g4T6nOI21974@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2245 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed May 29 02:00:00 EDT 2002 BMS backup Wed May 29 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Wed May 29 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed May 29 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1301381120 (1.2GB, 913kB/s) 1392.12s real 4.09s user 22.90s system Rewind Tape Wed May 29 02:25:28 EDT 2002 BMS backup Wed May 29 02:26:08 EDT 2002 Verify backup Wed May 29 02:26:08 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed May 29 02:49:23 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Fri May 17 02:00:36 EDT 2002 Backup Date: Fri Apr 26 02:00:24 EDT 2002 Backup Date: Wed Apr 17 02:00:24 EDT 2002 Backup Date: Tue Apr 9 02:00:24 EDT 2002 Backup Date: Sat Mar 30 02:00:24 EST 2002 From stuart@www.bmsi.com Wed May 29 01:29:10 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4T5T9Y1026068; Wed, 29 May 2002 01:29:09 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4T5T32D014094; Wed, 29 May 2002 01:29:04 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.3/8.12.3/Submit) id g4T5T3MI019724; Wed, 29 May 2002 01:29:03 -0400 Date: Wed, 29 May 2002 01:29:03 -0400 From: stuart@www.bmsi.com Message-Id: <200205290529.g4T5T3MI019724@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0007 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2246 System Id: bmsweb Backup Started: Tue May 28 23:29:12 EDT 2002 BTAS/X frozen for the duration of this process 77.8% Dumpdate: Tue Sep 11 19:45:19 2001 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Sep 11 2001 ./image.data -rw-rw-r-- 1 root system 972 Sep 11 2001 ./tapeid.data Tape Id: bmsweb0007 Backup Date: Tue May 28 23:43:04 EDT 2002 mksysb started Tue May 28 23:43:06 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed May 29 00:43:21 EDT 2002 mksysb backup Wed May 29 00:43:48 EDT 2002 Dumpdate: Tue May 28 23:50:11 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9555 May 28 23:45 ./image.data -rw-r--r-- 1 root system 1014 May 28 23:43 ./tapeid.data Verify backup Wed May 29 00:44:00 EDT 2002 Segment 1-4: mksysb 982428 Kbytes, 22229 files 88.9% 0 cache hits, 0 cache misses Backup finished Wed May 29 01:29:01 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Tue Sep 11 19:37:33 EDT 2001 Backup Date: Sat Dec 16 05:12:01 EST 2000 Backup Date: Tue Jun 13 18:34:25 EDT 2000 Backup Date: Sat Aug 7 17:48:06 EDT 1999 From root@wall.wall.com Thu May 30 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4U8a9Y3044048; Thu, 30 May 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4U8ZoE8047368; Thu, 30 May 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43608; Thu, 30 May 2002 04:26:02 -0400 Date: Thu, 30 May 2002 04:26:02 -0400 From: root@wall.wall.com Message-Id: <200205300826.EAA43608@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2247 System Id: wall Backup Started: Thu May 30 02:00:00 EDT 2002 Backup of btas image started Thu May 30 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu May 30 02:26:52 EDT 2002] 68.2% Dumpdate: Wed May 29 02:33:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 29 02:27 ./image.data -rw-r--r-- 1 root system 845 May 29 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Thu May 30 02:27:19 EDT 2002 mksysb started Thu May 30 02:27:20 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46723 files.............................. 3246 of 46723 files (6%).............................. 3246 of 46723 files (6%).............................. 3246 of 46723 files (6%).............................. 3284 of 46723 files (7%).............................. 3284 of 46723 files (7%).............................. 3284 of 46723 files (7%).............................. 3335 of 46723 files (7%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240248: A file or directory in the path name does not exist. ........... 9823 of 46723 files (21%).............................. 20436 of 46723 files (43%).............................. 26207 of 46723 files (56%).............................. 42625 of 46723 files (91%)............. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu May 30 03:33:43 EDT 2002 Verify mksysb Thu May 30 03:33:45 EDT 2002 Dumpdate: Thu May 30 02:34:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 30 02:28 ./image.data -rw-r--r-- 1 root system 887 May 30 02:27 ./tapeid.data 1521889 Kbytes, 46722 files 0 cache hits, 0 cache misses Backup finished Thu May 30 04:26:01 EDT 2002 **** Usage Log: **** Uses: 16 Backup Date: Wed May 29 02:26:25 EDT 2002 Backup Date: Tue May 28 02:27:26 EDT 2002 Backup Date: Sat May 25 02:28:01 EDT 2002 Backup Date: Tue Mar 26 02:28:07 EST 2002 Backup Date: Sat Mar 23 02:27:49 EST 2002 From root@csichb.com Thu May 30 04:33:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4U8XhY1044208 for ; Thu, 30 May 2002 04:33:44 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4U8Xb2D022128 for ; Thu, 30 May 2002 04:33:37 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4U8XbJR045676 for ; Thu, 30 May 2002 04:33:37 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4U8XawL013290 for bmsaix@bmsi.com; Thu, 30 May 2002 04:33:36 -0400 Date: Thu, 30 May 2002 04:33:36 -0400 From: root@csichb.com Message-Id: <200205300833.g4U8XawL013290@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2248 System Id: csi Backup Started: Thu May 30 02:00:00 EDT 2002 Dumpdate: Thu May 23 02:04:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 23 02:01 ./image.data -rw-r--r-- 1 root system 4099 May 23 02:00 ./tapeid.data Assigning New Tape Id Thu May 30 02:00:22 EDT 2002 Retensioning Tape Thu May 30 02:00:22 EDT 2002 Tape Id: csi0021 Backup Date: Thu May 30 02:00:22 EDT 2002 mksysb started Thu May 30 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69207 files.............................. 310 of 69207 files (0%).............................. 312 of 69207 files (0%).............................. 5670 of 69207 files (8%).............................. 6816 of 69207 files (9%).............................. 6962 of 69207 files (10%).............................. 10384 of 69207 files (15%).............................. 13267 of 69207 files (19%).............................. 13373 of 69207 files (19%).............................. 21612 of 69207 files (31%).............................. 26813 of 69207 files (38%).............................. 36133 of 69207 files (52%).............................. 47160 of 69207 files (68%).............................. 52522 of 69207 files (75%).............................. 57434 of 69207 files (82%).............................. 66773 of 69207 files (96%).... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu May 30 03:20:35 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu May 30 03:20:37 EDT 2002 Verify mksysb Thu May 30 03:21:40 EDT 2002 Dumpdate: Thu May 30 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 30 02:01 ./image.data -rw-r--r-- 1 root system 277 May 30 02:00 ./tapeid.data 2146509 Kbytes, 69207 files Backup finished Thu May 30 04:33:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 313304 37% 881 2% /var /dev/hd3 344064 282560 18% 86 1% /tmp /dev/hd1 819200 57296 94% 854 1% /home /dev/lv00 507904 35656 93% 6074 20% /bms /dev/lv01 835584 136560 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 0 From root@bmsaix.bmsi.com Thu May 30 04:28:34 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4U8SYY1026180 for ; Thu, 30 May 2002 04:28:34 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4U8SXRr047674 for bmsaix@bmsi.com; Thu, 30 May 2002 04:28:33 -0400 Date: Thu, 30 May 2002 04:28:33 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205300828.g4U8SXRr047674@bmsaix.bmsi.com> Subject: bmsaix0084 backup Status: RO X-Status: X-Keywords: X-UID: 2249 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu May 30 00:30:01 EDT 2002 mksysb backup Thu May 30 00:30:26 EDT 2002 Dumpdate: Tue Feb 26 00:44:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 Feb 26 00:35 ./image.data -rw-r--r-- 1 root system 1994 Feb 26 00:32 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0084 Backup Date: Thu May 30 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu May 30 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu May 30 02:47:31 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 38794. mksysb backup Thu May 30 02:49:14 EDT 2002 Dumpdate: Thu May 30 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 30 00:34 ./image.data -rw-r--r-- 1 root system 2036 May 30 00:30 ./tapeid.data Verify backup Thu May 30 02:49:21 EDT 2002 Segment 1-4: mksysb 4224877 Kbytes, 134977 files 88.5% Backup finished Thu May 30 04:28:33 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Tue Feb 26 00:32:34 EST 2002 From root@csichb.com Sat Jun 1 04:33:59 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g518XxY1033022 for ; Sat, 1 Jun 2002 04:33:59 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g518Xr2D029826 for ; Sat, 1 Jun 2002 04:33:53 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g518XqJR022522 for ; Sat, 1 Jun 2002 04:33:52 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g518XpgV017020 for bmsaix@bmsi.com; Sat, 1 Jun 2002 04:33:51 -0400 Date: Sat, 1 Jun 2002 04:33:51 -0400 From: root@csichb.com Message-Id: <200206010833.g518XpgV017020@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2250 System Id: csi Backup Started: Sat Jun 1 02:00:00 EDT 2002 Dumpdate: Tue May 28 02:04:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 28 02:01 ./image.data -rw-r--r-- 1 root system 823 May 28 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Jun 1 02:00:22 EDT 2002 mksysb started Sat Jun 1 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69223 files.............................. 310 of 69223 files (0%).............................. 312 of 69223 files (0%).............................. 5662 of 69223 files (8%).............................. 6831 of 69223 files (9%).............................. 6977 of 69223 files (10%).............................. 9559 of 69223 files (13%).............................. 13280 of 69223 files (19%).............................. 13388 of 69223 files (19%).............................. 21627 of 69223 files (31%).............................. 26711 of 69223 files (38%).............................. 36129 of 69223 files (52%).............................. 47007 of 69223 files (67%).............................. 52490 of 69223 files (75%).............................. 57532 of 69223 files (83%).............................. 66789 of 69223 files (96%).... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jun 1 03:20:33 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jun 1 03:20:35 EDT 2002 Verify mksysb Sat Jun 1 03:21:39 EDT 2002 Dumpdate: Sat Jun 1 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 01 02:01 ./image.data -rw-r--r-- 1 root system 865 Jun 01 02:00 ./tapeid.data 2154382 Kbytes, 69223 files Backup finished Sat Jun 1 04:33:51 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 293704 41% 874 2% /var /dev/hd3 344064 282296 18% 86 1% /tmp /dev/hd1 819200 58096 93% 853 1% /home /dev/lv00 507904 31792 94% 6089 20% /bms /dev/lv01 835584 136296 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 14 Backup Date: Tue May 28 02:00:19 EDT 2002 Backup Date: Sat May 25 02:00:21 EDT 2002 Backup Date: Sat May 18 02:00:22 EDT 2002 Backup Date: Sat May 11 02:00:22 EDT 2002 Backup Date: Sat May 4 02:00:22 EDT 2002 From root@acustomsbroker.com Sat Jun 1 02:50:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g516oQY1044450; Sat, 1 Jun 2002 02:50:26 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g516oJ2D026016; Sat, 1 Jun 2002 02:50:20 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g516oJ808927; Sat, 1 Jun 2002 02:50:19 -0400 Date: Sat, 1 Jun 2002 02:50:19 -0400 From: root Message-Id: <200206010650.g516oJ808927@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2251 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 1 02:00:00 EDT 2002 BMS backup Sat Jun 1 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Sat Jun 1 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jun 1 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1303879680 (1.2GB, 902kB/s) 1411.44s real 3.80s user 22.99s system Rewind Tape Sat Jun 1 02:25:51 EDT 2002 BMS backup Sat Jun 1 02:26:39 EDT 2002 Verify backup Sat Jun 1 02:26:39 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jun 1 02:50:18 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Tue May 21 02:00:24 EDT 2002 Backup Date: Wed May 8 02:00:24 EDT 2002 Backup Date: Thu Mar 28 02:00:24 EST 2002 Backup Date: Thu Feb 28 02:00:20 EST 2002 Backup Date: Wed Feb 13 02:00:24 EST 2002 From root@wall.wall.com Fri May 31 05:06:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4V96AY3047300; Fri, 31 May 2002 05:06:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g4V8ovYS022416; Fri, 31 May 2002 04:50:57 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41048; Fri, 31 May 2002 04:29:40 -0400 Date: Fri, 31 May 2002 04:29:40 -0400 From: root@wall.wall.com Message-Id: <200205310829.EAA41048@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2252 System Id: wall Backup Started: Fri May 31 02:00:00 EDT 2002 Backup of btas image started Fri May 31 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri May 31 02:26:41 EDT 2002] 68.2% Dumpdate: Thu May 30 02:34:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 30 02:28 ./image.data -rw-r--r-- 1 root system 887 May 30 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Fri May 31 02:27:08 EDT 2002 mksysb started Fri May 31 02:27:09 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46875 files.............................. 3257 of 46875 files (6%).............................. 3257 of 46875 files (6%).............................. 3257 of 46875 files (6%).............................. 3295 of 46875 files (7%).............................. 3295 of 46875 files (7%).............................. 3295 of 46875 files (7%).............................. 3346 of 46875 files (7%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240390: A file or directory in the path name does not exist. ........... 9842 of 46875 files (20%).............................. 21130 of 46875 files (45%).............................. 26335 of 46875 files (56%).............................. 39348 of 46875 files (83%).............................. 45060 of 46875 files (96%)....... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri May 31 03:37:21 EDT 2002 Verify mksysb Fri May 31 03:37:22 EDT 2002 Dumpdate: Fri May 31 02:34:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 31 02:28 ./image.data -rw-r--r-- 1 root system 929 May 31 02:27 ./tapeid.data 1523595 Kbytes, 46874 files 0 cache hits, 0 cache misses Backup finished Fri May 31 04:29:40 EDT 2002 **** Usage Log: **** Uses: 17 Backup Date: Thu May 30 02:27:19 EDT 2002 Backup Date: Wed May 29 02:26:25 EDT 2002 Backup Date: Tue May 28 02:27:26 EDT 2002 Backup Date: Sat May 25 02:28:01 EDT 2002 Backup Date: Tue Mar 26 02:28:07 EST 2002 From root@csichb.com Fri May 31 04:33:58 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4V8XwY1047216 for ; Fri, 31 May 2002 04:33:58 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4V8Xq2D035636 for ; Fri, 31 May 2002 04:33:52 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g4V8XpJR018548 for ; Fri, 31 May 2002 04:33:51 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g4V8XpaN039818 for bmsaix@bmsi.com; Fri, 31 May 2002 04:33:51 -0400 Date: Fri, 31 May 2002 04:33:51 -0400 From: root@csichb.com Message-Id: <200205310833.g4V8XpaN039818@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2253 System Id: csi Backup Started: Fri May 31 02:00:01 EDT 2002 Dumpdate: Fri May 24 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 24 02:01 ./image.data -rw-r--r-- 1 root system 1159 May 24 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri May 31 02:00:22 EDT 2002 mksysb started Fri May 31 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69214 files.............................. 310 of 69214 files (0%).............................. 312 of 69214 files (0%).............................. 5669 of 69214 files (8%).............................. 6823 of 69214 files (9%).............................. 6974 of 69214 files (10%).............................. 10109 of 69214 files (14%).............................. 13274 of 69214 files (19%).............................. 13379 of 69214 files (19%).............................. 21619 of 69214 files (31%).............................. 26703 of 69214 files (38%).............................. 36120 of 69214 files (52%).............................. 46956 of 69214 files (67%).............................. 52455 of 69214 files (75%).............................. 57380 of 69214 files (82%).............................. 66704 of 69214 files (96%).... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri May 31 03:20:39 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri May 31 03:20:41 EDT 2002 Verify mksysb Fri May 31 03:21:45 EDT 2002 Dumpdate: Fri May 31 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 31 02:01 ./image.data -rw-r--r-- 1 root system 1201 May 31 02:00 ./tapeid.data 2150301 Kbytes, 69214 files Backup finished Fri May 31 04:33:50 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 300808 39% 871 2% /var /dev/hd3 344064 282416 18% 86 1% /tmp /dev/hd1 819200 58096 93% 853 1% /home /dev/lv00 507904 33464 94% 6081 20% /bms /dev/lv01 835584 136560 84% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 22 Backup Date: Fri May 24 02:00:22 EDT 2002 Backup Date: Fri May 17 02:00:21 EDT 2002 Backup Date: Fri May 10 02:00:22 EDT 2002 Backup Date: Fri May 3 02:00:22 EDT 2002 Backup Date: Fri Apr 26 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Fri May 31 04:31:53 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4V8VqY1047134 for ; Fri, 31 May 2002 04:31:52 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g4V8VqRT024092 for bmsaix@bmsi.com; Fri, 31 May 2002 04:31:52 -0400 Date: Fri, 31 May 2002 04:31:52 -0400 From: root@bmsaix.bmsi.com Message-Id: <200205310831.g4V8VqRT024092@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2254 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri May 31 00:30:00 EDT 2002 mksysb backup Fri May 31 00:30:23 EDT 2002 Dumpdate: Fri May 24 00:42:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 24 00:33 ./image.data -rw-r--r-- 1 root system 2624 May 24 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri May 31 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri May 31 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri May 31 02:48:13 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 20298. mksysb backup Fri May 31 02:49:41 EDT 2002 Dumpdate: Fri May 31 00:42:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 31 00:33 ./image.data -rw-r--r-- 1 root system 2666 May 31 00:30 ./tapeid.data Verify backup Fri May 31 02:49:48 EDT 2002 Segment 1-4: mksysb 4224860 Kbytes, 134985 files 88.5% Backup finished Fri May 31 04:31:52 EDT 2002 **** Usage Log: **** Uses: 16 Backup Date: Fri May 24 00:30:34 EDT 2002 Backup Date: Fri May 17 00:30:30 EDT 2002 Backup Date: Fri May 10 00:30:34 EDT 2002 Backup Date: Fri May 3 00:30:30 EDT 2002 Backup Date: Fri Apr 26 00:30:30 EDT 2002 From root@acustomsbroker.com Fri May 31 02:49:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g4V6npY1038550; Fri, 31 May 2002 02:49:52 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g4V6ne2D019198; Fri, 31 May 2002 02:49:45 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g4V6ndd32480; Fri, 31 May 2002 02:49:39 -0400 Date: Fri, 31 May 2002 02:49:39 -0400 From: root Message-Id: <200205310649.g4V6ndd32480@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2255 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri May 31 02:00:00 EDT 2002 BMS backup Fri May 31 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0009 Backup Date: Fri May 31 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri May 31 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1303326720 (1.2GB, 910kB/s) 1398.85s real 3.93s user 23.85s system Rewind Tape Fri May 31 02:25:32 EDT 2002 BMS backup Fri May 31 02:26:16 EDT 2002 Verify backup Fri May 31 02:26:16 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri May 31 02:49:39 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Sat May 18 02:00:24 EDT 2002 Backup Date: Tue May 7 02:00:24 EDT 2002 Backup Date: Sat Apr 27 02:00:24 EDT 2002 Backup Date: Thu Apr 18 02:00:24 EDT 2002 Backup Date: Tue Apr 16 02:00:24 EDT 2002 From root@bmsaix.bmsi.com Tue Jun 4 04:43:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g548hQY1038824 for ; Tue, 4 Jun 2002 04:43:26 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g548hPYj011426 for bmsaix@bmsi.com; Tue, 4 Jun 2002 04:43:25 -0400 Date: Tue, 4 Jun 2002 04:43:25 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206040843.g548hPYj011426@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2256 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 4 00:30:00 EDT 2002 mksysb backup Tue Jun 4 00:30:26 EDT 2002 Dumpdate: Tue May 14 00:42:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 14 00:34 ./image.data -rw-r--r-- 1 root system 2624 May 14 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Jun 4 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jun 4 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jun 4 03:00:23 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 38334. mksysb backup Tue Jun 4 03:01:57 EDT 2002 Dumpdate: Tue Jun 4 00:42:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 04 00:34 ./image.data -rw-r--r-- 1 root system 2666 Jun 04 00:30 ./tapeid.data Verify backup Tue Jun 4 03:02:04 EDT 2002 Segment 1-4: mksysb 4240915 Kbytes, 136141 files 88.5% Backup finished Tue Jun 4 04:43:25 EDT 2002 **** Usage Log: **** Uses: 16 Backup Date: Tue May 14 00:30:33 EDT 2002 Backup Date: Tue May 7 00:30:33 EDT 2002 Backup Date: Tue Apr 23 00:30:34 EDT 2002 Backup Date: Tue Apr 16 00:30:33 EDT 2002 Backup Date: Tue Apr 9 00:30:34 EDT 2002 From root@wall.wall.com Tue Jun 4 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g548aAY3033260; Tue, 4 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g548Zq3v030948; Tue, 4 Jun 2002 04:35:52 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA08790; Tue, 4 Jun 2002 04:24:37 -0400 Date: Tue, 4 Jun 2002 04:24:37 -0400 From: root@wall.wall.com Message-Id: <200206040824.EAA08790@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2257 System Id: wall Backup Started: Tue Jun 4 02:00:00 EDT 2002 Backup of btas image started Tue Jun 4 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jun 4 02:27:29 EDT 2002] 68.2% Dumpdate: Fri May 31 02:34:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 31 02:28 ./image.data -rw-r--r-- 1 root system 929 May 31 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Jun 4 02:27:55 EDT 2002 mksysb started Tue Jun 4 02:27:56 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46774 files.............................. 3296 of 46774 files (7%).............................. 3296 of 46774 files (7%).............................. 3296 of 46774 files (7%).............................. 3334 of 46774 files (7%).............................. 3334 of 46774 files (7%).............................. 3334 of 46774 files (7%).............................. 3386 of 46774 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN240714: A file or directory in the path name does not exist. ............. 12161 of 46774 files (25%).............................. 22932 of 46774 files (49%).............................. 36282 of 46774 files (77%).............................. 44964 of 46774 files (96%).... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Jun 4 03:32:34 EDT 2002 Verify mksysb Tue Jun 4 03:32:35 EDT 2002 Dumpdate: Tue Jun 4 02:35:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 04 02:29 ./image.data -rw-r--r-- 1 root system 971 Jun 04 02:27 ./tapeid.data 1522033 Kbytes, 46773 files 0 cache hits, 0 cache misses Backup finished Tue Jun 4 04:24:36 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Fri May 31 02:27:08 EDT 2002 Backup Date: Thu May 30 02:27:19 EDT 2002 Backup Date: Wed May 29 02:26:25 EDT 2002 Backup Date: Tue May 28 02:27:26 EDT 2002 Backup Date: Sat May 25 02:28:01 EDT 2002 From root@csichb.com Tue Jun 4 04:33:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g548XdY1033182 for ; Tue, 4 Jun 2002 04:33:39 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g548XX2D030334 for ; Tue, 4 Jun 2002 04:33:33 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g548XXJR049142 for ; Tue, 4 Jun 2002 04:33:33 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g548XW7V007372 for bmsaix@bmsi.com; Tue, 4 Jun 2002 04:33:32 -0400 Date: Tue, 4 Jun 2002 04:33:32 -0400 From: root@csichb.com Message-Id: <200206040833.g548XW7V007372@csichb.com> To: bmsaix@bmsi.com Subject: csi0019 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2258 System Id: csi Backup Started: Tue Jun 4 02:00:01 EDT 2002 Dumpdate: Fri Apr 19 02:04:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Apr 19 02:01 ./image.data -rw-r--r-- 1 root system 445 Apr 19 02:00 ./tapeid.data Tape Id: csi0019 Backup Date: Tue Jun 4 02:00:22 EDT 2002 mksysb started Tue Jun 4 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69144 files.............................. 310 of 69144 files (0%).............................. 312 of 69144 files (0%).............................. 5583 of 69144 files (8%).............................. 6747 of 69144 files (9%).............................. 6898 of 69144 files (9%).............................. 10070 of 69144 files (14%).............................. 13204 of 69144 files (19%).............................. 13310 of 69144 files (19%).............................. 21549 of 69144 files (31%).............................. 26835 of 69144 files (38%).............................. 36070 of 69144 files (52%).............................. 47140 of 69144 files (68%).............................. 52491 of 69144 files (75%).............................. 57435 of 69144 files (83%).............................. 66723 of 69144 files (96%).... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jun 4 03:20:32 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jun 4 03:20:35 EDT 2002 Verify mksysb Tue Jun 4 03:21:38 EDT 2002 Dumpdate: Tue Jun 4 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 04 02:01 ./image.data -rw-r--r-- 1 root system 487 Jun 04 02:00 ./tapeid.data 2146407 Kbytes, 69144 files Backup finished Tue Jun 4 04:33:32 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 315280 36% 880 2% /var /dev/hd3 344064 282128 19% 86 1% /tmp /dev/hd1 819200 55472 94% 853 1% /home /dev/lv00 507904 49840 91% 6005 19% /bms /dev/lv01 835584 132736 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 5 Backup Date: Fri Apr 19 02:00:21 EDT 2002 Backup Date: Tue Apr 2 02:00:22 EST 2002 Backup Date: Thu Feb 7 02:00:21 EST 2002 Backup Date: Tue Jan 8 02:00:22 EST 2002 Backup Date: Thu Dec 27 02:00:01 EST 2001 From root@acustomsbroker.com Tue Jun 4 02:49:20 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g546nHY1004616; Tue, 4 Jun 2002 02:49:17 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g546nA2D012330; Tue, 4 Jun 2002 02:49:11 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g546nAH25446; Tue, 4 Jun 2002 02:49:10 -0400 Date: Tue, 4 Jun 2002 02:49:10 -0400 From: root Message-Id: <200206040649.g546nAH25446@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2259 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 4 02:00:00 EDT 2002 BMS backup Tue Jun 4 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Tue Jun 4 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jun 4 02:02:12 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1297305600 (1.2GB, 911kB/s) 1390.14s real 4.53s user 22.51s system Rewind Tape Tue Jun 4 02:25:23 EDT 2002 BMS backup Tue Jun 4 02:26:02 EDT 2002 Verify backup Tue Jun 4 02:26:02 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jun 4 02:49:09 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Thu May 23 02:00:24 EDT 2002 Backup Date: Fri May 10 02:00:25 EDT 2002 Backup Date: Tue Apr 30 02:00:24 EDT 2002 Backup Date: Sat Apr 13 02:00:24 EDT 2002 Backup Date: Tue Mar 26 02:00:24 EST 2002 From root@csichb.com Thu Jun 6 04:34:36 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g568YZY1031388 for ; Thu, 6 Jun 2002 04:34:36 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g568YTqO020408 for ; Thu, 6 Jun 2002 04:34:30 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g568YTJR004780 for ; Thu, 6 Jun 2002 04:34:29 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g568YTRT023636 for bmsaix@bmsi.com; Thu, 6 Jun 2002 04:34:29 -0400 Date: Thu, 6 Jun 2002 04:34:29 -0400 From: root@csichb.com Message-Id: <200206060834.g568YTRT023636@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2260 System Id: csi Backup Started: Thu Jun 6 02:00:00 EDT 2002 Dumpdate: Thu May 30 02:04:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 30 02:01 ./image.data -rw-r--r-- 1 root system 277 May 30 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jun 6 02:00:21 EDT 2002 mksysb started Thu Jun 6 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69214 files.............................. 310 of 69214 files (0%).............................. 312 of 69214 files (0%).............................. 5605 of 69214 files (8%).............................. 6776 of 69214 files (9%).............................. 6921 of 69214 files (9%).............................. 9244 of 69214 files (13%).............................. 13269 of 69214 files (19%).............................. 13379 of 69214 files (19%).............................. 21617 of 69214 files (31%).............................. 26443 of 69214 files (38%).............................. 36021 of 69214 files (52%).............................. 46808 of 69214 files (67%).............................. 52207 of 69214 files (75%).............................. 57222 of 69214 files (82%).............................. 66492 of 69214 files (96%)..... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Jun 6 03:20:44 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jun 6 03:20:46 EDT 2002 Verify mksysb Thu Jun 6 03:21:49 EDT 2002 Dumpdate: Thu Jun 6 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 06 02:01 ./image.data -rw-r--r-- 1 root system 319 Jun 06 02:00 ./tapeid.data 2156735 Kbytes, 69214 files Backup finished Thu Jun 6 04:34:28 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 292976 41% 926 2% /var /dev/hd3 344064 281896 19% 86 1% /tmp /dev/hd1 819200 49560 94% 853 1% /home /dev/lv00 507904 45096 92% 6034 20% /bms /dev/lv01 835584 132736 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 1 Backup Date: Thu May 30 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Thu Jun 6 04:33:29 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g568XSY1044398 for ; Thu, 6 Jun 2002 04:33:28 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g568XS1o038246 for bmsaix@bmsi.com; Thu, 6 Jun 2002 04:33:28 -0400 Date: Thu, 6 Jun 2002 04:33:28 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206060833.g568XS1o038246@bmsaix.bmsi.com> Subject: bmsaix0084 backup Status: RO X-Status: X-Keywords: X-UID: 2261 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Jun 6 00:30:01 EDT 2002 mksysb backup Thu Jun 6 00:30:26 EDT 2002 Dumpdate: Thu May 30 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 30 00:34 ./image.data -rw-r--r-- 1 root system 2036 May 30 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0084 Backup Date: Thu Jun 6 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Jun 6 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jun 6 02:47:59 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 14612. mksysb backup Thu Jun 6 02:49:42 EDT 2002 Dumpdate: Thu Jun 6 00:42:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 06 00:34 ./image.data -rw-r--r-- 1 root system 2078 Jun 06 00:30 ./tapeid.data Verify backup Thu Jun 6 02:49:49 EDT 2002 Segment 1-4: mksysb 4238921 Kbytes, 135052 files 88.5% Backup finished Thu Jun 6 04:33:27 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Thu May 30 00:30:34 EDT 2002 Backup Date: Tue Feb 26 00:32:34 EST 2002 From root@editorialunilit.com Thu Jun 6 04:07:24 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g5687OY1040694 for ; Thu, 6 Jun 2002 04:07:24 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5687HqO022146 for ; Thu, 6 Jun 2002 04:07:18 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g56861oN028438; Thu, 6 Jun 2002 04:06:01 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g56860LL024340; Thu, 6 Jun 2002 04:06:00 -0400 Date: Thu, 6 Jun 2002 04:06:00 -0400 From: root@editorialunilit.com Message-Id: <200206060806.g56860LL024340@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2262 System Id: unilit Backup Started: Wed Jun 5 23:50:01 EDT 2002 Dumpdate: Fri May 24 00:02:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10745 May 23 23:56 ./image.data -rw-r--r-- 1 root system 2799 May 23 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Wed Jun 5 23:50:24 EDT 2002 mksysb started Wed Jun 5 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6468 cache hits, 129 cache misses 141710 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 42532. Rewind Tape Thu Jun 6 02:28:12 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Jun 6 02:38:13 EDT 2002 Dumpdate: Thu Jun 6 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 05 23:56 ./image.data -rw-r--r-- 1 root system 2841 Jun 05 23:50 ./tapeid.data 2820438 Kbytes, 36034 files Backup finished Thu Jun 6 04:05:59 EDT 2002 **** Usage Log: **** Uses: 61 Backup Date: Thu May 23 23:50:45 EDT 2002 Backup Date: Fri May 10 23:50:23 EDT 2002 Backup Date: Mon May 6 23:50:24 EDT 2002 Backup Date: Tue Apr 30 23:50:26 EDT 2002 Backup Date: Wed Apr 24 23:50:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4072 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 550000 54% 15331 11% /var /dev/hd3 81920 70248 15% 100 1% /tmp /dev/hd1 196608 89520 55% 1043 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17544 89% 3676 80% /usr/local /dev/lv03 131072 14552 89% 5459 67% /bms /dev/lv04 294912 83616 72% 2440 27% /span /dev/lv05 1048576 385144 64% 23 1% /btdata /dev/lv06 2588672 766896 71% 345 1% /mail Free Mounted Blksiz Opens Status A: 14379 Thu Jun 6 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 144 Thu Jun 6 02:28 2048 15 Clean /btdata/EDX 7227 used From root@acustomsbroker.com Thu Jun 6 02:49:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g566nhY1040532; Thu, 6 Jun 2002 02:49:43 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g566naqO011616; Thu, 6 Jun 2002 02:49:37 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g566naW08261; Thu, 6 Jun 2002 02:49:36 -0400 Date: Thu, 6 Jun 2002 02:49:36 -0400 From: root Message-Id: <200206060649.g566naW08261@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2263 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Jun 6 02:00:00 EDT 2002 BMS backup Thu Jun 6 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Thu Jun 6 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Jun 6 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1300623360 (1.2GB, 910kB/s) 1395.92s real 4.14s user 23.68s system Rewind Tape Thu Jun 6 02:25:29 EDT 2002 BMS backup Thu Jun 6 02:26:11 EDT 2002 Verify backup Thu Jun 6 02:26:11 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Jun 6 02:49:35 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Fri May 24 02:00:25 EDT 2002 Backup Date: Thu May 2 02:00:24 EDT 2002 Backup Date: Fri Apr 12 02:00:24 EDT 2002 Backup Date: Sat Mar 23 02:00:24 EST 2002 Backup Date: Tue Mar 12 02:00:24 EST 2002 From root@bmsaix.bmsi.com Wed Jun 5 04:36:31 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g558aUY1045934 for ; Wed, 5 Jun 2002 04:36:30 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g558aUIL025442 for bmsaix@bmsi.com; Wed, 5 Jun 2002 04:36:30 -0400 Date: Wed, 5 Jun 2002 04:36:30 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206050836.g558aUIL025442@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2264 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 5 00:30:00 EDT 2002 mksysb backup Wed Jun 5 00:30:26 EDT 2002 Dumpdate: Wed May 22 00:42:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 22 00:34 ./image.data -rw-r--r-- 1 root system 2414 May 22 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Jun 5 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jun 5 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jun 5 02:50:19 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 13856. mksysb backup Wed Jun 5 02:52:07 EDT 2002 Dumpdate: Wed Jun 5 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 05 00:34 ./image.data -rw-r--r-- 1 root system 2456 Jun 05 00:30 ./tapeid.data Verify backup Wed Jun 5 02:52:14 EDT 2002 Segment 1-4: mksysb 4241996 Kbytes, 136210 files 88.5% Backup finished Wed Jun 5 04:36:29 EDT 2002 **** Usage Log: **** Uses: 11 Backup Date: Wed May 22 00:30:34 EDT 2002 Backup Date: Wed May 8 00:30:34 EDT 2002 Backup Date: Wed May 1 00:30:34 EDT 2002 Backup Date: Wed Apr 24 00:30:33 EDT 2002 Backup Date: Wed Apr 10 00:30:33 EDT 2002 From root@wall.wall.com Wed Jun 5 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g558aAY3020222; Wed, 5 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g558Zpf9020470; Wed, 5 Jun 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41734; Wed, 5 Jun 2002 04:25:49 -0400 Date: Wed, 5 Jun 2002 04:25:49 -0400 From: root@wall.wall.com Message-Id: <200206050825.EAA41734@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: O X-Status: X-Keywords: X-UID: 2265 System Id: wall Backup Started: Wed Jun 5 02:00:01 EDT 2002 Backup of btas image started Wed Jun 5 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jun 5 02:25:44 EDT 2002] 68.2% Dumpdate: Tue Jun 4 02:35:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 04 02:29 ./image.data -rw-r--r-- 1 root system 971 Jun 04 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Jun 5 02:26:10 EDT 2002 mksysb started Wed Jun 5 02:26:11 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46868 files.............................. 3307 of 46868 files (7%).............................. 3307 of 46868 files (7%).............................. 3307 of 46868 files (7%).............................. 3345 of 46868 files (7%).............................. 3345 of 46868 files (7%).............................. 3345 of 46868 files (7%).............................. 3397 of 46868 files (7%).............................. 12167 of 46868 files (25%).............................. 22638 of 46868 files (48%).............................. 36276 of 46868 files (77%).............................. 42991 of 46868 files (91%).................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jun 5 03:33:31 EDT 2002 Verify mksysb Wed Jun 5 03:33:32 EDT 2002 Dumpdate: Wed Jun 5 02:33:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 05 02:27 ./image.data -rw-r--r-- 1 root system 1013 Jun 05 02:26 ./tapeid.data 1523080 Kbytes, 46868 files 0 cache hits, 0 cache misses Backup finished Wed Jun 5 04:25:48 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Tue Jun 4 02:27:55 EDT 2002 Backup Date: Fri May 31 02:27:08 EDT 2002 Backup Date: Thu May 30 02:27:19 EDT 2002 Backup Date: Wed May 29 02:26:25 EDT 2002 Backup Date: Tue May 28 02:27:26 EDT 2002 From root@wall.wall.com Thu Jun 6 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g568aAY1031472; Thu, 6 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g568a07O026596; Thu, 6 Jun 2002 04:36:00 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA35614; Thu, 6 Jun 2002 04:28:35 -0400 Date: Thu, 6 Jun 2002 04:28:35 -0400 From: root@wall.wall.com Message-Id: <200206060828.EAA35614@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2266 System Id: wall Backup Started: Thu Jun 6 02:00:00 EDT 2002 Backup of btas image started Thu Jun 6 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jun 6 02:28:26 EDT 2002] 68.2% Dumpdate: Wed Jun 5 02:33:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 05 02:27 ./image.data -rw-r--r-- 1 root system 1013 Jun 05 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Jun 6 02:28:52 EDT 2002 mksysb started Thu Jun 6 02:28:53 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46948 files.............................. 3319 of 46948 files (7%).............................. 3319 of 46948 files (7%).............................. 3319 of 46948 files (7%).............................. 3357 of 46948 files (7%).............................. 3357 of 46948 files (7%).............................. 3357 of 46948 files (7%).............................. 3408 of 46948 files (7%).............................. 12191 of 46948 files (25%).............................. 22356 of 46948 files (47%).............................. 35857 of 46948 files (76%).............................. 42845 of 46948 files (91%)...................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jun 6 03:36:25 EDT 2002 Verify mksysb Thu Jun 6 03:36:26 EDT 2002 Dumpdate: Thu Jun 6 02:36:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 06 02:30 ./image.data -rw-r--r-- 1 root system 1055 Jun 06 02:28 ./tapeid.data 1524232 Kbytes, 46948 files 0 cache hits, 0 cache misses Backup finished Thu Jun 6 04:28:34 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Wed Jun 5 02:26:10 EDT 2002 Backup Date: Tue Jun 4 02:27:55 EDT 2002 Backup Date: Fri May 31 02:27:08 EDT 2002 Backup Date: Thu May 30 02:27:19 EDT 2002 Backup Date: Wed May 29 02:26:25 EDT 2002 From root@csichb.com Wed Jun 5 04:33:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g558XmY1043178 for ; Wed, 5 Jun 2002 04:33:48 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g558XgqO028806 for ; Wed, 5 Jun 2002 04:33:42 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g558XfJR022200 for ; Wed, 5 Jun 2002 04:33:41 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g558XfoX036784 for bmsaix@bmsi.com; Wed, 5 Jun 2002 04:33:41 -0400 Date: Wed, 5 Jun 2002 04:33:41 -0400 From: root@csichb.com Message-Id: <200206050833.g558XfoX036784@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2267 System Id: csi Backup Started: Wed Jun 5 02:00:01 EDT 2002 Dumpdate: Wed May 29 02:04:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 29 02:01 ./image.data -rw-r--r-- 1 root system 2839 May 29 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jun 5 02:00:22 EDT 2002 mksysb started Wed Jun 5 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69184 files.............................. 310 of 69184 files (0%).............................. 312 of 69184 files (0%).............................. 5588 of 69184 files (8%).............................. 6764 of 69184 files (9%).............................. 6910 of 69184 files (9%).............................. 9740 of 69184 files (14%).............................. 13243 of 69184 files (19%).............................. 13349 of 69184 files (19%).............................. 21589 of 69184 files (31%).............................. 26736 of 69184 files (38%).............................. 36092 of 69184 files (52%).............................. 47124 of 69184 files (68%).............................. 52473 of 69184 files (75%).............................. 57474 of 69184 files (83%).............................. 66758 of 69184 files (96%)... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jun 5 03:20:29 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jun 5 03:20:31 EDT 2002 Verify mksysb Wed Jun 5 03:21:34 EDT 2002 Dumpdate: Wed Jun 5 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 05 02:01 ./image.data -rw-r--r-- 1 root system 2881 Jun 05 02:00 ./tapeid.data 2150259 Kbytes, 69184 files Backup finished Wed Jun 5 04:33:40 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6904 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 311600 37% 902 2% /var /dev/hd3 344064 282008 19% 86 1% /tmp /dev/hd1 819200 50344 94% 853 1% /home /dev/lv00 507904 47976 91% 6022 19% /bms /dev/lv01 835584 132736 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 62 Backup Date: Wed May 29 02:00:21 EDT 2002 Backup Date: Wed May 22 02:00:21 EDT 2002 Backup Date: Wed May 15 02:00:22 EDT 2002 Backup Date: Wed May 8 02:00:22 EDT 2002 Backup Date: Wed May 1 02:00:22 EDT 2002 From root@editorialunilit.com Wed Jun 5 04:09:08 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g55897Y1004440 for ; Wed, 5 Jun 2002 04:09:07 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g55891qO009590 for ; Wed, 5 Jun 2002 04:09:01 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5587hoN038970; Wed, 5 Jun 2002 04:07:43 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5587hu8034104; Wed, 5 Jun 2002 04:07:43 -0400 Date: Wed, 5 Jun 2002 04:07:43 -0400 From: root@editorialunilit.com Message-Id: <200206050807.g5587hu8034104@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2268 System Id: unilit Backup Started: Tue Jun 4 23:50:00 EDT 2002 Dumpdate: Thu May 23 00:02:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10745 May 22 23:56 ./image.data -rw-r--r-- 1 root system 1329 May 22 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Tue Jun 4 23:50:27 EDT 2002 mksysb started Tue Jun 4 23:50:28 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6462 cache hits, 129 cache misses 141380 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 22112. Rewind Tape Wed Jun 5 02:28:36 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jun 5 02:38:37 EDT 2002 Dumpdate: Wed Jun 5 00:02:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 04 23:56 ./image.data -rw-r--r-- 1 root system 1371 Jun 04 23:50 ./tapeid.data 2803051 Kbytes, 35616 files Backup finished Wed Jun 5 04:07:42 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Wed May 22 23:50:25 EDT 2002 Backup Date: Tue May 14 23:50:24 EDT 2002 Backup Date: Thu May 9 23:50:24 EDT 2002 Backup Date: Mon Apr 29 23:50:24 EDT 2002 Backup Date: Tue Apr 23 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4072 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 562120 53% 14915 11% /var /dev/hd3 81920 70304 15% 100 1% /tmp /dev/hd1 196608 89520 55% 1043 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17544 89% 3676 80% /usr/local /dev/lv03 131072 14616 89% 5457 67% /bms /dev/lv04 294912 83928 72% 2440 27% /span /dev/lv05 1048576 385168 64% 23 1% /btdata /dev/lv06 2588672 783288 70% 345 1% /mail Free Mounted Blksiz Opens Status A: 14709 Wed Jun 5 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 0 Wed Jun 5 02:28 2048 15 Clean /btdata/EDX 7221 used From root@acustomsbroker.com Wed Jun 5 02:50:11 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g556o9Y1020456; Wed, 5 Jun 2002 02:50:09 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g556nvqO027758; Wed, 5 Jun 2002 02:50:03 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g556nu000500; Wed, 5 Jun 2002 02:49:56 -0400 Date: Wed, 5 Jun 2002 02:49:56 -0400 From: root Message-Id: <200206050649.g556nu000500@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2269 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 5 02:00:00 EDT 2002 BMS backup Wed Jun 5 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Wed Jun 5 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jun 5 02:02:11 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1299660800 (1.2GB, 902kB/s) 1407.41s real 4.21s user 23.54s system Rewind Tape Wed Jun 5 02:25:39 EDT 2002 BMS backup Wed Jun 5 02:26:21 EDT 2002 Verify backup Wed Jun 5 02:26:21 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jun 5 02:49:56 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Sat May 11 02:00:24 EDT 2002 Backup Date: Wed May 1 02:00:24 EDT 2002 Backup Date: Sat Apr 20 02:00:23 EDT 2002 Backup Date: Wed Apr 3 02:00:24 EST 2002 Backup Date: Wed Mar 13 02:00:24 EST 2002 From root@acustomsbroker.com Fri Jun 7 02:50:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g576o5Y1020170; Fri, 7 Jun 2002 02:50:05 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g576nrqO019150; Fri, 7 Jun 2002 02:49:59 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g576nr517167; Fri, 7 Jun 2002 02:49:53 -0400 Date: Fri, 7 Jun 2002 02:49:53 -0400 From: root Message-Id: <200206070649.g576nr517167@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2270 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 7 02:00:00 EDT 2002 BMS backup Fri Jun 7 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Fri Jun 7 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jun 7 02:02:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1306767360 (1.2GB, 906kB/s) 1408.95s real 4.73s user 23.15s system Rewind Tape Fri Jun 7 02:25:46 EDT 2002 BMS backup Fri Jun 7 02:26:32 EDT 2002 Verify backup Fri Jun 7 02:26:32 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jun 7 02:49:52 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Sat May 25 02:00:24 EDT 2002 Backup Date: Tue May 14 02:00:24 EDT 2002 Backup Date: Fri May 3 02:00:25 EDT 2002 Backup Date: Tue Apr 23 02:00:24 EDT 2002 Backup Date: Thu Apr 11 02:00:24 EDT 2002 From root@editorialunilit.com Fri Jun 7 04:10:38 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g578AbY1044140 for ; Fri, 7 Jun 2002 04:10:37 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g578AVqO018676 for ; Fri, 7 Jun 2002 04:10:31 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5789EoN038952; Fri, 7 Jun 2002 04:09:14 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5789E9R016678; Fri, 7 Jun 2002 04:09:14 -0400 Date: Fri, 7 Jun 2002 04:09:14 -0400 From: root@editorialunilit.com Message-Id: <200206070809.g5789E9R016678@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2271 System Id: unilit Backup Started: Thu Jun 6 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Thu Jun 6 23:50:02 EDT 2002 Retensioning Tape Thu Jun 6 23:50:02 EDT 2002 Tape Id: unilit0076 Backup Date: Thu Jun 6 23:52:36 EDT 2002 mksysb started Thu Jun 6 23:52:36 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6468 cache hits, 124 cache misses 141867 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 21054. Rewind Tape Fri Jun 7 02:28:36 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jun 7 02:38:37 EDT 2002 Dumpdate: Fri Jun 7 00:04:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 06 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 06 23:52 ./tapeid.data 2827764 Kbytes, 36357 files Backup finished Fri Jun 7 04:09:12 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4072 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 547168 54% 15647 11% /var /dev/hd3 81920 70232 15% 100 1% /tmp /dev/hd1 196608 89520 55% 1043 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17544 89% 3676 80% /usr/local /dev/lv03 131072 14432 89% 5461 67% /bms /dev/lv04 294912 81296 73% 2445 27% /span /dev/lv05 1048576 385144 64% 23 1% /btdata /dev/lv06 2588672 763712 71% 345 1% /mail Free Mounted Blksiz Opens Status A: 14222 Fri Jun 7 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 119 Fri Jun 7 02:28 2048 15 Clean /btdata/EDX 7227 used From root@csichb.com Fri Jun 7 04:35:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g578Z4Y1014794 for ; Fri, 7 Jun 2002 04:35:04 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g578YwqO019930 for ; Fri, 7 Jun 2002 04:34:58 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g578YvJR048712 for ; Fri, 7 Jun 2002 04:34:57 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g578YvBe021980 for bmsaix@bmsi.com; Fri, 7 Jun 2002 04:34:57 -0400 Date: Fri, 7 Jun 2002 04:34:57 -0400 From: root@csichb.com Message-Id: <200206070834.g578YvBe021980@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2272 System Id: csi Backup Started: Fri Jun 7 02:00:00 EDT 2002 Dumpdate: Fri May 31 02:04:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 31 02:01 ./image.data -rw-r--r-- 1 root system 1201 May 31 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Jun 7 02:00:22 EDT 2002 mksysb started Fri Jun 7 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up..... Backing up 69230 files.............................. 310 of 69230 files (0%).............................. 312 of 69230 files (0%).............................. 5586 of 69230 files (8%).............................. 6830 of 69230 files (9%).............................. 6932 of 69230 files (10%).............................. 9247 of 69230 files (13%).............................. 13284 of 69230 files (19%).............................. 13395 of 69230 files (19%).............................. 21632 of 69230 files (31%).............................. 25611 of 69230 files (36%).............................. 35663 of 69230 files (51%).............................. 46548 of 69230 files (67%).............................. 52026 of 69230 files (75%).............................. 57145 of 69230 files (82%).............................. 66507 of 69230 files (96%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jun 7 03:21:12 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jun 7 03:21:13 EDT 2002 Verify mksysb Fri Jun 7 03:22:17 EDT 2002 Dumpdate: Fri Jun 7 02:04:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jun 07 02:01 ./image.data -rw-r--r-- 1 root system 1243 Jun 07 02:00 ./tapeid.data 2162012 Kbytes, 69230 files Backup finished Fri Jun 7 04:34:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6896 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 290784 41% 924 2% /var /dev/hd3 344064 281408 19% 87 1% /tmp /dev/hd1 1130496 344256 70% 854 1% /home /dev/lv00 507904 43368 92% 6044 20% /bms /dev/lv01 835584 132264 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 23 Backup Date: Fri May 31 02:00:22 EDT 2002 Backup Date: Fri May 24 02:00:22 EDT 2002 Backup Date: Fri May 17 02:00:21 EDT 2002 Backup Date: Fri May 10 02:00:22 EDT 2002 Backup Date: Fri May 3 02:00:22 EDT 2002 From root@wall.wall.com Fri Jun 7 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g578aAY3044042; Fri, 7 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g578ZrOP014850; Fri, 7 Jun 2002 04:35:53 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA35112; Fri, 7 Jun 2002 04:27:03 -0400 Date: Fri, 7 Jun 2002 04:27:03 -0400 From: root@wall.wall.com Message-Id: <200206070827.EAA35112@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2273 System Id: wall Backup Started: Fri Jun 7 02:00:01 EDT 2002 Backup of btas image started Fri Jun 7 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jun 7 02:27:04 EDT 2002] 68.2% Dumpdate: Thu Jun 6 02:36:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 06 02:30 ./image.data -rw-r--r-- 1 root system 1055 Jun 06 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Jun 7 02:27:31 EDT 2002 mksysb started Fri Jun 7 02:27:32 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46653 files.............................. 3327 of 46653 files (7%).............................. 3327 of 46653 files (7%).............................. 3327 of 46653 files (7%).............................. 3365 of 46653 files (7%).............................. 3365 of 46653 files (7%).............................. 3365 of 46653 files (7%).............................. 3417 of 46653 files (7%).............................. 11844 of 46653 files (25%).............................. 22437 of 46653 files (48%).............................. 35831 of 46653 files (76%).............................. 42775 of 46653 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jun 7 03:34:50 EDT 2002 Verify mksysb Fri Jun 7 03:34:52 EDT 2002 Dumpdate: Fri Jun 7 02:34:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 07 02:28 ./image.data -rw-r--r-- 1 root system 1097 Jun 07 02:27 ./tapeid.data 1523815 Kbytes, 46653 files 0 cache hits, 0 cache misses Backup finished Fri Jun 7 04:27:02 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Thu Jun 6 02:28:52 EDT 2002 Backup Date: Wed Jun 5 02:26:10 EDT 2002 Backup Date: Tue Jun 4 02:27:55 EDT 2002 Backup Date: Fri May 31 02:27:08 EDT 2002 Backup Date: Thu May 30 02:27:19 EDT 2002 From root@bmsaix.bmsi.com Fri Jun 7 04:42:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g578g6Y1004800 for ; Fri, 7 Jun 2002 04:42:06 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g578g6e0032438 for bmsaix@bmsi.com; Fri, 7 Jun 2002 04:42:06 -0400 Date: Fri, 7 Jun 2002 04:42:06 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206070842.g578g6e0032438@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2274 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 7 00:30:00 EDT 2002 mksysb backup Fri Jun 7 00:30:22 EDT 2002 Dumpdate: Fri May 31 00:42:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 31 00:33 ./image.data -rw-r--r-- 1 root system 2666 May 31 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jun 7 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jun 7 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./home/stuart/milter/.bms.py.swp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./home/stuart/milter/.TODO.swp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jun 7 02:59:07 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 21434. mksysb backup Fri Jun 7 03:00:51 EDT 2002 Dumpdate: Fri Jun 7 00:42:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 07 00:34 ./image.data -rw-r--r-- 1 root system 2708 Jun 07 00:30 ./tapeid.data Verify backup Fri Jun 7 03:00:59 EDT 2002 Segment 1-4: mksysb 4201803 Kbytes, 135157 files 88.5% Backup finished Fri Jun 7 04:42:06 EDT 2002 **** Usage Log: **** Uses: 17 Backup Date: Fri May 31 00:30:30 EDT 2002 Backup Date: Fri May 24 00:30:34 EDT 2002 Backup Date: Fri May 17 00:30:30 EDT 2002 Backup Date: Fri May 10 00:30:34 EDT 2002 Backup Date: Fri May 3 00:30:30 EDT 2002 From root@bmsaix.bmsi.com Sat Jun 8 04:37:46 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g588bjY1014656 for ; Sat, 8 Jun 2002 04:37:45 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g588bj73039484 for bmsaix@bmsi.com; Sat, 8 Jun 2002 04:37:45 -0400 Date: Sat, 8 Jun 2002 04:37:45 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206080837.g588bj73039484@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2275 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 8 00:30:00 EDT 2002 mksysb backup Sat Jun 8 00:30:26 EDT 2002 Dumpdate: Sat May 18 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 18 00:33 ./image.data -rw-r--r-- 1 root system 2330 May 18 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat Jun 8 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Jun 8 00:31:09 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jun 8 02:54:33 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 30048. mksysb backup Sat Jun 8 02:55:13 EDT 2002 Dumpdate: Sat Jun 8 00:42:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 08 00:34 ./image.data -rw-r--r-- 1 root system 2372 Jun 08 00:30 ./tapeid.data Verify backup Sat Jun 8 02:55:21 EDT 2002 Segment 1-4: mksysb 4214960 Kbytes, 135617 files 88.5% Backup finished Sat Jun 8 04:37:44 EDT 2002 **** Usage Log: **** Uses: 9 Backup Date: Sat May 18 00:30:30 EDT 2002 Backup Date: Sat May 4 00:30:30 EDT 2002 Backup Date: Sat Apr 20 00:30:34 EDT 2002 Backup Date: Sat Apr 13 00:30:34 EDT 2002 Backup Date: Sat Apr 6 00:30:30 EST 2002 From root@wall.wall.com Sat Jun 8 04:36:15 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g588aAY3031406; Sat, 8 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g588Zqtu029350; Sat, 8 Jun 2002 04:35:52 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA28032; Sat, 8 Jun 2002 04:26:47 -0400 Date: Sat, 8 Jun 2002 04:26:47 -0400 From: root@wall.wall.com Message-Id: <200206080826.EAA28032@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2276 System Id: wall Backup Started: Sat Jun 8 02:00:01 EDT 2002 Backup of btas image started Sat Jun 8 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jun 8 02:26:40 EDT 2002] 68.2% Dumpdate: Fri Jun 7 02:34:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 07 02:28 ./image.data -rw-r--r-- 1 root system 1097 Jun 07 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Jun 8 02:27:07 EDT 2002 mksysb started Sat Jun 8 02:27:08 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46803 files.............................. 3339 of 46803 files (7%).............................. 3339 of 46803 files (7%).............................. 3339 of 46803 files (7%).............................. 3377 of 46803 files (7%).............................. 3377 of 46803 files (7%).............................. 3377 of 46803 files (7%).............................. 3428 of 46803 files (7%).............................. 11811 of 46803 files (25%).............................. 22079 of 46803 files (47%).............................. 35839 of 46803 files (76%).............................. 42711 of 46803 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jun 8 03:34:34 EDT 2002 Verify mksysb Sat Jun 8 03:34:36 EDT 2002 Dumpdate: Sat Jun 8 02:34:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 08 02:28 ./image.data -rw-r--r-- 1 root system 1139 Jun 08 02:27 ./tapeid.data 1525301 Kbytes, 46803 files 0 cache hits, 0 cache misses Backup finished Sat Jun 8 04:26:45 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Fri Jun 7 02:27:31 EDT 2002 Backup Date: Thu Jun 6 02:28:52 EDT 2002 Backup Date: Wed Jun 5 02:26:10 EDT 2002 Backup Date: Tue Jun 4 02:27:55 EDT 2002 Backup Date: Fri May 31 02:27:08 EDT 2002 From root@csichb.com Sat Jun 8 04:35:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g588ZDY1031344 for ; Sat, 8 Jun 2002 04:35:13 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g588Z4qO019882 for ; Sat, 8 Jun 2002 04:35:07 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g588Z3JR039544 for ; Sat, 8 Jun 2002 04:35:04 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g588Z3dW007392 for bmsaix@bmsi.com; Sat, 8 Jun 2002 04:35:03 -0400 Date: Sat, 8 Jun 2002 04:35:03 -0400 From: root@csichb.com Message-Id: <200206080835.g588Z3dW007392@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2277 System Id: csi Backup Started: Sat Jun 8 02:00:01 EDT 2002 Dumpdate: Sat Jun 1 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 01 02:01 ./image.data -rw-r--r-- 1 root system 865 Jun 01 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Jun 8 02:00:22 EDT 2002 mksysb started Sat Jun 8 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69248 files.............................. 310 of 69248 files (0%).............................. 312 of 69248 files (0%).............................. 5581 of 69248 files (8%).............................. 6841 of 69248 files (9%).............................. 6942 of 69248 files (10%).............................. 9098 of 69248 files (13%).............................. 13300 of 69248 files (19%).............................. 13413 of 69248 files (19%).............................. 21648 of 69248 files (31%).............................. 25124 of 69248 files (36%).............................. 35613 of 69248 files (51%).............................. 46516 of 69248 files (67%).............................. 52036 of 69248 files (75%).............................. 57134 of 69248 files (82%).............................. 66525 of 69248 files (96%)...... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jun 8 03:21:12 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jun 8 03:21:14 EDT 2002 Verify mksysb Sat Jun 8 03:22:18 EDT 2002 Dumpdate: Sat Jun 8 02:04:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jun 08 02:01 ./image.data -rw-r--r-- 1 root system 907 Jun 08 02:00 ./tapeid.data 2166322 Kbytes, 69248 files Backup finished Sat Jun 8 04:34:59 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6896 79% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 281896 43% 931 2% /var /dev/hd3 344064 281248 19% 87 1% /tmp /dev/hd1 1130496 343072 70% 854 1% /home /dev/lv00 507904 40792 92% 6055 20% /bms /dev/lv01 835584 130976 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 15 Backup Date: Sat Jun 1 02:00:22 EDT 2002 Backup Date: Tue May 28 02:00:19 EDT 2002 Backup Date: Sat May 25 02:00:21 EDT 2002 Backup Date: Sat May 18 02:00:22 EDT 2002 Backup Date: Sat May 11 02:00:22 EDT 2002 From root@editorialunilit.com Sat Jun 8 04:11:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g588B1Y1033070 for ; Sat, 8 Jun 2002 04:11:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g588AtqO019926 for ; Sat, 8 Jun 2002 04:10:55 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5889boN032248; Sat, 8 Jun 2002 04:09:38 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5889bEe018678; Sat, 8 Jun 2002 04:09:37 -0400 Date: Sat, 8 Jun 2002 04:09:37 -0400 From: root@editorialunilit.com Message-Id: <200206080809.g5889bEe018678@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2278 System Id: unilit Backup Started: Fri Jun 7 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Fri Jun 7 23:50:01 EDT 2002 Retensioning Tape Fri Jun 7 23:50:02 EDT 2002 Tape Id: unilit0077 Backup Date: Fri Jun 7 23:52:34 EDT 2002 mksysb started Fri Jun 7 23:52:34 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6432 cache hits, 105 cache misses 141919 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 47618. Rewind Tape Sat Jun 8 02:30:43 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jun 8 02:40:44 EDT 2002 Dumpdate: Sat Jun 8 00:04:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 07 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 07 23:52 ./tapeid.data 2832566 Kbytes, 36612 files Backup finished Sat Jun 8 04:09:36 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 4072 76% 892 22% / /dev/hd2 458752 47664 90% 6245 11% /usr /dev/hd9var 1179648 549888 54% 15894 11% /var /dev/hd3 81920 70192 15% 101 1% /tmp /dev/hd1 196608 89512 55% 1045 5% /home /dev/lv01 1032192 201848 81% 128 1% /work /dev/lv02 147456 17544 89% 3676 80% /usr/local /dev/lv03 131072 14328 90% 5463 67% /bms /dev/lv04 294912 79664 73% 2448 27% /span /dev/lv05 1048576 385144 64% 23 1% /btdata /dev/lv06 2588672 760784 71% 345 1% /mail Free Mounted Blksiz Opens Status A: 14170 Sat Jun 8 02:30 2048 8 Clean /btdata/SPAN 156276 used B: 88 Sat Jun 8 02:30 2048 15 Clean /btdata/EDX 7227 used From root@acustomsbroker.com Sat Jun 8 02:50:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.2) with ESMTP id g586oRY1024292; Sat, 8 Jun 2002 02:50:27 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g586oKqO019738; Sat, 8 Jun 2002 02:50:20 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g586oIP24305; Sat, 8 Jun 2002 02:50:18 -0400 Date: Sat, 8 Jun 2002 02:50:18 -0400 From: root Message-Id: <200206080650.g586oIP24305@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2279 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 8 02:00:00 EDT 2002 BMS backup Sat Jun 8 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Sat Jun 8 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jun 8 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1310208000 (1.2GB, 906kB/s) 1411.97s real 3.88s user 24.18s system Rewind Tape Sat Jun 8 02:25:50 EDT 2002 BMS backup Sat Jun 8 02:26:35 EDT 2002 Verify backup Sat Jun 8 02:26:35 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jun 8 02:50:17 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Wed May 15 02:00:23 EDT 2002 Backup Date: Sat May 4 02:00:24 EDT 2002 Backup Date: Wed Apr 24 02:00:24 EDT 2002 Backup Date: Wed Apr 10 02:00:24 EDT 2002 Backup Date: Wed Mar 20 02:00:24 EST 2002 From root@acustomsbroker.com Tue Jun 11 02:50:06 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B6o4C6030734; Tue, 11 Jun 2002 02:50:04 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B6npqO003532; Tue, 11 Jun 2002 02:49:57 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5B6npP06911; Tue, 11 Jun 2002 02:49:51 -0400 Date: Tue, 11 Jun 2002 02:49:51 -0400 From: root Message-Id: <200206110649.g5B6npP06911@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2280 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 11 02:00:00 EDT 2002 BMS backup Tue Jun 11 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue Jun 11 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jun 11 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1301555200 (1.2GB, 908kB/s) 1399.31s real 4.22s user 23.56s system Rewind Tape Tue Jun 11 02:25:36 EDT 2002 BMS backup Tue Jun 11 02:26:24 EDT 2002 Verify backup Tue Jun 11 02:26:24 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jun 11 02:49:50 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Tue May 28 02:00:24 EDT 2002 Backup Date: Thu May 16 02:00:25 EDT 2002 Backup Date: Thu Apr 25 02:00:25 EDT 2002 Backup Date: Sat Apr 6 02:00:24 EST 2002 Backup Date: Fri Mar 29 02:00:24 EST 2002 From root@editorialunilit.com Tue Jun 11 04:14:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B8E1C6030768 for ; Tue, 11 Jun 2002 04:14:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B8DsqO003374 for ; Tue, 11 Jun 2002 04:13:54 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5B8CboN051094; Tue, 11 Jun 2002 04:12:37 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5B8CbN5040852; Tue, 11 Jun 2002 04:12:37 -0400 Date: Tue, 11 Jun 2002 04:12:37 -0400 From: root@editorialunilit.com Message-Id: <200206110812.g5B8CbN5040852@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2281 System Id: unilit Backup Started: Mon Jun 10 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Mon Jun 10 23:50:01 EDT 2002 Retensioning Tape Mon Jun 10 23:50:02 EDT 2002 Tape Id: unilit0078 Backup Date: Mon Jun 10 23:52:35 EDT 2002 mksysb started Mon Jun 10 23:52:36 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6510 cache hits, 132 cache misses 142306 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./usr/local/info/gzip.info: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/RPMS/aix-4.1.5-10.ppc.rpm: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/RPMS/aix-4.1.5-12.ppc.rpm: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./work/RPMS/aix-4.1.5-13.ppc.rpm: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 41376. Rewind Tape Tue Jun 11 02:32:24 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jun 11 02:42:26 EDT 2002 Dumpdate: Tue Jun 11 00:04:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 10 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 10 23:52 ./tapeid.data 2838154 Kbytes, 36843 files Backup finished Tue Jun 11 04:12:36 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3952 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 557088 53% 16125 11% /var /dev/hd3 81920 70168 15% 100 1% /tmp /dev/hd1 196608 88008 56% 1045 5% /home /dev/lv01 1032192 201112 81% 128 1% /work /dev/lv02 147456 16896 89% 3693 81% /usr/local /dev/lv03 131072 14208 90% 5464 67% /bms /dev/lv04 294912 77832 74% 2453 27% /span /dev/lv05 1048576 384920 64% 23 1% /btdata /dev/lv06 2588672 753312 71% 345 1% /mail Free Mounted Blksiz Opens Status A: 13783 Tue Jun 11 02:32 2048 8 Clean /btdata/SPAN 156276 used B: 7 Tue Jun 11 02:32 2048 15 Clean /btdata/EDX 7282 used From root@wall.wall.com Tue Jun 11 04:36:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B8aAC6004416; Tue, 11 Jun 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5B8ZnKl027442; Tue, 11 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39482; Tue, 11 Jun 2002 04:23:59 -0400 Date: Tue, 11 Jun 2002 04:23:59 -0400 From: root@wall.wall.com Message-Id: <200206110823.EAA39482@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2282 System Id: wall Backup Started: Tue Jun 11 02:00:00 EDT 2002 Backup of btas image started Tue Jun 11 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jun 11 02:26:33 EDT 2002] 68.2% Dumpdate: Sat Jun 8 02:34:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jun 08 02:28 ./image.data -rw-r--r-- 1 root system 1139 Jun 08 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Jun 11 02:27:00 EDT 2002 mksysb started Tue Jun 11 02:27:00 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46651 files.............................. 3363 of 46651 files (7%).............................. 3363 of 46651 files (7%).............................. 3363 of 46651 files (7%).............................. 3401 of 46651 files (7%).............................. 3401 of 46651 files (7%).............................. 3401 of 46651 files (7%).............................. 3452 of 46651 files (7%).............................. 11966 of 46651 files (25%).............................. 22425 of 46651 files (48%).............................. 35783 of 46651 files (76%).............................. 44750 of 46651 files (95%)..... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jun 11 03:31:52 EDT 2002 Verify mksysb Tue Jun 11 03:31:53 EDT 2002 Dumpdate: Tue Jun 11 02:34:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 11 02:28 ./image.data -rw-r--r-- 1 root system 1181 Jun 11 02:27 ./tapeid.data 1523082 Kbytes, 46651 files 0 cache hits, 0 cache misses Backup finished Tue Jun 11 04:23:58 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Sat Jun 8 02:27:07 EDT 2002 Backup Date: Fri Jun 7 02:27:31 EDT 2002 Backup Date: Thu Jun 6 02:28:52 EDT 2002 Backup Date: Wed Jun 5 02:26:10 EDT 2002 Backup Date: Tue Jun 4 02:27:55 EDT 2002 From root@bmsaix.bmsi.com Tue Jun 11 04:26:32 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B8QVC6004386 for ; Tue, 11 Jun 2002 04:26:31 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5B8QVTn022808 for bmsaix@bmsi.com; Tue, 11 Jun 2002 04:26:31 -0400 Date: Tue, 11 Jun 2002 04:26:31 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206110826.g5B8QVTn022808@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2283 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 11 00:30:00 EDT 2002 mksysb backup Tue Jun 11 00:30:26 EDT 2002 Dumpdate: Tue Jun 4 00:42:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 04 00:34 ./image.data -rw-r--r-- 1 root system 2666 Jun 04 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Jun 11 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jun 11 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./cdwork/rpm/SRPMS/texinfo-4.2-2.src.rpm: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jun 11 02:49:28 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 34276. mksysb backup Tue Jun 11 02:50:16 EDT 2002 Dumpdate: Tue Jun 11 00:42:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 11 00:34 ./image.data -rw-r--r-- 1 root system 2708 Jun 11 00:30 ./tapeid.data Verify backup Tue Jun 11 02:50:23 EDT 2002 Segment 1-4: mksysb 4204567 Kbytes, 135597 files 88.5% Backup finished Tue Jun 11 04:26:30 EDT 2002 **** Usage Log: **** Uses: 17 Backup Date: Tue Jun 4 00:30:34 EDT 2002 Backup Date: Tue May 14 00:30:33 EDT 2002 Backup Date: Tue May 7 00:30:33 EDT 2002 Backup Date: Tue Apr 23 00:30:34 EDT 2002 Backup Date: Tue Apr 16 00:30:33 EDT 2002 From root@csichb.com Tue Jun 11 04:34:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B8YfC6027608 for ; Tue, 11 Jun 2002 04:34:41 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5B8YZqO011062 for ; Tue, 11 Jun 2002 04:34:35 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5B8YYJR004852 for ; Tue, 11 Jun 2002 04:34:34 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5B8YY0U035648 for bmsaix@bmsi.com; Tue, 11 Jun 2002 04:34:34 -0400 Date: Tue, 11 Jun 2002 04:34:34 -0400 From: root@csichb.com Message-Id: <200206110834.g5B8YY0U035648@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2284 System Id: csi Backup Started: Tue Jun 11 02:00:01 EDT 2002 Dumpdate: Tue May 21 02:04:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 May 21 02:01 ./image.data -rw-r--r-- 1 root system 3973 May 21 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Jun 11 02:00:22 EDT 2002 mksysb started Tue Jun 11 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69263 files.............................. 310 of 69263 files (0%).............................. 312 of 69263 files (0%).............................. 5583 of 69263 files (8%).............................. 6863 of 69263 files (9%).............................. 6864 of 69263 files (9%).............................. 9271 of 69263 files (13%).............................. 13317 of 69263 files (19%).............................. 13428 of 69263 files (19%).............................. 21664 of 69263 files (31%).............................. 25826 of 69263 files (37%).............................. 35789 of 69263 files (51%).............................. 46751 of 69263 files (67%).............................. 52105 of 69263 files (75%).............................. 57179 of 69263 files (82%).............................. 66540 of 69263 files (96%)...... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jun 11 03:20:57 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jun 11 03:20:59 EDT 2002 Verify mksysb Tue Jun 11 03:22:02 EDT 2002 Dumpdate: Tue Jun 11 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 11 02:01 ./image.data -rw-r--r-- 1 root system 4015 Jun 11 02:00 ./tapeid.data 2160752 Kbytes, 69263 files Backup finished Tue Jun 11 04:34:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6880 80% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 309384 38% 922 2% /var /dev/hd3 344064 281104 19% 87 1% /tmp /dev/hd1 1130496 341288 70% 854 1% /home /dev/lv00 507904 33456 94% 6077 20% /bms /dev/lv01 835584 127320 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 89 Backup Date: Tue May 21 02:00:21 EDT 2002 Backup Date: Tue May 14 02:00:21 EDT 2002 Backup Date: Tue May 7 02:00:22 EDT 2002 Backup Date: Tue Apr 30 02:00:22 EDT 2002 Backup Date: Tue Apr 23 02:00:21 EDT 2002 From root@wall.wall.com Wed Jun 12 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C8aAC8031524; Wed, 12 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5C8Zr2J036636; Wed, 12 Jun 2002 04:35:53 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31672; Wed, 12 Jun 2002 04:26:08 -0400 Date: Wed, 12 Jun 2002 04:26:08 -0400 From: root@wall.wall.com Message-Id: <200206120826.EAA31672@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2285 System Id: wall Backup Started: Wed Jun 12 02:00:01 EDT 2002 Backup of btas image started Wed Jun 12 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jun 12 02:25:53 EDT 2002] 68.2% Dumpdate: Tue Jun 11 02:34:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 11 02:28 ./image.data -rw-r--r-- 1 root system 1181 Jun 11 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Jun 12 02:26:20 EDT 2002 mksysb started Wed Jun 12 02:26:21 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46754 files.............................. 3375 of 46754 files (7%).............................. 3375 of 46754 files (7%).............................. 3375 of 46754 files (7%).............................. 3413 of 46754 files (7%).............................. 3413 of 46754 files (7%).............................. 3413 of 46754 files (7%).............................. 3465 of 46754 files (7%).............................. 12006 of 46754 files (25%)...............backup: 0511-449 An error occurred accessing ./tmp/croutQnipYJ: A file or directory in the path name does not exist. ............... 22513 of 46754 files (48%).............................. 35912 of 46754 files (76%).............................. 42874 of 46754 files (91%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Jun 12 03:33:49 EDT 2002 Verify mksysb Wed Jun 12 03:33:50 EDT 2002 Dumpdate: Wed Jun 12 02:33:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 12 02:27 ./image.data -rw-r--r-- 1 root system 1223 Jun 12 02:26 ./tapeid.data 1523241 Kbytes, 46753 files 0 cache hits, 0 cache misses Backup finished Wed Jun 12 04:26:08 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Tue Jun 11 02:27:00 EDT 2002 Backup Date: Sat Jun 8 02:27:07 EDT 2002 Backup Date: Fri Jun 7 02:27:31 EDT 2002 Backup Date: Thu Jun 6 02:28:52 EDT 2002 Backup Date: Wed Jun 5 02:26:10 EDT 2002 From root@csichb.com Wed Jun 12 04:34:42 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C8YfC6031702 for ; Wed, 12 Jun 2002 04:34:41 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C8YZqO026564 for ; Wed, 12 Jun 2002 04:34:36 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5C8YZJR035508 for ; Wed, 12 Jun 2002 04:34:35 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5C8YYEX022018 for bmsaix@bmsi.com; Wed, 12 Jun 2002 04:34:34 -0400 Date: Wed, 12 Jun 2002 04:34:34 -0400 From: root@csichb.com Message-Id: <200206120834.g5C8YYEX022018@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2286 System Id: csi Backup Started: Wed Jun 12 02:00:01 EDT 2002 Dumpdate: Wed Jun 5 02:04:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 05 02:01 ./image.data -rw-r--r-- 1 root system 2881 Jun 05 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jun 12 02:00:22 EDT 2002 mksysb started Wed Jun 12 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69321 files.............................. 310 of 69321 files (0%).............................. 312 of 69321 files (0%).............................. 5630 of 69321 files (8%).............................. 6908 of 69321 files (9%).............................. 6932 of 69321 files (9%).............................. 9338 of 69321 files (13%).............................. 13376 of 69321 files (19%).............................. 13486 of 69321 files (19%).............................. 21723 of 69321 files (31%).............................. 26513 of 69321 files (38%).............................. 36141 of 69321 files (52%).............................. 46929 of 69321 files (67%).............................. 52479 of 69321 files (75%).............................. 57398 of 69321 files (82%).............................. 66600 of 69321 files (96%)..... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jun 12 03:20:54 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jun 12 03:20:56 EDT 2002 Verify mksysb Wed Jun 12 03:22:00 EDT 2002 Dumpdate: Wed Jun 12 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 12 02:01 ./image.data -rw-r--r-- 1 root system 2923 Jun 12 02:00 ./tapeid.data 2165417 Kbytes, 69321 files Backup finished Wed Jun 12 04:34:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6880 80% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 301456 39% 987 2% /var /dev/hd3 344064 280936 19% 87 1% /tmp /dev/hd1 1130496 340080 70% 854 1% /home /dev/lv00 507904 30648 94% 6122 20% /bms /dev/lv01 835584 127320 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 63 Backup Date: Wed Jun 5 02:00:22 EDT 2002 Backup Date: Wed May 29 02:00:21 EDT 2002 Backup Date: Wed May 22 02:00:21 EDT 2002 Backup Date: Wed May 15 02:00:22 EDT 2002 Backup Date: Wed May 8 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Wed Jun 12 04:30:30 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C8UTC6030586 for ; Wed, 12 Jun 2002 04:30:29 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5C8UTHV031606 for bmsaix@bmsi.com; Wed, 12 Jun 2002 04:30:29 -0400 Date: Wed, 12 Jun 2002 04:30:29 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206120830.g5C8UTHV031606@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2287 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 12 00:30:00 EDT 2002 mksysb backup Wed Jun 12 00:30:22 EDT 2002 Dumpdate: Wed Jun 5 00:42:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 05 00:34 ./image.data -rw-r--r-- 1 root system 2456 Jun 05 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Jun 12 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jun 12 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai32ff3c3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall444e3c3: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC444e: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jun 12 02:50:39 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 4362. mksysb backup Wed Jun 12 02:52:05 EDT 2002 Dumpdate: Wed Jun 12 00:42:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 12 00:34 ./image.data -rw-r--r-- 1 root system 2498 Jun 12 00:30 ./tapeid.data Verify backup Wed Jun 12 02:52:13 EDT 2002 Segment 1-4: mksysb 4213441 Kbytes, 136010 files 88.5% Backup finished Wed Jun 12 04:30:28 EDT 2002 **** Usage Log: **** Uses: 12 Backup Date: Wed Jun 5 00:30:33 EDT 2002 Backup Date: Wed May 22 00:30:34 EDT 2002 Backup Date: Wed May 8 00:30:34 EDT 2002 Backup Date: Wed May 1 00:30:34 EDT 2002 Backup Date: Wed Apr 24 00:30:33 EDT 2002 From root@acustomsbroker.com Wed Jun 12 02:49:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C6nmC6040624; Wed, 12 Jun 2002 02:49:49 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C6ngqO021918; Wed, 12 Jun 2002 02:49:42 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5C6nfI15883; Wed, 12 Jun 2002 02:49:41 -0400 Date: Wed, 12 Jun 2002 02:49:41 -0400 From: root Message-Id: <200206120649.g5C6nfI15883@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2288 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 12 02:00:00 EDT 2002 BMS backup Wed Jun 12 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Wed Jun 12 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jun 12 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1302343680 (1.2GB, 908kB/s) 1401.00s real 4.59s user 23.50s system Rewind Tape Wed Jun 12 02:25:40 EDT 2002 BMS backup Wed Jun 12 02:26:22 EDT 2002 Verify backup Wed Jun 12 02:26:22 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jun 12 02:49:41 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Fri May 31 02:00:24 EDT 2002 Backup Date: Sat May 18 02:00:24 EDT 2002 Backup Date: Tue May 7 02:00:24 EDT 2002 Backup Date: Sat Apr 27 02:00:24 EDT 2002 Backup Date: Thu Apr 18 02:00:24 EDT 2002 From root@editorialunilit.com Wed Jun 12 02:42:12 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C6gBC6040700 for ; Wed, 12 Jun 2002 02:42:11 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5C6g5qO028010 for ; Wed, 12 Jun 2002 02:42:05 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5C6emoN013320; Wed, 12 Jun 2002 02:40:48 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5C6elhl039686; Wed, 12 Jun 2002 02:40:47 -0400 Date: Wed, 12 Jun 2002 02:40:47 -0400 From: root@editorialunilit.com Message-Id: <200206120640.g5C6elhl039686@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0079 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2289 System Id: unilit Backup Started: Tue Jun 11 23:50:01 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Jun 11 23:50:02 EDT 2002 Retensioning Tape Tue Jun 11 23:50:02 EDT 2002 Tape Id: unilit0079 Backup Date: Tue Jun 11 23:52:36 EDT 2002 mksysb started Tue Jun 11 23:52:37 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6523 cache hits, 127 cache misses 142573 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 35010. Rewind Tape Wed Jun 12 02:30:10 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jun 12 02:40:11 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Wed Jun 12 02:40:46 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3952 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 531664 55% 6025 5% /var /dev/hd3 81920 70152 15% 100 1% /tmp /dev/hd1 196608 87760 56% 1046 5% /home /dev/lv01 1032192 201112 81% 128 1% /work /dev/lv02 147456 16896 89% 3693 81% /usr/local /dev/lv03 131072 13808 90% 5466 67% /bms /dev/lv04 294912 77784 74% 2455 27% /span /dev/lv05 1048576 384912 64% 23 1% /btdata /dev/lv06 2588672 761432 71% 344 1% /mail Free Mounted Blksiz Opens Status A: 13515 Wed Jun 12 02:30 2048 8 Clean /btdata/SPAN 156276 used B: 26 Wed Jun 12 02:30 2048 15 Clean /btdata/EDX 7283 used From root@wall.wall.com Thu Jun 13 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D8aAC8040740; Thu, 13 Jun 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5D8ZmD6019484; Thu, 13 Jun 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41764; Thu, 13 Jun 2002 04:23:40 -0400 Date: Thu, 13 Jun 2002 04:23:40 -0400 From: root@wall.wall.com Message-Id: <200206130823.EAA41764@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2290 System Id: wall Backup Started: Thu Jun 13 02:00:00 EDT 2002 Backup of btas image started Thu Jun 13 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jun 13 02:25:43 EDT 2002] 68.2% Dumpdate: Wed Jun 12 02:33:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 12 02:27 ./image.data -rw-r--r-- 1 root system 1223 Jun 12 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Jun 13 02:26:10 EDT 2002 mksysb started Thu Jun 13 02:26:11 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46847 files.............................. 3387 of 46847 files (7%).............................. 3387 of 46847 files (7%).............................. 3387 of 46847 files (7%).............................. 3425 of 46847 files (7%).............................. 3425 of 46847 files (7%).............................. 3425 of 46847 files (7%).............................. 3477 of 46847 files (7%).............................. 12052 of 46847 files (25%).............................. 22242 of 46847 files (47%).............................. 35910 of 46847 files (76%).............................. 44691 of 46847 files (95%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jun 13 03:31:26 EDT 2002 Verify mksysb Thu Jun 13 03:31:28 EDT 2002 Dumpdate: Thu Jun 13 02:33:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 13 02:27 ./image.data -rw-r--r-- 1 root system 1265 Jun 13 02:26 ./tapeid.data 1524618 Kbytes, 46847 files 0 cache hits, 0 cache misses Backup finished Thu Jun 13 04:23:39 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Wed Jun 12 02:26:20 EDT 2002 Backup Date: Tue Jun 11 02:27:00 EDT 2002 Backup Date: Sat Jun 8 02:27:07 EDT 2002 Backup Date: Fri Jun 7 02:27:31 EDT 2002 Backup Date: Thu Jun 6 02:28:52 EDT 2002 From root@csichb.com Thu Jun 13 04:35:31 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D8ZUC6040936 for ; Thu, 13 Jun 2002 04:35:30 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D8ZLqO026512 for ; Thu, 13 Jun 2002 04:35:24 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5D8ZLJR022300 for ; Thu, 13 Jun 2002 04:35:21 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5D8ZKlc026608 for bmsaix@bmsi.com; Thu, 13 Jun 2002 04:35:20 -0400 Date: Thu, 13 Jun 2002 04:35:20 -0400 From: root@csichb.com Message-Id: <200206130835.g5D8ZKlc026608@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2291 System Id: csi Backup Started: Thu Jun 13 02:00:00 EDT 2002 Dumpdate: Thu Jun 6 02:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 06 02:01 ./image.data -rw-r--r-- 1 root system 319 Jun 06 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jun 13 02:00:21 EDT 2002 mksysb started Thu Jun 13 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up...... Backing up 69343 files.............................. 310 of 69343 files (0%).............................. 312 of 69343 files (0%).............................. 5627 of 69343 files (8%).............................. 6920 of 69343 files (9%).............................. 6921 of 69343 files (9%).............................. 9195 of 69343 files (13%).............................. 13395 of 69343 files (19%).............................. 13508 of 69343 files (19%).............................. 21743 of 69343 files (31%).............................. 25078 of 69343 files (36%).............................. 35503 of 69343 files (51%).............................. 46473 of 69343 files (67%).............................. 52064 of 69343 files (75%).............................. 57127 of 69343 files (82%).............................. 66537 of 69343 files (95%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Jun 13 03:21:12 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jun 13 03:21:13 EDT 2002 Verify mksysb Thu Jun 13 03:22:16 EDT 2002 Dumpdate: Thu Jun 13 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 13 02:01 ./image.data -rw-r--r-- 1 root system 361 Jun 13 02:00 ./tapeid.data 2169277 Kbytes, 69343 files Backup finished Thu Jun 13 04:35:20 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6880 80% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 292512 41% 945 2% /var /dev/hd3 344064 280752 19% 87 1% /tmp /dev/hd1 1130496 339896 70% 854 1% /home /dev/lv00 507904 28376 95% 6134 20% /bms /dev/lv01 835584 127320 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 2 Backup Date: Thu Jun 6 02:00:21 EDT 2002 Backup Date: Thu May 30 02:00:22 EDT 2002 From root@editorialunilit.com Thu Jun 13 04:07:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D87OC6032602 for ; Thu, 13 Jun 2002 04:07:24 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D87IqO020098 for ; Thu, 13 Jun 2002 04:07:18 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5D861oN044600; Thu, 13 Jun 2002 04:06:01 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5D86055013622; Thu, 13 Jun 2002 04:06:00 -0400 Date: Thu, 13 Jun 2002 04:06:00 -0400 From: root@editorialunilit.com Message-Id: <200206130806.g5D86055013622@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2292 System Id: unilit Backup Started: Wed Jun 12 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Wed Jun 12 23:50:02 EDT 2002 Retensioning Tape Wed Jun 12 23:50:02 EDT 2002 Tape Id: unilit0080 Backup Date: Wed Jun 12 23:52:36 EDT 2002 mksysb started Wed Jun 12 23:52:37 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6532 cache hits, 122 cache misses 142804 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 39812. Rewind Tape Thu Jun 13 02:26:30 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Jun 13 02:36:31 EDT 2002 Dumpdate: Thu Jun 13 00:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 12 23:59 ./image.data -rw-r--r-- 1 root system 279 Jun 12 23:52 ./tapeid.data 2851442 Kbytes, 26982 files Backup finished Thu Jun 13 04:05:59 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3952 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 531208 55% 6212 5% /var /dev/hd3 81920 70104 15% 101 1% /tmp /dev/hd1 196608 87760 56% 1046 5% /home /dev/lv01 1032192 201112 81% 128 1% /work /dev/lv02 147456 16888 89% 3693 81% /usr/local /dev/lv03 131072 13824 90% 5468 67% /bms /dev/lv04 294912 75864 75% 2471 27% /span /dev/lv05 1048576 384912 64% 23 1% /btdata /dev/lv06 2588672 769856 71% 345 1% /mail Free Mounted Blksiz Opens Status A: 13284 Thu Jun 13 02:26 2048 8 Clean /btdata/SPAN 156276 used B: 108 Thu Jun 13 02:26 2048 15 Clean /btdata/EDX 7283 used From root@acustomsbroker.com Thu Jun 13 02:49:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D6noC6032580; Thu, 13 Jun 2002 02:49:50 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5D6nhqO016750; Thu, 13 Jun 2002 02:49:43 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5D6ncK23923; Thu, 13 Jun 2002 02:49:38 -0400 Date: Thu, 13 Jun 2002 02:49:38 -0400 From: root Message-Id: <200206130649.g5D6ncK23923@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2293 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Jun 13 02:00:00 EDT 2002 BMS backup Thu Jun 13 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Thu Jun 13 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Jun 13 02:02:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1306255360 (1.2GB, 907kB/s) 1407.01s real 4.68s user 23.53s system Rewind Tape Thu Jun 13 02:25:44 EDT 2002 BMS backup Thu Jun 13 02:26:22 EDT 2002 Verify backup Thu Jun 13 02:26:22 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Jun 13 02:49:38 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Wed May 29 02:00:24 EDT 2002 Backup Date: Fri May 17 02:00:36 EDT 2002 Backup Date: Fri Apr 26 02:00:24 EDT 2002 Backup Date: Wed Apr 17 02:00:24 EDT 2002 Backup Date: Tue Apr 9 02:00:24 EDT 2002 From root@bmsaix.bmsi.com Fri Jun 14 04:42:36 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E8gZC6035852 for ; Fri, 14 Jun 2002 04:42:35 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5E8gZnW015624 for bmsaix@bmsi.com; Fri, 14 Jun 2002 04:42:35 -0400 Date: Fri, 14 Jun 2002 04:42:35 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206140842.g5E8gZnW015624@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2294 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 14 00:30:01 EDT 2002 mksysb backup Fri Jun 14 00:30:23 EDT 2002 Dumpdate: Fri Jun 7 00:42:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 07 00:34 ./image.data -rw-r--r-- 1 root system 2708 Jun 07 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jun 14 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jun 14 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai339ec7f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall448bc7f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC448b: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jun 14 02:58:17 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 38136. mksysb backup Fri Jun 14 02:59:48 EDT 2002 Dumpdate: Fri Jun 14 00:42:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 14 00:34 ./image.data -rw-r--r-- 1 root system 2750 Jun 14 00:30 ./tapeid.data Verify backup Fri Jun 14 02:59:56 EDT 2002 Segment 1-4: mksysb 4223160 Kbytes, 136020 files 88.5% Backup finished Fri Jun 14 04:42:34 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Fri Jun 7 00:30:30 EDT 2002 Backup Date: Fri May 31 00:30:30 EDT 2002 Backup Date: Fri May 24 00:30:34 EDT 2002 Backup Date: Fri May 17 00:30:30 EDT 2002 Backup Date: Fri May 10 00:30:34 EDT 2002 From root@wall.wall.com Fri Jun 14 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E8aAC8015718; Fri, 14 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5E8ZoFf018232; Fri, 14 Jun 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA24826; Fri, 14 Jun 2002 04:27:25 -0400 Date: Fri, 14 Jun 2002 04:27:25 -0400 From: root@wall.wall.com Message-Id: <200206140827.EAA24826@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2295 System Id: wall Backup Started: Fri Jun 14 02:00:00 EDT 2002 Backup of btas image started Fri Jun 14 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jun 14 02:26:49 EDT 2002] 68.2% Dumpdate: Thu Jun 13 02:33:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 13 02:27 ./image.data -rw-r--r-- 1 root system 1265 Jun 13 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Jun 14 02:27:16 EDT 2002 mksysb started Fri Jun 14 02:27:17 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46977 files.............................. 3396 of 46977 files (7%).............................. 3396 of 46977 files (7%).............................. 3396 of 46977 files (7%).............................. 3434 of 46977 files (7%).............................. 3434 of 46977 files (7%).............................. 3434 of 46977 files (7%).............................. 3485 of 46977 files (7%)..................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN241817: A file or directory in the path name does not exist. ............ 11732 of 46977 files (24%).............................. 21471 of 46977 files (45%).............................. 34034 of 46977 files (72%).............................. 42855 of 46977 files (91%)........................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Jun 14 03:35:11 EDT 2002 Verify mksysb Fri Jun 14 03:35:12 EDT 2002 Dumpdate: Fri Jun 14 02:34:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 14 02:28 ./image.data -rw-r--r-- 1 root system 1307 Jun 14 02:27 ./tapeid.data 1525638 Kbytes, 46976 files 0 cache hits, 0 cache misses Backup finished Fri Jun 14 04:27:24 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Thu Jun 13 02:26:10 EDT 2002 Backup Date: Wed Jun 12 02:26:20 EDT 2002 Backup Date: Tue Jun 11 02:27:00 EDT 2002 Backup Date: Sat Jun 8 02:27:07 EDT 2002 Backup Date: Fri Jun 7 02:27:31 EDT 2002 From root@csichb.com Fri Jun 14 04:36:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E8a0C6015678 for ; Fri, 14 Jun 2002 04:36:00 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E8ZmqO013430 for ; Fri, 14 Jun 2002 04:35:54 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5E8ZmJR024558 for ; Fri, 14 Jun 2002 04:35:48 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5E8Zmwf034702 for bmsaix@bmsi.com; Fri, 14 Jun 2002 04:35:48 -0400 Date: Fri, 14 Jun 2002 04:35:48 -0400 From: root@csichb.com Message-Id: <200206140835.g5E8Zmwf034702@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2296 System Id: csi Backup Started: Fri Jun 14 02:00:00 EDT 2002 Dumpdate: Fri Jun 7 02:04:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jun 07 02:01 ./image.data -rw-r--r-- 1 root system 1243 Jun 07 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Jun 14 02:00:21 EDT 2002 mksysb started Fri Jun 14 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........... Creating list of files to back up...... Backing up 69372 files.............................. 310 of 69372 files (0%).............................. 312 of 69372 files (0%).............................. 5637 of 69372 files (8%).............................. 6934 of 69372 files (9%).............................. 6935 of 69372 files (9%).............................. 9175 of 69372 files (13%).............................. 13421 of 69372 files (19%).............................. 13534 of 69372 files (19%).............................. 21490 of 69372 files (30%).............................. 24560 of 69372 files (35%).............................. 35549 of 69372 files (51%).............................. 46495 of 69372 files (67%).............................. 51849 of 69372 files (74%).............................. 57009 of 69372 files (82%).............................. 66438 of 69372 files (95%)........ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jun 14 03:21:42 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jun 14 03:21:44 EDT 2002 Verify mksysb Fri Jun 14 03:22:49 EDT 2002 Dumpdate: Fri Jun 14 02:04:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 14 02:01 ./image.data -rw-r--r-- 1 root system 1285 Jun 14 02:00 ./tapeid.data 2173742 Kbytes, 69372 files Backup finished Fri Jun 14 04:35:47 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 6880 80% 2127 26% / /dev/hd2 4947968 9800 100% 56740 10% /usr /dev/hd9var 491520 281224 43% 962 2% /var /dev/hd3 344064 280632 19% 87 1% /tmp /dev/hd1 1130496 339536 70% 854 1% /home /dev/lv00 507904 26336 95% 6148 20% /bms /dev/lv01 835584 127008 85% 20 1% /btdata /dev/lv02 65536 61344 7% 306 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 24 Backup Date: Fri Jun 7 02:00:22 EDT 2002 Backup Date: Fri May 31 02:00:22 EDT 2002 Backup Date: Fri May 24 02:00:22 EDT 2002 Backup Date: Fri May 17 02:00:21 EDT 2002 Backup Date: Fri May 10 02:00:22 EDT 2002 From root@editorialunilit.com Fri Jun 14 04:10:21 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E8AKC6037584 for ; Fri, 14 Jun 2002 04:10:20 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E8AEqO009368 for ; Fri, 14 Jun 2002 04:10:14 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5E88voN051064; Fri, 14 Jun 2002 04:08:57 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5E88vvK029046; Fri, 14 Jun 2002 04:08:57 -0400 Date: Fri, 14 Jun 2002 04:08:57 -0400 From: root@editorialunilit.com Message-Id: <200206140808.g5E88vvK029046@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2297 System Id: unilit Backup Started: Thu Jun 13 23:50:01 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Thu Jun 13 23:50:02 EDT 2002 Retensioning Tape Thu Jun 13 23:50:02 EDT 2002 Tape Id: unilit0081 Backup Date: Thu Jun 13 23:52:35 EDT 2002 mksysb started Thu Jun 13 23:52:36 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6558 cache hits, 124 cache misses 142958 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 36940. Rewind Tape Fri Jun 14 02:28:18 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jun 14 02:38:19 EDT 2002 Dumpdate: Fri Jun 14 00:03:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 13 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 13 23:52 ./tapeid.data 2865293 Kbytes, 27392 files Backup finished Fri Jun 14 04:08:56 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3952 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 515304 57% 6611 5% /var /dev/hd3 81920 70096 15% 100 1% /tmp /dev/hd1 196608 87744 56% 1047 5% /home /dev/lv01 1032192 201112 81% 128 1% /work /dev/lv02 147456 16888 89% 3693 81% /usr/local /dev/lv03 131072 13648 90% 5470 67% /bms /dev/lv04 294912 74432 75% 2479 27% /span /dev/lv05 1048576 384832 64% 23 1% /btdata /dev/lv06 2588672 763928 71% 346 1% /mail Free Mounted Blksiz Opens Status A: 13130 Fri Jun 14 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 0 Fri Jun 14 02:28 2048 15 Clean /btdata/EDX 7305 used From root@acustomsbroker.com Fri Jun 14 02:50:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E6ohC6020262; Fri, 14 Jun 2002 02:50:43 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5E6oaqO009294; Fri, 14 Jun 2002 02:50:36 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5E6oZb32728; Fri, 14 Jun 2002 02:50:35 -0400 Date: Fri, 14 Jun 2002 02:50:35 -0400 From: root Message-Id: <200206140650.g5E6oZb32728@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2298 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 14 02:00:01 EDT 2002 BMS backup Fri Jun 14 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0008 Backup Date: Fri Jun 14 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jun 14 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1309880320 (1.2GB, 903kB/s) 1417.90s real 4.50s user 23.24s system Rewind Tape Fri Jun 14 02:25:54 EDT 2002 BMS backup Fri Jun 14 02:26:43 EDT 2002 Verify backup Fri Jun 14 02:26:43 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jun 14 02:50:35 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Sat Jun 1 02:00:24 EDT 2002 Backup Date: Tue May 21 02:00:24 EDT 2002 Backup Date: Wed May 8 02:00:24 EDT 2002 Backup Date: Thu Mar 28 02:00:24 EST 2002 Backup Date: Thu Feb 28 02:00:20 EST 2002 From root@www.bmsi.com Sat Jun 15 07:02:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5FB2OC6020258; Sat, 15 Jun 2002 07:02:24 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5FB2HqO024116; Sat, 15 Jun 2002 07:02:18 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.3/8.12.3/Submit) id g5FB2He1012082; Sat, 15 Jun 2002 07:02:17 -0400 Date: Sat, 15 Jun 2002 07:02:17 -0400 From: root@www.bmsi.com Message-Id: <200206151102.g5FB2He1012082@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0004 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2299 System Id: bmsweb Backup Started: Sat Jun 15 05:00:01 EDT 2002 BTAS/X frozen for the duration of this process 77.2% Dumpdate: Thu Dec 27 05:25:42 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Dec 27 05:20 ./image.data -rw-r--r-- 1 root system 1056 Dec 27 05:17 ./tapeid.data Tape Id: bmsweb0004 Backup Date: Sat Jun 15 05:13:18 EDT 2002 mksysb started Sat Jun 15 05:13:19 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/croutTkcPV8: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/croutTucPV9: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/sh30790.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/sh31044.1: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jun 15 06:17:55 EDT 2002 mksysb backup Sat Jun 15 06:18:21 EDT 2002 Dumpdate: Sat Jun 15 05:20:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 10076 Jun 15 05:16 ./image.data -rw-rw-r-- 1 root system 1098 Jun 15 05:13 ./tapeid.data Verify backup Sat Jun 15 06:18:32 EDT 2002 Segment 1-4: mksysb 1015093 Kbytes, 22530 files 88.8% 0 cache hits, 0 cache misses Backup finished Sat Jun 15 07:02:16 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Thu Dec 27 05:17:25 EST 2001 Backup Date: Sat Jun 23 05:14:48 EDT 2001 Backup Date: Fri Nov 17 05:11:32 EST 2000 Backup Date: Wed Feb 23 05:00:26 EST 2000 Backup Date: Thu Dec 16 14:05:53 EST 1999 From root@acustomsbroker.com Sat Jun 15 02:50:58 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5F6ouC6037608; Sat, 15 Jun 2002 02:50:56 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5F6oaqO025348; Sat, 15 Jun 2002 02:50:50 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5F6oai08123; Sat, 15 Jun 2002 02:50:36 -0400 Date: Sat, 15 Jun 2002 02:50:36 -0400 From: root Message-Id: <200206150650.g5F6oai08123@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2300 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 15 02:00:00 EDT 2002 BMS backup Sat Jun 15 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Sat Jun 15 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jun 15 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1311385600 (1.2GB, 901kB/s) 1421.94s real 4.13s user 24.75s system Rewind Tape Sat Jun 15 02:25:55 EDT 2002 BMS backup Sat Jun 15 02:26:49 EDT 2002 Verify backup Sat Jun 15 02:26:49 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Sat Jun 15 02:50:35 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Wed May 22 02:00:24 EDT 2002 Backup Date: Thu May 9 02:00:25 EDT 2002 Backup Date: Fri Apr 19 02:00:24 EDT 2002 Backup Date: Thu Apr 4 02:00:24 EST 2002 Backup Date: Wed Mar 27 02:00:24 EST 2002 From root@editorialunilit.com Sat Jun 15 04:14:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5F8DxC6015398 for ; Sat, 15 Jun 2002 04:13:59 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5F8DrqO024276 for ; Sat, 15 Jun 2002 04:13:53 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5F8CaoN031662; Sat, 15 Jun 2002 04:12:36 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5F8CZhZ025516; Sat, 15 Jun 2002 04:12:35 -0400 Date: Sat, 15 Jun 2002 04:12:35 -0400 From: root@editorialunilit.com Message-Id: <200206150812.g5F8CZhZ025516@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2301 System Id: unilit Backup Started: Fri Jun 14 23:50:00 EDT 2002 Dumpdate: Thu Jun 6 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 05 23:56 ./image.data -rw-r--r-- 1 root system 2841 Jun 05 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Fri Jun 14 23:50:24 EDT 2002 mksysb started Fri Jun 14 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6565 cache hits, 119 cache misses 143083 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 50360. Rewind Tape Sat Jun 15 02:31:36 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jun 15 02:41:37 EDT 2002 Dumpdate: Sat Jun 15 00:02:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 14 23:56 ./image.data -rw-r--r-- 1 root system 2883 Jun 14 23:50 ./tapeid.data 2872343 Kbytes, 27708 files Backup finished Sat Jun 15 04:12:34 EDT 2002 **** Usage Log: **** Uses: 62 Backup Date: Wed Jun 5 23:50:24 EDT 2002 Backup Date: Thu May 23 23:50:45 EDT 2002 Backup Date: Fri May 10 23:50:23 EDT 2002 Backup Date: Mon May 6 23:50:24 EDT 2002 Backup Date: Tue Apr 30 23:50:26 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3952 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 515400 57% 6919 5% /var /dev/hd3 81920 69216 16% 101 1% /tmp /dev/hd1 196608 80592 60% 1047 5% /home /dev/lv01 1032192 201112 81% 128 1% /work /dev/lv02 147456 16888 89% 3693 81% /usr/local /dev/lv03 131072 13488 90% 5472 67% /bms /dev/lv04 294912 74752 75% 2479 27% /span /dev/lv05 1048576 384808 64% 23 1% /btdata /dev/lv06 2588672 758408 71% 351 1% /mail Free Mounted Blksiz Opens Status A: 13005 Sat Jun 15 02:31 2048 8 Clean /btdata/SPAN 156276 used B: 93 Sat Jun 15 02:31 2048 15 Clean /btdata/EDX 7310 used From root@wall.wall.com Sat Jun 15 04:36:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5F8aAC6015496; Sat, 15 Jun 2002 04:36:10 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5F8ZnJu037504; Sat, 15 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA29400; Sat, 15 Jun 2002 04:27:30 -0400 Date: Sat, 15 Jun 2002 04:27:30 -0400 From: root@wall.wall.com Message-Id: <200206150827.EAA29400@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2303 System Id: wall Backup Started: Sat Jun 15 02:00:00 EDT 2002 Backup of btas image started Sat Jun 15 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jun 15 02:27:02 EDT 2002] 68.2% Dumpdate: Fri Jun 14 02:34:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 14 02:28 ./image.data -rw-r--r-- 1 root system 1307 Jun 14 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Jun 15 02:27:29 EDT 2002 mksysb started Sat Jun 15 02:27:30 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47070 files.............................. 3408 of 47070 files (7%).............................. 3408 of 47070 files (7%).............................. 3408 of 47070 files (7%).............................. 3446 of 47070 files (7%).............................. 3446 of 47070 files (7%).............................. 3446 of 47070 files (7%).............................. 3498 of 47070 files (7%).............................. 12155 of 47070 files (25%).............................. 22097 of 47070 files (46%).............................. 35882 of 47070 files (76%).............................. 42941 of 47070 files (91%)...................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jun 15 03:35:10 EDT 2002 Verify mksysb Sat Jun 15 03:35:12 EDT 2002 Dumpdate: Sat Jun 15 02:34:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 15 02:28 ./image.data -rw-r--r-- 1 root system 1349 Jun 15 02:27 ./tapeid.data 1526786 Kbytes, 47070 files 0 cache hits, 0 cache misses Backup finished Sat Jun 15 04:27:29 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Fri Jun 14 02:27:16 EDT 2002 Backup Date: Thu Jun 13 02:26:10 EDT 2002 Backup Date: Wed Jun 12 02:26:20 EDT 2002 Backup Date: Tue Jun 11 02:27:00 EDT 2002 Backup Date: Sat Jun 8 02:27:07 EDT 2002 From root@wall.wall.com Tue Jun 18 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I8aAC8046452; Tue, 18 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5I8Znjp044636; Tue, 18 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31442; Tue, 18 Jun 2002 04:26:56 -0400 Date: Tue, 18 Jun 2002 04:26:56 -0400 From: root@wall.wall.com Message-Id: <200206180826.EAA31442@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2304 System Id: wall Backup Started: Tue Jun 18 02:00:01 EDT 2002 Backup of btas image started Tue Jun 18 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jun 18 02:26:54 EDT 2002] 68.2% Dumpdate: Sat Jun 15 02:34:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 15 02:28 ./image.data -rw-r--r-- 1 root system 1349 Jun 15 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Jun 18 02:27:20 EDT 2002 mksysb started Tue Jun 18 02:27:21 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46967 files.............................. 3437 of 46967 files (7%).............................. 3437 of 46967 files (7%).............................. 3437 of 46967 files (7%).............................. 3475 of 46967 files (7%).............................. 3475 of 46967 files (7%).............................. 3475 of 46967 files (7%).............................. 3527 of 46967 files (7%).............................. 12241 of 46967 files (26%).............................. 22637 of 46967 files (48%).............................. 36379 of 46967 files (77%).............................. 43091 of 46967 files (91%).................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jun 18 03:34:37 EDT 2002 Verify mksysb Tue Jun 18 03:34:38 EDT 2002 Dumpdate: Tue Jun 18 02:34:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 18 02:28 ./image.data -rw-r--r-- 1 root system 1391 Jun 18 02:27 ./tapeid.data 1526638 Kbytes, 46967 files 0 cache hits, 0 cache misses Backup finished Tue Jun 18 04:26:55 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Sat Jun 15 02:27:29 EDT 2002 Backup Date: Fri Jun 14 02:27:16 EDT 2002 Backup Date: Thu Jun 13 02:26:10 EDT 2002 Backup Date: Wed Jun 12 02:26:20 EDT 2002 Backup Date: Tue Jun 11 02:27:00 EDT 2002 From root@csichb.com Tue Jun 18 04:32:21 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I8WLC6046358 for ; Tue, 18 Jun 2002 04:32:21 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I8WEqO009840 for ; Tue, 18 Jun 2002 04:32:14 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5I8WDJR032868 for ; Tue, 18 Jun 2002 04:32:13 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5I8WDsE020842 for bmsaix@bmsi.com; Tue, 18 Jun 2002 04:32:13 -0400 Date: Tue, 18 Jun 2002 04:32:13 -0400 From: root@csichb.com Message-Id: <200206180832.g5I8WDsE020842@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2305 System Id: csi Backup Started: Tue Jun 18 02:00:00 EDT 2002 Dumpdate: Tue Jun 11 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 11 02:01 ./image.data -rw-r--r-- 1 root system 4015 Jun 11 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Jun 18 02:00:21 EDT 2002 mksysb started Tue Jun 18 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 76419 files.............................. 311 of 76419 files (0%).............................. 313 of 76419 files (0%).............................. 5612 of 76419 files (7%).............................. 6976 of 76419 files (9%).............................. 6977 of 76419 files (9%).............................. 15574 of 76419 files (20%).............................. 20614 of 76419 files (26%).............................. 20732 of 76419 files (27%).............................. 26791 of 76419 files (35%).............................. 34376 of 76419 files (44%).............................. 47838 of 76419 files (62%).............................. 55001 of 76419 files (71%).............................. 60101 of 76419 files (78%).............................. 68268 of 76419 files (89%).......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jun 18 03:19:48 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jun 18 03:19:50 EDT 2002 Verify mksysb Tue Jun 18 03:20:54 EDT 2002 Dumpdate: Tue Jun 18 02:04:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 18 02:01 ./image.data -rw-r--r-- 1 root system 4057 Jun 18 02:00 ./tapeid.data 2115761 Kbytes, 76419 files Backup finished Tue Jun 18 04:32:12 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5840 83% 2188 27% / /dev/hd2 4947968 211176 96% 56475 10% /usr /dev/hd9var 491520 265096 47% 8166 14% /var /dev/hd3 344064 280280 19% 87 1% /tmp /dev/hd1 1130496 335920 71% 861 1% /home /dev/lv00 524288 47648 91% 6186 19% /bms /dev/lv01 835584 122432 86% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 90 Backup Date: Tue Jun 11 02:00:22 EDT 2002 Backup Date: Tue May 21 02:00:21 EDT 2002 Backup Date: Tue May 14 02:00:21 EDT 2002 Backup Date: Tue May 7 02:00:22 EDT 2002 Backup Date: Tue Apr 30 02:00:22 EDT 2002 From root@editorialunilit.com Tue Jun 18 04:10:32 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I8AVC6033754 for ; Tue, 18 Jun 2002 04:10:31 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I8APqO010174 for ; Tue, 18 Jun 2002 04:10:25 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5I898oN047164; Tue, 18 Jun 2002 04:09:08 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5I897Vr008762; Tue, 18 Jun 2002 04:09:07 -0400 Date: Tue, 18 Jun 2002 04:09:07 -0400 From: root@editorialunilit.com Message-Id: <200206180809.g5I897Vr008762@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2306 System Id: unilit Backup Started: Mon Jun 17 23:50:00 EDT 2002 Dumpdate: Sat May 25 00:02:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10659 May 24 23:56 ./image.data -rw-r--r-- 1 root system 1413 May 24 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Mon Jun 17 23:50:56 EDT 2002 mksysb started Mon Jun 17 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6542 cache hits, 100 cache misses 143326 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 21606. Rewind Tape Tue Jun 18 02:29:07 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jun 18 02:39:09 EDT 2002 Dumpdate: Tue Jun 18 00:03:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 17 23:57 ./image.data -rw-r--r-- 1 root system 1455 Jun 17 23:50 ./tapeid.data 2864590 Kbytes, 27998 files Backup finished Tue Jun 18 04:09:06 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Fri May 24 23:50:57 EDT 2002 Backup Date: Mon May 20 23:50:56 EDT 2002 Backup Date: Tue May 7 23:50:56 EDT 2002 Backup Date: Wed May 1 23:50:56 EDT 2002 Backup Date: Thu Apr 25 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3944 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 528488 56% 7199 5% /var /dev/hd3 81920 69200 16% 101 1% /tmp /dev/hd1 196608 80000 60% 1049 5% /home /dev/lv01 1032192 201112 81% 128 1% /work /dev/lv02 147456 16888 89% 3693 81% /usr/local /dev/lv03 131072 13408 90% 5474 67% /bms /dev/lv04 294912 74560 75% 2485 27% /span /dev/lv05 1048576 384680 64% 23 1% /btdata /dev/lv06 2588672 761624 71% 351 1% /mail Free Mounted Blksiz Opens Status A: 12762 Tue Jun 18 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 97 Tue Jun 18 02:29 2048 15 Clean /btdata/EDX 7341 used From root@acustomsbroker.com Tue Jun 18 02:49:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I6ntC6022948; Tue, 18 Jun 2002 02:49:55 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5I6nmqO013110; Tue, 18 Jun 2002 02:49:49 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5I6nll23140; Tue, 18 Jun 2002 02:49:47 -0400 Date: Tue, 18 Jun 2002 02:49:47 -0400 From: root Message-Id: <200206180649.g5I6nll23140@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2307 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 18 02:00:00 EDT 2002 BMS backup Tue Jun 18 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Tue Jun 18 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jun 18 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1304258560 (1.2GB, 908kB/s) 1403.15s real 4.76s user 22.61s system Rewind Tape Tue Jun 18 02:25:41 EDT 2002 BMS backup Tue Jun 18 02:26:25 EDT 2002 Verify backup Tue Jun 18 02:26:25 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jun 18 02:49:47 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Tue Jun 4 02:00:24 EDT 2002 Backup Date: Thu May 23 02:00:24 EDT 2002 Backup Date: Fri May 10 02:00:25 EDT 2002 Backup Date: Tue Apr 30 02:00:24 EDT 2002 Backup Date: Sat Apr 13 02:00:24 EDT 2002 From root@editorialunilit.com Wed Jun 19 04:53:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J8rCC6032926 for ; Wed, 19 Jun 2002 04:53:12 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J8r6qO031992 for ; Wed, 19 Jun 2002 04:53:06 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.1/8.12.1) with ESMTP id g5J8pnoN048558; Wed, 19 Jun 2002 04:51:49 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.1/8.12.1/Submit) id g5J8pmA8023468; Wed, 19 Jun 2002 04:51:48 -0400 Date: Wed, 19 Jun 2002 04:51:48 -0400 From: root@editorialunilit.com Message-Id: <200206190851.g5J8pmA8023468@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2308 System Id: unilit Backup Started: Tue Jun 18 23:50:01 EDT 2002 Dumpdate: Wed May 29 00:03:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10659 May 28 23:57 ./image.data -rw-r--r-- 1 root system 1371 May 28 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Tue Jun 18 23:50:57 EDT 2002 mksysb started Tue Jun 18 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6549 cache hits, 98 cache misses 143622 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 17732. Rewind Tape Wed Jun 19 02:29:09 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jun 19 02:39:10 EDT 2002 Dumpdate: Wed Jun 19 00:03:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 18 23:57 ./image.data -rw-r--r-- 1 root system 1413 Jun 18 23:50 ./tapeid.data 2857559 Kbytes, 29186 files Backup finished Wed Jun 19 04:51:47 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Tue May 28 23:51:08 EDT 2002 Backup Date: Tue May 21 23:50:56 EDT 2002 Backup Date: Mon May 13 23:50:57 EDT 2002 Backup Date: Wed May 8 23:51:04 EDT 2002 Backup Date: Thu May 2 23:51:01 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3944 76% 894 22% / /dev/hd2 458752 47512 90% 6249 11% /usr /dev/hd9var 1179648 520408 56% 8382 6% /var /dev/hd3 81920 69176 16% 102 1% /tmp /dev/hd1 196608 79992 60% 1052 5% /home /dev/lv01 1032192 198784 81% 127 1% /work /dev/lv02 147456 16888 89% 3693 81% /usr/local /dev/lv03 131072 13096 91% 5476 67% /bms /dev/lv04 294912 74720 75% 2485 27% /span /dev/lv05 1048576 384680 64% 23 1% /btdata /dev/lv06 2588672 778448 70% 352 1% /mail Free Mounted Blksiz Opens Status A: 12466 Wed Jun 19 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 93 Wed Jun 19 02:29 2048 15 Clean /btdata/EDX 7341 used From root@bmsaix.bmsi.com Wed Jun 19 04:28:55 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J8StC6028024 for ; Wed, 19 Jun 2002 04:28:55 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5J8Stsp041070 for bmsaix@bmsi.com; Wed, 19 Jun 2002 04:28:55 -0400 Date: Wed, 19 Jun 2002 04:28:55 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206190828.g5J8Stsp041070@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2309 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 19 00:30:00 EDT 2002 mksysb backup Wed Jun 19 00:30:26 EDT 2002 Dumpdate: Wed Jun 12 00:42:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 12 00:34 ./image.data -rw-r--r-- 1 root system 2498 Jun 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Jun 19 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jun 19 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jun 19 02:51:37 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 19742. mksysb backup Wed Jun 19 02:52:20 EDT 2002 Dumpdate: Wed Jun 19 00:42:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 19 00:34 ./image.data -rw-r--r-- 1 root system 2540 Jun 19 00:30 ./tapeid.data Verify backup Wed Jun 19 02:52:27 EDT 2002 Segment 1-4: mksysb 4156905 Kbytes, 136137 files 88.5% Backup finished Wed Jun 19 04:28:54 EDT 2002 **** Usage Log: **** Uses: 13 Backup Date: Wed Jun 12 00:30:30 EDT 2002 Backup Date: Wed Jun 5 00:30:33 EDT 2002 Backup Date: Wed May 22 00:30:34 EDT 2002 Backup Date: Wed May 8 00:30:34 EDT 2002 Backup Date: Wed May 1 00:30:34 EDT 2002 From root@csichb.com Wed Jun 19 04:28:38 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J8ScC6030510 for ; Wed, 19 Jun 2002 04:28:38 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J8SJqO031668 for ; Wed, 19 Jun 2002 04:28:32 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5J8SIJR050420 for ; Wed, 19 Jun 2002 04:28:18 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5J8SIQF038416 for bmsaix@bmsi.com; Wed, 19 Jun 2002 04:28:18 -0400 Date: Wed, 19 Jun 2002 04:28:18 -0400 From: root@csichb.com Message-Id: <200206190828.g5J8SIQF038416@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2310 System Id: csi Backup Started: Wed Jun 19 02:00:00 EDT 2002 Dumpdate: Wed Jun 12 02:04:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 12 02:01 ./image.data -rw-r--r-- 1 root system 2923 Jun 12 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jun 19 02:00:22 EDT 2002 mksysb started Wed Jun 19 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 77209 files.............................. 311 of 77209 files (0%).............................. 313 of 77209 files (0%).............................. 6094 of 77209 files (7%).............................. 6386 of 77209 files (8%).............................. 6862 of 77209 files (8%).............................. 19733 of 77209 files (25%).............................. 21425 of 77209 files (27%).............................. 21526 of 77209 files (27%).............................. 30627 of 77209 files (39%).............................. 40636 of 77209 files (52%).............................. 49560 of 77209 files (64%).............................. 57353 of 77209 files (74%).............................. 62469 of 77209 files (80%).............................. 71767 of 77209 files (92%)................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jun 19 03:17:59 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jun 19 03:18:01 EDT 2002 Verify mksysb Wed Jun 19 03:19:03 EDT 2002 Dumpdate: Wed Jun 19 02:04:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 19 02:01 ./image.data -rw-r--r-- 1 root system 2965 Jun 19 02:00 ./tapeid.data 2069015 Kbytes, 77209 files Backup finished Wed Jun 19 04:28:17 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5840 83% 2188 27% / /dev/hd2 4947968 211176 96% 56475 10% /usr /dev/hd9var 491520 233224 53% 9550 16% /var /dev/hd3 344064 280152 19% 87 1% /tmp /dev/hd1 1130496 330416 71% 857 1% /home /dev/lv00 524288 175456 67% 5596 18% /bms /dev/lv01 835584 122432 86% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 64 Backup Date: Wed Jun 12 02:00:22 EDT 2002 Backup Date: Wed Jun 5 02:00:22 EDT 2002 Backup Date: Wed May 29 02:00:21 EDT 2002 Backup Date: Wed May 22 02:00:21 EDT 2002 Backup Date: Wed May 15 02:00:22 EDT 2002 From root@wall.wall.com Wed Jun 19 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J8aAC8037378; Wed, 19 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5J8Zmgw028154; Wed, 19 Jun 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA23204; Wed, 19 Jun 2002 04:24:24 -0400 Date: Wed, 19 Jun 2002 04:24:24 -0400 From: root@wall.wall.com Message-Id: <200206190824.EAA23204@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2311 System Id: wall Backup Started: Wed Jun 19 02:00:00 EDT 2002 Backup of btas image started Wed Jun 19 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jun 19 02:26:39 EDT 2002] 68.2% Dumpdate: Tue Jun 18 02:34:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 18 02:28 ./image.data -rw-r--r-- 1 root system 1391 Jun 18 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Jun 19 02:27:06 EDT 2002 mksysb started Wed Jun 19 02:27:07 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47091 files.............................. 3450 of 47091 files (7%).............................. 3450 of 47091 files (7%).............................. 3450 of 47091 files (7%).............................. 3488 of 47091 files (7%).............................. 3488 of 47091 files (7%).............................. 3488 of 47091 files (7%).............................. 3539 of 47091 files (7%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN242295: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN242296: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN242297: A file or directory in the path name does not exist. ........... 11852 of 47091 files (25%).............................. 22299 of 47091 files (47%).............................. 35875 of 47091 files (76%).............................. 44687 of 47091 files (94%)....... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Jun 19 03:32:14 EDT 2002 Verify mksysb Wed Jun 19 03:32:15 EDT 2002 Dumpdate: Wed Jun 19 02:34:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 19 02:28 ./image.data -rw-r--r-- 1 root system 1433 Jun 19 02:27 ./tapeid.data 1526732 Kbytes, 47088 files 0 cache hits, 0 cache misses Backup finished Wed Jun 19 04:24:22 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Tue Jun 18 02:27:20 EDT 2002 Backup Date: Sat Jun 15 02:27:29 EDT 2002 Backup Date: Fri Jun 14 02:27:16 EDT 2002 Backup Date: Thu Jun 13 02:26:10 EDT 2002 Backup Date: Wed Jun 12 02:26:20 EDT 2002 From root@acustomsbroker.com Wed Jun 19 02:50:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J6odC6032992; Wed, 19 Jun 2002 02:50:39 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5J6oXqO028964; Wed, 19 Jun 2002 02:50:33 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5J6oWm30468; Wed, 19 Jun 2002 02:50:32 -0400 Date: Wed, 19 Jun 2002 02:50:32 -0400 From: root Message-Id: <200206190650.g5J6oWm30468@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2312 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 19 02:00:00 EDT 2002 BMS backup Wed Jun 19 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Wed Jun 19 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jun 19 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1305231360 (1.2GB, 898kB/s) 1419.51s real 4.26s user 23.37s system Rewind Tape Wed Jun 19 02:25:56 EDT 2002 BMS backup Wed Jun 19 02:26:45 EDT 2002 Verify backup Wed Jun 19 02:26:46 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jun 19 02:50:32 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Wed Jun 5 02:00:24 EDT 2002 Backup Date: Sat May 11 02:00:24 EDT 2002 Backup Date: Wed May 1 02:00:24 EDT 2002 Backup Date: Sat Apr 20 02:00:23 EDT 2002 Backup Date: Wed Apr 3 02:00:24 EST 2002 From root@bmsaix.bmsi.com Thu Jun 20 04:41:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5K8f4C6033554 for ; Thu, 20 Jun 2002 04:41:04 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5K8f4ik039434 for bmsaix@bmsi.com; Thu, 20 Jun 2002 04:41:04 -0400 Date: Thu, 20 Jun 2002 04:41:04 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206200841.g5K8f4ik039434@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 2313 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Jun 20 00:30:00 EDT 2002 mksysb backup Thu Jun 20 00:30:26 EDT 2002 Dumpdate: Thu May 2 00:42:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17561 May 02 00:34 ./image.data -rw-r--r-- 1 root system 2036 May 02 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0085 Backup Date: Thu Jun 20 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Jun 20 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jun 20 02:55:40 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 25524. mksysb backup Thu Jun 20 02:56:39 EDT 2002 Dumpdate: Thu Jun 20 00:42:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 20 00:34 ./image.data -rw-r--r-- 1 root system 2078 Jun 20 00:30 ./tapeid.data Verify backup Thu Jun 20 02:56:46 EDT 2002 Segment 1-4: mksysb 4161930 Kbytes, 136250 files 88.5% Backup finished Thu Jun 20 04:41:03 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Thu May 2 00:30:34 EDT 2002 Backup Date: Wed Feb 27 00:32:35 EST 2002 From root@csichb.com Thu Jun 20 04:30:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5K8U3C6032744 for ; Thu, 20 Jun 2002 04:30:03 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5K8TvqO019348 for ; Thu, 20 Jun 2002 04:29:57 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5K8TuJR019136 for ; Thu, 20 Jun 2002 04:29:56 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5K8Tu20020628 for bmsaix@bmsi.com; Thu, 20 Jun 2002 04:29:56 -0400 Date: Thu, 20 Jun 2002 04:29:56 -0400 From: root@csichb.com Message-Id: <200206200829.g5K8Tu20020628@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2314 System Id: csi Backup Started: Thu Jun 20 02:00:00 EDT 2002 Dumpdate: Thu Jun 13 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 13 02:01 ./image.data -rw-r--r-- 1 root system 361 Jun 13 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jun 20 02:00:21 EDT 2002 mksysb started Thu Jun 20 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 78970 files.............................. 311 of 78970 files (0%).............................. 313 of 78970 files (0%).............................. 6106 of 78970 files (7%).............................. 6398 of 78970 files (8%).............................. 6874 of 78970 files (8%).............................. 19494 of 78970 files (24%).............................. 23177 of 78970 files (29%).............................. 23286 of 78970 files (29%).............................. 31519 of 78970 files (39%).............................. 39848 of 78970 files (50%).............................. 50760 of 78970 files (64%).............................. 58494 of 78970 files (74%).............................. 63459 of 78970 files (80%).............................. 72281 of 78970 files (91%)..................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Jun 20 03:18:47 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jun 20 03:18:49 EDT 2002 Verify mksysb Thu Jun 20 03:19:51 EDT 2002 Dumpdate: Thu Jun 20 02:04:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 20 02:01 ./image.data -rw-r--r-- 1 root system 403 Jun 20 02:00 ./tapeid.data 2086044 Kbytes, 78970 files Backup finished Thu Jun 20 04:29:55 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5840 83% 2188 27% / /dev/hd2 4947968 211176 96% 56475 10% /usr /dev/hd9var 491520 197808 60% 11299 19% /var /dev/hd3 344064 279992 19% 87 1% /tmp /dev/hd1 1130496 329592 71% 857 1% /home /dev/lv00 524288 172056 68% 5608 18% /bms /dev/lv01 835584 121512 86% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 3 Backup Date: Thu Jun 13 02:00:21 EDT 2002 Backup Date: Thu Jun 6 02:00:21 EDT 2002 Backup Date: Thu May 30 02:00:22 EDT 2002 From root@wall.wall.com Thu Jun 20 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5K8aAC8032628; Thu, 20 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5K8Zm4p043372; Thu, 20 Jun 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA22644; Thu, 20 Jun 2002 04:25:39 -0400 Date: Thu, 20 Jun 2002 04:25:39 -0400 From: root@wall.wall.com Message-Id: <200206200825.EAA22644@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2315 System Id: wall Backup Started: Thu Jun 20 02:00:00 EDT 2002 Backup of btas image started Thu Jun 20 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jun 20 02:27:56 EDT 2002] 68.2% Dumpdate: Wed Jun 19 02:34:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 19 02:28 ./image.data -rw-r--r-- 1 root system 1433 Jun 19 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Jun 20 02:28:22 EDT 2002 mksysb started Thu Jun 20 02:28:23 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 47175 files.............................. 3458 of 47175 files (7%).............................. 3458 of 47175 files (7%).............................. 3458 of 47175 files (7%).............................. 3496 of 47175 files (7%).............................. 3496 of 47175 files (7%).............................. 3496 of 47175 files (7%).............................. 3547 of 47175 files (7%).............................. 11879 of 47175 files (25%).............................. 22045 of 47175 files (46%).............................. 36026 of 47175 files (76%).............................. 45017 of 47175 files (95%)...... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jun 20 03:33:24 EDT 2002 Verify mksysb Thu Jun 20 03:33:25 EDT 2002 Dumpdate: Thu Jun 20 02:35:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 20 02:29 ./image.data -rw-r--r-- 1 root system 1475 Jun 20 02:28 ./tapeid.data 1527306 Kbytes, 47175 files 0 cache hits, 0 cache misses Backup finished Thu Jun 20 04:25:38 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Wed Jun 19 02:27:06 EDT 2002 Backup Date: Tue Jun 18 02:27:20 EDT 2002 Backup Date: Sat Jun 15 02:27:29 EDT 2002 Backup Date: Fri Jun 14 02:27:16 EDT 2002 Backup Date: Thu Jun 13 02:26:10 EDT 2002 From root@editorialunilit.com Thu Jun 20 04:09:18 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5K89IC6032446 for ; Thu, 20 Jun 2002 04:09:18 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5K89BqO026842 for ; Thu, 20 Jun 2002 04:09:11 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5K87sxT045692; Thu, 20 Jun 2002 04:07:54 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5K87s0T011130; Thu, 20 Jun 2002 04:07:54 -0400 Date: Thu, 20 Jun 2002 04:07:54 -0400 From: root@editorialunilit.com Message-Id: <200206200807.g5K87s0T011130@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2316 System Id: unilit Backup Started: Wed Jun 19 23:50:00 EDT 2002 Dumpdate: Wed Jun 5 00:02:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 04 23:56 ./image.data -rw-r--r-- 1 root system 1371 Jun 04 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Wed Jun 19 23:50:24 EDT 2002 mksysb started Wed Jun 19 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6561 cache hits, 98 cache misses 143771 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 50312. Rewind Tape Thu Jun 20 02:25:59 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Jun 20 02:36:00 EDT 2002 Dumpdate: Thu Jun 20 00:02:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 19 23:56 ./image.data -rw-r--r-- 1 root system 1413 Jun 19 23:50 ./tapeid.data 2825992 Kbytes, 28701 files Backup finished Thu Jun 20 04:07:53 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Tue Jun 4 23:50:27 EDT 2002 Backup Date: Wed May 22 23:50:25 EDT 2002 Backup Date: Tue May 14 23:50:24 EDT 2002 Backup Date: Thu May 9 23:50:24 EDT 2002 Backup Date: Mon Apr 29 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3944 76% 894 22% / /dev/hd2 458752 47488 90% 6249 11% /usr /dev/hd9var 1179648 594816 50% 8489 6% /var /dev/hd3 81920 69048 16% 103 2% /tmp /dev/hd1 196608 79784 60% 1058 5% /home /dev/lv01 1032192 189840 82% 132 1% /work /dev/lv02 147456 21016 86% 3080 67% /usr/local /dev/lv03 131072 13112 90% 5477 67% /bms /dev/lv04 294912 74776 75% 2491 28% /span /dev/lv05 1048576 384680 64% 23 1% /btdata /dev/lv06 2588672 776160 71% 354 1% /mail Free Mounted Blksiz Opens Status A: 12317 Thu Jun 20 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 84 Thu Jun 20 02:25 2048 15 Clean /btdata/EDX 7341 used From root@csichb.com Fri Jun 21 04:31:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L8VfC6027334 for ; Fri, 21 Jun 2002 04:31:41 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L8VYqO012596 for ; Fri, 21 Jun 2002 04:31:35 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5L8VYJR008834 for ; Fri, 21 Jun 2002 04:31:34 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5L8VYlR020196 for bmsaix@bmsi.com; Fri, 21 Jun 2002 04:31:34 -0400 Date: Fri, 21 Jun 2002 04:31:34 -0400 From: root@csichb.com Message-Id: <200206210831.g5L8VYlR020196@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2317 System Id: csi Backup Started: Fri Jun 21 02:00:00 EDT 2002 Dumpdate: Fri Jun 14 02:04:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 14 02:01 ./image.data -rw-r--r-- 1 root system 1285 Jun 14 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Jun 21 02:00:22 EDT 2002 mksysb started Fri Jun 21 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............ Creating list of files to back up....... Backing up 80285 files.............................. 311 of 80285 files (0%).............................. 313 of 80285 files (0%).............................. 6068 of 80285 files (7%).............................. 6413 of 80285 files (7%).............................. 6889 of 80285 files (8%).............................. 20293 of 80285 files (25%).............................. 24486 of 80285 files (30%).............................. 24598 of 80285 files (30%).............................. 32699 of 80285 files (40%).............................. 38821 of 80285 files (48%).............................. 51732 of 80285 files (64%).............................. 59134 of 80285 files (73%).............................. 64020 of 80285 files (79%).............................. 72134 of 80285 files (89%).......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jun 21 03:20:14 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jun 21 03:20:16 EDT 2002 Verify mksysb Fri Jun 21 03:21:19 EDT 2002 Dumpdate: Fri Jun 21 02:05:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 21 02:01 ./image.data -rw-r--r-- 1 root system 1327 Jun 21 02:00 ./tapeid.data 2096766 Kbytes, 80285 files Backup finished Fri Jun 21 04:31:33 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5832 83% 2188 27% / /dev/hd2 4947968 211176 96% 56475 10% /usr /dev/hd9var 491520 174344 65% 12600 21% /var /dev/hd3 344064 279864 19% 87 1% /tmp /dev/hd1 1130496 326800 72% 857 1% /home /dev/lv00 524288 169992 68% 5623 18% /bms /dev/lv01 835584 121432 86% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 25 Backup Date: Fri Jun 14 02:00:21 EDT 2002 Backup Date: Fri Jun 7 02:00:22 EDT 2002 Backup Date: Fri May 31 02:00:22 EDT 2002 Backup Date: Fri May 24 02:00:22 EDT 2002 Backup Date: Fri May 17 02:00:21 EDT 2002 From root@bmsaix.bmsi.com Fri Jun 21 04:30:30 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L8UTC6039838 for ; Fri, 21 Jun 2002 04:30:29 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5L8UTHf044442 for bmsaix@bmsi.com; Fri, 21 Jun 2002 04:30:29 -0400 Date: Fri, 21 Jun 2002 04:30:29 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206210830.g5L8UTHf044442@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2318 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 21 00:30:00 EDT 2002 mksysb backup Fri Jun 21 00:30:25 EDT 2002 Dumpdate: Fri Jun 14 00:42:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 14 00:34 ./image.data -rw-r--r-- 1 root system 2750 Jun 14 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jun 21 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jun 21 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jun 21 02:49:49 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28862. mksysb backup Fri Jun 21 02:51:12 EDT 2002 Dumpdate: Fri Jun 21 00:42:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 21 00:34 ./image.data -rw-r--r-- 1 root system 2792 Jun 21 00:30 ./tapeid.data Verify backup Fri Jun 21 02:51:20 EDT 2002 Segment 1-4: mksysb 4173131 Kbytes, 136315 files 88.5% Backup finished Fri Jun 21 04:30:28 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Fri Jun 14 00:30:30 EDT 2002 Backup Date: Fri Jun 7 00:30:30 EDT 2002 Backup Date: Fri May 31 00:30:30 EDT 2002 Backup Date: Fri May 24 00:30:34 EDT 2002 Backup Date: Fri May 17 00:30:30 EDT 2002 From root@wall.wall.com Fri Jun 21 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L8aAC8027208; Fri, 21 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5L8Zoba044336; Fri, 21 Jun 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43960; Fri, 21 Jun 2002 04:27:45 -0400 Date: Fri, 21 Jun 2002 04:27:45 -0400 From: root@wall.wall.com Message-Id: <200206210827.EAA43960@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2319 System Id: wall Backup Started: Fri Jun 21 02:00:01 EDT 2002 Backup of btas image started Fri Jun 21 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jun 21 02:26:48 EDT 2002] 68.2% Dumpdate: Thu Jun 20 02:35:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 20 02:29 ./image.data -rw-r--r-- 1 root system 1475 Jun 20 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Jun 21 02:27:14 EDT 2002 mksysb started Fri Jun 21 02:27:15 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47320 files.............................. 3470 of 47320 files (7%).............................. 3470 of 47320 files (7%).............................. 3470 of 47320 files (7%).............................. 3508 of 47320 files (7%).............................. 3508 of 47320 files (7%).............................. 3508 of 47320 files (7%).............................. 3559 of 47320 files (7%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN242591: A file or directory in the path name does not exist. ........... 11917 of 47320 files (25%).............................. 21670 of 47320 files (45%).............................. 26660 of 47320 files (56%).............................. 40155 of 47320 files (84%)........................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Jun 21 03:35:37 EDT 2002 Verify mksysb Fri Jun 21 03:35:38 EDT 2002 Dumpdate: Fri Jun 21 02:34:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 21 02:28 ./image.data -rw-r--r-- 1 root system 1517 Jun 21 02:27 ./tapeid.data 1528246 Kbytes, 47319 files 0 cache hits, 0 cache misses Backup finished Fri Jun 21 04:27:44 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Thu Jun 20 02:28:22 EDT 2002 Backup Date: Wed Jun 19 02:27:06 EDT 2002 Backup Date: Tue Jun 18 02:27:20 EDT 2002 Backup Date: Sat Jun 15 02:27:29 EDT 2002 Backup Date: Fri Jun 14 02:27:16 EDT 2002 From root@editorialunilit.com Fri Jun 21 04:08:18 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L88HC6044332 for ; Fri, 21 Jun 2002 04:08:17 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L88BqO012598 for ; Fri, 21 Jun 2002 04:08:11 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5L86sxT008860; Fri, 21 Jun 2002 04:06:54 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5L86rmF041114; Fri, 21 Jun 2002 04:06:53 -0400 Date: Fri, 21 Jun 2002 04:06:53 -0400 From: root@editorialunilit.com Message-Id: <200206210806.g5L86rmF041114@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2320 System Id: unilit Backup Started: Thu Jun 20 23:50:00 EDT 2002 Dumpdate: Fri Jun 7 00:04:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 06 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 06 23:52 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Thu Jun 20 23:50:22 EDT 2002 mksysb started Thu Jun 20 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6564 cache hits, 109 cache misses 143942 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./btdata/core: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./home/stuart/install/.sph0601.csv.swp: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 31668. Rewind Tape Fri Jun 21 02:27:05 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jun 21 02:37:06 EDT 2002 Dumpdate: Fri Jun 21 00:01:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 20 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 20 23:50 ./tapeid.data 2810854 Kbytes, 29706 files Backup finished Fri Jun 21 04:06:52 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Thu Jun 6 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3944 76% 894 22% / /dev/hd2 458752 47488 90% 6249 11% /usr /dev/hd9var 1179648 590136 50% 9533 7% /var /dev/hd3 81920 69040 16% 102 1% /tmp /dev/hd1 196608 52448 74% 1061 5% /home /dev/lv01 1032192 187896 82% 132 1% /work /dev/lv02 147456 21016 86% 3080 67% /usr/local /dev/lv03 131072 13008 91% 5479 67% /bms /dev/lv04 294912 96472 68% 2448 27% /span /dev/lv05 1048576 384728 64% 22 1% /btdata /dev/lv06 2588672 769272 71% 354 1% /mail Free Mounted Blksiz Opens Status A: 12146 Fri Jun 21 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 54 Fri Jun 21 02:27 2048 15 Clean /btdata/EDX 7341 used From root@acustomsbroker.com Fri Jun 21 02:50:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L6oDC6020442; Fri, 21 Jun 2002 02:50:13 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5L6o6qO022072; Fri, 21 Jun 2002 02:50:06 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5L6o5f08519; Fri, 21 Jun 2002 02:50:05 -0400 Date: Fri, 21 Jun 2002 02:50:05 -0400 From: root Message-Id: <200206210650.g5L6o5f08519@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2321 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 21 02:00:00 EDT 2002 BMS backup Fri Jun 21 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Fri Jun 21 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jun 21 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1308518400 (1.2GB, 910kB/s) 1403.74s real 4.42s user 23.74s system Rewind Tape Fri Jun 21 02:25:44 EDT 2002 BMS backup Fri Jun 21 02:26:31 EDT 2002 Verify backup Fri Jun 21 02:26:32 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jun 21 02:50:05 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Thu Jun 6 02:00:24 EDT 2002 Backup Date: Fri May 24 02:00:25 EDT 2002 Backup Date: Thu May 2 02:00:24 EDT 2002 Backup Date: Fri Apr 12 02:00:24 EDT 2002 Backup Date: Sat Mar 23 02:00:24 EST 2002 From root@acustomsbroker.com Sat Jun 22 02:50:20 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M6oJC6025840; Sat, 22 Jun 2002 02:50:19 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M6oCqO015048; Sat, 22 Jun 2002 02:50:12 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5M6oBM17408; Sat, 22 Jun 2002 02:50:11 -0400 Date: Sat, 22 Jun 2002 02:50:11 -0400 From: root Message-Id: <200206220650.g5M6oBM17408@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2322 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 22 02:00:00 EDT 2002 BMS backup Sat Jun 22 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Sat Jun 22 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jun 22 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1309614080 (1.2GB, 908kB/s) 1408.36s real 4.19s user 23.23s system Rewind Tape Sat Jun 22 02:25:47 EDT 2002 BMS backup Sat Jun 22 02:26:37 EDT 2002 Verify backup Sat Jun 22 02:26:37 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jun 22 02:50:11 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Fri Jun 7 02:00:24 EDT 2002 Backup Date: Sat May 25 02:00:24 EDT 2002 Backup Date: Tue May 14 02:00:24 EDT 2002 Backup Date: Fri May 3 02:00:25 EDT 2002 Backup Date: Tue Apr 23 02:00:24 EDT 2002 From root@editorialunilit.com Sat Jun 22 04:05:08 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M858C6025626 for ; Sat, 22 Jun 2002 04:05:08 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M851qO028300 for ; Sat, 22 Jun 2002 04:05:02 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5M83ixT050332; Sat, 22 Jun 2002 04:03:44 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5M83h4H028826; Sat, 22 Jun 2002 04:03:43 -0400 Date: Sat, 22 Jun 2002 04:03:43 -0400 From: root@editorialunilit.com Message-Id: <200206220803.g5M83h4H028826@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2323 System Id: unilit Backup Started: Fri Jun 21 23:50:00 EDT 2002 Dumpdate: Sat Jun 8 00:04:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jun 07 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 07 23:52 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Fri Jun 21 23:50:22 EDT 2002 mksysb started Fri Jun 21 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6570 cache hits, 106 cache misses 144394 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 18848. Rewind Tape Sat Jun 22 02:25:49 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jun 22 02:35:50 EDT 2002 Dumpdate: Sat Jun 22 00:01:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 21 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 21 23:50 ./tapeid.data 2811424 Kbytes, 29956 files Backup finished Sat Jun 22 04:03:42 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Fri Jun 7 23:52:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3920 77% 894 22% / /dev/hd2 458752 47488 90% 6249 11% /usr /dev/hd9var 1179648 592432 50% 9781 7% /var /dev/hd3 81920 69008 16% 102 1% /tmp /dev/hd1 196608 49256 75% 1061 5% /home /dev/lv01 1032192 187896 82% 132 1% /work /dev/lv02 147456 21016 86% 3080 67% /usr/local /dev/lv03 131072 12960 91% 5480 67% /bms /dev/lv04 294912 96408 68% 2449 27% /span /dev/lv05 1048576 384728 64% 22 1% /btdata /dev/lv06 2588672 768976 71% 354 1% /mail Free Mounted Blksiz Opens Status A: 11694 Sat Jun 22 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 95 Sat Jun 22 02:25 2048 15 Clean /btdata/EDX 7341 used From root@wall.wall.com Sat Jun 22 04:36:12 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M8aAC8040724; Sat, 22 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5M8ZnXY045052; Sat, 22 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA32310; Sat, 22 Jun 2002 04:26:26 -0400 Date: Sat, 22 Jun 2002 04:26:26 -0400 From: root@wall.wall.com Message-Id: <200206220826.EAA32310@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2324 System Id: wall Backup Started: Sat Jun 22 02:00:00 EDT 2002 Backup of btas image started Sat Jun 22 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jun 22 02:26:37 EDT 2002] 68.2% Dumpdate: Thu Mar 28 02:34:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Mar 28 02:28 ./image.data -rw-r--r-- 1 root system 2063 Mar 28 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Sat Jun 22 02:27:03 EDT 2002 mksysb started Sat Jun 22 02:27:04 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 47446 files.............................. 3480 of 47446 files (7%).............................. 3480 of 47446 files (7%).............................. 3480 of 47446 files (7%).............................. 3518 of 47446 files (7%).............................. 3518 of 47446 files (7%).............................. 3518 of 47446 files (7%).............................. 3570 of 47446 files (7%).............................. 12442 of 47446 files (26%).............................. 21795 of 47446 files (45%).............................. 26787 of 47446 files (56%).............................. 40595 of 47446 files (85%)........................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jun 22 03:34:58 EDT 2002 Verify mksysb Sat Jun 22 03:35:00 EDT 2002 Dumpdate: Sat Jun 22 02:34:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 22 02:28 ./image.data -rw-r--r-- 1 root system 2105 Jun 22 02:27 ./tapeid.data 1529559 Kbytes, 47446 files 0 cache hits, 0 cache misses Backup finished Sat Jun 22 04:26:25 EDT 2002 **** Usage Log: **** Uses: 45 Backup Date: Thu Mar 28 02:27:14 EST 2002 Backup Date: Wed Mar 27 02:28:22 EST 2002 Backup Date: Tue Mar 12 02:28:06 EST 2002 Backup Date: Fri Feb 15 02:26:55 EST 2002 Backup Date: Thu Feb 14 02:26:53 EST 2002 From root@csichb.com Sat Jun 22 04:31:58 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M8VwC6025762 for ; Sat, 22 Jun 2002 04:31:58 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5M8VqqO023706 for ; Sat, 22 Jun 2002 04:31:52 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5M8VpJR035526 for ; Sat, 22 Jun 2002 04:31:51 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5M8Vpfx034760 for bmsaix@bmsi.com; Sat, 22 Jun 2002 04:31:51 -0400 Date: Sat, 22 Jun 2002 04:31:51 -0400 From: root@csichb.com Message-Id: <200206220831.g5M8Vpfx034760@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2325 System Id: csi Backup Started: Sat Jun 22 02:00:01 EDT 2002 Dumpdate: Sat Jun 15 02:04:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 15 02:01 ./image.data -rw-r--r-- 1 root system 949 Jun 15 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Jun 22 02:00:22 EDT 2002 mksysb started Sat Jun 22 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 81660 files.............................. 311 of 81660 files (0%).............................. 313 of 81660 files (0%).............................. 5569 of 81660 files (6%).............................. 6427 of 81660 files (7%).............................. 6856 of 81660 files (8%).............................. 20831 of 81660 files (25%).............................. 25851 of 81660 files (31%).............................. 25971 of 81660 files (31%).............................. 30405 of 81660 files (37%).............................. 39382 of 81660 files (48%).............................. 53079 of 81660 files (65%).............................. 60065 of 81660 files (73%).............................. 65207 of 81660 files (79%).............................. 73502 of 81660 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jun 22 03:20:02 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jun 22 03:20:04 EDT 2002 Verify mksysb Sat Jun 22 03:21:06 EDT 2002 Dumpdate: Sat Jun 22 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 22 02:01 ./image.data -rw-r--r-- 1 root system 991 Jun 22 02:00 ./tapeid.data 2111148 Kbytes, 81660 files Backup finished Sat Jun 22 04:31:50 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5832 83% 2188 27% / /dev/hd2 4947968 210952 96% 56476 10% /usr /dev/hd9var 491520 142024 72% 13957 23% /var /dev/hd3 344064 279720 19% 87 1% /tmp /dev/hd1 1130496 326152 72% 860 1% /home /dev/lv00 524288 167960 68% 5637 18% /bms /dev/lv01 835584 120560 86% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 17 Backup Date: Sat Jun 15 02:00:22 EDT 2002 Backup Date: Sat Jun 8 02:00:22 EDT 2002 Backup Date: Sat Jun 1 02:00:22 EDT 2002 Backup Date: Tue May 28 02:00:19 EDT 2002 Backup Date: Sat May 25 02:00:21 EDT 2002 From root@csichb.com Thu Jun 27 04:36:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R8anC6036234 for ; Thu, 27 Jun 2002 04:36:49 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R8ahqO031938 for ; Thu, 27 Jun 2002 04:36:43 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5R8ahJR040252 for ; Thu, 27 Jun 2002 04:36:43 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5R8agx0051092 for bmsaix@bmsi.com; Thu, 27 Jun 2002 04:36:42 -0400 Date: Thu, 27 Jun 2002 04:36:42 -0400 From: root@csichb.com Message-Id: <200206270836.g5R8agx0051092@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2326 System Id: csi Backup Started: Thu Jun 27 02:00:00 EDT 2002 Dumpdate: Thu Jun 20 02:04:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 20 02:01 ./image.data -rw-r--r-- 1 root system 403 Jun 20 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jun 27 02:00:22 EDT 2002 mksysb started Thu Jun 27 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 85807 files.............................. 311 of 85807 files (0%).............................. 313 of 85807 files (0%).............................. 5591 of 85807 files (6%).............................. 6470 of 85807 files (7%).............................. 6899 of 85807 files (8%).............................. 19050 of 85807 files (22%).............................. 29969 of 85807 files (34%).............................. 30081 of 85807 files (35%).............................. 30121 of 85807 files (35%).............................. 39232 of 85807 files (45%).............................. 51712 of 85807 files (60%).............................. 61662 of 85807 files (71%).............................. 66963 of 85807 files (78%).............................. 72153 of 85807 files (84%).............................. 82781 of 85807 files (96%)........... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Jun 27 03:22:31 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jun 27 03:22:33 EDT 2002 Verify mksysb Thu Jun 27 03:23:37 EDT 2002 Dumpdate: Thu Jun 27 02:04:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 27 02:01 ./image.data -rw-r--r-- 1 root system 445 Jun 27 02:00 ./tapeid.data 2168994 Kbytes, 85807 files Backup finished Thu Jun 27 04:36:42 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5824 83% 2189 27% / /dev/hd2 4947968 210088 96% 56482 10% /usr /dev/hd9var 606208 140920 77% 18052 24% /var /dev/hd3 344064 279296 19% 87 1% /tmp /dev/hd1 1130496 315024 73% 862 1% /home /dev/lv00 524288 155648 71% 5680 18% /bms /dev/lv01 835584 116784 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 4 Backup Date: Thu Jun 20 02:00:21 EDT 2002 Backup Date: Thu Jun 13 02:00:21 EDT 2002 Backup Date: Thu Jun 6 02:00:21 EDT 2002 Backup Date: Thu May 30 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Thu Jun 27 04:33:22 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R8XMC6024050 for ; Thu, 27 Jun 2002 04:33:22 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5R8XLhr045806 for bmsaix@bmsi.com; Thu, 27 Jun 2002 04:33:21 -0400 Date: Thu, 27 Jun 2002 04:33:21 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206270833.g5R8XLhr045806@bmsaix.bmsi.com> Subject: bmsaix0084 backup Status: RO X-Status: X-Keywords: X-UID: 2327 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Jun 27 00:30:00 EDT 2002 mksysb backup Thu Jun 27 00:30:26 EDT 2002 Dumpdate: Thu Jun 6 00:42:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 06 00:34 ./image.data -rw-r--r-- 1 root system 2078 Jun 06 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0084 Backup Date: Thu Jun 27 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Jun 27 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jun 27 02:48:21 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 42666. mksysb backup Thu Jun 27 02:49:41 EDT 2002 Dumpdate: Thu Jun 27 00:42:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 27 00:34 ./image.data -rw-r--r-- 1 root system 2120 Jun 27 00:30 ./tapeid.data Verify backup Thu Jun 27 02:49:48 EDT 2002 Segment 1-4: mksysb 4194701 Kbytes, 137626 files 88.5% Backup finished Thu Jun 27 04:33:21 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Thu Jun 6 00:30:34 EDT 2002 Backup Date: Thu May 30 00:30:34 EDT 2002 Backup Date: Tue Feb 26 00:32:34 EST 2002 From root@editorialunilit.com Thu Jun 27 04:02:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R823C6022030 for ; Thu, 27 Jun 2002 04:02:03 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R81vqO030874 for ; Thu, 27 Jun 2002 04:01:57 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5R80exT028648; Thu, 27 Jun 2002 04:00:40 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5R80det038886; Thu, 27 Jun 2002 04:00:39 -0400 Date: Thu, 27 Jun 2002 04:00:39 -0400 From: root@editorialunilit.com Message-Id: <200206270800.g5R80det038886@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2328 System Id: unilit Backup Started: Wed Jun 26 23:50:00 EDT 2002 Dumpdate: Thu Jun 13 00:04:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 12 23:59 ./image.data -rw-r--r-- 1 root system 279 Jun 12 23:52 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0080 Backup Date: Wed Jun 26 23:50:25 EDT 2002 mksysb started Wed Jun 26 23:50:26 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7549 cache hits, 198 cache misses 145372 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg5QGmexT047364: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg5QKBpxT020970: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg5QGmexT047364: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg5QKBpxT020970: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 41176. Rewind Tape Thu Jun 27 02:24:00 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Jun 27 02:34:01 EDT 2002 Dumpdate: Thu Jun 27 00:01:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 26 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 26 23:50 ./tapeid.data 2779647 Kbytes, 30933 files Backup finished Thu Jun 27 04:00:38 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Wed Jun 12 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3904 77% 895 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 669432 44% 10726 8% /var /dev/hd3 81920 68936 16% 102 1% /tmp /dev/hd1 196608 49248 75% 1063 5% /home /dev/lv01 1032192 185088 83% 134 1% /work /dev/lv02 147456 20832 86% 3081 67% /usr/local /dev/lv03 131072 11336 92% 5485 67% /bms /dev/lv04 294912 95920 68% 2464 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 765464 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 10716 Thu Jun 27 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 1133 Thu Jun 27 02:23 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Thu Jun 27 02:50:39 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R6obC6032280; Thu, 27 Jun 2002 02:50:38 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R6oIqO020658; Thu, 27 Jun 2002 02:50:18 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5R6oBj17018; Thu, 27 Jun 2002 02:50:11 -0400 Date: Thu, 27 Jun 2002 02:50:11 -0400 From: root Message-Id: <200206270650.g5R6oBj17018@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2329 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Jun 27 02:00:00 EDT 2002 BMS backup Thu Jun 27 02:00:27 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Thu Jun 27 02:00:27 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Jun 27 02:02:23 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1311098880 (1.2GB, 910kB/s) 1406.53s real 4.20s user 23.09s system Rewind Tape Thu Jun 27 02:25:50 EDT 2002 BMS backup Thu Jun 27 02:26:31 EDT 2002 Verify backup Thu Jun 27 02:26:32 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Jun 27 02:50:11 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Thu Jun 13 02:00:24 EDT 2002 Backup Date: Wed May 29 02:00:24 EDT 2002 Backup Date: Fri May 17 02:00:36 EDT 2002 Backup Date: Fri Apr 26 02:00:24 EDT 2002 Backup Date: Wed Apr 17 02:00:24 EDT 2002 From root@bmsaix.bmsi.com Wed Jun 26 04:37:20 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q8bJC6042374 for ; Wed, 26 Jun 2002 04:37:19 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5Q8bJuj037244 for bmsaix@bmsi.com; Wed, 26 Jun 2002 04:37:19 -0400 Date: Wed, 26 Jun 2002 04:37:19 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206260837.g5Q8bJuj037244@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2330 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 26 00:30:01 EDT 2002 mksysb backup Wed Jun 26 00:30:26 EDT 2002 Dumpdate: Wed Jun 19 00:42:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 19 00:34 ./image.data -rw-r--r-- 1 root system 2540 Jun 19 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Jun 26 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jun 26 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jun 26 02:57:11 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 13962. mksysb backup Wed Jun 26 02:58:18 EDT 2002 Dumpdate: Wed Jun 26 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 26 00:34 ./image.data -rw-r--r-- 1 root system 2582 Jun 26 00:30 ./tapeid.data Verify backup Wed Jun 26 02:58:25 EDT 2002 Segment 1-4: mksysb 4178474 Kbytes, 137072 files 88.5% Backup finished Wed Jun 26 04:37:18 EDT 2002 **** Usage Log: **** Uses: 14 Backup Date: Wed Jun 19 00:30:33 EDT 2002 Backup Date: Wed Jun 12 00:30:30 EDT 2002 Backup Date: Wed Jun 5 00:30:33 EDT 2002 Backup Date: Wed May 22 00:30:34 EDT 2002 Backup Date: Wed May 8 00:30:34 EDT 2002 From root@csichb.com Wed Jun 26 04:35:08 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q8Z7C6025544 for ; Wed, 26 Jun 2002 04:35:07 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q8Z1qO018864 for ; Wed, 26 Jun 2002 04:35:01 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5Q8Z0JR040164 for ; Wed, 26 Jun 2002 04:35:00 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5Q8Z030051076 for bmsaix@bmsi.com; Wed, 26 Jun 2002 04:35:00 -0400 Date: Wed, 26 Jun 2002 04:35:00 -0400 From: root@csichb.com Message-Id: <200206260835.g5Q8Z030051076@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2331 System Id: csi Backup Started: Wed Jun 26 02:00:00 EDT 2002 Dumpdate: Wed Jun 19 02:04:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 19 02:01 ./image.data -rw-r--r-- 1 root system 2965 Jun 19 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jun 26 02:00:22 EDT 2002 mksysb started Wed Jun 26 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 84477 files.............................. 311 of 84477 files (0%).............................. 313 of 84477 files (0%).............................. 5572 of 84477 files (6%).............................. 6460 of 84477 files (7%).............................. 6887 of 84477 files (8%).............................. 18481 of 84477 files (21%).............................. 28650 of 84477 files (33%).............................. 28783 of 84477 files (34%).............................. 28809 of 84477 files (34%).............................. 38883 of 84477 files (46%).............................. 50521 of 84477 files (59%).............................. 60922 of 84477 files (72%).............................. 66367 of 84477 files (78%).............................. 71482 of 84477 files (84%).............................. 81482 of 84477 files (96%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jun 26 03:21:35 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jun 26 03:21:37 EDT 2002 Verify mksysb Wed Jun 26 03:22:41 EDT 2002 Dumpdate: Wed Jun 26 02:04:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 26 02:01 ./image.data -rw-r--r-- 1 root system 3007 Jun 26 02:00 ./tapeid.data 2152068 Kbytes, 84477 files Backup finished Wed Jun 26 04:34:59 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5832 83% 2188 27% / /dev/hd2 4947968 210952 96% 56476 10% /usr /dev/hd9var 491520 61216 88% 16741 28% /var /dev/hd3 344064 279408 19% 87 1% /tmp /dev/hd1 1130496 319432 72% 860 1% /home /dev/lv00 524288 158032 70% 5670 18% /bms /dev/lv01 835584 116784 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 65 Backup Date: Wed Jun 19 02:00:22 EDT 2002 Backup Date: Wed Jun 12 02:00:22 EDT 2002 Backup Date: Wed Jun 5 02:00:22 EDT 2002 Backup Date: Wed May 29 02:00:21 EDT 2002 Backup Date: Wed May 22 02:00:21 EDT 2002 From root@acustomsbroker.com Wed Jun 26 02:50:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q6oPC6023752; Wed, 26 Jun 2002 02:50:26 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q6oIqO013962; Wed, 26 Jun 2002 02:50:18 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5Q6oHm08079; Wed, 26 Jun 2002 02:50:17 -0400 Date: Wed, 26 Jun 2002 02:50:17 -0400 From: root Message-Id: <200206260650.g5Q6oHm08079@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2332 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jun 26 02:00:00 EDT 2002 BMS backup Wed Jun 26 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Wed Jun 26 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jun 26 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1310228480 (1.2GB, 908kB/s) 1409.22s real 4.65s user 24.11s system Rewind Tape Wed Jun 26 02:25:48 EDT 2002 BMS backup Wed Jun 26 02:26:37 EDT 2002 Verify backup Wed Jun 26 02:26:37 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jun 26 02:50:16 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Wed Jun 12 02:00:24 EDT 2002 Backup Date: Fri May 31 02:00:24 EDT 2002 Backup Date: Sat May 18 02:00:24 EDT 2002 Backup Date: Tue May 7 02:00:24 EDT 2002 Backup Date: Sat Apr 27 02:00:24 EDT 2002 From root@editorialunilit.com Wed Jun 26 00:09:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q49SC6042432 for ; Wed, 26 Jun 2002 00:09:28 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q49HqO027886 for ; Wed, 26 Jun 2002 00:09:17 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5Q480xT017232; Wed, 26 Jun 2002 00:08:00 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5Q47xI2017998; Wed, 26 Jun 2002 00:07:59 -0400 Date: Wed, 26 Jun 2002 00:07:59 -0400 From: root@editorialunilit.com Message-Id: <200206260407.g5Q47xI2017998@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0082 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2333 System Id: unilit Backup Started: Tue Jun 25 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error Assigning New Tape Id Tue Jun 25 23:50:34 EDT 2002 Retensioning Tape Tue Jun 25 23:50:35 EDT 2002 /dev/rmt0: The media surface is damaged. Tape Id: unilit0082 Backup Date: Tue Jun 25 23:50:35 EDT 2002 /dev/rmt0: The media surface is damaged. mksysb started Tue Jun 25 23:50:35 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7546 cache hits, 199 cache misses 145132 cache hits, 90 cache misses 0512-017 mksysb: Cannot write to the device /dev/rmt0.1. Either write protected or in use. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 44782. Rewind Tape Tue Jun 25 23:57:56 EDT 2002 /dev/rmt0: The media surface is damaged. Sleeping for 10 minutes to let tape drive cool down. /dev/rmt0: The media surface is damaged. Verify mksysb Wed Jun 26 00:07:56 EDT 2002 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Wed Jun 26 00:07:58 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3904 77% 895 22% / /dev/hd2 458752 47488 90% 6249 11% /usr /dev/hd9var 1179648 682480 43% 10346 8% /var /dev/hd3 81920 68952 16% 102 1% /tmp /dev/hd1 196608 49256 75% 1061 5% /home /dev/lv01 1032192 187896 82% 132 1% /work /dev/lv02 147456 21016 86% 3080 67% /usr/local /dev/lv03 131072 11848 91% 5483 67% /bms /dev/lv04 294912 96536 68% 2456 27% /span /dev/lv05 1048576 380304 64% 22 1% /btdata /dev/lv06 2588672 767072 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 10956 Tue Jun 25 23:57 2048 8 Clean /btdata/SPAN 156276 used B: 2 Tue Jun 25 23:57 2048 15 Clean /btdata/EDX 8446 used From root@bmsaix.bmsi.com Tue Jun 25 04:46:11 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P8kBC6037196 for ; Tue, 25 Jun 2002 04:46:11 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5P8kBYY024900 for bmsaix@bmsi.com; Tue, 25 Jun 2002 04:46:11 -0400 Date: Tue, 25 Jun 2002 04:46:11 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206250846.g5P8kBYY024900@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2334 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 25 00:30:01 EDT 2002 mksysb backup Tue Jun 25 00:30:26 EDT 2002 Dumpdate: Tue Jun 11 00:42:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 11 00:34 ./image.data -rw-r--r-- 1 root system 2708 Jun 11 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Jun 25 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jun 25 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/named/gathsys.com.29yhaa: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jun 25 03:01:19 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 24618. mksysb backup Tue Jun 25 03:02:07 EDT 2002 Dumpdate: Tue Jun 25 00:42:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 25 00:34 ./image.data -rw-r--r-- 1 root system 2750 Jun 25 00:30 ./tapeid.data Verify backup Tue Jun 25 03:02:15 EDT 2002 Segment 1-4: mksysb 4160818 Kbytes, 136461 files 88.5% Backup finished Tue Jun 25 04:46:10 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Tue Jun 11 00:30:33 EDT 2002 Backup Date: Tue Jun 4 00:30:34 EDT 2002 Backup Date: Tue May 14 00:30:33 EDT 2002 Backup Date: Tue May 7 00:30:33 EDT 2002 Backup Date: Tue Apr 23 00:30:34 EDT 2002 From root@wall.wall.com Tue Jun 25 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P8aAC8027464; Tue, 25 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5P8ZnEa038976; Tue, 25 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31054; Tue, 25 Jun 2002 04:26:25 -0400 Date: Tue, 25 Jun 2002 04:26:25 -0400 From: root@wall.wall.com Message-Id: <200206250826.EAA31054@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2335 System Id: wall Backup Started: Tue Jun 25 02:00:00 EDT 2002 Backup of btas image started Tue Jun 25 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jun 25 02:26:38 EDT 2002] 68.2% Dumpdate: Sat Jun 22 02:34:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 22 02:28 ./image.data -rw-r--r-- 1 root system 2105 Jun 22 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Jun 25 02:27:04 EDT 2002 mksysb started Tue Jun 25 02:27:05 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47200 files.............................. 3507 of 47200 files (7%).............................. 3507 of 47200 files (7%).............................. 3507 of 47200 files (7%).............................. 3545 of 47200 files (7%).............................. 3545 of 47200 files (7%).............................. 3545 of 47200 files (7%).............................. 3597 of 47200 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN242924: A file or directory in the path name does not exist. ............. 11997 of 47200 files (25%).............................. 21530 of 47200 files (45%).............................. 35280 of 47200 files (74%).............................. 43082 of 47200 files (91%)....................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Jun 25 03:34:54 EDT 2002 Verify mksysb Tue Jun 25 03:34:55 EDT 2002 Dumpdate: Tue Jun 25 02:34:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 25 02:28 ./image.data -rw-r--r-- 1 root system 2147 Jun 25 02:27 ./tapeid.data 1527813 Kbytes, 47199 files 0 cache hits, 0 cache misses Backup finished Tue Jun 25 04:26:24 EDT 2002 **** Usage Log: **** Uses: 46 Backup Date: Sat Jun 22 02:27:03 EDT 2002 Backup Date: Thu Mar 28 02:27:14 EST 2002 Backup Date: Wed Mar 27 02:28:22 EST 2002 Backup Date: Tue Mar 12 02:28:06 EST 2002 Backup Date: Fri Feb 15 02:26:55 EST 2002 From root@wall.wall.com Wed Jun 26 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5Q8aAC8025364; Wed, 26 Jun 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5Q8ZnCe044812; Wed, 26 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38684; Wed, 26 Jun 2002 04:23:47 -0400 Date: Wed, 26 Jun 2002 04:23:47 -0400 From: root@wall.wall.com Message-Id: <200206260823.EAA38684@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: O X-Status: X-Keywords: X-UID: 2336 System Id: wall Backup Started: Wed Jun 26 02:00:00 EDT 2002 Backup of btas image started Wed Jun 26 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jun 26 02:26:45 EDT 2002] 68.2% Dumpdate: Tue Jun 25 02:34:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 25 02:28 ./image.data -rw-r--r-- 1 root system 2147 Jun 25 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Jun 26 02:27:12 EDT 2002 mksysb started Wed Jun 26 02:27:13 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47330 files.............................. 3519 of 47330 files (7%).............................. 3519 of 47330 files (7%).............................. 3519 of 47330 files (7%).............................. 3557 of 47330 files (7%).............................. 3557 of 47330 files (7%).............................. 3557 of 47330 files (7%).............................. 3609 of 47330 files (7%).............................. 12446 of 47330 files (26%).............................. 22190 of 47330 files (46%).............................. 36227 of 47330 files (76%).............................. 45168 of 47330 files (95%)...... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jun 26 03:32:16 EDT 2002 Verify mksysb Wed Jun 26 03:32:18 EDT 2002 Dumpdate: Wed Jun 26 02:34:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 26 02:28 ./image.data -rw-r--r-- 1 root system 2189 Jun 26 02:27 ./tapeid.data 1528770 Kbytes, 47330 files 0 cache hits, 0 cache misses Backup finished Wed Jun 26 04:23:46 EDT 2002 **** Usage Log: **** Uses: 47 Backup Date: Tue Jun 25 02:27:04 EDT 2002 Backup Date: Sat Jun 22 02:27:03 EDT 2002 Backup Date: Thu Mar 28 02:27:14 EST 2002 Backup Date: Wed Mar 27 02:28:22 EST 2002 Backup Date: Tue Mar 12 02:28:06 EST 2002 From root@wall.wall.com Thu Jun 27 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5R8aAC8023852; Thu, 27 Jun 2002 04:36:11 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5R8PljL027514; Thu, 27 Jun 2002 04:25:47 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA27860; Thu, 27 Jun 2002 04:24:29 -0400 Date: Thu, 27 Jun 2002 04:24:29 -0400 From: root@wall.wall.com Message-Id: <200206270824.EAA27860@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: O X-Status: X-Keywords: X-UID: 2337 System Id: wall Backup Started: Thu Jun 27 02:00:01 EDT 2002 Backup of btas image started Thu Jun 27 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jun 27 02:26:56 EDT 2002] 68.2% Dumpdate: Wed Jun 26 02:34:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 26 02:28 ./image.data -rw-r--r-- 1 root system 2189 Jun 26 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Jun 27 02:27:23 EDT 2002 mksysb started Thu Jun 27 02:27:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47594 files.............................. 3529 of 47594 files (7%).............................. 3529 of 47594 files (7%).............................. 3529 of 47594 files (7%).............................. 3567 of 47594 files (7%).............................. 3567 of 47594 files (7%).............................. 3567 of 47594 files (7%).............................. 3619 of 47594 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN243789: A file or directory in the path name does not exist. ............. 12648 of 47594 files (26%).............................. 21908 of 47594 files (46%).............................. 30448 of 47594 files (63%).............................. 45111 of 47594 files (94%)........ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Jun 27 03:32:44 EDT 2002 Verify mksysb Thu Jun 27 03:32:46 EDT 2002 Dumpdate: Thu Jun 27 02:34:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 27 02:28 ./image.data -rw-r--r-- 1 root system 2231 Jun 27 02:27 ./tapeid.data 1530281 Kbytes, 47593 files 0 cache hits, 0 cache misses Backup finished Thu Jun 27 04:24:28 EDT 2002 **** Usage Log: **** Uses: 48 Backup Date: Wed Jun 26 02:27:12 EDT 2002 Backup Date: Tue Jun 25 02:27:04 EDT 2002 Backup Date: Sat Jun 22 02:27:03 EDT 2002 Backup Date: Thu Mar 28 02:27:14 EST 2002 Backup Date: Wed Mar 27 02:28:22 EST 2002 From root@csichb.com Tue Jun 25 04:32:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P8WqC6027644 for ; Tue, 25 Jun 2002 04:32:52 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P8WkqO012144 for ; Tue, 25 Jun 2002 04:32:46 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5P8WjJR058058 for ; Tue, 25 Jun 2002 04:32:45 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5P8WjW2020154 for bmsaix@bmsi.com; Tue, 25 Jun 2002 04:32:45 -0400 Date: Tue, 25 Jun 2002 04:32:45 -0400 From: root@csichb.com Message-Id: <200206250832.g5P8WjW2020154@csichb.com> To: bmsaix@bmsi.com Subject: csi0014 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2338 System Id: csi Backup Started: Tue Jun 25 02:00:01 EDT 2002 Dumpdate: Tue Jun 18 02:04:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 18 02:01 ./image.data -rw-r--r-- 1 root system 4057 Jun 18 02:00 ./tapeid.data Tape Id: csi0014 Backup Date: Tue Jun 25 02:00:22 EDT 2002 mksysb started Tue Jun 25 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up....... Backing up 82828 files.............................. 311 of 82828 files (0%).............................. 313 of 82828 files (0%).............................. 6066 of 82828 files (7%).............................. 6451 of 82828 files (7%).............................. 6880 of 82828 files (8%).............................. 21990 of 82828 files (26%).............................. 27016 of 82828 files (32%).............................. 27139 of 82828 files (32%).............................. 30386 of 82828 files (36%).............................. 39805 of 82828 files (48%).............................. 53203 of 82828 files (64%).............................. 60573 of 82828 files (73%).............................. 65800 of 82828 files (79%).............................. 72113 of 82828 files (87%).............................. 81763 of 82828 files (98%). 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jun 25 03:20:34 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jun 25 03:20:35 EDT 2002 Verify mksysb Tue Jun 25 03:21:39 EDT 2002 Dumpdate: Tue Jun 25 02:04:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 25 02:01 ./image.data -rw-r--r-- 1 root system 4099 Jun 25 02:00 ./tapeid.data 2122978 Kbytes, 82828 files Backup finished Tue Jun 25 04:32:44 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5832 83% 2188 27% / /dev/hd2 4947968 210952 96% 56476 10% /usr /dev/hd9var 491520 126152 75% 15100 25% /var /dev/hd3 344064 279536 19% 87 1% /tmp /dev/hd1 1130496 325184 72% 860 1% /home /dev/lv00 524288 159920 70% 5661 18% /bms /dev/lv01 835584 116784 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 91 Backup Date: Tue Jun 18 02:00:21 EDT 2002 Backup Date: Tue Jun 11 02:00:22 EDT 2002 Backup Date: Tue May 21 02:00:21 EDT 2002 Backup Date: Tue May 14 02:00:21 EDT 2002 Backup Date: Tue May 7 02:00:22 EDT 2002 From root@editorialunilit.com Tue Jun 25 04:03:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P83SC6044896 for ; Tue, 25 Jun 2002 04:03:28 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P83LqO013400 for ; Tue, 25 Jun 2002 04:03:22 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5P824xT028076; Tue, 25 Jun 2002 04:02:04 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5P824IQ025258; Tue, 25 Jun 2002 04:02:04 -0400 Date: Tue, 25 Jun 2002 04:02:04 -0400 From: root@editorialunilit.com Message-Id: <200206250802.g5P824IQ025258@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2339 System Id: unilit Backup Started: Mon Jun 24 23:50:00 EDT 2002 Dumpdate: Tue Jun 11 00:04:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 10 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 10 23:52 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Mon Jun 24 23:50:22 EDT 2002 mksysb started Mon Jun 24 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 6591 cache hits, 105 cache misses 144489 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 38922. Rewind Tape Tue Jun 25 02:25:32 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jun 25 02:35:33 EDT 2002 Dumpdate: Tue Jun 25 00:01:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 24 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 24 23:50 ./tapeid.data 2763466 Kbytes, 30103 files Backup finished Tue Jun 25 04:02:03 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Mon Jun 10 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3912 77% 894 22% / /dev/hd2 458752 47488 90% 6249 11% /usr /dev/hd9var 1179648 690528 42% 9923 7% /var /dev/hd3 81920 68968 16% 102 1% /tmp /dev/hd1 196608 49256 75% 1061 5% /home /dev/lv01 1032192 187896 82% 132 1% /work /dev/lv02 147456 21016 86% 3080 67% /usr/local /dev/lv03 131072 12792 91% 5481 67% /bms /dev/lv04 294912 96568 68% 2454 27% /span /dev/lv05 1048576 384632 64% 22 1% /btdata /dev/lv06 2588672 767512 71% 354 1% /mail Free Mounted Blksiz Opens Status A: 11599 Tue Jun 25 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 83 Tue Jun 25 02:25 2048 15 Clean /btdata/EDX 7366 used From root@acustomsbroker.com Tue Jun 25 02:50:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P6oNC6039070; Tue, 25 Jun 2002 02:50:23 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5P6oGqO031304; Tue, 25 Jun 2002 02:50:16 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5P6oB100513; Tue, 25 Jun 2002 02:50:11 -0400 Date: Tue, 25 Jun 2002 02:50:11 -0400 From: root Message-Id: <200206250650.g5P6oB100513@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2340 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jun 25 02:00:01 EDT 2002 BMS backup Tue Jun 25 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue Jun 25 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jun 25 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1309173760 (1.2GB, 911kB/s) 1403.82s real 4.86s user 23.77s system Rewind Tape Tue Jun 25 02:25:38 EDT 2002 BMS backup Tue Jun 25 02:26:30 EDT 2002 Verify backup Tue Jun 25 02:26:30 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jun 25 02:50:11 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Tue Jun 11 02:00:24 EDT 2002 Backup Date: Tue May 28 02:00:24 EDT 2002 Backup Date: Thu May 16 02:00:25 EDT 2002 Backup Date: Thu Apr 25 02:00:25 EDT 2002 Backup Date: Sat Apr 6 02:00:24 EST 2002 From root@acustomsbroker.com Fri Jun 28 02:51:10 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S6p9C6022284; Fri, 28 Jun 2002 02:51:09 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S6p0qO014004; Fri, 28 Jun 2002 02:51:02 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5S6ow825341; Fri, 28 Jun 2002 02:50:58 -0400 Date: Fri, 28 Jun 2002 02:50:58 -0400 From: root Message-Id: <200206280650.g5S6ow825341@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2341 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 28 02:00:00 EDT 2002 BMS backup Fri Jun 28 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0008 Backup Date: Fri Jun 28 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jun 28 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1312491520 (1.2GB, 900kB/s) 1423.63s real 4.75s user 23.26s system Rewind Tape Fri Jun 28 02:26:05 EDT 2002 BMS backup Fri Jun 28 02:27:01 EDT 2002 Verify backup Fri Jun 28 02:27:01 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jun 28 02:50:58 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Fri Jun 14 02:00:24 EDT 2002 Backup Date: Sat Jun 1 02:00:24 EDT 2002 Backup Date: Tue May 21 02:00:24 EDT 2002 Backup Date: Wed May 8 02:00:24 EDT 2002 Backup Date: Thu Mar 28 02:00:24 EST 2002 From root@editorialunilit.com Fri Jun 28 04:04:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S84CC6014410 for ; Fri, 28 Jun 2002 04:04:12 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S846qO017246 for ; Fri, 28 Jun 2002 04:04:06 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5S82nxT024908; Fri, 28 Jun 2002 04:02:49 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5S82mcM016970; Fri, 28 Jun 2002 04:02:48 -0400 Date: Fri, 28 Jun 2002 04:02:48 -0400 From: root@editorialunilit.com Message-Id: <200206280802.g5S82mcM016970@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2342 System Id: unilit Backup Started: Thu Jun 27 23:50:01 EDT 2002 Dumpdate: Fri Jun 14 00:03:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 13 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 13 23:52 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Thu Jun 27 23:50:22 EDT 2002 mksysb started Thu Jun 27 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7476 cache hits, 232 cache misses 145634 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 46672. Rewind Tape Fri Jun 28 02:25:30 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jun 28 02:35:31 EDT 2002 Dumpdate: Fri Jun 28 00:02:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 27 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 27 23:50 ./tapeid.data 2784323 Kbytes, 30587 files Backup finished Fri Jun 28 04:02:47 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Thu Jun 13 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3904 77% 895 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 663576 44% 10379 8% /var /dev/hd3 81920 68912 16% 102 1% /tmp /dev/hd1 196608 49248 75% 1063 5% /home /dev/lv01 1032192 185088 83% 134 1% /work /dev/lv02 147456 20832 86% 3081 67% /usr/local /dev/lv03 131072 11680 92% 5486 67% /bms /dev/lv04 294912 95648 68% 2465 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 764568 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 10454 Fri Jun 28 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 766 Fri Jun 28 02:25 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Fri Jun 28 04:34:22 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S8YLC6023904 for ; Fri, 28 Jun 2002 04:34:21 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5S8YLYn004440 for bmsaix@bmsi.com; Fri, 28 Jun 2002 04:34:21 -0400 Date: Fri, 28 Jun 2002 04:34:21 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206280834.g5S8YLYn004440@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2343 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jun 28 00:30:01 EDT 2002 mksysb backup Fri Jun 28 00:30:23 EDT 2002 Dumpdate: Fri Jun 21 00:42:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 21 00:34 ./image.data -rw-r--r-- 1 root system 2792 Jun 21 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jun 28 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jun 28 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai373286c: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall45c86a6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC45c8: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jun 28 02:47:21 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 36236. mksysb backup Fri Jun 28 02:49:10 EDT 2002 Dumpdate: Fri Jun 28 00:42:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 28 00:33 ./image.data -rw-r--r-- 1 root system 2834 Jun 28 00:30 ./tapeid.data Verify backup Fri Jun 28 02:49:18 EDT 2002 Segment 1-4: mksysb 4199832 Kbytes, 137791 files 88.5% Backup finished Fri Jun 28 04:34:20 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Fri Jun 21 00:30:33 EDT 2002 Backup Date: Fri Jun 14 00:30:30 EDT 2002 Backup Date: Fri Jun 7 00:30:30 EDT 2002 Backup Date: Fri May 31 00:30:30 EDT 2002 Backup Date: Fri May 24 00:30:34 EDT 2002 From root@wall.wall.com Fri Jun 28 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S8aBC8038078; Fri, 28 Jun 2002 04:36:12 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5S8ZnsM023984; Fri, 28 Jun 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38544; Fri, 28 Jun 2002 04:28:01 -0400 Date: Fri, 28 Jun 2002 04:28:01 -0400 From: root@wall.wall.com Message-Id: <200206280828.EAA38544@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2344 System Id: wall Backup Started: Fri Jun 28 02:00:00 EDT 2002 Backup of btas image started Fri Jun 28 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jun 28 02:26:43 EDT 2002] 68.2% Dumpdate: Thu Jun 27 02:34:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 27 02:28 ./image.data -rw-r--r-- 1 root system 2231 Jun 27 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Fri Jun 28 02:27:11 EDT 2002 mksysb started Fri Jun 28 02:27:11 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47595 files.............................. 3541 of 47595 files (7%).............................. 3541 of 47595 files (7%).............................. 3541 of 47595 files (7%).............................. 3579 of 47595 files (7%).............................. 3579 of 47595 files (7%).............................. 3579 of 47595 files (7%).............................. 3631 of 47595 files (7%).............................. 12188 of 47595 files (25%).............................. 21908 of 47595 files (46%).............................. 26897 of 47595 files (56%).............................. 40714 of 47595 files (85%).............................. 45824 of 47595 files (96%).. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jun 28 03:36:24 EDT 2002 Verify mksysb Fri Jun 28 03:36:25 EDT 2002 Dumpdate: Fri Jun 28 02:34:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 28 02:28 ./image.data -rw-r--r-- 1 root system 2273 Jun 28 02:27 ./tapeid.data 1530686 Kbytes, 47595 files 0 cache hits, 0 cache misses Backup finished Fri Jun 28 04:28:00 EDT 2002 **** Usage Log: **** Uses: 49 Backup Date: Thu Jun 27 02:27:23 EDT 2002 Backup Date: Wed Jun 26 02:27:12 EDT 2002 Backup Date: Tue Jun 25 02:27:04 EDT 2002 Backup Date: Sat Jun 22 02:27:03 EDT 2002 Backup Date: Thu Mar 28 02:27:14 EST 2002 From root@csichb.com Fri Jun 28 04:38:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S8cFC6037430 for ; Fri, 28 Jun 2002 04:38:15 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5S8c8qO014298 for ; Fri, 28 Jun 2002 04:38:09 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5S8c5JR051124 for ; Fri, 28 Jun 2002 04:38:07 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5S8c5vh019684 for bmsaix@bmsi.com; Fri, 28 Jun 2002 04:38:05 -0400 Date: Fri, 28 Jun 2002 04:38:05 -0400 From: root@csichb.com Message-Id: <200206280838.g5S8c5vh019684@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2345 System Id: csi Backup Started: Fri Jun 28 02:00:00 EDT 2002 Dumpdate: Fri Jun 21 02:05:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 21 02:01 ./image.data -rw-r--r-- 1 root system 1327 Jun 21 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Jun 28 02:00:22 EDT 2002 mksysb started Fri Jun 28 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............ Creating list of files to back up....... Backing up 86506 files.............................. 311 of 86506 files (0%).............................. 313 of 86506 files (0%).............................. 6197 of 86506 files (7%).............................. 6489 of 86506 files (7%).............................. 6915 of 86506 files (7%).............................. 17671 of 86506 files (20%).............................. 29382 of 86506 files (33%).............................. 30718 of 86506 files (35%).............................. 30819 of 86506 files (35%).............................. 39921 of 86506 files (46%).............................. 51295 of 86506 files (59%).............................. 59810 of 86506 files (69%).............................. 67036 of 86506 files (77%).............................. 72241 of 86506 files (83%).............................. 81164 of 86506 files (93%)............... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jun 28 03:23:23 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jun 28 03:23:24 EDT 2002 Verify mksysb Fri Jun 28 03:24:29 EDT 2002 Dumpdate: Fri Jun 28 02:05:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 28 02:01 ./image.data -rw-r--r-- 1 root system 1369 Jun 28 02:00 ./tapeid.data 2182405 Kbytes, 86506 files Backup finished Fri Jun 28 04:38:04 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5824 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 92160 85% 18735 25% /var /dev/hd3 344064 279168 19% 87 1% /tmp /dev/hd1 1130496 313456 73% 859 1% /home /dev/lv00 524288 173856 67% 5699 18% /bms /dev/lv01 835584 116784 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 26 Backup Date: Fri Jun 21 02:00:22 EDT 2002 Backup Date: Fri Jun 14 02:00:21 EDT 2002 Backup Date: Fri Jun 7 02:00:22 EDT 2002 Backup Date: Fri May 31 02:00:22 EDT 2002 Backup Date: Fri May 24 02:00:22 EDT 2002 From root@wall.wall.com Sat Jun 29 04:36:15 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T8aBC8024346; Sat, 29 Jun 2002 04:36:12 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g5T8Zo1b019986; Sat, 29 Jun 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA17640; Sat, 29 Jun 2002 04:26:17 -0400 Date: Sat, 29 Jun 2002 04:26:17 -0400 From: root@wall.wall.com Message-Id: <200206290826.EAA17640@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2346 System Id: wall Backup Started: Sat Jun 29 02:00:00 EDT 2002 Backup of btas image started Sat Jun 29 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jun 29 02:26:30 EDT 2002] 68.2% Dumpdate: Fri Jun 28 02:34:18 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 28 02:28 ./image.data -rw-r--r-- 1 root system 2273 Jun 28 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Sat Jun 29 02:26:57 EDT 2002 mksysb started Sat Jun 29 02:26:57 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 47692 files.............................. 3552 of 47692 files (7%).............................. 3552 of 47692 files (7%).............................. 3552 of 47692 files (7%).............................. 3590 of 47692 files (7%).............................. 3590 of 47692 files (7%).............................. 3590 of 47692 files (7%).............................. 3642 of 47692 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244109: A file or directory in the path name does not exist. ............. 12702 of 47692 files (26%).............................. 21998 of 47692 files (46%).............................. 26990 of 47692 files (56%).............................. 40919 of 47692 files (85%)........................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Jun 29 03:34:42 EDT 2002 Verify mksysb Sat Jun 29 03:34:43 EDT 2002 Dumpdate: Sat Jun 29 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 29 02:28 ./image.data -rw-r--r-- 1 root system 2315 Jun 29 02:26 ./tapeid.data 1531478 Kbytes, 47691 files 0 cache hits, 0 cache misses Backup finished Sat Jun 29 04:26:16 EDT 2002 **** Usage Log: **** Uses: 50 Backup Date: Fri Jun 28 02:27:11 EDT 2002 Backup Date: Thu Jun 27 02:27:23 EDT 2002 Backup Date: Wed Jun 26 02:27:12 EDT 2002 Backup Date: Tue Jun 25 02:27:04 EDT 2002 Backup Date: Sat Jun 22 02:27:03 EDT 2002 From root@acustomsbroker.com Sat Jun 29 02:51:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T6p0C6034238; Sat, 29 Jun 2002 02:51:00 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T6otqO027270; Sat, 29 Jun 2002 02:50:57 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g5T6osc01039; Sat, 29 Jun 2002 02:50:54 -0400 Date: Sat, 29 Jun 2002 02:50:54 -0400 From: root Message-Id: <200206290650.g5T6osc01039@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2347 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 29 02:00:01 EDT 2002 BMS backup Sat Jun 29 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Sat Jun 29 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jun 29 02:02:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1313699840 (1.2GB, 900kB/s) 1424.76s real 4.14s user 22.57s system Rewind Tape Sat Jun 29 02:26:02 EDT 2002 BMS backup Sat Jun 29 02:26:58 EDT 2002 Verify backup Sat Jun 29 02:26:58 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jun 29 02:50:54 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Sat Jun 15 02:00:24 EDT 2002 Backup Date: Wed May 22 02:00:24 EDT 2002 Backup Date: Thu May 9 02:00:25 EDT 2002 Backup Date: Fri Apr 19 02:00:24 EDT 2002 Backup Date: Thu Apr 4 02:00:24 EST 2002 From root@editorialunilit.com Sat Jun 29 04:08:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T88eC6032566 for ; Sat, 29 Jun 2002 04:08:40 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T88cqO013800 for ; Sat, 29 Jun 2002 04:08:38 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g5T87LxT008492; Sat, 29 Jun 2002 04:07:21 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g5T87Kub048424; Sat, 29 Jun 2002 04:07:20 -0400 Date: Sat, 29 Jun 2002 04:07:20 -0400 From: root@editorialunilit.com Message-Id: <200206290807.g5T87Kub048424@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2348 System Id: unilit Backup Started: Fri Jun 28 23:50:00 EDT 2002 Dumpdate: Sat Jun 15 00:02:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 14 23:56 ./image.data -rw-r--r-- 1 root system 2883 Jun 14 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Fri Jun 28 23:50:24 EDT 2002 mksysb started Fri Jun 28 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7489 cache hits, 226 cache misses 145927 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 35408. Rewind Tape Sat Jun 29 02:26:35 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jun 29 02:36:36 EDT 2002 Dumpdate: Sat Jun 29 00:02:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 28 23:57 ./image.data -rw-r--r-- 1 root system 2925 Jun 28 23:50 ./tapeid.data 2799859 Kbytes, 30810 files Backup finished Sat Jun 29 04:07:19 EDT 2002 **** Usage Log: **** Uses: 63 Backup Date: Fri Jun 14 23:50:24 EDT 2002 Backup Date: Wed Jun 5 23:50:24 EDT 2002 Backup Date: Thu May 23 23:50:45 EDT 2002 Backup Date: Fri May 10 23:50:23 EDT 2002 Backup Date: Mon May 6 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3904 77% 895 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 632872 47% 10648 8% /var /dev/hd3 81920 68896 16% 102 1% /tmp /dev/hd1 196608 49256 75% 1063 5% /home /dev/lv01 1032192 185088 83% 134 1% /work /dev/lv02 147456 20832 86% 3081 67% /usr/local /dev/lv03 131072 11208 92% 5488 67% /bms /dev/lv04 294912 97648 67% 2416 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 755904 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 10161 Sat Jun 29 02:26 2048 8 Clean /btdata/SPAN 156276 used B: 658 Sat Jun 29 02:26 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Sat Jun 29 04:29:01 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T8T0C6047238 for ; Sat, 29 Jun 2002 04:29:00 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g5T8T0In020092 for bmsaix@bmsi.com; Sat, 29 Jun 2002 04:29:00 -0400 Date: Sat, 29 Jun 2002 04:29:00 -0400 From: root@bmsaix.bmsi.com Message-Id: <200206290829.g5T8T0In020092@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2349 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Jun 29 00:30:00 EDT 2002 mksysb backup Sat Jun 29 00:30:26 EDT 2002 Dumpdate: Sat May 25 00:42:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 May 25 00:34 ./image.data -rw-r--r-- 1 root system 2120 May 25 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat Jun 29 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Jun 29 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jun 29 02:48:07 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31050. mksysb backup Sat Jun 29 02:49:49 EDT 2002 Dumpdate: Sat Jun 29 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 29 00:34 ./image.data -rw-r--r-- 1 root system 2162 Jun 29 00:30 ./tapeid.data Verify backup Sat Jun 29 02:49:56 EDT 2002 Segment 1-4: mksysb 4203858 Kbytes, 137800 files 88.5% Backup finished Sat Jun 29 04:28:59 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Sat May 25 00:30:33 EDT 2002 Backup Date: Sat May 11 00:30:30 EDT 2002 Backup Date: Sat Apr 27 00:30:34 EDT 2002 Backup Date: Sat Feb 16 00:32:34 EST 2002 From root@csichb.com Sat Jun 29 04:39:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T8dUC6042668 for ; Sat, 29 Jun 2002 04:39:30 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g5T8dSqO028358 for ; Sat, 29 Jun 2002 04:39:29 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g5T8dSJR047520 for ; Sat, 29 Jun 2002 04:39:28 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g5T8dS42051074 for bmsaix@bmsi.com; Sat, 29 Jun 2002 04:39:28 -0400 Date: Sat, 29 Jun 2002 04:39:28 -0400 From: root@csichb.com Message-Id: <200206290839.g5T8dS42051074@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2350 System Id: csi Backup Started: Sat Jun 29 02:00:00 EDT 2002 Dumpdate: Sat Jun 22 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 22 02:01 ./image.data -rw-r--r-- 1 root system 991 Jun 22 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Jun 29 02:00:22 EDT 2002 mksysb started Sat Jun 29 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............. Creating list of files to back up........ Backing up 87071 files.............................. 311 of 87071 files (0%).............................. 313 of 87071 files (0%).............................. 5767 of 87071 files (6%).............................. 6496 of 87071 files (7%).............................. 6922 of 87071 files (7%).............................. 16301 of 87071 files (18%).............................. 29157 of 87071 files (33%).............................. 31277 of 87071 files (35%).............................. 31381 of 87071 files (36%).............................. 40471 of 87071 files (46%).............................. 49995 of 87071 files (57%).............................. 59312 of 87071 files (68%).............................. 67178 of 87071 files (77%).............................. 72410 of 87071 files (83%).............................. 81619 of 87071 files (93%)................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jun 29 03:24:17 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jun 29 03:24:20 EDT 2002 Verify mksysb Sat Jun 29 03:25:25 EDT 2002 Dumpdate: Sat Jun 29 02:05:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 29 02:01 ./image.data -rw-r--r-- 1 root system 1033 Jun 29 02:00 ./tapeid.data 2192366 Kbytes, 87071 files Backup finished Sat Jun 29 04:39:27 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5824 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 67912 89% 19293 26% /var /dev/hd3 344064 279008 19% 87 1% /tmp /dev/hd1 1130496 312952 73% 859 1% /home /dev/lv00 524288 171792 68% 5706 18% /bms /dev/lv01 835584 116048 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 18 Backup Date: Sat Jun 22 02:00:22 EDT 2002 Backup Date: Sat Jun 15 02:00:22 EDT 2002 Backup Date: Sat Jun 8 02:00:22 EDT 2002 Backup Date: Sat Jun 1 02:00:22 EDT 2002 Backup Date: Tue May 28 02:00:19 EDT 2002 From stuart@www.bmsi.com Sun Jun 30 21:08:20 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6118JC6020020; Sun, 30 Jun 2002 21:08:19 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6118IWL002714; Sun, 30 Jun 2002 21:08:18 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.3/8.12.3/Submit) id g6118I78033176; Sun, 30 Jun 2002 21:08:18 -0400 Date: Sun, 30 Jun 2002 21:08:18 -0400 From: stuart@www.bmsi.com Message-Id: <200207010108.g6118I78033176@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0003 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2351 System Id: bmsweb Backup Started: Sun Jun 30 19:03:28 EDT 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 76.7% Dumpdate: Sat Dec 1 05:25:12 2001 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Dec 01 2001 ./image.data -rw-r--r-- 1 root system 1098 Dec 01 2001 ./tapeid.data Tape Id: bmsweb0003 Backup Date: Sun Jun 30 19:17:07 EDT 2002 mksysb started Sun Jun 30 19:17:09 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .....................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/locks/LCK..webload: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sun Jun 30 20:25:21 EDT 2002 mksysb backup Sun Jun 30 20:25:46 EDT 2002 Dumpdate: Sun Jun 30 19:26:52 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 10075 Jun 30 19:21 ./image.data -rw-r--r-- 1 root system 1140 Jun 30 19:17 ./tapeid.data Verify backup Sun Jun 30 20:25:58 EDT 2002 Segment 1-4: mksysb 968377 Kbytes, 22156 files 88.9% 0 cache hits, 0 cache misses Backup finished Sun Jun 30 21:08:16 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Sat Dec 1 05:17:17 EST 2001 Backup Date: Sat Jun 2 05:14:15 EDT 2001 Backup Date: Thu Oct 12 05:11:14 EDT 2000 Backup Date: Sun Apr 30 16:29:05 EDT 2000 Backup Date: Wed Dec 8 05:08:02 EST 1999 From root@acustomsbroker.com Wed Jul 3 02:50:21 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g636oKC6011012; Wed, 3 Jul 2002 02:50:20 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g636oIWL013364; Wed, 3 Jul 2002 02:50:18 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g636oHt28719; Wed, 3 Jul 2002 02:50:17 -0400 Date: Wed, 3 Jul 2002 02:50:17 -0400 From: root Message-Id: <200207030650.g636oHt28719@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2352 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jul 3 02:00:00 EDT 2002 BMS backup Wed Jul 3 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Wed Jul 3 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.6% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jul 3 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1314600960 (1.2GB, 911kB/s) 1409.90s real 4.52s user 24.33s system Rewind Tape Wed Jul 3 02:25:43 EDT 2002 BMS backup Wed Jul 3 02:26:36 EDT 2002 Verify backup Wed Jul 3 02:26:36 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jul 3 02:50:17 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Fri Jun 21 02:00:23 EDT 2002 Backup Date: Thu Jun 6 02:00:24 EDT 2002 Backup Date: Fri May 24 02:00:25 EDT 2002 Backup Date: Thu May 2 02:00:24 EDT 2002 Backup Date: Fri Apr 12 02:00:24 EDT 2002 From root@editorialunilit.com Wed Jul 3 03:43:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g637hDC6011338 for ; Wed, 3 Jul 2002 03:43:13 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g637gLWL026144 for ; Wed, 3 Jul 2002 03:43:12 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g637f4xT032674; Wed, 3 Jul 2002 03:41:04 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g637eDdW036510; Wed, 3 Jul 2002 03:40:13 -0400 Date: Wed, 3 Jul 2002 03:40:13 -0400 From: root@editorialunilit.com Message-Id: <200207030740.g637eDdW036510@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2353 System Id: unilit Backup Started: Tue Jul 2 23:50:00 EDT 2002 Dumpdate: Wed Jun 19 00:03:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 18 23:57 ./image.data -rw-r--r-- 1 root system 1413 Jun 18 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Tue Jul 2 23:50:59 EDT 2002 mksysb started Tue Jul 2 23:50:59 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7513 cache hits, 213 cache misses 146217 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 9722. Rewind Tape Wed Jul 3 02:26:54 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jul 3 02:36:55 EDT 2002 Dumpdate: Wed Jul 3 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 02 23:57 ./image.data -rw-r--r-- 1 root system 1455 Jul 02 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1519227 Kbytes, 958 files Backup finished Wed Jul 3 03:40:12 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Tue Jun 18 23:50:57 EDT 2002 Backup Date: Tue May 28 23:51:08 EDT 2002 Backup Date: Tue May 21 23:50:56 EDT 2002 Backup Date: Mon May 13 23:50:57 EDT 2002 Backup Date: Wed May 8 23:51:04 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3896 77% 896 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 731544 38% 11896 9% /var /dev/hd3 81920 68848 16% 103 2% /tmp /dev/hd1 196608 51448 74% 1063 5% /home /dev/lv01 1032192 185088 83% 134 1% /work /dev/lv02 147456 20832 86% 3081 67% /usr/local /dev/lv03 131072 10976 92% 5492 68% /bms /dev/lv04 294912 86312 71% 2438 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 755872 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 9871 Wed Jul 3 02:26 2048 8 Clean /btdata/SPAN 156276 used B: 878 Wed Jul 3 02:26 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Wed Jul 3 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g638aBC8011198; Wed, 3 Jul 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g638ZnDF021156; Wed, 3 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA40012; Wed, 3 Jul 2002 04:24:53 -0400 Date: Wed, 3 Jul 2002 04:24:53 -0400 From: root@wall.wall.com Message-Id: <200207030824.EAA40012@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2354 System Id: wall Backup Started: Wed Jul 3 02:00:00 EDT 2002 Backup of btas image started Wed Jul 3 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jul 3 02:27:32 EDT 2002] 68.2% Dumpdate: Tue Jul 2 02:34:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 02 02:28 ./image.data -rw-r--r-- 1 root system 2357 Jul 02 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Jul 3 02:28:00 EDT 2002 mksysb started Wed Jul 3 02:28:01 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47546 files.............................. 3593 of 47546 files (7%).............................. 3593 of 47546 files (7%).............................. 3593 of 47546 files (7%).............................. 3631 of 47546 files (7%).............................. 3631 of 47546 files (7%).............................. 3631 of 47546 files (7%).............................. 3683 of 47546 files (7%).............................. 12812 of 47546 files (26%).............................. 21829 of 47546 files (45%).............................. 34578 of 47546 files (72%).............................. 45112 of 47546 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jul 3 03:33:15 EDT 2002 Verify mksysb Wed Jul 3 03:33:16 EDT 2002 Dumpdate: Wed Jul 3 02:35:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 03 02:29 ./image.data -rw-r--r-- 1 root system 2399 Jul 03 02:28 ./tapeid.data 1530828 Kbytes, 47546 files 0 cache hits, 0 cache misses Backup finished Wed Jul 3 04:24:51 EDT 2002 **** Usage Log: **** Uses: 52 Backup Date: Tue Jul 2 02:27:25 EDT 2002 Backup Date: Sat Jun 29 02:26:57 EDT 2002 Backup Date: Fri Jun 28 02:27:11 EDT 2002 Backup Date: Thu Jun 27 02:27:23 EDT 2002 Backup Date: Wed Jun 26 02:27:12 EDT 2002 From root@csichb.com Wed Jul 3 04:38:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g638cmC6018228 for ; Wed, 3 Jul 2002 04:38:48 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g638clWL028672 for ; Wed, 3 Jul 2002 04:38:48 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g638clJR047432 for ; Wed, 3 Jul 2002 04:38:47 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g638ckYb016000 for bmsaix@bmsi.com; Wed, 3 Jul 2002 04:38:46 -0400 Date: Wed, 3 Jul 2002 04:38:46 -0400 From: root@csichb.com Message-Id: <200207030838.g638ckYb016000@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2355 System Id: csi Backup Started: Wed Jul 3 02:00:01 EDT 2002 Dumpdate: Wed Jun 26 02:04:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 26 02:01 ./image.data -rw-r--r-- 1 root system 3007 Jun 26 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jul 3 02:00:22 EDT 2002 mksysb started Wed Jul 3 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87256 files.............................. 311 of 87256 files (0%).............................. 313 of 87256 files (0%).............................. 6133 of 87256 files (7%).............................. 6425 of 87256 files (7%).............................. 6851 of 87256 files (7%).............................. 17478 of 87256 files (20%).............................. 27788 of 87256 files (31%).............................. 31458 of 87256 files (36%).............................. 31565 of 87256 files (36%).............................. 39799 of 87256 files (45%).............................. 48393 of 87256 files (55%).............................. 59072 of 87256 files (67%).............................. 66959 of 87256 files (76%).............................. 72046 of 87256 files (82%).............................. 81068 of 87256 files (92%).................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jul 3 03:23:48 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jul 3 03:23:50 EDT 2002 Verify mksysb Wed Jul 3 03:24:54 EDT 2002 Dumpdate: Wed Jul 3 02:04:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 03 02:01 ./image.data -rw-r--r-- 1 root system 3049 Jul 03 02:00 ./tapeid.data 2199096 Kbytes, 87256 files Backup finished Wed Jul 3 04:38:45 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 45600 93% 19549 26% /var /dev/hd3 344064 278760 19% 87 1% /tmp /dev/hd1 1130496 311952 73% 859 1% /home /dev/lv00 524288 186520 65% 5635 18% /bms /dev/lv01 835584 112528 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 66 Backup Date: Wed Jun 26 02:00:22 EDT 2002 Backup Date: Wed Jun 19 02:00:22 EDT 2002 Backup Date: Wed Jun 12 02:00:22 EDT 2002 Backup Date: Wed Jun 5 02:00:22 EDT 2002 Backup Date: Wed May 29 02:00:21 EDT 2002 From root@acustomsbroker.com Tue Jul 2 02:50:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g626oqC6032966; Tue, 2 Jul 2002 02:50:52 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g626ooWL013364; Tue, 2 Jul 2002 02:50:51 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g626onp19711; Tue, 2 Jul 2002 02:50:49 -0400 Date: Tue, 2 Jul 2002 02:50:49 -0400 From: root Message-Id: <200207020650.g626onp19711@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2356 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 2 02:00:00 EDT 2002 BMS backup Tue Jul 2 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Tue Jul 2 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jul 2 02:02:11 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1313515520 (1.2GB, 901kB/s) 1424.62s real 4.59s user 23.20s system Rewind Tape Tue Jul 2 02:25:56 EDT 2002 BMS backup Tue Jul 2 02:26:48 EDT 2002 Verify backup Tue Jul 2 02:26:48 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jul 2 02:50:49 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Wed Jun 19 02:00:24 EDT 2002 Backup Date: Wed Jun 5 02:00:24 EDT 2002 Backup Date: Sat May 11 02:00:24 EDT 2002 Backup Date: Wed May 1 02:00:24 EDT 2002 Backup Date: Sat Apr 20 02:00:23 EDT 2002 From root@editorialunilit.com Tue Jul 2 04:06:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g62861C6033014 for ; Tue, 2 Jul 2002 04:06:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6285xWL020756 for ; Tue, 2 Jul 2002 04:05:59 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6284gxT019512; Tue, 2 Jul 2002 04:04:42 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6284fKg007734; Tue, 2 Jul 2002 04:04:41 -0400 Date: Tue, 2 Jul 2002 04:04:41 -0400 From: root@editorialunilit.com Message-Id: <200207020804.g6284fKg007734@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2357 System Id: unilit Backup Started: Mon Jul 1 23:50:01 EDT 2002 Dumpdate: Tue Jun 18 00:03:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 17 23:57 ./image.data -rw-r--r-- 1 root system 1455 Jun 17 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Mon Jul 1 23:50:57 EDT 2002 mksysb started Mon Jul 1 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7523 cache hits, 210 cache misses 146064 cache hits, 91 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/rcp30038: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/lpd/qdir/03lidia:report: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 18498. Rewind Tape Tue Jul 2 02:28:01 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jul 2 02:38:02 EDT 2002 Dumpdate: Tue Jul 2 00:03:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 01 23:57 ./image.data -rw-r--r-- 1 root system 1497 Jul 01 23:50 ./tapeid.data 2776224 Kbytes, 31099 files Backup finished Tue Jul 2 04:04:40 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Mon Jun 17 23:50:56 EDT 2002 Backup Date: Fri May 24 23:50:57 EDT 2002 Backup Date: Mon May 20 23:50:56 EDT 2002 Backup Date: Tue May 7 23:50:56 EDT 2002 Backup Date: Wed May 1 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3896 77% 896 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 725024 39% 10909 8% /var /dev/hd3 81920 68872 16% 103 2% /tmp /dev/hd1 196608 51552 74% 1063 5% /home /dev/lv01 1032192 185088 83% 134 1% /work /dev/lv02 147456 20832 86% 3081 67% /usr/local /dev/lv03 131072 10968 92% 5490 68% /bms /dev/lv04 294912 85088 72% 2438 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 751752 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 10031 Tue Jul 2 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 964 Tue Jul 2 02:27 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Tue Jul 2 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g628aBC8032984; Tue, 2 Jul 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g628Zm2T029646; Tue, 2 Jul 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34934; Tue, 2 Jul 2002 04:24:22 -0400 Date: Tue, 2 Jul 2002 04:24:22 -0400 From: root@wall.wall.com Message-Id: <200207020824.EAA34934@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2358 System Id: wall Backup Started: Tue Jul 2 02:00:00 EDT 2002 Backup of btas image started Tue Jul 2 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jul 2 02:26:59 EDT 2002] 68.2% Dumpdate: Sat Jun 29 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 29 02:28 ./image.data -rw-r--r-- 1 root system 2315 Jun 29 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Jul 2 02:27:25 EDT 2002 mksysb started Tue Jul 2 02:27:26 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47344 files.............................. 3580 of 47344 files (7%).............................. 3580 of 47344 files (7%).............................. 3580 of 47344 files (7%).............................. 3618 of 47344 files (7%).............................. 3618 of 47344 files (7%).............................. 3618 of 47344 files (7%).............................. 3670 of 47344 files (7%).............................. 12750 of 47344 files (26%).............................. 21633 of 47344 files (45%).............................. 33930 of 47344 files (71%).............................. 44930 of 47344 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 2 03:32:39 EDT 2002 Verify mksysb Tue Jul 2 03:32:41 EDT 2002 Dumpdate: Tue Jul 2 02:34:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 02 02:28 ./image.data -rw-r--r-- 1 root system 2357 Jul 02 02:27 ./tapeid.data 1529292 Kbytes, 47344 files 0 cache hits, 0 cache misses Backup finished Tue Jul 2 04:24:21 EDT 2002 **** Usage Log: **** Uses: 51 Backup Date: Sat Jun 29 02:26:57 EDT 2002 Backup Date: Fri Jun 28 02:27:11 EDT 2002 Backup Date: Thu Jun 27 02:27:23 EDT 2002 Backup Date: Wed Jun 26 02:27:12 EDT 2002 Backup Date: Tue Jun 25 02:27:04 EDT 2002 From root@csichb.com Tue Jul 2 04:38:36 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g628caC6027732 for ; Tue, 2 Jul 2002 04:38:36 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g628cYWL020512 for ; Tue, 2 Jul 2002 04:38:35 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g628cYJR036184 for ; Tue, 2 Jul 2002 04:38:34 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g628cY9X016060 for bmsaix@bmsi.com; Tue, 2 Jul 2002 04:38:34 -0400 Date: Tue, 2 Jul 2002 04:38:34 -0400 From: root@csichb.com Message-Id: <200207020838.g628cY9X016060@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2359 System Id: csi Backup Started: Tue Jul 2 02:00:00 EDT 2002 Dumpdate: Tue Jun 25 02:04:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 25 02:01 ./image.data -rw-r--r-- 1 root system 4099 Jun 25 02:00 ./tapeid.data Assigning New Tape Id Tue Jul 2 02:00:21 EDT 2002 Retensioning Tape Tue Jul 2 02:00:22 EDT 2002 Tape Id: csi0022 Backup Date: Tue Jul 2 02:00:22 EDT 2002 mksysb started Tue Jul 2 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 86997 files.............................. 311 of 86997 files (0%).............................. 313 of 86997 files (0%).............................. 6117 of 86997 files (7%).............................. 6413 of 86997 files (7%).............................. 6839 of 86997 files (7%).............................. 17817 of 86997 files (20%).............................. 28978 of 86997 files (33%).............................. 31203 of 86997 files (35%).............................. 31307 of 86997 files (35%).............................. 40358 of 86997 files (46%).............................. 49659 of 86997 files (57%).............................. 59068 of 86997 files (67%).............................. 66883 of 86997 files (76%).............................. 71959 of 86997 files (82%).............................. 81378 of 86997 files (93%)................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jul 2 03:23:42 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jul 2 03:23:43 EDT 2002 Verify mksysb Tue Jul 2 03:24:48 EDT 2002 Dumpdate: Tue Jul 2 02:04:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 02 02:01 ./image.data -rw-r--r-- 1 root system 277 Jul 02 02:00 ./tapeid.data 2189206 Kbytes, 86997 files Backup finished Tue Jul 2 04:38:33 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5824 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 74096 88% 19303 26% /var /dev/hd3 344064 278880 19% 87 1% /tmp /dev/hd1 1130496 311952 73% 859 1% /home /dev/lv00 524288 188576 65% 5623 18% /bms /dev/lv01 835584 112528 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 0 From root@wall.wall.com Fri Jul 5 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g658aBC6031874; Fri, 5 Jul 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g658ZoQM018554; Fri, 5 Jul 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA32320; Fri, 5 Jul 2002 04:24:00 -0400 Date: Fri, 5 Jul 2002 04:24:00 -0400 From: root@wall.wall.com Message-Id: <200207050824.EAA32320@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2360 System Id: wall Backup Started: Fri Jul 5 02:00:00 EDT 2002 Backup of btas image started Fri Jul 5 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jul 5 02:26:20 EDT 2002] 68.2% Dumpdate: Thu Jul 4 02:33:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 04 02:27 ./image.data -rw-r--r-- 1 root system 2441 Jul 04 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Fri Jul 5 02:26:46 EDT 2002 mksysb started Fri Jul 5 02:26:47 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47564 files.............................. 3609 of 47564 files (7%).............................. 3609 of 47564 files (7%).............................. 3609 of 47564 files (7%).............................. 3647 of 47564 files (7%).............................. 3647 of 47564 files (7%).............................. 3647 of 47564 files (7%).............................. 3699 of 47564 files (7%).............................. 12849 of 47564 files (27%).............................. 21966 of 47564 files (46%).............................. 26849 of 47564 files (56%).............................. 43777 of 47564 files (92%)......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jul 5 03:32:16 EDT 2002 Verify mksysb Fri Jul 5 03:32:18 EDT 2002 Dumpdate: Fri Jul 5 02:33:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 05 02:28 ./image.data -rw-r--r-- 1 root system 2483 Jul 05 02:26 ./tapeid.data 1531512 Kbytes, 47564 files 0 cache hits, 0 cache misses Backup finished Fri Jul 5 04:23:59 EDT 2002 **** Usage Log: **** Uses: 54 Backup Date: Thu Jul 4 02:26:27 EDT 2002 Backup Date: Wed Jul 3 02:28:00 EDT 2002 Backup Date: Tue Jul 2 02:27:25 EDT 2002 Backup Date: Sat Jun 29 02:26:57 EDT 2002 Backup Date: Fri Jun 28 02:27:11 EDT 2002 From root@csichb.com Fri Jul 5 04:39:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g658d4C6029410 for ; Fri, 5 Jul 2002 04:39:04 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g658cwWL026186 for ; Fri, 5 Jul 2002 04:39:03 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g658cwJR005878 for ; Fri, 5 Jul 2002 04:38:58 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g658cvfS016902 for bmsaix@bmsi.com; Fri, 5 Jul 2002 04:38:57 -0400 Date: Fri, 5 Jul 2002 04:38:57 -0400 From: root@csichb.com Message-Id: <200207050838.g658cvfS016902@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2361 System Id: csi Backup Started: Fri Jul 5 02:00:01 EDT 2002 Dumpdate: Thu Jul 4 02:04:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 04 02:01 ./image.data -rw-r--r-- 1 root system 487 Jul 04 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Fri Jul 5 02:00:19 EDT 2002 mksysb started Fri Jul 5 02:00:19 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 86411 files.............................. 311 of 86411 files (0%).............................. 313 of 86411 files (0%).............................. 6094 of 86411 files (7%).............................. 6439 of 86411 files (7%).............................. 6863 of 86411 files (7%).............................. 17327 of 86411 files (20%).............................. 27150 of 86411 files (31%).............................. 30614 of 86411 files (35%).............................. 30720 of 86411 files (35%).............................. 38955 of 86411 files (45%).............................. 49060 of 86411 files (56%).............................. 58346 of 86411 files (67%).............................. 66147 of 86411 files (76%).............................. 71280 of 86411 files (82%).............................. 80540 of 86411 files (93%).................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jul 5 03:23:38 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jul 5 03:23:40 EDT 2002 Verify mksysb Fri Jul 5 03:24:44 EDT 2002 Dumpdate: Fri Jul 5 02:04:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 05 02:01 ./image.data -rw-r--r-- 1 root system 529 Jul 05 02:00 ./tapeid.data 2200721 Kbytes, 86411 files Backup finished Fri Jul 5 04:38:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 46616 93% 18691 25% /var /dev/hd3 344064 278584 20% 87 1% /tmp /dev/hd1 1130496 300448 74% 857 1% /home /dev/lv00 524288 183568 65% 5649 18% /bms /dev/lv01 835584 112528 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 6 Backup Date: Thu Jul 4 02:00:22 EDT 2002 Backup Date: Thu Jun 27 02:00:22 EDT 2002 Backup Date: Thu Jun 20 02:00:21 EDT 2002 Backup Date: Thu Jun 13 02:00:21 EDT 2002 Backup Date: Thu Jun 6 02:00:21 EDT 2002 From root@editorialunilit.com Thu Jul 4 04:12:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g648C3C6039542 for ; Thu, 4 Jul 2002 04:12:03 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g648C1WL032786 for ; Thu, 4 Jul 2002 04:12:02 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g648AixT047936; Thu, 4 Jul 2002 04:10:44 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g648Ahtp022590; Thu, 4 Jul 2002 04:10:43 -0400 Date: Thu, 4 Jul 2002 04:10:43 -0400 From: root@editorialunilit.com Message-Id: <200207040810.g648Ahtp022590@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2362 System Id: unilit Backup Started: Wed Jul 3 23:50:00 EDT 2002 Dumpdate: Thu Jun 20 00:02:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 19 23:56 ./image.data -rw-r--r-- 1 root system 1413 Jun 19 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Wed Jul 3 23:50:23 EDT 2002 mksysb started Wed Jul 3 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7518 cache hits, 212 cache misses 146350 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 30844. Rewind Tape Thu Jul 4 02:27:07 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Jul 4 02:37:08 EDT 2002 Dumpdate: Thu Jul 4 00:02:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 03 23:56 ./image.data -rw-r--r-- 1 root system 1455 Jul 03 23:50 ./tapeid.data 2778241 Kbytes, 32600 files Backup finished Thu Jul 4 04:10:42 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Wed Jun 19 23:50:24 EDT 2002 Backup Date: Tue Jun 4 23:50:27 EDT 2002 Backup Date: Wed May 22 23:50:25 EDT 2002 Backup Date: Tue May 14 23:50:24 EDT 2002 Backup Date: Thu May 9 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3896 77% 896 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 717504 40% 12407 9% /var /dev/hd3 81920 68816 16% 105 2% /tmp /dev/hd1 196608 51448 74% 1063 5% /home /dev/lv01 1032192 185088 83% 134 1% /work /dev/lv02 147456 20824 86% 3081 67% /usr/local /dev/lv03 131072 10864 92% 5494 68% /bms /dev/lv04 294912 86088 71% 2438 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 751592 71% 356 1% /mail Free Mounted Blksiz Opens Status A: 9738 Thu Jul 4 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 786 Thu Jul 4 02:27 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Thu Jul 4 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g648aBC8029696; Thu, 4 Jul 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g648Znj2011254; Thu, 4 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA26760; Thu, 4 Jul 2002 04:23:23 -0400 Date: Thu, 4 Jul 2002 04:23:23 -0400 From: root@wall.wall.com Message-Id: <200207040823.EAA26760@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2363 System Id: wall Backup Started: Thu Jul 4 02:00:00 EDT 2002 Backup of btas image started Thu Jul 4 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jul 4 02:26:01 EDT 2002] 68.2% Dumpdate: Wed Jul 3 02:35:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 03 02:29 ./image.data -rw-r--r-- 1 root system 2399 Jul 03 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Jul 4 02:26:27 EDT 2002 mksysb started Thu Jul 4 02:26:28 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47579 files.............................. 3600 of 47579 files (7%).............................. 3600 of 47579 files (7%).............................. 3600 of 47579 files (7%).............................. 3638 of 47579 files (7%).............................. 3638 of 47579 files (7%).............................. 3638 of 47579 files (7%).............................. 3690 of 47579 files (7%).............................. 12839 of 47579 files (26%).............................. 21986 of 47579 files (46%).............................. 36308 of 47579 files (76%).............................. 45165 of 47579 files (94%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Jul 4 03:31:37 EDT 2002 Verify mksysb Thu Jul 4 03:31:38 EDT 2002 Dumpdate: Thu Jul 4 02:33:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 04 02:27 ./image.data -rw-r--r-- 1 root system 2441 Jul 04 02:26 ./tapeid.data 1531546 Kbytes, 47579 files 0 cache hits, 0 cache misses Backup finished Thu Jul 4 04:23:22 EDT 2002 **** Usage Log: **** Uses: 53 Backup Date: Wed Jul 3 02:28:00 EDT 2002 Backup Date: Tue Jul 2 02:27:25 EDT 2002 Backup Date: Sat Jun 29 02:26:57 EDT 2002 Backup Date: Fri Jun 28 02:27:11 EDT 2002 Backup Date: Thu Jun 27 02:27:23 EDT 2002 From root@csichb.com Thu Jul 4 04:39:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g648dSC6018568 for ; Thu, 4 Jul 2002 04:39:28 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g648dQWL032994 for ; Thu, 4 Jul 2002 04:39:26 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g648dPJR005796 for ; Thu, 4 Jul 2002 04:39:26 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g648dPKh028072 for bmsaix@bmsi.com; Thu, 4 Jul 2002 04:39:25 -0400 Date: Thu, 4 Jul 2002 04:39:25 -0400 From: root@csichb.com Message-Id: <200207040839.g648dPKh028072@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2364 System Id: csi Backup Started: Thu Jul 4 02:00:01 EDT 2002 Dumpdate: Thu Jun 27 02:04:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 27 02:01 ./image.data -rw-r--r-- 1 root system 445 Jun 27 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jul 4 02:00:22 EDT 2002 mksysb started Thu Jul 4 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 86409 files.............................. 311 of 86409 files (0%).............................. 313 of 86409 files (0%).............................. 6002 of 86409 files (6%).............................. 6434 of 86409 files (7%).............................. 6840 of 86409 files (7%).............................. 16749 of 86409 files (19%).............................. 26633 of 86409 files (30%).............................. 30608 of 86409 files (35%).............................. 30718 of 86409 files (35%).............................. 38950 of 86409 files (45%).............................. 47124 of 86409 files (54%).............................. 57960 of 86409 files (67%).............................. 65828 of 86409 files (76%).............................. 70872 of 86409 files (82%).............................. 79628 of 86409 files (92%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Jul 4 03:24:10 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jul 4 03:24:12 EDT 2002 Verify mksysb Thu Jul 4 03:25:18 EDT 2002 Dumpdate: Thu Jul 4 02:04:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 04 02:01 ./image.data -rw-r--r-- 1 root system 487 Jul 04 02:00 ./tapeid.data 2202772 Kbytes, 86409 files Backup finished Thu Jul 4 04:39:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 46648 93% 18695 25% /var /dev/hd3 344064 278592 20% 87 1% /tmp /dev/hd1 1130496 300448 74% 857 1% /home /dev/lv00 524288 184632 65% 5644 18% /bms /dev/lv01 835584 112528 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 5 Backup Date: Thu Jun 27 02:00:22 EDT 2002 Backup Date: Thu Jun 20 02:00:21 EDT 2002 Backup Date: Thu Jun 13 02:00:21 EDT 2002 Backup Date: Thu Jun 6 02:00:21 EDT 2002 Backup Date: Thu May 30 02:00:22 EDT 2002 From root@acustomsbroker.com Sat Jul 6 02:50:44 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g666ogC6034088; Sat, 6 Jul 2002 02:50:43 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g666oeWL033414; Sat, 6 Jul 2002 02:50:41 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g666oe009973; Sat, 6 Jul 2002 02:50:40 -0400 Date: Sat, 6 Jul 2002 02:50:40 -0400 From: root Message-Id: <200207060650.g666oe009973@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2365 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 6 02:00:01 EDT 2002 BMS backup Sat Jul 6 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Sat Jul 6 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jul 6 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1321523200 (1.2GB, 909kB/s) 1420.62s real 4.78s user 23.57s system Rewind Tape Sat Jul 6 02:25:56 EDT 2002 BMS backup Sat Jul 6 02:26:52 EDT 2002 Verify backup Sat Jul 6 02:26:52 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jul 6 02:50:39 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Tue Jun 18 02:00:24 EDT 2002 Backup Date: Tue Jun 4 02:00:24 EDT 2002 Backup Date: Thu May 23 02:00:24 EDT 2002 Backup Date: Fri May 10 02:00:25 EDT 2002 Backup Date: Tue Apr 30 02:00:24 EDT 2002 From root@editorialunilit.com Sat Jul 6 04:06:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6686vC6046432 for ; Sat, 6 Jul 2002 04:06:57 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6686tWL032460 for ; Sat, 6 Jul 2002 04:06:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6685cxT026728; Sat, 6 Jul 2002 04:05:38 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6685bwH028006; Sat, 6 Jul 2002 04:05:37 -0400 Date: Sat, 6 Jul 2002 04:05:37 -0400 From: root@editorialunilit.com Message-Id: <200207060805.g6685bwH028006@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2366 System Id: unilit Backup Started: Fri Jul 5 23:50:01 EDT 2002 Dumpdate: Fri Jun 21 00:01:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 20 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 20 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Fri Jul 5 23:50:22 EDT 2002 mksysb started Fri Jul 5 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7520 cache hits, 211 cache misses 146390 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 9630. Rewind Tape Sat Jul 6 02:26:49 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jul 6 02:36:50 EDT 2002 Dumpdate: Sat Jul 6 00:01:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 05 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 05 23:50 ./tapeid.data 2788605 Kbytes, 31512 files Backup finished Sat Jul 6 04:05:36 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Thu Jun 20 23:50:22 EDT 2002 Backup Date: Thu Jun 6 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3896 77% 896 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 703736 41% 11313 8% /var /dev/hd3 81920 68816 16% 104 2% /tmp /dev/hd1 196608 51368 74% 1065 5% /home /dev/lv01 1032192 183720 83% 135 1% /work /dev/lv02 147456 20824 86% 3081 67% /usr/local /dev/lv03 131072 10720 92% 5497 68% /bms /dev/lv04 294912 86008 71% 2438 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 749960 72% 356 1% /mail Free Mounted Blksiz Opens Status A: 9698 Sat Jul 6 02:26 2048 8 Clean /btdata/SPAN 156276 used B: 875 Sat Jul 6 02:26 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Sat Jul 6 04:36:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g668aBC6022840; Sat, 6 Jul 2002 04:36:11 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g668ZoN0046382; Sat, 6 Jul 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA36692; Sat, 6 Jul 2002 04:27:45 -0400 Date: Sat, 6 Jul 2002 04:27:45 -0400 From: root@wall.wall.com Message-Id: <200207060827.EAA36692@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2367 System Id: wall Backup Started: Sat Jul 6 02:00:00 EDT 2002 Backup of btas image started Sat Jul 6 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jul 6 02:26:37 EDT 2002] 68.2% Dumpdate: Fri Jul 5 02:33:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 05 02:28 ./image.data -rw-r--r-- 1 root system 2483 Jul 05 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Sat Jul 6 02:27:03 EDT 2002 mksysb started Sat Jul 6 02:27:06 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47582 files.............................. 3619 of 47582 files (7%).............................. 3619 of 47582 files (7%).............................. 3619 of 47582 files (7%).............................. 3657 of 47582 files (7%).............................. 3657 of 47582 files (7%).............................. 3657 of 47582 files (7%).............................. 3709 of 47582 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244509: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244510: A file or directory in the path name does not exist. ............. 12855 of 47582 files (27%).............................. 22480 of 47582 files (47%).............................. 26843 of 47582 files (56%).............................. 40840 of 47582 files (85%).............................. 47546 of 47582 files (99%) 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Jul 6 03:36:01 EDT 2002 Verify mksysb Sat Jul 6 03:36:02 EDT 2002 Dumpdate: Sat Jul 6 02:34:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 06 02:28 ./image.data -rw-r--r-- 1 root system 2525 Jul 06 02:27 ./tapeid.data 1531842 Kbytes, 47580 files 0 cache hits, 0 cache misses Backup finished Sat Jul 6 04:27:43 EDT 2002 **** Usage Log: **** Uses: 55 Backup Date: Fri Jul 5 02:26:46 EDT 2002 Backup Date: Thu Jul 4 02:26:27 EDT 2002 Backup Date: Wed Jul 3 02:28:00 EDT 2002 Backup Date: Tue Jul 2 02:27:25 EDT 2002 Backup Date: Sat Jun 29 02:26:57 EDT 2002 From root@csichb.com Sat Jul 6 04:39:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g668dgC6034202 for ; Sat, 6 Jul 2002 04:39:42 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g668dfWL020930 for ; Sat, 6 Jul 2002 04:39:41 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g668deJR029420 for ; Sat, 6 Jul 2002 04:39:40 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g668delr042560 for bmsaix@bmsi.com; Sat, 6 Jul 2002 04:39:40 -0400 Date: Sat, 6 Jul 2002 04:39:40 -0400 From: root@csichb.com Message-Id: <200207060839.g668delr042560@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2368 System Id: csi Backup Started: Sat Jul 6 02:00:00 EDT 2002 Dumpdate: Sat Jun 29 02:05:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 29 02:01 ./image.data -rw-r--r-- 1 root system 1033 Jun 29 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Jul 6 02:00:22 EDT 2002 mksysb started Sat Jul 6 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............ Creating list of files to back up........ Backing up 86583 files.............................. 311 of 86583 files (0%).............................. 313 of 86583 files (0%).............................. 5680 of 86583 files (6%).............................. 6453 of 86583 files (7%).............................. 6686 of 86583 files (7%).............................. 17071 of 86583 files (19%).............................. 27086 of 86583 files (31%).............................. 30783 of 86583 files (35%).............................. 30892 of 86583 files (35%).............................. 39125 of 86583 files (45%).............................. 47452 of 86583 files (54%).............................. 58399 of 86583 files (67%).............................. 66282 of 86583 files (76%).............................. 71404 of 86583 files (82%).............................. 80405 of 86583 files (92%).................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jul 6 03:24:16 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jul 6 03:24:18 EDT 2002 Verify mksysb Sat Jul 6 03:25:24 EDT 2002 Dumpdate: Sat Jul 6 02:05:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 06 02:01 ./image.data -rw-r--r-- 1 root system 1075 Jul 06 02:00 ./tapeid.data 2205740 Kbytes, 86583 files Backup finished Sat Jul 6 04:39:39 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 40464 94% 18852 25% /var /dev/hd3 344064 278528 20% 87 1% /tmp /dev/hd1 1130496 299848 74% 855 1% /home /dev/lv00 524288 181872 66% 5663 18% /bms /dev/lv01 835584 112528 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 19 Backup Date: Sat Jun 29 02:00:22 EDT 2002 Backup Date: Sat Jun 22 02:00:22 EDT 2002 Backup Date: Sat Jun 15 02:00:22 EDT 2002 Backup Date: Sat Jun 8 02:00:22 EDT 2002 Backup Date: Sat Jun 1 02:00:22 EDT 2002 From root@acustomsbroker.com Tue Jul 9 02:51:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g696p6C6023438; Tue, 9 Jul 2002 02:51:06 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g696p316016782; Tue, 9 Jul 2002 02:51:04 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g696p3j25824; Tue, 9 Jul 2002 02:51:03 -0400 Date: Tue, 9 Jul 2002 02:51:03 -0400 From: root Message-Id: <200207090651.g696p3j25824@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2369 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 9 02:00:00 EDT 2002 BMS backup Tue Jul 9 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Tue Jul 9 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jul 9 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1316505600 (1.2GB, 903kB/s) 1424.46s real 4.36s user 24.87s system Rewind Tape Tue Jul 9 02:26:03 EDT 2002 BMS backup Tue Jul 9 02:26:58 EDT 2002 Verify backup Tue Jul 9 02:26:58 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jul 9 02:51:02 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Tue Jul 2 02:00:24 EDT 2002 Backup Date: Wed Jun 19 02:00:24 EDT 2002 Backup Date: Wed Jun 5 02:00:24 EDT 2002 Backup Date: Sat May 11 02:00:24 EDT 2002 Backup Date: Wed May 1 02:00:24 EDT 2002 From root@editorialunilit.com Tue Jul 9 04:08:16 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6988AC6043678 for ; Tue, 9 Jul 2002 04:08:10 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6988916004404 for ; Tue, 9 Jul 2002 04:08:09 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6986pxT030270; Tue, 9 Jul 2002 04:06:52 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6986pCS048956; Tue, 9 Jul 2002 04:06:51 -0400 Date: Tue, 9 Jul 2002 04:06:51 -0400 From: root@editorialunilit.com Message-Id: <200207090806.g6986pCS048956@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2370 System Id: unilit Backup Started: Mon Jul 8 23:50:00 EDT 2002 Dumpdate: Sat Jun 22 00:01:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 21 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 21 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Mon Jul 8 23:50:24 EDT 2002 mksysb started Mon Jul 8 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7523 cache hits, 210 cache misses 146513 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 47990. Rewind Tape Tue Jul 9 02:28:27 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jul 9 02:38:28 EDT 2002 Dumpdate: Tue Jul 9 00:02:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jul 08 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 08 23:50 ./tapeid.data 2795232 Kbytes, 31115 files Backup finished Tue Jul 9 04:06:50 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Fri Jun 21 23:50:22 EDT 2002 Backup Date: Fri Jun 7 23:52:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3896 77% 896 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 725504 39% 10911 8% /var /dev/hd3 81920 68808 17% 103 2% /tmp /dev/hd1 196608 33568 83% 1069 5% /home /dev/lv01 1032192 183720 83% 135 1% /work /dev/lv02 147456 20824 86% 3081 67% /usr/local /dev/lv03 131072 10424 93% 5499 68% /bms /dev/lv04 294912 85952 71% 2438 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 734056 72% 356 1% /mail Free Mounted Blksiz Opens Status A: 9574 Tue Jul 9 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 867 Tue Jul 9 02:28 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Tue Jul 9 04:36:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g698aCC6020550; Tue, 9 Jul 2002 04:36:12 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g698PiS5043696; Tue, 9 Jul 2002 04:25:44 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42710; Tue, 9 Jul 2002 04:24:09 -0400 Date: Tue, 9 Jul 2002 04:24:09 -0400 From: root@wall.wall.com Message-Id: <200207090824.EAA42710@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2371 System Id: wall Backup Started: Tue Jul 9 02:00:01 EDT 2002 Backup of btas image started Tue Jul 9 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jul 9 02:25:37 EDT 2002] 68.2% Dumpdate: Sat Jul 6 02:34:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 06 02:28 ./image.data -rw-r--r-- 1 root system 2525 Jul 06 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Jul 9 02:26:04 EDT 2002 mksysb started Tue Jul 9 02:26:05 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47439 files.............................. 3646 of 47439 files (7%).............................. 3646 of 47439 files (7%).............................. 3646 of 47439 files (7%).............................. 3684 of 47439 files (7%).............................. 3684 of 47439 files (7%).............................. 3684 of 47439 files (7%).............................. 3736 of 47439 files (7%).............................. 12906 of 47439 files (27%).............................. 22671 of 47439 files (47%).............................. 36502 of 47439 files (76%).............................. 43538 of 47439 files (91%)............... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 9 03:32:31 EDT 2002 Verify mksysb Tue Jul 9 03:32:33 EDT 2002 Dumpdate: Tue Jul 9 02:33:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 09 02:27 ./image.data -rw-r--r-- 1 root system 2567 Jul 09 02:26 ./tapeid.data 1530309 Kbytes, 47439 files 0 cache hits, 0 cache misses Backup finished Tue Jul 9 04:24:09 EDT 2002 **** Usage Log: **** Uses: 56 Backup Date: Sat Jul 6 02:27:03 EDT 2002 Backup Date: Fri Jul 5 02:26:46 EDT 2002 Backup Date: Thu Jul 4 02:26:27 EDT 2002 Backup Date: Wed Jul 3 02:28:00 EDT 2002 Backup Date: Tue Jul 2 02:27:25 EDT 2002 From root@bmsaix.bmsi.com Tue Jul 9 04:37:49 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g698bmC6042408 for ; Tue, 9 Jul 2002 04:37:48 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g698bm8w027550 for bmsaix@bmsi.com; Tue, 9 Jul 2002 04:37:48 -0400 Date: Tue, 9 Jul 2002 04:37:48 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207090837.g698bm8w027550@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 2372 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 9 00:30:01 EDT 2002 mksysb backup Tue Jul 9 00:30:26 EDT 2002 Dumpdate: Thu Jun 20 00:42:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 20 00:34 ./image.data -rw-r--r-- 1 root system 2078 Jun 20 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0085 Backup Date: Tue Jul 9 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jul 9 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000a.11b2: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 9 02:55:55 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 20018. mksysb backup Tue Jul 9 02:57:20 EDT 2002 Dumpdate: Tue Jul 9 00:42:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jul 09 00:34 ./image.data -rw-r--r-- 1 root system 2120 Jul 09 00:30 ./tapeid.data Verify backup Tue Jul 9 02:57:27 EDT 2002 Segment 1-4: mksysb 4196629 Kbytes, 135203 files 88.5% Backup finished Tue Jul 9 04:37:47 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Thu Jun 20 00:30:33 EDT 2002 Backup Date: Thu May 2 00:30:34 EDT 2002 Backup Date: Wed Feb 27 00:32:35 EST 2002 From root@csichb.com Tue Jul 9 04:39:34 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g698dXC6037092 for ; Tue, 9 Jul 2002 04:39:33 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g698dW16009304 for ; Tue, 9 Jul 2002 04:39:33 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g698dWJR020816 for ; Tue, 9 Jul 2002 04:39:32 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g698dW5U030614 for bmsaix@bmsi.com; Tue, 9 Jul 2002 04:39:32 -0400 Date: Tue, 9 Jul 2002 04:39:32 -0400 From: root@csichb.com Message-Id: <200207090839.g698dW5U030614@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2373 System Id: csi Backup Started: Tue Jul 9 02:00:00 EDT 2002 Dumpdate: Tue Jul 2 02:04:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 02 02:01 ./image.data -rw-r--r-- 1 root system 277 Jul 02 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Jul 9 02:00:22 EDT 2002 mksysb started Tue Jul 9 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87206 files.............................. 311 of 87206 files (0%).............................. 313 of 87206 files (0%).............................. 5567 of 87206 files (6%).............................. 6475 of 87206 files (7%).............................. 6684 of 87206 files (7%).............................. 17748 of 87206 files (20%).............................. 27422 of 87206 files (31%).............................. 31405 of 87206 files (36%).............................. 31515 of 87206 files (36%).............................. 39747 of 87206 files (45%).............................. 47913 of 87206 files (54%).............................. 58703 of 87206 files (67%).............................. 66591 of 87206 files (76%).............................. 71551 of 87206 files (82%).............................. 80185 of 87206 files (91%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jul 9 03:24:01 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jul 9 03:24:03 EDT 2002 Verify mksysb Tue Jul 9 03:25:09 EDT 2002 Dumpdate: Tue Jul 9 02:04:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 09 02:01 ./image.data -rw-r--r-- 1 root system 319 Jul 09 02:00 ./tapeid.data 2207326 Kbytes, 87206 files Backup finished Tue Jul 9 04:39:31 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 43624 93% 19453 26% /var /dev/hd3 344064 278384 20% 87 1% /tmp /dev/hd1 1130496 298192 74% 855 1% /home /dev/lv00 524288 172472 68% 5685 18% /bms /dev/lv01 835584 110904 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 1 Backup Date: Tue Jul 2 02:00:22 EDT 2002 From root@editorialunilit.com Wed Jul 10 04:08:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6A88hC6027384 for ; Wed, 10 Jul 2002 04:08:43 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6A88f16013386 for ; Wed, 10 Jul 2002 04:08:42 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6A87OxT016580; Wed, 10 Jul 2002 04:07:24 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6A87N5q024258; Wed, 10 Jul 2002 04:07:23 -0400 Date: Wed, 10 Jul 2002 04:07:23 -0400 From: root@editorialunilit.com Message-Id: <200207100807.g6A87N5q024258@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2374 System Id: unilit Backup Started: Tue Jul 9 23:50:01 EDT 2002 Dumpdate: Tue Jun 25 00:01:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 24 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 24 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Tue Jul 9 23:50:22 EDT 2002 mksysb started Tue Jul 9 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7567 cache hits, 189 cache misses 146714 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 38338. Rewind Tape Wed Jul 10 02:28:32 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jul 10 02:38:33 EDT 2002 Dumpdate: Wed Jul 10 00:02:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jul 09 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 09 23:50 ./tapeid.data 2792934 Kbytes, 30926 files Backup finished Wed Jul 10 04:07:22 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Mon Jun 24 23:50:22 EDT 2002 Backup Date: Mon Jun 10 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3896 77% 896 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 716848 40% 10703 8% /var /dev/hd3 81920 68792 17% 103 2% /tmp /dev/hd1 196608 33608 83% 1069 5% /home /dev/lv01 1032192 183720 83% 135 1% /work /dev/lv02 147456 20824 86% 3081 67% /usr/local /dev/lv03 131072 10264 93% 5501 68% /bms /dev/lv04 294912 85528 71% 2455 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 746288 72% 356 1% /mail Free Mounted Blksiz Opens Status A: 9373 Wed Jul 10 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 823 Wed Jul 10 02:28 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Wed Jul 10 04:36:16 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6A8aCC8040426; Wed, 10 Jul 2002 04:36:13 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6A8ZnRr027362; Wed, 10 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA24986; Wed, 10 Jul 2002 04:26:40 -0400 Date: Wed, 10 Jul 2002 04:26:40 -0400 From: root@wall.wall.com Message-Id: <200207100826.EAA24986@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2375 System Id: wall Backup Started: Wed Jul 10 02:00:00 EDT 2002 Backup of btas image started Wed Jul 10 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jul 10 02:26:44 EDT 2002] 68.2% Dumpdate: Tue Jul 9 02:33:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13533 Jul 09 02:27 ./image.data -rw-r--r-- 1 root system 2567 Jul 09 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Jul 10 02:27:10 EDT 2002 mksysb started Wed Jul 10 02:27:11 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47480 files.............................. 3658 of 47480 files (7%).............................. 3658 of 47480 files (7%).............................. 3658 of 47480 files (7%).............................. 3696 of 47480 files (7%).............................. 3696 of 47480 files (7%).............................. 3696 of 47480 files (7%).............................. 3748 of 47480 files (7%).............................. 12910 of 47480 files (27%).............................. 21836 of 47480 files (45%).............................. 35178 of 47480 files (74%).............................. 43380 of 47480 files (91%)....................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jul 10 03:35:03 EDT 2002 Verify mksysb Wed Jul 10 03:35:04 EDT 2002 Dumpdate: Wed Jul 10 02:34:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 10 02:28 ./image.data -rw-r--r-- 1 root system 2609 Jul 10 02:27 ./tapeid.data 1529041 Kbytes, 47480 files 0 cache hits, 0 cache misses Backup finished Wed Jul 10 04:26:39 EDT 2002 **** Usage Log: **** Uses: 57 Backup Date: Tue Jul 9 02:26:04 EDT 2002 Backup Date: Sat Jul 6 02:27:03 EDT 2002 Backup Date: Fri Jul 5 02:26:46 EDT 2002 Backup Date: Thu Jul 4 02:26:27 EDT 2002 Backup Date: Wed Jul 3 02:28:00 EDT 2002 From root@csichb.com Wed Jul 10 04:40:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6A8eOC6027268 for ; Wed, 10 Jul 2002 04:40:24 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6A8eI16013212 for ; Wed, 10 Jul 2002 04:40:24 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6A8eIJR024186 for ; Wed, 10 Jul 2002 04:40:18 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6A8eIIg014412 for bmsaix@bmsi.com; Wed, 10 Jul 2002 04:40:18 -0400 Date: Wed, 10 Jul 2002 04:40:18 -0400 From: root@csichb.com Message-Id: <200207100840.g6A8eIIg014412@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2376 System Id: csi Backup Started: Wed Jul 10 02:00:00 EDT 2002 Dumpdate: Wed Jul 3 02:04:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 03 02:01 ./image.data -rw-r--r-- 1 root system 3049 Jul 03 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jul 10 02:00:22 EDT 2002 mksysb started Wed Jul 10 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87446 files.............................. 311 of 87446 files (0%).............................. 313 of 87446 files (0%).............................. 6019 of 87446 files (6%).............................. 6489 of 87446 files (7%).............................. 6722 of 87446 files (7%).............................. 17375 of 87446 files (19%).............................. 27448 of 87446 files (31%).............................. 31641 of 87446 files (36%).............................. 31755 of 87446 files (36%).............................. 39985 of 87446 files (45%).............................. 47656 of 87446 files (54%).............................. 58903 of 87446 files (67%).............................. 66662 of 87446 files (76%).............................. 71490 of 87446 files (81%).............................. 79593 of 87446 files (91%)........................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jul 10 03:24:36 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jul 10 03:24:37 EDT 2002 Verify mksysb Wed Jul 10 03:25:42 EDT 2002 Dumpdate: Wed Jul 10 02:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 10 02:01 ./image.data -rw-r--r-- 1 root system 3091 Jul 10 02:00 ./tapeid.data 2216672 Kbytes, 87446 files gzip: csi0017.4.gz: No space left on device Backup finished Wed Jul 10 04:40:17 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5808 83% 2189 27% / /dev/hd2 4947968 210752 96% 56481 10% /usr /dev/hd9var 606208 9088 99% 19680 26% /var /dev/hd3 344064 278216 20% 87 1% /tmp /dev/hd1 1130496 297368 74% 855 1% /home /dev/lv00 524288 169856 68% 5699 18% /bms /dev/lv01 835584 110416 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 67 Backup Date: Wed Jul 3 02:00:22 EDT 2002 Backup Date: Wed Jun 26 02:00:22 EDT 2002 Backup Date: Wed Jun 19 02:00:22 EDT 2002 Backup Date: Wed Jun 12 02:00:22 EDT 2002 Backup Date: Wed Jun 5 02:00:22 EDT 2002 From root@editorialunilit.com Thu Jul 11 00:10:27 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6B4AQC6040796 for ; Thu, 11 Jul 2002 00:10:27 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6B4AP16014328 for ; Thu, 11 Jul 2002 00:10:25 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6B494xT042134; Thu, 11 Jul 2002 00:09:06 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6B494Wb040852; Thu, 11 Jul 2002 00:09:04 -0400 Date: Thu, 11 Jul 2002 00:09:04 -0400 From: root@editorialunilit.com Message-Id: <200207110409.g6B494Wb040852@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0083 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2377 System Id: unilit Backup Started: Wed Jul 10 23:50:01 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error Assigning New Tape Id Wed Jul 10 23:50:35 EDT 2002 Retensioning Tape Wed Jul 10 23:50:35 EDT 2002 /dev/rmt0: The media surface is damaged. Tape Id: unilit0083 Backup Date: Wed Jul 10 23:50:35 EDT 2002 /dev/rmt0: The media surface is damaged. mksysb started Wed Jul 10 23:50:36 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7542 cache hits, 201 cache misses 146850 cache hits, 90 cache misses 0512-017 mksysb: Cannot write to the device /dev/rmt0.1. Either write protected or in use. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 42544. Rewind Tape Wed Jul 10 23:59:01 EDT 2002 /dev/rmt0: The media surface is damaged. Sleeping for 10 minutes to let tape drive cool down. /dev/rmt0: The media surface is damaged. Verify mksysb Thu Jul 11 00:09:02 EDT 2002 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Thu Jul 11 00:09:03 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3880 77% 897 22% / /dev/hd2 458752 47472 90% 6253 11% /usr /dev/hd9var 1179648 703008 41% 11386 8% /var /dev/hd3 81920 68768 17% 103 2% /tmp /dev/hd1 196608 33424 83% 1069 5% /home /dev/lv01 1032192 183720 83% 135 1% /work /dev/lv02 147456 20824 86% 3081 67% /usr/local /dev/lv03 131072 10272 93% 5502 68% /bms /dev/lv04 294912 85512 72% 2457 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 740672 72% 357 1% /mail Free Mounted Blksiz Opens Status A: 9237 Wed Jul 10 23:58 2048 8 Clean /btdata/SPAN 156276 used B: 783 Wed Jul 10 23:58 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Thu Jul 11 04:36:15 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6B8aCC8040460; Thu, 11 Jul 2002 04:36:12 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6B8ZmRN037378; Thu, 11 Jul 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31668; Thu, 11 Jul 2002 04:26:12 -0400 Date: Thu, 11 Jul 2002 04:26:12 -0400 From: root@wall.wall.com Message-Id: <200207110826.EAA31668@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2378 System Id: wall Backup Started: Thu Jul 11 02:00:01 EDT 2002 Backup of btas image started Thu Jul 11 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jul 11 02:26:40 EDT 2002] 68.2% Dumpdate: Wed Jul 10 02:34:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 10 02:28 ./image.data -rw-r--r-- 1 root system 2609 Jul 10 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Jul 11 02:27:06 EDT 2002 mksysb started Thu Jul 11 02:27:07 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47537 files.............................. 3671 of 47537 files (7%).............................. 3671 of 47537 files (7%).............................. 3671 of 47537 files (7%).............................. 3709 of 47537 files (7%).............................. 3709 of 47537 files (7%).............................. 3709 of 47537 files (7%).............................. 3761 of 47537 files (7%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244725: A file or directory in the path name does not exist. ............. 12930 of 47537 files (27%).............................. 22978 of 47537 files (48%).............................. 36669 of 47537 files (77%).............................. 43657 of 47537 files (91%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Jul 11 03:34:35 EDT 2002 Verify mksysb Thu Jul 11 03:34:36 EDT 2002 Dumpdate: Thu Jul 11 02:34:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 11 02:28 ./image.data -rw-r--r-- 1 root system 2651 Jul 11 02:27 ./tapeid.data 1529579 Kbytes, 47536 files 0 cache hits, 0 cache misses Backup finished Thu Jul 11 04:26:11 EDT 2002 **** Usage Log: **** Uses: 58 Backup Date: Wed Jul 10 02:27:10 EDT 2002 Backup Date: Tue Jul 9 02:26:04 EDT 2002 Backup Date: Sat Jul 6 02:27:03 EDT 2002 Backup Date: Fri Jul 5 02:26:46 EDT 2002 Backup Date: Thu Jul 4 02:26:27 EDT 2002 From root@csichb.com Thu Jul 11 04:38:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6B8cfC6033166 for ; Thu, 11 Jul 2002 04:38:41 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6B8cd16014428 for ; Thu, 11 Jul 2002 04:38:39 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6B8ccJR014982 for ; Thu, 11 Jul 2002 04:38:39 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6B8cclZ039846 for bmsaix@bmsi.com; Thu, 11 Jul 2002 04:38:38 -0400 Date: Thu, 11 Jul 2002 04:38:38 -0400 From: root@csichb.com Message-Id: <200207110838.g6B8cclZ039846@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2379 System Id: csi Backup Started: Thu Jul 11 02:00:01 EDT 2002 Dumpdate: Fri Jul 5 02:04:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 05 02:01 ./image.data -rw-r--r-- 1 root system 529 Jul 05 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jul 11 02:00:22 EDT 2002 mksysb started Thu Jul 11 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87003 files.............................. 311 of 87003 files (0%).............................. 313 of 87003 files (0%).............................. 5540 of 87003 files (6%).............................. 6501 of 87003 files (7%).............................. 6684 of 87003 files (7%).............................. 15622 of 87003 files (17%).............................. 29115 of 87003 files (33%).............................. 31209 of 87003 files (35%).............................. 31313 of 87003 files (35%).............................. 40390 of 87003 files (46%).............................. 49671 of 87003 files (57%).............................. 58989 of 87003 files (67%).............................. 66721 of 87003 files (76%).............................. 71762 of 87003 files (82%).............................. 80815 of 87003 files (92%).................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Jul 11 03:23:41 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jul 11 03:23:43 EDT 2002 Verify mksysb Thu Jul 11 03:24:47 EDT 2002 Dumpdate: Thu Jul 11 02:04:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 11 02:01 ./image.data -rw-r--r-- 1 root system 571 Jul 11 02:00 ./tapeid.data 2180539 Kbytes, 87003 files Backup finished Thu Jul 11 04:38:38 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5808 83% 2189 27% / /dev/hd2 4947968 210744 96% 56481 10% /usr /dev/hd9var 720896 249880 66% 19234 22% /var /dev/hd3 344064 278040 20% 87 1% /tmp /dev/hd1 1130496 294640 74% 855 1% /home /dev/lv00 524288 165944 69% 5711 18% /bms /dev/lv01 835584 108680 87% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 7 Backup Date: Fri Jul 5 02:00:19 EDT 2002 Backup Date: Thu Jul 4 02:00:22 EDT 2002 Backup Date: Thu Jun 27 02:00:22 EDT 2002 Backup Date: Thu Jun 20 02:00:21 EDT 2002 Backup Date: Thu Jun 13 02:00:21 EDT 2002 From root@acustomsbroker.com Fri Jul 12 02:50:55 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6C6osC6023084; Fri, 12 Jul 2002 02:50:54 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6C6oq16012548; Fri, 12 Jul 2002 02:50:53 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6C6oq619324; Fri, 12 Jul 2002 02:50:52 -0400 Date: Fri, 12 Jul 2002 02:50:52 -0400 From: root Message-Id: <200207120650.g6C6oq619324@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2380 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jul 12 02:00:00 EDT 2002 BMS backup Fri Jul 12 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Fri Jul 12 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jul 12 02:02:12 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1318973440 (1.2GB, 909kB/s) 1417.00s real 4.64s user 23.86s system Rewind Tape Fri Jul 12 02:25:49 EDT 2002 BMS backup Fri Jul 12 02:26:49 EDT 2002 Verify backup Fri Jul 12 02:26:49 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jul 12 02:50:51 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Tue Jun 25 02:00:24 EDT 2002 Backup Date: Tue Jun 11 02:00:24 EDT 2002 Backup Date: Tue May 28 02:00:24 EDT 2002 Backup Date: Thu May 16 02:00:25 EDT 2002 Backup Date: Thu Apr 25 02:00:25 EDT 2002 From root@bmsaix.bmsi.com Fri Jul 12 04:31:00 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6C8UxC6032528 for ; Fri, 12 Jul 2002 04:30:59 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6C8Ux0o032262 for bmsaix@bmsi.com; Fri, 12 Jul 2002 04:30:59 -0400 Date: Fri, 12 Jul 2002 04:30:59 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207120830.g6C8Ux0o032262@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2381 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jul 12 00:30:01 EDT 2002 mksysb backup Fri Jul 12 00:30:23 EDT 2002 Dumpdate: Fri Jun 28 00:42:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 28 00:33 ./image.data -rw-r--r-- 1 root system 2834 Jun 28 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jul 12 00:30:31 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jul 12 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jul 12 02:50:10 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31000. mksysb backup Fri Jul 12 02:51:43 EDT 2002 Dumpdate: Fri Jul 12 00:42:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 12 00:34 ./image.data -rw-r--r-- 1 root system 2876 Jul 12 00:30 ./tapeid.data Verify backup Fri Jul 12 02:51:50 EDT 2002 Segment 1-4: mksysb 4215137 Kbytes, 135585 files 88.5% Backup finished Fri Jul 12 04:30:58 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Fri Jun 28 00:30:30 EDT 2002 Backup Date: Fri Jun 21 00:30:33 EDT 2002 Backup Date: Fri Jun 14 00:30:30 EDT 2002 Backup Date: Fri Jun 7 00:30:30 EDT 2002 Backup Date: Fri May 31 00:30:30 EDT 2002 From root@wall.wall.com Fri Jul 12 04:36:15 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6C8aCC8032640; Fri, 12 Jul 2002 04:36:13 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6C8Zn5w032374; Fri, 12 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA18984; Fri, 12 Jul 2002 04:27:14 -0400 Date: Fri, 12 Jul 2002 04:27:14 -0400 From: root@wall.wall.com Message-Id: <200207120827.EAA18984@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2382 System Id: wall Backup Started: Fri Jul 12 02:00:00 EDT 2002 Backup of btas image started Fri Jul 12 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jul 12 02:27:16 EDT 2002] 68.2% Dumpdate: Thu Jul 11 02:34:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 11 02:28 ./image.data -rw-r--r-- 1 root system 2651 Jul 11 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Fri Jul 12 02:27:44 EDT 2002 mksysb started Fri Jul 12 02:27:44 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47580 files.............................. 3681 of 47580 files (7%).............................. 3681 of 47580 files (7%).............................. 3681 of 47580 files (7%).............................. 3719 of 47580 files (7%).............................. 3719 of 47580 files (7%).............................. 3719 of 47580 files (7%).............................. 3771 of 47580 files (7%).............................. 12961 of 47580 files (27%).............................. 21809 of 47580 files (45%).............................. 26804 of 47580 files (56%).............................. 40820 of 47580 files (85%)........................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jul 12 03:35:33 EDT 2002 Verify mksysb Fri Jul 12 03:35:34 EDT 2002 Dumpdate: Fri Jul 12 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 12 02:29 ./image.data -rw-r--r-- 1 root system 2693 Jul 12 02:27 ./tapeid.data 1530266 Kbytes, 47580 files 0 cache hits, 0 cache misses Backup finished Fri Jul 12 04:27:13 EDT 2002 **** Usage Log: **** Uses: 59 Backup Date: Thu Jul 11 02:27:06 EDT 2002 Backup Date: Wed Jul 10 02:27:10 EDT 2002 Backup Date: Tue Jul 9 02:26:04 EDT 2002 Backup Date: Sat Jul 6 02:27:03 EDT 2002 Backup Date: Fri Jul 5 02:26:46 EDT 2002 From root@csichb.com Fri Jul 12 04:40:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6C8edC6035104 for ; Fri, 12 Jul 2002 04:40:39 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6C8ec16016822 for ; Fri, 12 Jul 2002 04:40:38 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6C8ebJR036574 for ; Fri, 12 Jul 2002 04:40:37 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6C8ebN9038076 for bmsaix@bmsi.com; Fri, 12 Jul 2002 04:40:37 -0400 Date: Fri, 12 Jul 2002 04:40:37 -0400 From: root@csichb.com Message-Id: <200207120840.g6C8ebN9038076@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2383 System Id: csi Backup Started: Fri Jul 12 02:00:01 EDT 2002 Dumpdate: Fri Jun 28 02:05:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jun 28 02:01 ./image.data -rw-r--r-- 1 root system 1369 Jun 28 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Jul 12 02:00:22 EDT 2002 mksysb started Fri Jul 12 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................. Creating list of files to back up........ Backing up 87572 files.............................. 311 of 87572 files (0%).............................. 313 of 87572 files (0%).............................. 5559 of 87572 files (6%).............................. 6514 of 87572 files (7%).............................. 6700 of 87572 files (7%).............................. 16428 of 87572 files (18%).............................. 29780 of 87572 files (34%).............................. 31517 of 87572 files (35%).............................. 31619 of 87572 files (36%).............................. 39953 of 87572 files (45%).............................. 48174 of 87572 files (55%).............................. 59088 of 87572 files (67%).............................. 66857 of 87572 files (76%).............................. 71891 of 87572 files (82%).............................. 80307 of 87572 files (91%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jul 12 03:25:13 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jul 12 03:25:15 EDT 2002 Verify mksysb Fri Jul 12 03:26:20 EDT 2002 Dumpdate: Fri Jul 12 02:05:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 12 02:01 ./image.data -rw-r--r-- 1 root system 1411 Jul 12 02:00 ./tapeid.data 2202627 Kbytes, 87572 files Backup finished Fri Jul 12 04:40:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156128 97% 56732 10% /usr /dev/hd9var 720896 260592 64% 19523 22% /var /dev/hd3 344064 277872 20% 87 1% /tmp /dev/hd1 1130496 293192 75% 863 1% /home /dev/lv00 524288 163992 69% 5723 18% /bms /dev/lv01 835584 108032 88% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 27 Backup Date: Fri Jun 28 02:00:22 EDT 2002 Backup Date: Fri Jun 21 02:00:22 EDT 2002 Backup Date: Fri Jun 14 02:00:21 EDT 2002 Backup Date: Fri Jun 7 02:00:22 EDT 2002 Backup Date: Fri May 31 02:00:22 EDT 2002 From root@editorialunilit.com Fri Jul 12 06:42:51 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6CAgpC6020212 for ; Fri, 12 Jul 2002 06:42:51 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6CAgm16013954 for ; Fri, 12 Jul 2002 06:42:48 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6CAfNxT030226; Fri, 12 Jul 2002 06:41:25 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6C9Mp8I030378; Fri, 12 Jul 2002 05:22:51 -0400 Date: Fri, 12 Jul 2002 05:22:51 -0400 From: root@editorialunilit.com Message-Id: <200207120922.g6C9Mp8I030378@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2384 System Id: unilit Backup Started: Thu Jul 11 23:50:01 EDT 2002 Dumpdate: Thu Jun 27 00:01:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 26 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 26 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0080 Backup Date: Thu Jul 11 23:50:24 EDT 2002 mksysb started Thu Jul 11 23:50:26 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7536 cache hits, 205 cache misses 146981 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a0010.80b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg6C3j9uO038716: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg6C3j9uO038716: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3166.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3191.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3183.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3199.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3200.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3196.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3225.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3198.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3193.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3223.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3168.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3175.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3178.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3181.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3189.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3177.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3195.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3180.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3182.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3204.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3229.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/@6452.3219.defang: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 28846. Rewind Tape Fri Jul 12 03:11:19 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jul 12 03:21:21 EDT 2002 Dumpdate: Fri Jul 12 00:17:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 12 00:06 ./image.data -rw-r--r-- 1 root system 363 Jul 11 23:50 ./tapeid.data 2836052 Kbytes, 31807 files Backup finished Fri Jul 12 05:22:45 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Wed Jun 26 23:50:25 EDT 2002 Backup Date: Wed Jun 12 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47448 90% 6254 11% /usr /dev/hd9var 1179648 678160 43% 11584 8% /var /dev/hd3 81920 68760 17% 103 2% /tmp /dev/hd1 196608 32208 84% 1070 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 131072 10136 93% 5503 68% /bms /dev/lv04 294912 85456 72% 2457 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 736640 72% 358 1% /mail Free Mounted Blksiz Opens Status A: 9106 Fri Jul 12 03:11 2048 8 Clean /btdata/SPAN 156276 used B: 694 Fri Jul 12 03:11 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Sat Jul 13 04:36:15 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D8aCC8029294; Sat, 13 Jul 2002 04:36:13 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6D8ZnZn037220; Sat, 13 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA37822; Sat, 13 Jul 2002 04:28:41 -0400 Date: Sat, 13 Jul 2002 04:28:41 -0400 From: root@wall.wall.com Message-Id: <200207130828.EAA37822@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2385 System Id: wall Backup Started: Sat Jul 13 02:00:01 EDT 2002 Backup of btas image started Sat Jul 13 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jul 13 02:27:23 EDT 2002] 68.2% Dumpdate: Fri Jul 12 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 12 02:29 ./image.data -rw-r--r-- 1 root system 2693 Jul 12 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Sat Jul 13 02:27:50 EDT 2002 mksysb started Sat Jul 13 02:27:51 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 47619 files.............................. 3690 of 47619 files (7%).............................. 3690 of 47619 files (7%).............................. 3690 of 47619 files (7%).............................. 3728 of 47619 files (7%).............................. 3728 of 47619 files (7%).............................. 3728 of 47619 files (7%).............................. 3780 of 47619 files (7%).............................. 12753 of 47619 files (26%).............................. 21842 of 47619 files (45%).............................. 26834 of 47619 files (56%).............................. 40801 of 47619 files (85%).............................. 46088 of 47619 files (96%). 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jul 13 03:36:57 EDT 2002 Verify mksysb Sat Jul 13 03:36:58 EDT 2002 Dumpdate: Sat Jul 13 02:34:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 13 02:29 ./image.data -rw-r--r-- 1 root system 2735 Jul 13 02:27 ./tapeid.data 1531390 Kbytes, 47619 files 0 cache hits, 0 cache misses Backup finished Sat Jul 13 04:28:40 EDT 2002 **** Usage Log: **** Uses: 60 Backup Date: Fri Jul 12 02:27:44 EDT 2002 Backup Date: Thu Jul 11 02:27:06 EDT 2002 Backup Date: Wed Jul 10 02:27:10 EDT 2002 Backup Date: Tue Jul 9 02:26:04 EDT 2002 Backup Date: Sat Jul 6 02:27:03 EDT 2002 From root@csichb.com Sat Jul 13 02:04:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D646C6042484 for ; Sat, 13 Jul 2002 02:04:06 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D64316012732 for ; Sat, 13 Jul 2002 02:04:04 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6D644JR008500 for ; Sat, 13 Jul 2002 02:04:04 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6D6430t034598 for bmsaix@bmsi.com; Sat, 13 Jul 2002 02:04:03 -0400 Date: Sat, 13 Jul 2002 02:04:03 -0400 From: root@csichb.com Message-Id: <200207130604.g6D6430t034598@csichb.com> To: bmsaix@bmsi.com Subject: csi0020 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2386 System Id: csi Backup Started: Sat Jul 13 02:00:00 EDT 2002 Dumpdate: Sat Jul 6 02:05:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 06 02:01 ./image.data -rw-r--r-- 1 root system 1075 Jul 06 02:00 ./tapeid.data Tape Id: csi0020 Backup Date: Sat Jul 13 02:00:22 EDT 2002 mksysb started Sat Jul 13 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. BTAS/X Started [Sat Jul 13 02:03:46 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jul 13 02:03:47 EDT 2002 Verify mksysb Sat Jul 13 02:03:48 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error Backup finished Sat Jul 13 02:04:03 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5784 83% 2192 27% / /dev/hd2 4947968 156984 97% 56730 10% /usr /dev/hd9var 720896 243248 67% 19148 22% /var /dev/hd3 344064 277792 20% 87 1% /tmp /dev/hd1 1130496 293192 75% 863 1% /home /dev/lv00 524288 161888 70% 5732 18% /bms /dev/lv01 835584 107288 88% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 20 Backup Date: Sat Jul 6 02:00:22 EDT 2002 Backup Date: Sat Jun 29 02:00:22 EDT 2002 Backup Date: Sat Jun 22 02:00:22 EDT 2002 Backup Date: Sat Jun 15 02:00:22 EDT 2002 Backup Date: Sat Jun 8 02:00:22 EDT 2002 From root@acustomsbroker.com Sat Jul 13 02:50:59 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D6ovC6020732; Sat, 13 Jul 2002 02:50:58 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D6op16012700; Sat, 13 Jul 2002 02:50:56 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6D6oo528486; Sat, 13 Jul 2002 02:50:50 -0400 Date: Sat, 13 Jul 2002 02:50:50 -0400 From: root Message-Id: <200207130650.g6D6oo528486@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: RO X-Status: X-Keywords: X-UID: 2387 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 13 02:00:00 EDT 2002 BMS backup Sat Jul 13 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0009 Backup Date: Sat Jul 13 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jul 13 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1319976960 (1.2GB, 909kB/s) 1418.68s real 4.49s user 23.04s system Rewind Tape Sat Jul 13 02:25:58 EDT 2002 BMS backup Sat Jul 13 02:26:51 EDT 2002 Verify backup Sat Jul 13 02:26:51 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jul 13 02:50:49 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Wed Jun 26 02:00:24 EDT 2002 Backup Date: Wed Jun 12 02:00:24 EDT 2002 Backup Date: Fri May 31 02:00:24 EDT 2002 Backup Date: Sat May 18 02:00:24 EDT 2002 Backup Date: Tue May 7 02:00:24 EDT 2002 From root@editorialunilit.com Sat Jul 13 03:57:37 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D7vaC6026280 for ; Sat, 13 Jul 2002 03:57:36 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D7vZ16010198 for ; Sat, 13 Jul 2002 03:57:35 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6D7uIUp045116; Sat, 13 Jul 2002 03:56:18 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6D7uHcj010810; Sat, 13 Jul 2002 03:56:17 -0400 Date: Sat, 13 Jul 2002 03:56:17 -0400 From: root@editorialunilit.com Message-Id: <200207130756.g6D7uHcj010810@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2388 System Id: unilit Backup Started: Fri Jul 12 23:50:00 EDT 2002 Dumpdate: Fri Jun 28 00:02:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 27 23:56 ./image.data -rw-r--r-- 1 root system 321 Jun 27 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Fri Jul 12 23:50:21 EDT 2002 mksysb started Fri Jul 12 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7529 cache hits, 196 cache misses 147049 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 43134. Rewind Tape Sat Jul 13 02:20:55 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jul 13 02:30:56 EDT 2002 Dumpdate: Sat Jul 13 00:01:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 12 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 12 23:50 ./tapeid.data 2720574 Kbytes, 31945 files Backup finished Sat Jul 13 03:56:16 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Thu Jun 27 23:50:22 EDT 2002 Backup Date: Thu Jun 13 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 685304 42% 11693 8% /var /dev/hd3 81920 68768 17% 102 1% /tmp /dev/hd1 196608 32192 84% 1069 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 131072 9920 93% 5507 68% /bms /dev/lv04 294912 85288 72% 2461 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 914336 65% 359 1% /mail Free Mounted Blksiz Opens Status A: 9038 Sat Jul 13 02:20 2048 8 Clean /btdata/SPAN 156276 used B: 799 Sat Jul 13 02:20 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Sat Jul 13 04:29:20 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6D8TKC6041434 for ; Sat, 13 Jul 2002 04:29:20 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6D8TJCa037330 for bmsaix@bmsi.com; Sat, 13 Jul 2002 04:29:19 -0400 Date: Sat, 13 Jul 2002 04:29:19 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207130829.g6D8TJCa037330@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 2389 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 13 00:30:01 EDT 2002 mksysb backup Sat Jul 13 00:30:26 EDT 2002 Dumpdate: Tue Jul 9 00:42:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jul 09 00:34 ./image.data -rw-r--r-- 1 root system 2120 Jul 09 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0085 Backup Date: Sat Jul 13 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Jul 13 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai3ab7286: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall46f2286: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC46f2: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jul 13 02:48:57 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 36236. mksysb backup Sat Jul 13 02:50:35 EDT 2002 Dumpdate: Sat Jul 13 00:42:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 13 00:33 ./image.data -rw-r--r-- 1 root system 2162 Jul 13 00:30 ./tapeid.data Verify backup Sat Jul 13 02:50:42 EDT 2002 Segment 1-4: mksysb 4220604 Kbytes, 135614 files 88.5% Backup finished Sat Jul 13 04:29:19 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Tue Jul 9 00:30:34 EDT 2002 Backup Date: Thu Jun 20 00:30:33 EDT 2002 Backup Date: Thu May 2 00:30:34 EDT 2002 Backup Date: Wed Feb 27 00:32:35 EST 2002 From root@acustomsbroker.com Tue Jul 16 02:51:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G6p3C6014588; Tue, 16 Jul 2002 02:51:03 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G6p216016816; Tue, 16 Jul 2002 02:51:02 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6G6p1O12520; Tue, 16 Jul 2002 02:51:01 -0400 Date: Tue, 16 Jul 2002 02:51:01 -0400 From: root Message-Id: <200207160651.g6G6p1O12520@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2390 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 16 02:00:00 EDT 2002 BMS backup Tue Jul 16 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Tue Jul 16 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jul 16 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1316935680 (1.2GB, 902kB/s) 1424.72s real 3.94s user 23.42s system Rewind Tape Tue Jul 16 02:26:05 EDT 2002 BMS backup Tue Jul 16 02:27:03 EDT 2002 Verify backup Tue Jul 16 02:27:03 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jul 16 02:51:01 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Sat Jun 29 02:00:24 EDT 2002 Backup Date: Sat Jun 15 02:00:24 EDT 2002 Backup Date: Wed May 22 02:00:24 EDT 2002 Backup Date: Thu May 9 02:00:25 EDT 2002 Backup Date: Fri Apr 19 02:00:24 EDT 2002 From root@editorialunilit.com Tue Jul 16 03:56:51 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G7uoC6039644 for ; Tue, 16 Jul 2002 03:56:51 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G7un16013138 for ; Tue, 16 Jul 2002 03:56:49 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6G7tWUp010940; Tue, 16 Jul 2002 03:55:32 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6G7tVvw028602; Tue, 16 Jul 2002 03:55:31 -0400 Date: Tue, 16 Jul 2002 03:55:31 -0400 From: root@editorialunilit.com Message-Id: <200207160755.g6G7tVvw028602@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2391 System Id: unilit Backup Started: Mon Jul 15 23:50:00 EDT 2002 Dumpdate: Sat Jun 29 00:02:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 28 23:57 ./image.data -rw-r--r-- 1 root system 2925 Jun 28 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Mon Jul 15 23:50:23 EDT 2002 mksysb started Mon Jul 15 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7534 cache hits, 197 cache misses 147101 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 48650. Rewind Tape Tue Jul 16 02:21:17 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jul 16 02:31:18 EDT 2002 Dumpdate: Tue Jul 16 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 15 23:56 ./image.data -rw-r--r-- 1 root system 2967 Jul 15 23:50 ./tapeid.data 2708279 Kbytes, 32205 files Backup finished Tue Jul 16 03:55:30 EDT 2002 **** Usage Log: **** Uses: 64 Backup Date: Fri Jun 28 23:50:24 EDT 2002 Backup Date: Fri Jun 14 23:50:24 EDT 2002 Backup Date: Wed Jun 5 23:50:24 EDT 2002 Backup Date: Thu May 23 23:50:45 EDT 2002 Backup Date: Fri May 10 23:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 705272 41% 11949 9% /var /dev/hd3 81920 68296 17% 104 2% /tmp /dev/hd1 196608 32184 84% 1069 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 131072 9960 93% 5509 68% /bms /dev/lv04 294912 85208 72% 2461 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 918792 65% 359 1% /mail Free Mounted Blksiz Opens Status A: 8986 Tue Jul 16 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 794 Tue Jul 16 02:21 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Tue Jul 16 04:27:16 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G8RGC6042240 for ; Tue, 16 Jul 2002 04:27:16 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6G8RGOD045558 for bmsaix@bmsi.com; Tue, 16 Jul 2002 04:27:16 -0400 Date: Tue, 16 Jul 2002 04:27:16 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207160827.g6G8RGOD045558@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2392 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 16 00:30:01 EDT 2002 mksysb backup Tue Jul 16 00:30:22 EDT 2002 Dumpdate: Tue Jun 25 00:42:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 25 00:34 ./image.data -rw-r--r-- 1 root system 2750 Jun 25 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Jul 16 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jul 16 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 16 02:47:44 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28534. mksysb backup Tue Jul 16 02:48:53 EDT 2002 Dumpdate: Tue Jul 16 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 16 00:34 ./image.data -rw-r--r-- 1 root system 2792 Jul 16 00:30 ./tapeid.data Verify backup Tue Jul 16 02:49:01 EDT 2002 Segment 1-4: mksysb 4224582 Kbytes, 135635 files 88.5% Backup finished Tue Jul 16 04:27:15 EDT 2002 **** Usage Log: **** Uses: 19 Backup Date: Tue Jun 25 00:30:34 EDT 2002 Backup Date: Tue Jun 11 00:30:33 EDT 2002 Backup Date: Tue Jun 4 00:30:34 EDT 2002 Backup Date: Tue May 14 00:30:33 EDT 2002 Backup Date: Tue May 7 00:30:33 EDT 2002 From root@wall.wall.com Tue Jul 16 04:36:16 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G8aCC8032222; Tue, 16 Jul 2002 04:36:13 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6G8ZnjY022228; Tue, 16 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44636; Tue, 16 Jul 2002 04:29:03 -0400 Date: Tue, 16 Jul 2002 04:29:03 -0400 From: root@wall.wall.com Message-Id: <200207160829.EAA44636@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2393 System Id: wall Backup Started: Tue Jul 16 02:00:00 EDT 2002 Backup of btas image started Tue Jul 16 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jul 16 02:29:14 EDT 2002] 68.2% Dumpdate: Sat Jul 13 02:34:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 13 02:29 ./image.data -rw-r--r-- 1 root system 2735 Jul 13 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Jul 16 02:29:40 EDT 2002 mksysb started Tue Jul 16 02:29:41 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47519 files.............................. 3713 of 47519 files (7%).............................. 3713 of 47519 files (7%).............................. 3713 of 47519 files (7%).............................. 3751 of 47519 files (7%).............................. 3751 of 47519 files (7%).............................. 3751 of 47519 files (7%).............................. 3803 of 47519 files (8%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244975: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244976: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244977: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244978: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN244979: A file or directory in the path name does not exist. ............. 12298 of 47519 files (25%).............................. 22267 of 47519 files (46%).............................. 36405 of 47519 files (76%).............................. 43390 of 47519 files (91%)...................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Jul 16 03:37:22 EDT 2002 Verify mksysb Tue Jul 16 03:37:24 EDT 2002 Dumpdate: Tue Jul 16 02:36:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 16 02:31 ./image.data -rw-r--r-- 1 root system 2777 Jul 16 02:29 ./tapeid.data 1530775 Kbytes, 47514 files 0 cache hits, 0 cache misses Backup finished Tue Jul 16 04:29:02 EDT 2002 **** Usage Log: **** Uses: 61 Backup Date: Sat Jul 13 02:27:50 EDT 2002 Backup Date: Fri Jul 12 02:27:44 EDT 2002 Backup Date: Thu Jul 11 02:27:06 EDT 2002 Backup Date: Wed Jul 10 02:27:10 EDT 2002 Backup Date: Tue Jul 9 02:26:04 EDT 2002 From root@csichb.com Tue Jul 16 04:40:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G8e5C6022120 for ; Tue, 16 Jul 2002 04:40:05 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6G8e316015868 for ; Tue, 16 Jul 2002 04:40:04 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6G8e3JR009570 for ; Tue, 16 Jul 2002 04:40:03 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6G8e37N032822 for bmsaix@bmsi.com; Tue, 16 Jul 2002 04:40:03 -0400 Date: Tue, 16 Jul 2002 04:40:03 -0400 From: root@csichb.com Message-Id: <200207160840.g6G8e37N032822@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2394 System Id: csi Backup Started: Tue Jul 16 02:00:00 EDT 2002 Dumpdate: Tue Jul 9 02:04:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Jul 09 02:01 ./image.data -rw-r--r-- 1 root system 319 Jul 09 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Jul 16 02:00:21 EDT 2002 mksysb started Tue Jul 16 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87954 files.............................. 311 of 87954 files (0%).............................. 313 of 87954 files (0%).............................. 5544 of 87954 files (6%).............................. 6549 of 87954 files (7%).............................. 6729 of 87954 files (7%).......backup: 0511-449 An error occurred accessing ./tmp/.a0006.98: A file or directory in the path name does not exist. ....................... 16596 of 87954 files (18%).............................. 28757 of 87954 files (32%).............................. 31894 of 87954 files (36%).............................. 32000 of 87954 files (36%).............................. 40331 of 87954 files (45%).............................. 47987 of 87954 files (54%).............................. 59290 of 87954 files (67%).............................. 66892 of 87954 files (76%).............................. 71719 of 87954 files (81%).............................. 79746 of 87954 files (90%)......................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. BTAS/X Started [Tue Jul 16 03:24:24 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jul 16 03:24:26 EDT 2002 Verify mksysb Tue Jul 16 03:25:31 EDT 2002 Dumpdate: Tue Jul 16 02:04:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 16 02:01 ./image.data -rw-r--r-- 1 root system 361 Jul 16 02:00 ./tapeid.data 2206012 Kbytes, 87953 files Backup finished Tue Jul 16 04:40:02 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156984 97% 56730 10% /usr /dev/hd9var 720896 271968 63% 19872 23% /var /dev/hd3 344064 272128 21% 88 1% /tmp /dev/hd1 1130496 293176 75% 860 1% /home /dev/lv00 524288 153960 71% 5757 18% /bms /dev/lv01 835584 103288 88% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 2 Backup Date: Tue Jul 9 02:00:22 EDT 2002 Backup Date: Tue Jul 2 02:00:22 EDT 2002 From stuart@www.bmsi.com Tue Jul 16 06:58:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6GAwgC6013974; Tue, 16 Jul 2002 06:58:42 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6GAwe16010028; Tue, 16 Jul 2002 06:58:40 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.3/8.12.3/Submit) id g6GAwdth012586; Tue, 16 Jul 2002 06:58:39 -0400 Date: Tue, 16 Jul 2002 06:58:39 -0400 From: stuart@www.bmsi.com Message-Id: <200207161058.g6GAwdth012586@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0009 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2395 System Id: bmsweb Backup Started: Tue Jul 16 05:00:01 EDT 2002 BTAS/X frozen for the duration of this process 76.4% Dumpdate: Mon Feb 4 21:11:55 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Feb 04 21:06 ./image.data -rw-r--r-- 1 root system 1014 Feb 04 21:03 ./tapeid.data Tape Id: bmsweb0009 Backup Date: Tue Jul 16 05:13:36 EDT 2002 mksysb started Tue Jul 16 05:13:39 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/croutMMc8.F: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/croutMOc8.G: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/sh31342.1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/sh31088.1: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 16 06:15:39 EDT 2002 mksysb backup Tue Jul 16 06:16:04 EDT 2002 Dumpdate: Tue Jul 16 05:21:08 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 10075 Jul 16 05:16 ./image.data -rw-r--r-- 1 root system 1056 Jul 16 05:13 ./tapeid.data Verify backup Tue Jul 16 06:16:16 EDT 2002 Segment 1-4: mksysb 987743 Kbytes, 22259 files 88.9% 0 cache hits, 0 cache misses Backup finished Tue Jul 16 06:58:37 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Mon Feb 4 21:03:47 EST 2002 Backup Date: Mon Mar 5 05:12:54 EST 2001 Backup Date: Sat Jul 22 05:10:04 EDT 2000 Backup Date: Mon Jul 10 18:15:06 EDT 2000 Backup Date: Thu Feb 10 18:21:07 EST 2000 From root@bmsaix.bmsi.com Wed Jul 17 04:29:45 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6H8TiC6041596 for ; Wed, 17 Jul 2002 04:29:44 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6H8TigE031096 for bmsaix@bmsi.com; Wed, 17 Jul 2002 04:29:44 -0400 Date: Wed, 17 Jul 2002 04:29:44 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207170829.g6H8TigE031096@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2396 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jul 17 00:30:00 EDT 2002 mksysb backup Wed Jul 17 00:30:26 EDT 2002 Dumpdate: Wed Jun 26 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 26 00:34 ./image.data -rw-r--r-- 1 root system 2582 Jun 26 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Jul 17 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jul 17 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jul 17 02:48:35 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 37954. mksysb backup Wed Jul 17 02:50:20 EDT 2002 Dumpdate: Wed Jul 17 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 17 00:34 ./image.data -rw-r--r-- 1 root system 2624 Jul 17 00:30 ./tapeid.data Verify backup Wed Jul 17 02:50:27 EDT 2002 Segment 1-4: mksysb 4233368 Kbytes, 135714 files 88.5% Backup finished Wed Jul 17 04:29:44 EDT 2002 **** Usage Log: **** Uses: 15 Backup Date: Wed Jun 26 00:30:34 EDT 2002 Backup Date: Wed Jun 19 00:30:33 EDT 2002 Backup Date: Wed Jun 12 00:30:30 EDT 2002 Backup Date: Wed Jun 5 00:30:33 EDT 2002 Backup Date: Wed May 22 00:30:34 EDT 2002 From root@wall.wall.com Wed Jul 17 04:36:16 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6H8aDC8041486; Wed, 17 Jul 2002 04:36:13 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6H8Zm5X030982; Wed, 17 Jul 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA37464; Wed, 17 Jul 2002 04:28:02 -0400 Date: Wed, 17 Jul 2002 04:28:02 -0400 From: root@wall.wall.com Message-Id: <200207170828.EAA37464@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2397 System Id: wall Backup Started: Wed Jul 17 02:00:01 EDT 2002 Backup of btas image started Wed Jul 17 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jul 17 02:26:39 EDT 2002] 68.2% Dumpdate: Tue Jul 16 02:36:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 16 02:31 ./image.data -rw-r--r-- 1 root system 2777 Jul 16 02:29 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Jul 17 02:27:06 EDT 2002 mksysb started Wed Jul 17 02:27:07 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47554 files.............................. 3724 of 47554 files (7%).............................. 3724 of 47554 files (7%).............................. 3724 of 47554 files (7%).............................. 3762 of 47554 files (7%).............................. 3762 of 47554 files (7%).............................. 3762 of 47554 files (7%).............................. 3814 of 47554 files (8%).............................. 12275 of 47554 files (25%).............................. 21753 of 47554 files (45%).............................. 26745 of 47554 files (56%).............................. 40732 of 47554 files (85%).............................. 45783 of 47554 files (96%). 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jul 17 03:36:18 EDT 2002 Verify mksysb Wed Jul 17 03:36:19 EDT 2002 Dumpdate: Wed Jul 17 02:34:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 17 02:28 ./image.data -rw-r--r-- 1 root system 2819 Jul 17 02:27 ./tapeid.data 1531506 Kbytes, 47554 files 0 cache hits, 0 cache misses Backup finished Wed Jul 17 04:28:01 EDT 2002 **** Usage Log: **** Uses: 62 Backup Date: Tue Jul 16 02:29:40 EDT 2002 Backup Date: Sat Jul 13 02:27:50 EDT 2002 Backup Date: Fri Jul 12 02:27:44 EDT 2002 Backup Date: Thu Jul 11 02:27:06 EDT 2002 Backup Date: Wed Jul 10 02:27:10 EDT 2002 From root@csichb.com Thu Jul 18 01:52:59 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I5qwC6018304 for ; Thu, 18 Jul 2002 01:52:58 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I5qq16030136 for ; Thu, 18 Jul 2002 01:52:57 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6I5qpJT026480 for ; Thu, 18 Jul 2002 01:52:51 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6H8eemJ025132 for bmsaix@bmsi.com; Wed, 17 Jul 2002 04:40:40 -0400 Date: Wed, 17 Jul 2002 04:40:40 -0400 From: root@csichb.com Message-Id: <200207170840.g6H8eemJ025132@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2398 System Id: csi Backup Started: Wed Jul 17 02:00:00 EDT 2002 Dumpdate: Wed Jul 10 02:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 10 02:01 ./image.data -rw-r--r-- 1 root system 3091 Jul 10 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jul 17 02:00:21 EDT 2002 mksysb started Wed Jul 17 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87818 files.............................. 311 of 87818 files (0%).............................. 313 of 87818 files (0%).............................. 5545 of 87818 files (6%).............................. 6563 of 87818 files (7%).............................. 6729 of 87818 files (7%).............................. 15907 of 87818 files (18%).............................. 28012 of 87818 files (31%).............................. 31756 of 87818 files (36%).............................. 31865 of 87818 files (36%).............................. 39586 of 87818 files (45%).............................. 45755 of 87818 files (52%).............................. 59116 of 87818 files (67%).............................. 66466 of 87818 files (75%).............................. 71435 of 87818 files (81%).............................. 79547 of 87818 files (90%).......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jul 17 03:24:38 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jul 17 03:24:40 EDT 2002 Verify mksysb Wed Jul 17 03:25:46 EDT 2002 Dumpdate: Wed Jul 17 02:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 17 02:01 ./image.data -rw-r--r-- 1 root system 3133 Jul 17 02:00 ./tapeid.data 2213545 Kbytes, 87818 files Backup finished Wed Jul 17 04:40:40 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156984 97% 56730 10% /usr /dev/hd9var 720896 254992 65% 19723 22% /var /dev/hd3 344064 271944 21% 88 1% /tmp /dev/hd1 1130496 293176 75% 860 1% /home /dev/lv00 524288 151856 72% 5771 18% /bms /dev/lv01 835584 102320 88% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 68 Backup Date: Wed Jul 10 02:00:22 EDT 2002 Backup Date: Wed Jul 3 02:00:22 EDT 2002 Backup Date: Wed Jun 26 02:00:22 EDT 2002 Backup Date: Wed Jun 19 02:00:22 EDT 2002 Backup Date: Wed Jun 12 02:00:22 EDT 2002 From root@editorialunilit.com Thu Jul 18 01:55:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I5tPC6043790 for ; Thu, 18 Jul 2002 01:55:25 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I5tN16028984 for ; Thu, 18 Jul 2002 01:55:24 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6H7uKUp040940; Wed, 17 Jul 2002 03:56:20 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6H7uKY0028650; Wed, 17 Jul 2002 03:56:20 -0400 Date: Wed, 17 Jul 2002 03:56:20 -0400 From: root@editorialunilit.com Message-Id: <200207170756.g6H7uKY0028650@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2399 System Id: unilit Backup Started: Tue Jul 16 23:50:01 EDT 2002 Dumpdate: Tue Jul 2 00:03:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 01 23:57 ./image.data -rw-r--r-- 1 root system 1497 Jul 01 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Tue Jul 16 23:50:57 EDT 2002 mksysb started Tue Jul 16 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7531 cache hits, 195 cache misses 147222 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 20024. Rewind Tape Wed Jul 17 02:22:39 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jul 17 02:32:40 EDT 2002 Dumpdate: Wed Jul 17 00:03:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 16 23:57 ./image.data -rw-r--r-- 1 root system 1539 Jul 16 23:50 ./tapeid.data 2714496 Kbytes, 32223 files Backup finished Wed Jul 17 03:56:19 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Mon Jul 1 23:50:57 EDT 2002 Backup Date: Mon Jun 17 23:50:56 EDT 2002 Backup Date: Fri May 24 23:50:57 EDT 2002 Backup Date: Mon May 20 23:50:56 EDT 2002 Backup Date: Tue May 7 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 698816 41% 11967 9% /var /dev/hd3 81920 68744 17% 103 2% /tmp /dev/hd1 196608 32040 84% 1069 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 131072 9968 93% 5511 68% /bms /dev/lv04 294912 85120 72% 2461 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 914288 65% 359 1% /mail Free Mounted Blksiz Opens Status A: 8865 Wed Jul 17 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 844 Wed Jul 17 02:22 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Thu Jul 18 02:06:20 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I66JC6043804; Thu, 18 Jul 2002 02:06:19 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I66718015044; Thu, 18 Jul 2002 02:06:17 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6H6oxB20397; Wed, 17 Jul 2002 02:50:59 -0400 Date: Wed, 17 Jul 2002 02:50:59 -0400 From: root Message-Id: <200207170650.g6H6oxB20397@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2400 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jul 17 02:00:01 EDT 2002 BMS backup Wed Jul 17 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Wed Jul 17 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jul 17 02:02:37 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1318512640 (1.2GB, 909kB/s) 1417.12s real 4.28s user 23.82s system Rewind Tape Wed Jul 17 02:26:14 EDT 2002 BMS backup Wed Jul 17 02:27:10 EDT 2002 Verify backup Wed Jul 17 02:27:10 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jul 17 02:50:59 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Sat Jul 6 02:00:24 EDT 2002 Backup Date: Tue Jun 18 02:00:24 EDT 2002 Backup Date: Tue Jun 4 02:00:24 EDT 2002 Backup Date: Thu May 23 02:00:24 EDT 2002 Backup Date: Fri May 10 02:00:25 EDT 2002 From root@acustomsbroker.com Thu Jul 18 02:51:26 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I6pOC6018260; Thu, 18 Jul 2002 02:51:24 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I6pN16016478; Thu, 18 Jul 2002 02:51:23 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6I6pMa29313; Thu, 18 Jul 2002 02:51:22 -0400 Date: Thu, 18 Jul 2002 02:51:22 -0400 From: root Message-Id: <200207180651.g6I6pMa29313@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2401 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Jul 18 02:00:00 EDT 2002 BMS backup Thu Jul 18 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Thu Jul 18 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Jul 18 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1320130560 (1.2GB, 901kB/s) 1431.24s real 4.12s user 22.82s system Rewind Tape Thu Jul 18 02:26:10 EDT 2002 BMS backup Thu Jul 18 02:27:12 EDT 2002 Verify backup Thu Jul 18 02:27:12 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Jul 18 02:51:22 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Tue Jul 9 02:00:24 EDT 2002 Backup Date: Tue Jul 2 02:00:24 EDT 2002 Backup Date: Wed Jun 19 02:00:24 EDT 2002 Backup Date: Wed Jun 5 02:00:24 EDT 2002 Backup Date: Sat May 11 02:00:24 EDT 2002 From root@editorialunilit.com Thu Jul 18 04:12:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I8C2C6014476 for ; Thu, 18 Jul 2002 04:12:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I8C016027404 for ; Thu, 18 Jul 2002 04:12:00 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6I8AhUp008228; Thu, 18 Jul 2002 04:10:43 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6I8AgC3010018; Thu, 18 Jul 2002 04:10:42 -0400 Date: Thu, 18 Jul 2002 04:10:42 -0400 From: root@editorialunilit.com Message-Id: <200207180810.g6I8AgC3010018@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2402 System Id: unilit Backup Started: Wed Jul 17 23:50:00 EDT 2002 Dumpdate: Wed Jul 3 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 02 23:57 ./image.data -rw-r--r-- 1 root system 1455 Jul 02 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Wed Jul 17 23:50:57 EDT 2002 mksysb started Wed Jul 17 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7533 cache hits, 194 cache misses 147268 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6H7uKUp040940: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg6H7uKUp040940: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 15596. Rewind Tape Thu Jul 18 02:24:37 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Jul 18 02:34:38 EDT 2002 Dumpdate: Thu Jul 18 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 17 23:57 ./image.data -rw-r--r-- 1 root system 1497 Jul 17 23:50 ./tapeid.data 2747247 Kbytes, 32630 files Backup finished Thu Jul 18 04:10:42 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Tue Jul 2 23:50:59 EDT 2002 Backup Date: Tue Jun 18 23:50:57 EDT 2002 Backup Date: Tue May 28 23:51:08 EDT 2002 Backup Date: Tue May 21 23:50:56 EDT 2002 Backup Date: Mon May 13 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 693904 42% 12373 9% /var /dev/hd3 81920 68752 17% 101 1% /tmp /dev/hd1 196608 31216 85% 1070 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 131072 9968 93% 5512 68% /bms /dev/lv04 294912 83768 72% 2461 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 877528 67% 359 1% /mail Free Mounted Blksiz Opens Status A: 8819 Thu Jul 18 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 840 Thu Jul 18 02:24 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Thu Jul 18 04:36:15 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I8aCC8031102; Thu, 18 Jul 2002 04:36:13 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6I8Zmem014454; Thu, 18 Jul 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39120; Thu, 18 Jul 2002 04:27:26 -0400 Date: Thu, 18 Jul 2002 04:27:26 -0400 From: root@wall.wall.com Message-Id: <200207180827.EAA39120@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2403 System Id: wall Backup Started: Thu Jul 18 02:00:00 EDT 2002 Backup of btas image started Thu Jul 18 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jul 18 02:27:28 EDT 2002] 68.2% Dumpdate: Wed Jul 17 02:34:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 17 02:28 ./image.data -rw-r--r-- 1 root system 2819 Jul 17 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Jul 18 02:27:54 EDT 2002 mksysb started Thu Jul 18 02:27:55 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47574 files.............................. 3736 of 47574 files (7%).............................. 3736 of 47574 files (7%).............................. 3736 of 47574 files (7%).............................. 3774 of 47574 files (7%).............................. 3774 of 47574 files (7%).............................. 3774 of 47574 files (7%).............................. 3826 of 47574 files (8%).................backup: 0511-449 An error occurred accessing ../bms/tdni/output/IN245092: A file or directory in the path name does not exist. ............ 12018 of 47574 files (25%).............................. 21812 of 47574 files (45%).............................. 35177 of 47574 files (73%).............................. 43443 of 47574 files (91%)....................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Jul 18 03:35:42 EDT 2002 Verify mksysb Thu Jul 18 03:35:43 EDT 2002 Dumpdate: Thu Jul 18 02:35:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 18 02:29 ./image.data -rw-r--r-- 1 root system 2861 Jul 18 02:27 ./tapeid.data 1532281 Kbytes, 47573 files 0 cache hits, 0 cache misses Backup finished Thu Jul 18 04:27:25 EDT 2002 **** Usage Log: **** Uses: 63 Backup Date: Wed Jul 17 02:27:06 EDT 2002 Backup Date: Tue Jul 16 02:29:40 EDT 2002 Backup Date: Sat Jul 13 02:27:50 EDT 2002 Backup Date: Fri Jul 12 02:27:44 EDT 2002 Backup Date: Thu Jul 11 02:27:06 EDT 2002 From root@csichb.com Thu Jul 18 04:42:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I8geC6040760 for ; Thu, 18 Jul 2002 04:42:40 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6I8gd16032160 for ; Thu, 18 Jul 2002 04:42:39 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6I8gcJR027422 for ; Thu, 18 Jul 2002 04:42:38 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6I8gcQG033862 for bmsaix@bmsi.com; Thu, 18 Jul 2002 04:42:38 -0400 Date: Thu, 18 Jul 2002 04:42:38 -0400 From: root@csichb.com Message-Id: <200207180842.g6I8gcQG033862@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2404 System Id: csi Backup Started: Thu Jul 18 02:00:01 EDT 2002 Dumpdate: Thu Jul 11 02:04:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 11 02:01 ./image.data -rw-r--r-- 1 root system 571 Jul 11 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Jul 18 02:00:22 EDT 2002 mksysb started Thu Jul 18 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88446 files.............................. 311 of 88446 files (0%).............................. 313 of 88446 files (0%).............................. 5532 of 88446 files (6%).............................. 6574 of 88446 files (7%).............................. 6703 of 88446 files (7%)..........backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6GK15JR021742: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6GN0uJR020684: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg6GK15JR021742: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6H3KdJR009590: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg6GN0uJR020684: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg6H3KdJR009590: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg6HE15JR025916: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6I3L8JR045080: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6HE15JR025916: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg6I3L8JR045080: A file or directory in the path name does not exist. ..backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg6HH174A028046: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg6HK0tTJ017050: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg6HH174A028046: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg6HN0jx6016886: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg6HK0tTJ017050: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg6HN0jx6016886: A file or directory in the path name does not exist. .................. 14890 of 88446 files (16%).............................. 28161 of 88446 files (31%).............................. 32360 of 88446 files (36%).............................. 32474 of 88446 files (36%).............................. 36855 of 88446 files (41%).............................. 45373 of 88446 files (51%).............................. 59726 of 88446 files (67%).............................. 66116 of 88446 files (74%).............................. 71210 of 88446 files (80%).............................. 77521 of 88446 files (87%).............................. 86112 of 88446 files (97%). 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. BTAS/X Started [Thu Jul 18 03:25:30 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Jul 18 03:25:31 EDT 2002 Verify mksysb Thu Jul 18 03:26:37 EDT 2002 Dumpdate: Thu Jul 18 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 18 02:01 ./image.data -rw-r--r-- 1 root system 613 Jul 18 02:00 ./tapeid.data 2224715 Kbytes, 88430 files Backup finished Thu Jul 18 04:42:37 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156984 97% 56730 10% /usr /dev/hd9var 720896 233440 68% 20321 23% /var /dev/hd3 344064 271856 21% 88 1% /tmp /dev/hd1 1130496 284016 75% 864 1% /home /dev/lv00 524288 149704 72% 5782 18% /bms /dev/lv01 835584 101600 88% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 8 Backup Date: Thu Jul 11 02:00:22 EDT 2002 Backup Date: Fri Jul 5 02:00:19 EDT 2002 Backup Date: Thu Jul 4 02:00:22 EDT 2002 Backup Date: Thu Jun 27 02:00:22 EDT 2002 Backup Date: Thu Jun 20 02:00:21 EDT 2002 From root@acustomsbroker.com Fri Jul 19 02:50:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J6oqC6024022; Fri, 19 Jul 2002 02:50:52 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J6oo16029550; Fri, 19 Jul 2002 02:50:51 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6J6ooT04231; Fri, 19 Jul 2002 02:50:50 -0400 Date: Fri, 19 Jul 2002 02:50:50 -0400 From: root Message-Id: <200207190650.g6J6ooT04231@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2405 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jul 19 02:00:00 EDT 2002 BMS backup Fri Jul 19 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Fri Jul 19 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jul 19 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1321072640 (1.2GB, 911kB/s) 1416.40s real 4.58s user 23.73s system Rewind Tape Fri Jul 19 02:25:56 EDT 2002 BMS backup Fri Jul 19 02:26:50 EDT 2002 Verify backup Fri Jul 19 02:26:50 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jul 19 02:50:49 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Wed Jul 3 02:00:24 EDT 2002 Backup Date: Fri Jun 21 02:00:23 EDT 2002 Backup Date: Thu Jun 6 02:00:24 EDT 2002 Backup Date: Fri May 24 02:00:25 EDT 2002 Backup Date: Thu May 2 02:00:24 EDT 2002 From root@editorialunilit.com Fri Jul 19 04:06:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J86mC6039492 for ; Fri, 19 Jul 2002 04:06:48 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J86l16032068 for ; Fri, 19 Jul 2002 04:06:47 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6J85TUp050830; Fri, 19 Jul 2002 04:05:29 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6J85TnT009612; Fri, 19 Jul 2002 04:05:29 -0400 Date: Fri, 19 Jul 2002 04:05:29 -0400 From: root@editorialunilit.com Message-Id: <200207190805.g6J85TnT009612@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2406 System Id: unilit Backup Started: Thu Jul 18 23:50:00 EDT 2002 Dumpdate: Thu Jul 4 00:02:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 03 23:56 ./image.data -rw-r--r-- 1 root system 1455 Jul 03 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Thu Jul 18 23:50:23 EDT 2002 mksysb started Thu Jul 18 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7506 cache hits, 187 cache misses 147359 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 47538. Rewind Tape Fri Jul 19 02:24:17 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jul 19 02:34:18 EDT 2002 Dumpdate: Fri Jul 19 00:02:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 18 23:56 ./image.data -rw-r--r-- 1 root system 1497 Jul 18 23:50 ./tapeid.data 2738381 Kbytes, 32337 files Backup finished Fri Jul 19 04:05:28 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Wed Jul 3 23:50:23 EDT 2002 Backup Date: Wed Jun 19 23:50:24 EDT 2002 Backup Date: Tue Jun 4 23:50:27 EDT 2002 Backup Date: Wed May 22 23:50:25 EDT 2002 Backup Date: Tue May 14 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 701336 41% 12255 9% /var /dev/hd3 81920 68712 17% 101 1% /tmp /dev/hd1 196608 30384 85% 1071 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 147456 34352 77% 5336 58% /bms /dev/lv04 294912 83768 72% 2461 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 880656 66% 359 1% /mail Free Mounted Blksiz Opens Status A: 8728 Fri Jul 19 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 787 Fri Jul 19 02:24 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Fri Jul 19 04:30:02 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J8U1C6022444 for ; Fri, 19 Jul 2002 04:30:02 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6J8U18E036004 for bmsaix@bmsi.com; Fri, 19 Jul 2002 04:30:01 -0400 Date: Fri, 19 Jul 2002 04:30:01 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207190830.g6J8U18E036004@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: RO X-Status: X-Keywords: X-UID: 2407 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jul 19 00:30:00 EDT 2002 mksysb backup Fri Jul 19 00:30:22 EDT 2002 Dumpdate: Fri Jul 12 00:42:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 12 00:34 ./image.data -rw-r--r-- 1 root system 2876 Jul 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jul 19 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jul 19 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jul 19 02:46:57 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 37962. mksysb backup Fri Jul 19 02:48:40 EDT 2002 Dumpdate: Fri Jul 19 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 19 00:33 ./image.data -rw-r--r-- 1 root system 2918 Jul 19 00:30 ./tapeid.data Verify backup Fri Jul 19 02:48:47 EDT 2002 Segment 1-4: mksysb 4195844 Kbytes, 138646 files 88.5% Backup finished Fri Jul 19 04:30:01 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Fri Jul 12 00:30:31 EDT 2002 Backup Date: Fri Jun 28 00:30:30 EDT 2002 Backup Date: Fri Jun 21 00:30:33 EDT 2002 Backup Date: Fri Jun 14 00:30:30 EDT 2002 Backup Date: Fri Jun 7 00:30:30 EDT 2002 From root@wall.wall.com Fri Jul 19 04:36:16 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J8aDC8028512; Fri, 19 Jul 2002 04:36:14 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6J8ZnK8022360; Fri, 19 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA13096; Fri, 19 Jul 2002 04:24:50 -0400 Date: Fri, 19 Jul 2002 04:24:50 -0400 From: root@wall.wall.com Message-Id: <200207190824.EAA13096@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2408 System Id: wall Backup Started: Fri Jul 19 02:00:00 EDT 2002 Backup of btas image started Fri Jul 19 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jul 19 02:27:38 EDT 2002] 68.2% Dumpdate: Thu Jul 18 02:35:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 18 02:29 ./image.data -rw-r--r-- 1 root system 2861 Jul 18 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Fri Jul 19 02:28:04 EDT 2002 mksysb started Fri Jul 19 02:28:05 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 47557 files.............................. 3744 of 47557 files (7%).............................. 3744 of 47557 files (7%).............................. 3744 of 47557 files (7%).............................. 3782 of 47557 files (7%).............................. 3782 of 47557 files (7%).............................. 3782 of 47557 files (7%).............................. 3834 of 47557 files (8%).............................. 12997 of 47557 files (27%).............................. 22729 of 47557 files (47%).............................. 36690 of 47557 files (77%).............................. 45572 of 47557 files (95%)...... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jul 19 03:33:08 EDT 2002 Verify mksysb Fri Jul 19 03:33:10 EDT 2002 Dumpdate: Fri Jul 19 02:35:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 19 02:29 ./image.data -rw-r--r-- 1 root system 2903 Jul 19 02:28 ./tapeid.data 1532000 Kbytes, 47557 files 0 cache hits, 0 cache misses Backup finished Fri Jul 19 04:24:49 EDT 2002 **** Usage Log: **** Uses: 64 Backup Date: Thu Jul 18 02:27:54 EDT 2002 Backup Date: Wed Jul 17 02:27:06 EDT 2002 Backup Date: Tue Jul 16 02:29:40 EDT 2002 Backup Date: Sat Jul 13 02:27:50 EDT 2002 Backup Date: Fri Jul 12 02:27:44 EDT 2002 From root@csichb.com Fri Jul 19 04:43:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J8h1C6044034 for ; Fri, 19 Jul 2002 04:43:01 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6J8gx16014432 for ; Fri, 19 Jul 2002 04:43:00 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6J8gxJR016538 for ; Fri, 19 Jul 2002 04:42:59 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6J8gxp0049118 for bmsaix@bmsi.com; Fri, 19 Jul 2002 04:42:59 -0400 Date: Fri, 19 Jul 2002 04:42:59 -0400 From: root@csichb.com Message-Id: <200207190842.g6J8gxp0049118@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2409 System Id: csi Backup Started: Fri Jul 19 02:00:01 EDT 2002 Dumpdate: Fri Jul 12 02:05:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 12 02:01 ./image.data -rw-r--r-- 1 root system 1411 Jul 12 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Jul 19 02:00:23 EDT 2002 mksysb started Fri Jul 19 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 89380 files.............................. 311 of 89380 files (0%).............................. 313 of 89380 files (0%).............................. 5531 of 89380 files (6%).............................. 6585 of 89380 files (7%).............................. 6709 of 89380 files (7%).............................. 14854 of 89380 files (16%).............................. 28278 of 89380 files (31%).............................. 33308 of 89380 files (37%).............................. 33424 of 89380 files (37%).............................. 37805 of 89380 files (42%).............................. 46261 of 89380 files (51%).............................. 60677 of 89380 files (67%).............................. 67223 of 89380 files (75%).............................. 72373 of 89380 files (80%).............................. 78830 of 89380 files (88%).............................. 89343 of 89380 files (99%) 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Jul 19 03:26:30 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Jul 19 03:26:31 EDT 2002 Verify mksysb Fri Jul 19 03:27:38 EDT 2002 Dumpdate: Fri Jul 19 02:05:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 19 02:01 ./image.data -rw-r--r-- 1 root system 1453 Jul 19 02:00 ./tapeid.data 2232476 Kbytes, 89380 files Backup finished Fri Jul 19 04:42:58 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156984 97% 56730 10% /usr /dev/hd9var 720896 219568 70% 21263 24% /var /dev/hd3 344064 271744 22% 88 1% /tmp /dev/hd1 1130496 280344 76% 860 1% /home /dev/lv00 524288 147872 72% 5793 18% /bms /dev/lv01 835584 100840 88% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 28 Backup Date: Fri Jul 12 02:00:22 EDT 2002 Backup Date: Fri Jun 28 02:00:22 EDT 2002 Backup Date: Fri Jun 21 02:00:22 EDT 2002 Backup Date: Fri Jun 14 02:00:21 EDT 2002 Backup Date: Fri Jun 7 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Fri Jul 26 09:07:04 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QD70N3023996; Fri, 26 Jul 2002 09:07:01 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QD6XxJ029994; Fri, 26 Jul 2002 09:06:59 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6P6oqV12729; Thu, 25 Jul 2002 02:50:52 -0400 Date: Thu, 25 Jul 2002 02:50:52 -0400 From: root Message-Id: <200207250650.g6P6oqV12729@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0009 backup Status: O X-Status: X-Keywords: X-UID: 2410 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Jul 25 02:00:00 EDT 2002 BMS backup Thu Jul 25 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0009 Backup Date: Thu Jul 25 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Jul 25 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1320867840 (1.2GB, 906kB/s) 1423.03s real 4.16s user 23.20s system Rewind Tape Thu Jul 25 02:26:02 EDT 2002 BMS backup Thu Jul 25 02:26:59 EDT 2002 Verify backup Thu Jul 25 02:26:59 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Jul 25 02:50:51 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Sat Jul 13 02:00:24 EDT 2002 Backup Date: Wed Jun 26 02:00:24 EDT 2002 Backup Date: Wed Jun 12 02:00:24 EDT 2002 Backup Date: Fri May 31 02:00:24 EDT 2002 Backup Date: Sat May 18 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Fri Jul 26 09:06:49 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QD6mN3044108; Fri, 26 Jul 2002 09:06:48 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QD6XxD029994; Fri, 26 Jul 2002 09:06:46 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6Q6pLa20717; Fri, 26 Jul 2002 02:51:21 -0400 Date: Fri, 26 Jul 2002 02:51:21 -0400 From: root Message-Id: <200207260651.g6Q6pLa20717@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: O X-Status: X-Keywords: X-UID: 2411 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Jul 26 02:00:00 EDT 2002 BMS backup Fri Jul 26 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Fri Jul 26 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Jul 26 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1322444800 (1.2GB, 902kB/s) 1430.57s real 4.02s user 23.11s system Rewind Tape Fri Jul 26 02:26:06 EDT 2002 BMS backup Fri Jul 26 02:27:04 EDT 2002 Verify backup Fri Jul 26 02:27:04 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Jul 26 02:51:21 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Fri Jun 28 02:00:24 EDT 2002 Backup Date: Fri Jun 14 02:00:24 EDT 2002 Backup Date: Sat Jun 1 02:00:24 EDT 2002 Backup Date: Tue May 21 02:00:24 EDT 2002 Backup Date: Wed May 8 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Fri Jul 26 08:52:21 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QCqFN3044278 for ; Fri, 26 Jul 2002 08:52:15 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QCqExD027514 for ; Fri, 26 Jul 2002 08:52:14 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6Q7wMUp054968; Fri, 26 Jul 2002 03:58:22 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6Q7wMEC063926; Fri, 26 Jul 2002 03:58:22 -0400 Date: Fri, 26 Jul 2002 03:58:22 -0400 From: root@editorialunilit.com Message-Id: <200207260758.g6Q7wMEC063926@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2412 System Id: unilit Backup Started: Thu Jul 25 23:50:01 EDT 2002 Dumpdate: Fri Jul 12 00:17:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 12 00:06 ./image.data -rw-r--r-- 1 root system 363 Jul 11 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0080 Backup Date: Thu Jul 25 23:50:22 EDT 2002 mksysb started Thu Jul 25 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7553 cache hits, 185 cache misses 148474 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 57634. Rewind Tape Fri Jul 26 02:21:28 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Jul 26 02:31:29 EDT 2002 Dumpdate: Fri Jul 26 00:01:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 25 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 25 23:50 ./tapeid.data 2792519 Kbytes, 30866 files Backup finished Fri Jul 26 03:58:21 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Thu Jul 11 23:50:24 EDT 2002 Backup Date: Wed Jun 26 23:50:25 EDT 2002 Backup Date: Wed Jun 12 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 687648 42% 10735 8% /var /dev/hd3 81920 68632 17% 101 1% /tmp /dev/hd1 196608 16280 92% 1074 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20584 87% 3087 67% /usr/local /dev/lv03 147456 33824 78% 5342 58% /bms /dev/lv04 294912 82840 72% 2491 28% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 817080 69% 369 1% /mail Free Mounted Blksiz Opens Status A: 7613 Fri Jul 26 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 620 Fri Jul 26 02:21 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Fri Jul 26 08:52:18 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QCqGN3011256 for ; Fri, 26 Jul 2002 08:52:16 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6QCqExF027514 for ; Fri, 26 Jul 2002 08:52:15 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6P470Up043516; Thu, 25 Jul 2002 00:07:00 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6P470rE018170; Thu, 25 Jul 2002 00:07:00 -0400 Date: Thu, 25 Jul 2002 00:07:00 -0400 From: root@editorialunilit.com Message-Id: <200207250407.g6P470rE018170@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0084 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2413 System Id: unilit Backup Started: Wed Jul 24 23:50:01 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error Assigning New Tape Id Wed Jul 24 23:50:34 EDT 2002 Retensioning Tape Wed Jul 24 23:50:35 EDT 2002 /dev/rmt0: The media surface is damaged. Tape Id: unilit0084 Backup Date: Wed Jul 24 23:50:35 EDT 2002 /dev/rmt0: The media surface is damaged. mksysb started Wed Jul 24 23:50:35 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7579 cache hits, 180 cache misses 148263 cache hits, 90 cache misses 0512-017 mksysb: Cannot write to the device /dev/rmt0.1. Either write protected or in use. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 36976. Rewind Tape Wed Jul 24 23:56:57 EDT 2002 /dev/rmt0: The media surface is damaged. Sleeping for 10 minutes to let tape drive cool down. /dev/rmt0: The media surface is damaged. Verify mksysb Thu Jul 25 00:06:58 EDT 2002 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Thu Jul 25 00:06:59 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 899 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 695328 42% 10534 8% /var /dev/hd3 81920 68656 17% 101 1% /tmp /dev/hd1 196608 21920 89% 1072 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20584 87% 3087 67% /usr/local /dev/lv03 147456 33976 77% 5341 58% /bms /dev/lv04 294912 82992 72% 2486 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 829568 68% 366 1% /mail Free Mounted Blksiz Opens Status A: 7824 Wed Jul 24 23:56 2048 8 Clean /btdata/SPAN 156276 used B: 714 Wed Jul 24 23:56 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Fri Jul 26 04:36:19 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6Q8aGN5021040; Fri, 26 Jul 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6Q8ZpMB042278; Fri, 26 Jul 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA33206; Fri, 26 Jul 2002 04:27:32 -0400 Date: Fri, 26 Jul 2002 04:27:32 -0400 From: root@wall.wall.com Message-Id: <200207260827.EAA33206@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: O X-Status: X-Keywords: X-UID: 2414 System Id: wall Backup Started: Fri Jul 26 02:00:00 EDT 2002 Backup of btas image started Fri Jul 26 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Jul 26 02:25:49 EDT 2002] 68.2% Dumpdate: Thu Jul 25 02:34:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 25 02:28 ./image.data -rw-r--r-- 1 root system 1685 Jul 25 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Jul 26 02:26:15 EDT 2002 mksysb started Fri Jul 26 02:26:16 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47597 files.............................. 3794 of 47597 files (7%).............................. 3794 of 47597 files (7%).............................. 3794 of 47597 files (7%).............................. 3832 of 47597 files (8%).............................. 3832 of 47597 files (8%).............................. 3832 of 47597 files (8%).............................. 3883 of 47597 files (8%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245508: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245509: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245510: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245511: A file or directory in the path name does not exist. ........... 10943 of 47597 files (22%).............................. 21734 of 47597 files (45%).............................. 26724 of 47597 files (56%).............................. 40704 of 47597 files (85%).............................. 45822 of 47597 files (96%).. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Jul 26 03:35:34 EDT 2002 Verify mksysb Fri Jul 26 03:35:35 EDT 2002 Dumpdate: Fri Jul 26 02:33:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 26 02:27 ./image.data -rw-r--r-- 1 root system 1727 Jul 26 02:26 ./tapeid.data 1534423 Kbytes, 47593 files 0 cache hits, 0 cache misses Backup finished Fri Jul 26 04:27:32 EDT 2002 **** Usage Log: **** Uses: 36 Backup Date: Thu Jul 25 02:27:03 EDT 2002 Backup Date: Wed Jul 24 02:27:07 EDT 2002 Backup Date: Tue Jul 23 02:28:04 EDT 2002 Backup Date: Sat Jul 20 02:27:43 EDT 2002 Backup Date: Fri Jun 21 02:27:14 EDT 2002 From stuart@bmsaix.bmsi.com Fri Jul 26 04:32:33 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6Q8WWN3047816 for ; Fri, 26 Jul 2002 04:32:32 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6Q8WWOX042430 for bmsaix@bmsi.com; Fri, 26 Jul 2002 04:32:32 -0400 Date: Fri, 26 Jul 2002 04:32:32 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207260832.g6Q8WWOX042430@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: O X-Status: X-Keywords: X-UID: 2415 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Jul 26 00:30:00 EDT 2002 mksysb backup Fri Jul 26 00:30:22 EDT 2002 Dumpdate: Fri Jul 19 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 19 00:33 ./image.data -rw-r--r-- 1 root system 2918 Jul 19 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri Jul 26 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Jul 26 00:31:00 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/tmp/NsTmp34032.26.ER5w7a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/NsTmp34032.25.ETxwqa: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/NsTmp34032.24.RC7Iaa: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/NsTmp34032.27.b12Yia: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/tmp/NsTmp34032.28.b1GYqa: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/named/schayer.com.bwHmya: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/named/bwicorp.com.EPtwya: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/named/csi.com.u96hqa: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/named/jsconnor.com.u9cDya: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Jul 26 02:49:53 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 26076. mksysb backup Fri Jul 26 02:51:39 EDT 2002 Dumpdate: Fri Jul 26 00:42:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 26 00:34 ./image.data -rw-r--r-- 1 root system 2960 Jul 26 00:30 ./tapeid.data Verify backup Fri Jul 26 02:51:47 EDT 2002 Segment 1-4: mksysb 4200774 Kbytes, 144327 files 88.7% Backup finished Fri Jul 26 04:32:31 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Fri Jul 19 00:30:30 EDT 2002 Backup Date: Fri Jul 12 00:30:31 EDT 2002 Backup Date: Fri Jun 28 00:30:30 EDT 2002 Backup Date: Fri Jun 21 00:30:33 EDT 2002 Backup Date: Fri Jun 14 00:30:30 EDT 2002 From stuart@bmsaix.bmsi.com Thu Jul 25 04:36:20 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6P8aGN5032588; Thu, 25 Jul 2002 04:36:16 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6P8Zn6r041264; Thu, 25 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34070; Thu, 25 Jul 2002 04:26:30 -0400 Date: Thu, 25 Jul 2002 04:26:30 -0400 From: root@wall.wall.com Message-Id: <200207250826.EAA34070@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: O X-Status: X-Keywords: X-UID: 2416 System Id: wall Backup Started: Thu Jul 25 02:00:00 EDT 2002 Backup of btas image started Thu Jul 25 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Jul 25 02:26:32 EDT 2002] 68.2% Dumpdate: Wed Jul 24 02:34:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 24 02:28 ./image.data -rw-r--r-- 1 root system 1643 Jul 24 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Jul 25 02:27:03 EDT 2002 mksysb started Thu Jul 25 02:27:04 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47561 files.............................. 3796 of 47561 files (7%).............................. 3796 of 47561 files (7%).............................. 3796 of 47561 files (7%).............................. 3834 of 47561 files (8%).............................. 3834 of 47561 files (8%).............................. 3834 of 47561 files (8%).............................. 3885 of 47561 files (8%)....................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245443: A file or directory in the path name does not exist. .......... 10641 of 47561 files (22%).............................. 21076 of 47561 files (44%).............................. 26691 of 47561 files (56%).............................. 40783 of 47561 files (85%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Jul 25 03:34:22 EDT 2002 Verify mksysb Thu Jul 25 03:34:24 EDT 2002 Dumpdate: Thu Jul 25 02:34:10 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 25 02:28 ./image.data -rw-r--r-- 1 root system 1685 Jul 25 02:27 ./tapeid.data 1533753 Kbytes, 47560 files 0 cache hits, 0 cache misses Backup finished Thu Jul 25 04:26:29 EDT 2002 **** Usage Log: **** Uses: 35 Backup Date: Wed Jul 24 02:27:07 EDT 2002 Backup Date: Tue Jul 23 02:28:04 EDT 2002 Backup Date: Sat Jul 20 02:27:43 EDT 2002 Backup Date: Fri Jun 21 02:27:14 EDT 2002 Backup Date: Thu Jun 20 02:28:22 EDT 2002 From stuart@bmsaix.bmsi.com Wed Jul 24 04:42:48 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O8glN3038490 for ; Wed, 24 Jul 2002 04:42:47 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6O8gltb043352 for bmsaix@bmsi.com; Wed, 24 Jul 2002 04:42:47 -0400 Date: Wed, 24 Jul 2002 04:42:47 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207240842.g6O8gltb043352@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: O X-Status: X-Keywords: X-UID: 2417 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Jul 24 00:30:01 EDT 2002 mksysb backup Wed Jul 24 00:30:26 EDT 2002 Dumpdate: Wed Jul 17 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 17 00:34 ./image.data -rw-r--r-- 1 root system 2624 Jul 17 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Jul 24 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Jul 24 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jul 24 03:01:20 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 26568. mksysb backup Wed Jul 24 03:02:18 EDT 2002 Dumpdate: Wed Jul 24 00:42:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 24 00:34 ./image.data -rw-r--r-- 1 root system 2666 Jul 24 00:30 ./tapeid.data Verify backup Wed Jul 24 03:02:25 EDT 2002 Segment 1-4: mksysb 4292592 Kbytes, 144281 files 88.7% Backup finished Wed Jul 24 04:42:46 EDT 2002 **** Usage Log: **** Uses: 16 Backup Date: Wed Jul 17 00:30:33 EDT 2002 Backup Date: Wed Jun 26 00:30:34 EDT 2002 Backup Date: Wed Jun 19 00:30:33 EDT 2002 Backup Date: Wed Jun 12 00:30:30 EDT 2002 Backup Date: Wed Jun 5 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Wed Jul 24 04:42:45 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O8giN3041250 for ; Wed, 24 Jul 2002 04:42:45 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O8ghxD016608 for ; Wed, 24 Jul 2002 04:42:44 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6O8ghJR040304 for ; Wed, 24 Jul 2002 04:42:43 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6O8ghNB020650 for bmsaix@bmsi.com; Wed, 24 Jul 2002 04:42:43 -0400 Date: Wed, 24 Jul 2002 04:42:43 -0400 From: root@csichb.com Message-Id: <200207240842.g6O8ghNB020650@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2418 System Id: csi Backup Started: Wed Jul 24 02:00:01 EDT 2002 Dumpdate: Wed Jul 17 02:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 17 02:01 ./image.data -rw-r--r-- 1 root system 3133 Jul 17 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jul 24 02:00:22 EDT 2002 mksysb started Wed Jul 24 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88482 files.............................. 311 of 88482 files (0%).............................. 313 of 88482 files (0%).............................. 5543 of 88482 files (6%).............................. 6636 of 88482 files (7%).............................. 6747 of 88482 files (7%).............................. 14903 of 88482 files (16%).............................. 27369 of 88482 files (30%).............................. 32397 of 88482 files (36%).............................. 32514 of 88482 files (36%).............................. 36855 of 88482 files (41%).............................. 45249 of 88482 files (51%).............................. 58112 of 88482 files (65%).............................. 65938 of 88482 files (74%).............................. 71201 of 88482 files (80%).............................. 77551 of 88482 files (87%).............................. 86110 of 88482 files (97%).. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jul 24 03:25:44 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jul 24 03:25:46 EDT 2002 Verify mksysb Wed Jul 24 03:26:51 EDT 2002 Dumpdate: Wed Jul 24 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 24 02:01 ./image.data -rw-r--r-- 1 root system 3175 Jul 24 02:00 ./tapeid.data 2244771 Kbytes, 88482 files Backup finished Wed Jul 24 04:42:42 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156544 97% 56741 10% /usr /dev/hd9var 720896 207496 72% 20307 23% /var /dev/hd3 344064 271360 22% 88 1% /tmp /dev/hd1 1130496 277880 76% 857 1% /home /dev/lv00 524288 136104 75% 5843 18% /bms /dev/lv01 835584 96488 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 69 Backup Date: Wed Jul 17 02:00:21 EDT 2002 Backup Date: Wed Jul 10 02:00:22 EDT 2002 Backup Date: Wed Jul 3 02:00:22 EDT 2002 Backup Date: Wed Jun 26 02:00:22 EDT 2002 Backup Date: Wed Jun 19 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Wed Jul 24 04:36:19 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O8aGN5026978; Wed, 24 Jul 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6O8Znd8024922; Wed, 24 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA25118; Wed, 24 Jul 2002 04:26:39 -0400 Date: Wed, 24 Jul 2002 04:26:39 -0400 From: root@wall.wall.com Message-Id: <200207240826.EAA25118@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: O X-Status: X-Keywords: X-UID: 2419 System Id: wall Backup Started: Wed Jul 24 02:00:00 EDT 2002 Backup of btas image started Wed Jul 24 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jul 24 02:26:36 EDT 2002] 68.2% Dumpdate: Tue Jul 23 02:35:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 23 02:29 ./image.data -rw-r--r-- 1 root system 1601 Jul 23 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Jul 24 02:27:07 EDT 2002 mksysb started Wed Jul 24 02:27:07 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 47548 files.............................. 3790 of 47548 files (7%).............................. 3790 of 47548 files (7%).............................. 3790 of 47548 files (7%).............................. 3828 of 47548 files (8%).............................. 3828 of 47548 files (8%).............................. 3828 of 47548 files (8%).............................. 3879 of 47548 files (8%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245381: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245382: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245383: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245384: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN245385: A file or directory in the path name does not exist. ........... 11933 of 47548 files (25%).............................. 21696 of 47548 files (45%).............................. 26686 of 47548 files (56%).............................. 40815 of 47548 files (85%).................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Jul 24 03:34:24 EDT 2002 Verify mksysb Wed Jul 24 03:34:25 EDT 2002 Dumpdate: Wed Jul 24 02:34:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 24 02:28 ./image.data -rw-r--r-- 1 root system 1643 Jul 24 02:27 ./tapeid.data 1532660 Kbytes, 47543 files 0 cache hits, 0 cache misses Backup finished Wed Jul 24 04:26:39 EDT 2002 **** Usage Log: **** Uses: 34 Backup Date: Tue Jul 23 02:28:04 EDT 2002 Backup Date: Sat Jul 20 02:27:43 EDT 2002 Backup Date: Fri Jun 21 02:27:14 EDT 2002 Backup Date: Thu Jun 20 02:28:22 EDT 2002 Backup Date: Wed Jun 19 02:27:06 EDT 2002 From stuart@bmsaix.bmsi.com Wed Jul 24 04:01:56 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O81tN3043314 for ; Wed, 24 Jul 2002 04:01:55 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O81sxD031846 for ; Wed, 24 Jul 2002 04:01:54 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6O80bUp052848; Wed, 24 Jul 2002 04:00:37 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6O80aPv006510; Wed, 24 Jul 2002 04:00:36 -0400 Date: Wed, 24 Jul 2002 04:00:36 -0400 From: root@editorialunilit.com Message-Id: <200207240800.g6O80aPv006510@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2420 System Id: unilit Backup Started: Tue Jul 23 23:50:01 EDT 2002 Dumpdate: Wed Jul 10 00:02:08 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jul 09 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 09 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Tue Jul 23 23:50:22 EDT 2002 mksysb started Tue Jul 23 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7592 cache hits, 172 cache misses 148075 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 55692. Rewind Tape Wed Jul 24 02:23:55 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jul 24 02:33:56 EDT 2002 Dumpdate: Wed Jul 24 00:01:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 23 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 23 23:50 ./tapeid.data 2760629 Kbytes, 30525 files Backup finished Wed Jul 24 04:00:35 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Tue Jul 9 23:50:22 EDT 2002 Backup Date: Mon Jun 24 23:50:22 EDT 2002 Backup Date: Mon Jun 10 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 700000 41% 10409 8% /var /dev/hd3 81920 68672 17% 101 1% /tmp /dev/hd1 196608 21912 89% 1072 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20584 87% 3087 67% /usr/local /dev/lv03 147456 33936 77% 5340 58% /bms /dev/lv04 294912 83048 72% 2484 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 856752 67% 366 1% /mail Free Mounted Blksiz Opens Status A: 8012 Wed Jul 24 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 780 Wed Jul 24 02:23 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Wed Jul 24 02:50:47 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O6ojN3046348; Wed, 24 Jul 2002 02:50:46 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6O6ocxD031980; Wed, 24 Jul 2002 02:50:44 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6O6ocu04919; Wed, 24 Jul 2002 02:50:38 -0400 Date: Wed, 24 Jul 2002 02:50:38 -0400 From: root Message-Id: <200207240650.g6O6ocu04919@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: O X-Status: X-Keywords: X-UID: 2421 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jul 24 02:00:00 EDT 2002 BMS backup Wed Jul 24 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Wed Jul 24 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jul 24 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1319710720 (1.2GB, 909kB/s) 1418.75s real 4.50s user 23.58s system Rewind Tape Wed Jul 24 02:25:55 EDT 2002 BMS backup Wed Jul 24 02:26:46 EDT 2002 Verify backup Wed Jul 24 02:26:46 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jul 24 02:50:38 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Thu Jun 27 02:00:27 EDT 2002 Backup Date: Thu Jun 13 02:00:24 EDT 2002 Backup Date: Wed May 29 02:00:24 EDT 2002 Backup Date: Fri May 17 02:00:36 EDT 2002 Backup Date: Fri Apr 26 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 23 04:42:41 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N8geN3044900 for ; Tue, 23 Jul 2002 04:42:40 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6N8gevZ019802 for bmsaix@bmsi.com; Tue, 23 Jul 2002 04:42:40 -0400 Date: Tue, 23 Jul 2002 04:42:40 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207230842.g6N8gevZ019802@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: O X-Status: X-Keywords: X-UID: 2422 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 23 00:30:00 EDT 2002 mksysb backup Tue Jul 23 00:30:26 EDT 2002 Dumpdate: Tue Jul 16 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 16 00:34 ./image.data -rw-r--r-- 1 root system 2792 Jul 16 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Jul 23 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jul 23 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 23 02:56:43 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28562. mksysb backup Tue Jul 23 02:58:32 EDT 2002 Dumpdate: Tue Jul 23 00:42:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 23 00:34 ./image.data -rw-r--r-- 1 root system 2834 Jul 23 00:30 ./tapeid.data Verify backup Tue Jul 23 02:58:39 EDT 2002 Segment 1-4: mksysb 4280967 Kbytes, 144173 files 88.6% Backup finished Tue Jul 23 04:42:39 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Tue Jul 16 00:30:30 EDT 2002 Backup Date: Tue Jun 25 00:30:34 EDT 2002 Backup Date: Tue Jun 11 00:30:33 EDT 2002 Backup Date: Tue Jun 4 00:30:34 EDT 2002 Backup Date: Tue May 14 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 23 04:42:37 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N8gaN3044846 for ; Tue, 23 Jul 2002 04:42:36 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N8gZxD032036 for ; Tue, 23 Jul 2002 04:42:35 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6N8gZJR045744 for ; Tue, 23 Jul 2002 04:42:35 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6N8gYjE019548 for bmsaix@bmsi.com; Tue, 23 Jul 2002 04:42:34 -0400 Date: Tue, 23 Jul 2002 04:42:34 -0400 From: root@csichb.com Message-Id: <200207230842.g6N8gYjE019548@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2423 System Id: csi Backup Started: Tue Jul 23 02:00:00 EDT 2002 Dumpdate: Tue Jul 16 02:04:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 16 02:01 ./image.data -rw-r--r-- 1 root system 361 Jul 16 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Jul 23 02:00:22 EDT 2002 mksysb started Tue Jul 23 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 89288 files.............................. 311 of 89288 files (0%).............................. 313 of 89288 files (0%).............................. 5521 of 89288 files (6%).............................. 6624 of 89288 files (7%).............................. 6722 of 89288 files (7%)...........backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg6N50uJR042082: A file or directory in the path name does not exist. ................... 13946 of 89288 files (15%).............................. 28171 of 89288 files (31%).............................. 33200 of 89288 files (37%).............................. 33320 of 89288 files (37%).............................. 37655 of 89288 files (42%).............................. 45848 of 89288 files (51%).............................. 56030 of 89288 files (62%).............................. 66330 of 89288 files (74%).............................. 71676 of 89288 files (80%).............................. 76622 of 89288 files (85%).............................. 86809 of 89288 files (97%)... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. BTAS/X Started [Tue Jul 23 03:25:53 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jul 23 03:25:55 EDT 2002 Verify mksysb Tue Jul 23 03:27:00 EDT 2002 Dumpdate: Tue Jul 23 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 23 02:01 ./image.data -rw-r--r-- 1 root system 403 Jul 23 02:00 ./tapeid.data 2237784 Kbytes, 89287 files Backup finished Tue Jul 23 04:42:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156624 97% 56740 10% /usr /dev/hd9var 720896 225800 69% 21126 24% /var /dev/hd3 344064 271472 22% 88 1% /tmp /dev/hd1 1130496 278568 76% 856 1% /home /dev/lv00 524288 138272 74% 5832 18% /bms /dev/lv01 835584 96488 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 3 Backup Date: Tue Jul 16 02:00:21 EDT 2002 Backup Date: Tue Jul 9 02:00:22 EDT 2002 Backup Date: Tue Jul 2 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 23 04:36:17 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N8aFN3013996; Tue, 23 Jul 2002 04:36:15 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6N8Zmo1040866; Tue, 23 Jul 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA40210; Tue, 23 Jul 2002 04:28:33 -0400 Date: Tue, 23 Jul 2002 04:28:33 -0400 From: root@wall.wall.com Message-Id: <200207230828.EAA40210@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: O X-Status: X-Keywords: X-UID: 2424 System Id: wall Backup Started: Tue Jul 23 02:00:00 EDT 2002 Backup of btas image started Tue Jul 23 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jul 23 02:27:33 EDT 2002] 68.2% Dumpdate: Sat Jul 20 02:34:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 20 02:29 ./image.data -rw-r--r-- 1 root system 1559 Jul 20 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Jul 23 02:28:04 EDT 2002 mksysb started Tue Jul 23 02:28:05 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47502 files.............................. 3780 of 47502 files (7%).............................. 3780 of 47502 files (7%).............................. 3780 of 47502 files (7%).............................. 3818 of 47502 files (8%).............................. 3818 of 47502 files (8%).............................. 3818 of 47502 files (8%).............................. 3869 of 47502 files (8%).............................. 11916 of 47502 files (25%).............................. 21426 of 47502 files (45%).............................. 26648 of 47502 files (56%).............................. 40239 of 47502 files (84%)............................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 23 03:36:37 EDT 2002 Verify mksysb Tue Jul 23 03:36:38 EDT 2002 Dumpdate: Tue Jul 23 02:35:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 23 02:29 ./image.data -rw-r--r-- 1 root system 1601 Jul 23 02:28 ./tapeid.data 1531991 Kbytes, 47502 files 0 cache hits, 0 cache misses Backup finished Tue Jul 23 04:28:32 EDT 2002 **** Usage Log: **** Uses: 33 Backup Date: Sat Jul 20 02:27:43 EDT 2002 Backup Date: Fri Jun 21 02:27:14 EDT 2002 Backup Date: Thu Jun 20 02:28:22 EDT 2002 Backup Date: Wed Jun 19 02:27:06 EDT 2002 Backup Date: Tue Jun 18 02:27:20 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 23 04:01:59 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N81wN3036002 for ; Tue, 23 Jul 2002 04:01:58 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N81vxD031450 for ; Tue, 23 Jul 2002 04:01:57 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6N80eUp059902; Tue, 23 Jul 2002 04:00:40 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6N80dOJ027132; Tue, 23 Jul 2002 04:00:39 -0400 Date: Tue, 23 Jul 2002 04:00:39 -0400 From: root@editorialunilit.com Message-Id: <200207230800.g6N80dOJ027132@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2425 System Id: unilit Backup Started: Mon Jul 22 23:50:00 EDT 2002 Dumpdate: Tue Jul 9 00:02:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jul 08 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 08 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Mon Jul 22 23:50:22 EDT 2002 mksysb started Mon Jul 22 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7535 cache hits, 189 cache misses 147798 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 28450. Rewind Tape Tue Jul 23 02:24:57 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jul 23 02:34:58 EDT 2002 Dumpdate: Tue Jul 23 00:02:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 22 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 22 23:50 ./tapeid.data 2737066 Kbytes, 32021 files Backup finished Tue Jul 23 04:00:38 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Mon Jul 8 23:50:24 EDT 2002 Backup Date: Fri Jun 21 23:50:22 EDT 2002 Backup Date: Fri Jun 7 23:52:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 719256 40% 11919 9% /var /dev/hd3 81920 68464 17% 102 1% /tmp /dev/hd1 196608 24744 88% 1071 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 147456 34336 77% 5338 58% /bms /dev/lv04 294912 83336 72% 2476 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 875280 67% 361 1% /mail Free Mounted Blksiz Opens Status A: 8289 Tue Jul 23 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 785 Tue Jul 23 02:24 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Tue Jul 23 02:50:51 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N6onN3042950; Tue, 23 Jul 2002 02:50:49 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6N6olxD027940; Tue, 23 Jul 2002 02:50:48 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6N6ol028303; Tue, 23 Jul 2002 02:50:47 -0400 Date: Tue, 23 Jul 2002 02:50:47 -0400 From: root Message-Id: <200207230650.g6N6ol028303@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: O X-Status: X-Keywords: X-UID: 2426 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 23 02:00:00 EDT 2002 BMS backup Tue Jul 23 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue Jul 23 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jul 23 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1318696960 (1.2GB, 911kB/s) 1413.49s real 4.23s user 23.52s system Rewind Tape Tue Jul 23 02:25:49 EDT 2002 BMS backup Tue Jul 23 02:26:51 EDT 2002 Verify backup Tue Jul 23 02:26:51 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jul 23 02:50:46 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Fri Jul 12 02:00:24 EDT 2002 Backup Date: Tue Jun 25 02:00:24 EDT 2002 Backup Date: Tue Jun 11 02:00:24 EDT 2002 Backup Date: Tue May 28 02:00:24 EDT 2002 Backup Date: Thu May 16 02:00:25 EDT 2002 From stuart@bmsaix.bmsi.com Sat Jul 20 04:44:39 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K8icN3047144 for ; Sat, 20 Jul 2002 04:44:39 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6K8icRV030494 for bmsaix@bmsi.com; Sat, 20 Jul 2002 04:44:38 -0400 Date: Sat, 20 Jul 2002 04:44:38 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207200844.g6K8icRV030494@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2427 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 20 00:30:01 EDT 2002 mksysb backup Sat Jul 20 00:30:27 EDT 2002 Dumpdate: Sat Jun 8 00:42:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Jun 08 00:34 ./image.data -rw-r--r-- 1 root system 2372 Jun 08 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0086 Backup Date: Sat Jul 20 00:30:35 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Jul 20 00:31:11 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/croutbudLyy: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/local/tmp/rpm-tmp.3329: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jul 20 03:00:14 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 26466. mksysb backup Sat Jul 20 03:01:34 EDT 2002 Dumpdate: Sat Jul 20 00:46:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 20 00:36 ./image.data -rw-r--r-- 1 root system 2414 Jul 20 00:30 ./tapeid.data Verify backup Sat Jul 20 03:01:42 EDT 2002 Segment 1-4: mksysb 4265570 Kbytes, 143891 files 88.6% Backup finished Sat Jul 20 04:44:38 EDT 2002 **** Usage Log: **** Uses: 10 Backup Date: Sat Jun 8 00:30:33 EDT 2002 Backup Date: Sat May 18 00:30:30 EDT 2002 Backup Date: Sat May 4 00:30:30 EDT 2002 Backup Date: Sat Apr 20 00:30:34 EDT 2002 Backup Date: Sat Apr 13 00:30:34 EDT 2002 From stuart@bmsaix.bmsi.com Sat Jul 20 04:42:17 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K8gHN3015032 for ; Sat, 20 Jul 2002 04:42:17 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K8gFxD031794 for ; Sat, 20 Jul 2002 04:42:16 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6K8gFJR043434 for ; Sat, 20 Jul 2002 04:42:15 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6K8gF3h036566 for bmsaix@bmsi.com; Sat, 20 Jul 2002 04:42:15 -0400 Date: Sat, 20 Jul 2002 04:42:15 -0400 From: root@csichb.com Message-Id: <200207200842.g6K8gF3h036566@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2428 System Id: csi Backup Started: Sat Jul 20 02:00:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error Assigning New Tape Id Sat Jul 20 02:00:01 EDT 2002 Retensioning Tape Sat Jul 20 02:00:01 EDT 2002 Tape Id: csi0023 Backup Date: Sat Jul 20 02:00:01 EDT 2002 mksysb started Sat Jul 20 02:00:01 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.......... Creating list of files to back up........ Backing up 88914 files.............................. 311 of 88914 files (0%).............................. 313 of 88914 files (0%).............................. 5543 of 88914 files (6%).............................. 6602 of 88914 files (7%).............................. 6721 of 88914 files (7%).............................. 14842 of 88914 files (16%).............................. 27802 of 88914 files (31%).............................. 32830 of 88914 files (36%).............................. 32947 of 88914 files (37%).............................. 37288 of 88914 files (41%).............................. 45561 of 88914 files (51%).............................. 57980 of 88914 files (65%).............................. 66326 of 88914 files (74%).............................. 71598 of 88914 files (80%).............................. 77995 of 88914 files (87%).............................. 86543 of 88914 files (97%).. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jul 20 03:25:30 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jul 20 03:25:32 EDT 2002 Verify mksysb Sat Jul 20 03:26:44 EDT 2002 Dumpdate: Sat Jul 20 02:04:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 20 02:01 ./image.data -rw-r--r-- 1 root system 277 Jul 20 02:00 ./tapeid.data 2239007 Kbytes, 88914 files Backup finished Sat Jul 20 04:42:14 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5792 83% 2191 27% / /dev/hd2 4947968 156632 97% 56740 10% /usr /dev/hd9var 720896 203624 72% 20773 24% /var /dev/hd3 344064 271608 22% 88 1% /tmp /dev/hd1 1130496 279736 76% 857 1% /home /dev/lv00 524288 145960 73% 5810 18% /bms /dev/lv01 835584 99976 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 0 From stuart@bmsaix.bmsi.com Sat Jul 20 04:36:18 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K8aEN5032552; Sat, 20 Jul 2002 04:36:16 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6K8ZnYF033054; Sat, 20 Jul 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA30938; Sat, 20 Jul 2002 04:29:21 -0400 Date: Sat, 20 Jul 2002 04:29:21 -0400 From: root@wall.wall.com Message-Id: <200207200829.EAA30938@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: O X-Status: X-Keywords: X-UID: 2429 System Id: wall Backup Started: Sat Jul 20 02:00:00 EDT 2002 Backup of btas image started Sat Jul 20 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jul 20 02:27:13 EDT 2002] 68.2% Dumpdate: Fri Jun 21 02:34:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jun 21 02:28 ./image.data -rw-r--r-- 1 root system 1517 Jun 21 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Jul 20 02:27:43 EDT 2002 mksysb started Sat Jul 20 02:27:44 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47613 files.............................. 3756 of 47613 files (7%).............................. 3756 of 47613 files (7%).............................. 3756 of 47613 files (7%).............................. 3794 of 47613 files (7%).............................. 3794 of 47613 files (7%).............................. 3794 of 47613 files (7%).............................. 3845 of 47613 files (8%).............................. 11884 of 47613 files (24%).............................. 21790 of 47613 files (45%).............................. 26780 of 47613 files (56%).............................. 40600 of 47613 files (85%).............................. 45842 of 47613 files (96%).... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jul 20 03:37:13 EDT 2002 Verify mksysb Sat Jul 20 03:37:14 EDT 2002 Dumpdate: Sat Jul 20 02:34:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 20 02:29 ./image.data -rw-r--r-- 1 root system 1559 Jul 20 02:27 ./tapeid.data 1533318 Kbytes, 47613 files 0 cache hits, 0 cache misses Backup finished Sat Jul 20 04:29:20 EDT 2002 **** Usage Log: **** Uses: 32 Backup Date: Fri Jun 21 02:27:14 EDT 2002 Backup Date: Thu Jun 20 02:28:22 EDT 2002 Backup Date: Wed Jun 19 02:27:06 EDT 2002 Backup Date: Tue Jun 18 02:27:20 EDT 2002 Backup Date: Sat Jun 15 02:27:29 EDT 2002 From stuart@bmsaix.bmsi.com Sat Jul 20 04:01:58 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K81wN3015098 for ; Sat, 20 Jul 2002 04:01:58 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K81uxD016852 for ; Sat, 20 Jul 2002 04:01:57 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6K80dUp054698; Sat, 20 Jul 2002 04:00:39 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6K80cd9008360; Sat, 20 Jul 2002 04:00:38 -0400 Date: Sat, 20 Jul 2002 04:00:38 -0400 From: root@editorialunilit.com Message-Id: <200207200800.g6K80cd9008360@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2430 System Id: unilit Backup Started: Fri Jul 19 23:50:00 EDT 2002 Dumpdate: Sat Jul 6 00:01:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Jul 05 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 05 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Fri Jul 19 23:50:42 EDT 2002 mksysb started Fri Jul 19 23:50:43 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7507 cache hits, 187 cache misses 147508 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 42736. Rewind Tape Sat Jul 20 02:23:29 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jul 20 02:33:30 EDT 2002 Dumpdate: Sat Jul 20 00:02:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 19 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 19 23:50 ./tapeid.data 2734253 Kbytes, 31472 files Backup finished Sat Jul 20 04:00:38 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Fri Jul 5 23:50:22 EDT 2002 Backup Date: Thu Jun 20 23:50:22 EDT 2002 Backup Date: Thu Jun 6 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 692280 42% 11388 8% /var /dev/hd3 81920 68704 17% 101 1% /tmp /dev/hd1 196608 30264 85% 1071 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20592 87% 3087 67% /usr/local /dev/lv03 147456 34336 77% 5337 58% /bms /dev/lv04 294912 83664 72% 2461 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 899352 66% 360 1% /mail Free Mounted Blksiz Opens Status A: 8579 Sat Jul 20 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 821 Sat Jul 20 02:23 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Sat Jul 20 02:51:10 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K6p7N3020164; Sat, 20 Jul 2002 02:51:07 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6K6p5xD019016; Sat, 20 Jul 2002 02:51:06 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6K6p4j11713; Sat, 20 Jul 2002 02:51:04 -0400 Date: Sat, 20 Jul 2002 02:51:04 -0400 From: root Message-Id: <200207200651.g6K6p4j11713@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: O X-Status: X-Keywords: X-UID: 2431 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 20 02:00:00 EDT 2002 BMS backup Sat Jul 20 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Sat Jul 20 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jul 20 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1322455040 (1.2GB, 906kB/s) 1424.33s real 4.24s user 23.76s system Rewind Tape Sat Jul 20 02:26:03 EDT 2002 BMS backup Sat Jul 20 02:27:01 EDT 2002 Verify backup Sat Jul 20 02:27:01 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jul 20 02:51:04 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Wed Jul 10 02:00:24 EDT 2002 Backup Date: Sat Jun 22 02:00:24 EDT 2002 Backup Date: Fri Jun 7 02:00:24 EDT 2002 Backup Date: Sat May 25 02:00:24 EDT 2002 Backup Date: Tue May 14 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 30 04:44:33 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U8iXN3020532 for ; Tue, 30 Jul 2002 04:44:33 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U8iWxD020594 for ; Tue, 30 Jul 2002 04:44:32 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6U8iVJR046202 for ; Tue, 30 Jul 2002 04:44:31 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6U8iVKZ039940 for bmsaix@bmsi.com; Tue, 30 Jul 2002 04:44:31 -0400 Date: Tue, 30 Jul 2002 04:44:31 -0400 From: root@csichb.com Message-Id: <200207300844.g6U8iVKZ039940@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2432 System Id: csi Backup Started: Tue Jul 30 02:00:01 EDT 2002 Dumpdate: Tue Jul 23 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 23 02:01 ./image.data -rw-r--r-- 1 root system 403 Jul 23 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Jul 30 02:00:22 EDT 2002 mksysb started Tue Jul 30 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87884 files.............................. 311 of 87884 files (0%).............................. 313 of 87884 files (0%).............................. 5512 of 87884 files (6%).............................. 6695 of 87884 files (7%).............................. 6696 of 87884 files (7%).............................. 12086 of 87884 files (13%).............................. 26766 of 87884 files (30%).............................. 31786 of 87884 files (36%).............................. 31912 of 87884 files (36%).............................. 32114 of 87884 files (36%).............................. 41878 of 87884 files (47%).............................. 53767 of 87884 files (61%).............................. 64159 of 87884 files (73%).............................. 69604 of 87884 files (79%).............................. 74704 of 87884 files (85%).............................. 84883 of 87884 files (96%)........ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Jul 30 03:26:37 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Jul 30 03:26:39 EDT 2002 Verify mksysb Tue Jul 30 03:27:47 EDT 2002 Dumpdate: Tue Jul 30 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 30 02:01 ./image.data -rw-r--r-- 1 root system 445 Jul 30 02:00 ./tapeid.data 2267378 Kbytes, 87884 files Backup finished Tue Jul 30 04:44:30 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 156544 97% 56741 10% /usr /dev/hd9var 720896 172872 77% 19650 22% /var /dev/hd3 344064 270856 22% 88 1% /tmp /dev/hd1 1130496 268416 77% 858 1% /home /dev/lv00 524288 121672 77% 5902 19% /bms /dev/lv01 835584 92920 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 4 Backup Date: Tue Jul 23 02:00:22 EDT 2002 Backup Date: Tue Jul 16 02:00:21 EDT 2002 Backup Date: Tue Jul 9 02:00:22 EDT 2002 Backup Date: Tue Jul 2 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 30 04:41:10 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U8fAN3032462 for ; Tue, 30 Jul 2002 04:41:10 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6U8f9PC020682 for bmsaix@bmsi.com; Tue, 30 Jul 2002 04:41:09 -0400 Date: Tue, 30 Jul 2002 04:41:09 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207300841.g6U8f9PC020682@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2433 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 30 00:30:00 EDT 2002 mksysb backup Tue Jul 30 00:30:26 EDT 2002 Dumpdate: Tue Jul 23 00:42:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 23 00:34 ./image.data -rw-r--r-- 1 root system 2834 Jul 23 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Jul 30 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Jul 30 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 30 02:54:10 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 25298. mksysb backup Tue Jul 30 02:55:02 EDT 2002 Dumpdate: Tue Jul 30 00:42:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 30 00:34 ./image.data -rw-r--r-- 1 root system 2876 Jul 30 00:30 ./tapeid.data Verify backup Tue Jul 30 02:55:10 EDT 2002 Segment 1-4: mksysb 4213914 Kbytes, 144309 files 88.7% Backup finished Tue Jul 30 04:41:09 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Tue Jul 23 00:30:34 EDT 2002 Backup Date: Tue Jul 16 00:30:30 EDT 2002 Backup Date: Tue Jun 25 00:30:34 EDT 2002 Backup Date: Tue Jun 11 00:30:33 EDT 2002 Backup Date: Tue Jun 4 00:30:34 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 30 04:36:18 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U8aGN3023608; Tue, 30 Jul 2002 04:36:16 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6U8Pqg1029086; Tue, 30 Jul 2002 04:25:52 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA35150; Tue, 30 Jul 2002 04:24:38 -0400 Date: Tue, 30 Jul 2002 04:24:38 -0400 From: root@wall.wall.com Message-Id: <200207300824.EAA35150@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2434 System Id: wall Backup Started: Tue Jul 30 02:00:01 EDT 2002 Backup of btas image started Tue Jul 30 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Jul 30 02:26:35 EDT 2002] 68.2% Dumpdate: Fri Jul 19 02:35:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 19 02:29 ./image.data -rw-r--r-- 1 root system 2903 Jul 19 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Jul 30 02:27:02 EDT 2002 mksysb started Tue Jul 30 02:27:03 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45630 files.............................. 1892 of 45630 files (4%).............................. 1892 of 45630 files (4%).............................. 1892 of 45630 files (4%).............................. 1930 of 45630 files (4%).............................. 1930 of 45630 files (4%).............................. 1930 of 45630 files (4%).............................. 1983 of 45630 files (4%).............................. 11184 of 45630 files (24%).............................. 19751 of 45630 files (43%).............................. 27454 of 45630 files (60%).............................. 41796 of 45630 files (91%).......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Jul 30 03:33:03 EDT 2002 Verify mksysb Tue Jul 30 03:33:04 EDT 2002 Dumpdate: Tue Jul 30 02:34:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Jul 30 02:28 ./image.data -rw-r--r-- 1 root system 2945 Jul 30 02:27 ./tapeid.data 1518762 Kbytes, 45630 files 0 cache hits, 0 cache misses Backup finished Tue Jul 30 04:24:37 EDT 2002 **** Usage Log: **** Uses: 65 Backup Date: Fri Jul 19 02:28:04 EDT 2002 Backup Date: Thu Jul 18 02:27:54 EDT 2002 Backup Date: Wed Jul 17 02:27:06 EDT 2002 Backup Date: Tue Jul 16 02:29:40 EDT 2002 Backup Date: Sat Jul 13 02:27:50 EDT 2002 From stuart@bmsaix.bmsi.com Tue Jul 30 04:08:36 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U88ZN3023680 for ; Tue, 30 Jul 2002 04:08:36 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U88LxD019238 for ; Tue, 30 Jul 2002 04:08:22 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6U873Up030528; Tue, 30 Jul 2002 04:07:04 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6U873rO019262; Tue, 30 Jul 2002 04:07:03 -0400 Date: Tue, 30 Jul 2002 04:07:03 -0400 From: root@editorialunilit.com Message-Id: <200207300807.g6U873rO019262@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2435 System Id: unilit Backup Started: Mon Jul 29 23:50:01 EDT 2002 Dumpdate: Tue Jul 16 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 15 23:56 ./image.data -rw-r--r-- 1 root system 2967 Jul 15 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Mon Jul 29 23:50:39 EDT 2002 mksysb started Mon Jul 29 23:50:40 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7563 cache hits, 182 cache misses 148701 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 56946. Rewind Tape Tue Jul 30 02:27:41 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Jul 30 02:37:42 EDT 2002 Dumpdate: Tue Jul 30 00:02:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 29 23:56 ./image.data -rw-r--r-- 1 root system 3009 Jul 29 23:50 ./tapeid.data 2784105 Kbytes, 31138 files Backup finished Tue Jul 30 04:07:02 EDT 2002 **** Usage Log: **** Uses: 65 Backup Date: Mon Jul 15 23:50:23 EDT 2002 Backup Date: Fri Jun 28 23:50:24 EDT 2002 Backup Date: Fri Jun 14 23:50:24 EDT 2002 Backup Date: Wed Jun 5 23:50:24 EDT 2002 Backup Date: Thu May 23 23:50:45 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 711312 40% 11001 8% /var /dev/hd3 81920 68608 17% 101 1% /tmp /dev/hd1 196608 15520 93% 1074 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20584 87% 3087 67% /usr/local /dev/lv03 147456 33736 78% 5345 58% /bms /dev/lv04 294912 82432 73% 2496 28% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 817000 69% 369 1% /mail Free Mounted Blksiz Opens Status A: 7386 Tue Jul 30 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 735 Tue Jul 30 02:27 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Tue Jul 30 02:51:49 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U6plN3039792; Tue, 30 Jul 2002 02:51:47 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6U6pjxD019284; Tue, 30 Jul 2002 02:51:46 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6U6pRj14748; Tue, 30 Jul 2002 02:51:27 -0400 Date: Tue, 30 Jul 2002 02:51:27 -0400 From: root Message-Id: <200207300651.g6U6pRj14748@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: O X-Status: X-Keywords: X-UID: 2436 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Jul 30 02:00:00 EDT 2002 BMS backup Tue Jul 30 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Tue Jul 30 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Jul 30 02:02:22 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1323755520 (1.2GB, 905kB/s) 1428.32s real 4.75s user 23.56s system Rewind Tape Tue Jul 30 02:26:11 EDT 2002 BMS backup Tue Jul 30 02:27:14 EDT 2002 Verify backup Tue Jul 30 02:27:14 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Jul 30 02:51:27 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Thu Jul 18 02:00:24 EDT 2002 Backup Date: Tue Jul 9 02:00:24 EDT 2002 Backup Date: Tue Jul 2 02:00:24 EDT 2002 Backup Date: Wed Jun 19 02:00:24 EDT 2002 Backup Date: Wed Jun 5 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Sat Jul 27 04:44:38 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R8ibN3024166 for ; Sat, 27 Jul 2002 04:44:38 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R8iaxD010180 for ; Sat, 27 Jul 2002 04:44:36 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6R8iZJR031810 for ; Sat, 27 Jul 2002 04:44:35 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6R8iZ9h052182 for bmsaix@bmsi.com; Sat, 27 Jul 2002 04:44:35 -0400 Date: Sat, 27 Jul 2002 04:44:35 -0400 From: root@csichb.com Message-Id: <200207270844.g6R8iZ9h052182@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2437 System Id: csi Backup Started: Sat Jul 27 02:00:06 EDT 2002 Dumpdate: Sat Jul 20 02:04:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 20 02:01 ./image.data -rw-r--r-- 1 root system 277 Jul 20 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Jul 27 02:00:28 EDT 2002 mksysb started Sat Jul 27 02:00:28 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87227 files.............................. 311 of 87227 files (0%).............................. 313 of 87227 files (0%).............................. 5532 of 87227 files (6%).............................. 6671 of 87227 files (7%).............................. 6769 of 87227 files (7%).............................. 12509 of 87227 files (14%).............................. 26105 of 87227 files (29%).............................. 31131 of 87227 files (35%).............................. 31255 of 87227 files (35%).............................. 31899 of 87227 files (36%).............................. 41517 of 87227 files (47%).............................. 53331 of 87227 files (61%).............................. 63757 of 87227 files (73%).............................. 69036 of 87227 files (79%).............................. 74138 of 87227 files (84%).............................. 84229 of 87227 files (96%)....... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Jul 27 03:26:47 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Jul 27 03:26:48 EDT 2002 Verify mksysb Sat Jul 27 03:27:55 EDT 2002 Dumpdate: Sat Jul 27 02:04:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 27 02:01 ./image.data -rw-r--r-- 1 root system 319 Jul 27 02:00 ./tapeid.data 2268516 Kbytes, 87227 files Backup finished Sat Jul 27 04:44:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 156544 97% 56741 10% /usr /dev/hd9var 720896 153864 79% 19016 22% /var /dev/hd3 344064 270960 22% 88 1% /tmp /dev/hd1 1130496 269760 77% 858 1% /home /dev/lv00 524288 129960 76% 5878 18% /bms /dev/lv01 835584 96312 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 1 Backup Date: Sat Jul 20 02:00:01 EDT 2002 From stuart@bmsaix.bmsi.com Sat Jul 27 04:38:17 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R8cGN3011462 for ; Sat, 27 Jul 2002 04:38:16 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g6R8cGVd046014 for bmsaix@bmsi.com; Sat, 27 Jul 2002 04:38:16 -0400 Date: Sat, 27 Jul 2002 04:38:16 -0400 From: root@bmsaix.bmsi.com Message-Id: <200207270838.g6R8cGVd046014@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2438 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 27 00:30:00 EDT 2002 mksysb backup Sat Jul 27 00:30:26 EDT 2002 Dumpdate: Sat Jun 29 00:42:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 29 00:34 ./image.data -rw-r--r-- 1 root system 2162 Jun 29 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat Jul 27 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Jul 27 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Jul 27 02:51:57 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 26340. mksysb backup Sat Jul 27 02:53:47 EDT 2002 Dumpdate: Sat Jul 27 00:42:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 27 00:34 ./image.data -rw-r--r-- 1 root system 2204 Jul 27 00:30 ./tapeid.data Verify backup Sat Jul 27 02:53:54 EDT 2002 Segment 1-4: mksysb 4209809 Kbytes, 144315 files 88.7% Backup finished Sat Jul 27 04:38:15 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Sat Jun 29 00:30:33 EDT 2002 Backup Date: Sat May 25 00:30:33 EDT 2002 Backup Date: Sat May 11 00:30:30 EDT 2002 Backup Date: Sat Apr 27 00:30:34 EDT 2002 Backup Date: Sat Feb 16 00:32:34 EST 2002 From stuart@bmsaix.bmsi.com Sat Jul 27 04:36:19 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R8aGN5043326; Sat, 27 Jul 2002 04:36:16 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6R8ZpIw022054; Sat, 27 Jul 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44510; Sat, 27 Jul 2002 04:25:56 -0400 Date: Sat, 27 Jul 2002 04:25:56 -0400 From: root@wall.wall.com Message-Id: <200207270825.EAA44510@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2439 System Id: wall Backup Started: Sat Jul 27 02:00:00 EDT 2002 Backup of btas image started Sat Jul 27 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Jul 27 02:26:54 EDT 2002] 68.2% Dumpdate: Fri Jul 26 02:33:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Jul 26 02:27 ./image.data -rw-r--r-- 1 root system 1727 Jul 26 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Jul 27 02:27:21 EDT 2002 mksysb started Sat Jul 27 02:27:21 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45681 files.............................. 1874 of 45681 files (4%).............................. 1874 of 45681 files (4%).............................. 1874 of 45681 files (4%).............................. 1912 of 45681 files (4%).............................. 1912 of 45681 files (4%).............................. 1912 of 45681 files (4%).............................. 1965 of 45681 files (4%).............................. 11142 of 45681 files (24%)....................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. .......... 19815 of 45681 files (43%).............................. 24817 of 45681 files (54%).............................. 41819 of 45681 files (91%)............ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Sat Jul 27 03:33:36 EDT 2002 Verify mksysb Sat Jul 27 03:33:38 EDT 2002 Dumpdate: Sat Jul 27 02:34:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Jul 27 02:28 ./image.data -rw-r--r-- 1 root system 1769 Jul 27 02:27 ./tapeid.data 1519373 Kbytes, 45680 files 0 cache hits, 0 cache misses Backup finished Sat Jul 27 04:25:55 EDT 2002 **** Usage Log: **** Uses: 37 Backup Date: Fri Jul 26 02:26:15 EDT 2002 Backup Date: Thu Jul 25 02:27:03 EDT 2002 Backup Date: Wed Jul 24 02:27:07 EDT 2002 Backup Date: Tue Jul 23 02:28:04 EDT 2002 Backup Date: Sat Jul 20 02:27:43 EDT 2002 From stuart@bmsaix.bmsi.com Sat Jul 27 04:01:10 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R819N3026410 for ; Sat, 27 Jul 2002 04:01:10 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R818xD019330 for ; Sat, 27 Jul 2002 04:01:08 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6R7xpUp012792; Sat, 27 Jul 2002 03:59:51 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6R7xo5M022774; Sat, 27 Jul 2002 03:59:50 -0400 Date: Sat, 27 Jul 2002 03:59:50 -0400 From: root@editorialunilit.com Message-Id: <200207270759.g6R7xo5M022774@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2440 System Id: unilit Backup Started: Fri Jul 26 23:50:00 EDT 2002 Dumpdate: Sat Jul 13 00:01:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 12 23:56 ./image.data -rw-r--r-- 1 root system 363 Jul 12 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Fri Jul 26 23:50:22 EDT 2002 mksysb started Fri Jul 26 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7562 cache hits, 182 cache misses 148636 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 48224. Rewind Tape Sat Jul 27 02:22:23 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Jul 27 02:32:24 EDT 2002 Dumpdate: Sat Jul 27 00:01:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 26 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 26 23:50 ./tapeid.data 2797839 Kbytes, 30999 files Backup finished Sat Jul 27 03:59:49 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Fri Jul 12 23:50:21 EDT 2002 Backup Date: Thu Jun 27 23:50:22 EDT 2002 Backup Date: Thu Jun 13 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47416 90% 6255 11% /usr /dev/hd9var 1179648 684912 42% 10862 8% /var /dev/hd3 81920 68616 17% 101 1% /tmp /dev/hd1 196608 15536 93% 1074 5% /home /dev/lv01 1032192 144056 87% 141 1% /work /dev/lv02 147456 20584 87% 3087 67% /usr/local /dev/lv03 147456 33728 78% 5343 58% /bms /dev/lv04 294912 82464 73% 2496 28% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 812496 69% 369 1% /mail Free Mounted Blksiz Opens Status A: 7451 Sat Jul 27 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 741 Sat Jul 27 02:22 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Sat Jul 27 02:51:37 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R6pYN3022186; Sat, 27 Jul 2002 02:51:34 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6R6pWxD022266; Sat, 27 Jul 2002 02:51:33 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6R6pWD29761; Sat, 27 Jul 2002 02:51:32 -0400 Date: Sat, 27 Jul 2002 02:51:32 -0400 From: root Message-Id: <200207270651.g6R6pWD29761@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2441 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Jul 27 02:00:01 EDT 2002 BMS backup Sat Jul 27 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Sat Jul 27 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Jul 27 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1323489280 (1.2GB, 901kB/s) 1435.02s real 4.49s user 23.18s system Rewind Tape Sat Jul 27 02:26:14 EDT 2002 BMS backup Sat Jul 27 02:27:17 EDT 2002 Verify backup Sat Jul 27 02:27:17 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Jul 27 02:51:32 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Tue Jul 16 02:00:24 EDT 2002 Backup Date: Sat Jun 29 02:00:24 EDT 2002 Backup Date: Sat Jun 15 02:00:24 EDT 2002 Backup Date: Wed May 22 02:00:24 EDT 2002 Backup Date: Thu May 9 02:00:25 EDT 2002 From root@acustomsbroker.com Wed Jul 31 02:51:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V6p7N3031172; Wed, 31 Jul 2002 02:51:07 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V6p5xD014124; Wed, 31 Jul 2002 02:51:05 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g6V6p4k23070; Wed, 31 Jul 2002 02:51:04 -0400 Date: Wed, 31 Jul 2002 02:51:04 -0400 From: root Message-Id: <200207310651.g6V6p4k23070@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2442 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Jul 31 02:00:00 EDT 2002 BMS backup Wed Jul 31 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Wed Jul 31 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Jul 31 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1324810240 (1.2GB, 912kB/s) 1417.53s real 4.29s user 23.02s system Rewind Tape Wed Jul 31 02:25:59 EDT 2002 BMS backup Wed Jul 31 02:27:01 EDT 2002 Verify backup Wed Jul 31 02:27:01 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Jul 31 02:51:03 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Fri Jul 19 02:00:24 EDT 2002 Backup Date: Wed Jul 3 02:00:24 EDT 2002 Backup Date: Fri Jun 21 02:00:23 EDT 2002 Backup Date: Thu Jun 6 02:00:24 EDT 2002 Backup Date: Fri May 24 02:00:25 EDT 2002 From root@csichb.com Wed Jul 31 04:45:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V8jHN3026442 for ; Wed, 31 Jul 2002 04:45:17 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V8jFxD018782 for ; Wed, 31 Jul 2002 04:45:16 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g6V8jFJR009280 for ; Wed, 31 Jul 2002 04:45:15 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g6V8jEMi037940 for bmsaix@bmsi.com; Wed, 31 Jul 2002 04:45:14 -0400 Date: Wed, 31 Jul 2002 04:45:14 -0400 From: root@csichb.com Message-Id: <200207310845.g6V8jEMi037940@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2443 System Id: csi Backup Started: Wed Jul 31 02:00:01 EDT 2002 Dumpdate: Wed Jul 24 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 24 02:01 ./image.data -rw-r--r-- 1 root system 3175 Jul 24 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Jul 31 02:00:22 EDT 2002 mksysb started Wed Jul 31 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........... Creating list of files to back up........ Backing up 87875 files.............................. 311 of 87875 files (0%).............................. 313 of 87875 files (0%).............................. 5537 of 87875 files (6%).............................. 6705 of 87875 files (7%).............................. 6706 of 87875 files (7%).............................. 12281 of 87875 files (13%).............................. 26752 of 87875 files (30%).............................. 31777 of 87875 files (36%).............................. 31903 of 87875 files (36%).............................. 32098 of 87875 files (36%).............................. 42056 of 87875 files (47%).............................. 53785 of 87875 files (61%).............................. 64164 of 87875 files (73%).............................. 69667 of 87875 files (79%).............................. 74777 of 87875 files (85%).............................. 84874 of 87875 files (96%)........ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Jul 31 03:27:01 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Jul 31 03:27:03 EDT 2002 Verify mksysb Wed Jul 31 03:28:09 EDT 2002 Dumpdate: Wed Jul 31 02:05:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 31 02:01 ./image.data -rw-r--r-- 1 root system 3217 Jul 31 02:00 ./tapeid.data 2275329 Kbytes, 87875 files Backup finished Wed Jul 31 04:45:14 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150632 97% 56742 10% /usr /dev/hd9var 720896 155552 79% 19633 22% /var /dev/hd3 344064 270712 22% 88 1% /tmp /dev/hd1 1130496 267704 77% 858 1% /home /dev/lv00 524288 119408 78% 5912 19% /bms /dev/lv01 835584 92920 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 70 Backup Date: Wed Jul 24 02:00:22 EDT 2002 Backup Date: Wed Jul 17 02:00:21 EDT 2002 Backup Date: Wed Jul 10 02:00:22 EDT 2002 Backup Date: Wed Jul 3 02:00:22 EDT 2002 Backup Date: Wed Jun 26 02:00:22 EDT 2002 From root@editorialunilit.com Wed Jul 31 04:05:24 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V85NN3040760 for ; Wed, 31 Jul 2002 04:05:23 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V85MxD028942 for ; Wed, 31 Jul 2002 04:05:22 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g6V845Up014226; Wed, 31 Jul 2002 04:04:05 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g6V844Sv043920; Wed, 31 Jul 2002 04:04:04 -0400 Date: Wed, 31 Jul 2002 04:04:04 -0400 From: root@editorialunilit.com Message-Id: <200207310804.g6V844Sv043920@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2444 System Id: unilit Backup Started: Tue Jul 30 23:50:00 EDT 2002 Dumpdate: Wed Jul 17 00:03:30 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 16 23:57 ./image.data -rw-r--r-- 1 root system 1539 Jul 16 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Tue Jul 30 23:50:57 EDT 2002 mksysb started Tue Jul 30 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7565 cache hits, 181 cache misses 148857 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 60134. Rewind Tape Wed Jul 31 02:27:02 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Jul 31 02:37:03 EDT 2002 Dumpdate: Wed Jul 31 00:03:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 30 23:57 ./image.data -rw-r--r-- 1 root system 1581 Jul 30 23:50 ./tapeid.data 2784957 Kbytes, 32352 files Backup finished Wed Jul 31 04:04:03 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Tue Jul 16 23:50:57 EDT 2002 Backup Date: Mon Jul 1 23:50:57 EDT 2002 Backup Date: Mon Jun 17 23:50:56 EDT 2002 Backup Date: Fri May 24 23:50:57 EDT 2002 Backup Date: Mon May 20 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47368 90% 6255 11% /usr /dev/hd9var 1179648 714584 40% 12173 9% /var /dev/hd3 81920 68600 17% 101 1% /tmp /dev/hd1 196608 15512 93% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 13600 91% 3123 68% /usr/local /dev/lv03 147456 33608 78% 5347 59% /bms /dev/lv04 294912 82344 73% 2496 28% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 815512 69% 370 1% /mail Free Mounted Blksiz Opens Status A: 7230 Wed Jul 31 02:26 2048 8 Clean /btdata/SPAN 156276 used B: 729 Wed Jul 31 02:26 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Wed Jul 31 04:36:19 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g6V8aGN5031822; Wed, 31 Jul 2002 04:36:16 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g6V8Zow0038196; Wed, 31 Jul 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44050; Wed, 31 Jul 2002 04:27:23 -0400 Date: Wed, 31 Jul 2002 04:27:23 -0400 From: root@wall.wall.com Message-Id: <200207310827.EAA44050@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2445 System Id: wall Backup Started: Wed Jul 31 02:00:00 EDT 2002 Backup of btas image started Wed Jul 31 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Jul 31 02:26:57 EDT 2002] 68.2% Dumpdate: Tue Jul 30 02:34:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Jul 30 02:28 ./image.data -rw-r--r-- 1 root system 2945 Jul 30 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Jul 31 02:27:23 EDT 2002 mksysb started Wed Jul 31 02:27:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45673 files.............................. 1903 of 45673 files (4%).............................. 1903 of 45673 files (4%).............................. 1903 of 45673 files (4%).............................. 1941 of 45673 files (4%).............................. 1941 of 45673 files (4%).............................. 1941 of 45673 files (4%).............................. 1994 of 45673 files (4%).............................. 11181 of 45673 files (24%).............................. 19788 of 45673 files (43%).............................. 29597 of 45673 files (64%).............................. 41536 of 45673 files (90%)......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Jul 31 03:35:46 EDT 2002 Verify mksysb Wed Jul 31 03:35:48 EDT 2002 Dumpdate: Wed Jul 31 02:34:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Jul 31 02:28 ./image.data -rw-r--r-- 1 root system 2987 Jul 31 02:27 ./tapeid.data 1519478 Kbytes, 45673 files 0 cache hits, 0 cache misses Backup finished Wed Jul 31 04:27:22 EDT 2002 **** Usage Log: **** Uses: 66 Backup Date: Tue Jul 30 02:27:02 EDT 2002 Backup Date: Fri Jul 19 02:28:04 EDT 2002 Backup Date: Thu Jul 18 02:27:54 EDT 2002 Backup Date: Wed Jul 17 02:27:06 EDT 2002 Backup Date: Tue Jul 16 02:29:40 EDT 2002 From root@wall.wall.com Thu Aug 1 04:36:20 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g718aGN5024062; Thu, 1 Aug 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g718ZrEp031222; Thu, 1 Aug 2002 04:35:53 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44682; Thu, 1 Aug 2002 04:25:49 -0400 Date: Thu, 1 Aug 2002 04:25:49 -0400 From: root@wall.wall.com Message-Id: <200208010825.EAA44682@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2446 System Id: wall Backup Started: Thu Aug 1 02:00:00 EDT 2002 Backup of btas image started Thu Aug 1 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 1 02:27:47 EDT 2002] 68.2% Dumpdate: Wed Jul 31 02:34:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Jul 31 02:28 ./image.data -rw-r--r-- 1 root system 2987 Jul 31 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Aug 1 02:28:13 EDT 2002 mksysb started Thu Aug 1 02:28:14 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45721 files.............................. 1910 of 45721 files (4%).............................. 1910 of 45721 files (4%).............................. 1910 of 45721 files (4%).............................. 1948 of 45721 files (4%).............................. 1948 of 45721 files (4%).............................. 1948 of 45721 files (4%).............................. 2002 of 45721 files (4%).............................. 11197 of 45721 files (24%)..................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ............ 19829 of 45721 files (43%).............................. 29313 of 45721 files (64%).............................. 41897 of 45721 files (91%).......... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Aug 1 03:34:09 EDT 2002 Verify mksysb Thu Aug 1 03:34:10 EDT 2002 Dumpdate: Thu Aug 1 02:35:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 01 02:29 ./image.data -rw-r--r-- 1 root system 3029 Aug 01 02:28 ./tapeid.data 1520472 Kbytes, 45720 files 0 cache hits, 0 cache misses Backup finished Thu Aug 1 04:25:48 EDT 2002 **** Usage Log: **** Uses: 67 Backup Date: Wed Jul 31 02:27:23 EDT 2002 Backup Date: Tue Jul 30 02:27:02 EDT 2002 Backup Date: Fri Jul 19 02:28:04 EDT 2002 Backup Date: Thu Jul 18 02:27:54 EDT 2002 Backup Date: Wed Jul 17 02:27:06 EDT 2002 From root@csichb.com Thu Aug 1 04:46:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g718kTN3031196 for ; Thu, 1 Aug 2002 04:46:29 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g718kSxD018660 for ; Thu, 1 Aug 2002 04:46:29 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g718kSJR046854 for ; Thu, 1 Aug 2002 04:46:28 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g718kRXe014942 for bmsaix@bmsi.com; Thu, 1 Aug 2002 04:46:27 -0400 Date: Thu, 1 Aug 2002 04:46:27 -0400 From: root@csichb.com Message-Id: <200208010846.g718kRXe014942@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2447 System Id: csi Backup Started: Thu Aug 1 02:00:01 EDT 2002 Dumpdate: Thu Jul 25 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 25 02:01 ./image.data -rw-r--r-- 1 root system 655 Jul 25 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Aug 1 02:00:22 EDT 2002 mksysb started Thu Aug 1 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87709 files.............................. 311 of 87709 files (0%).............................. 313 of 87709 files (0%).............................. 5500 of 87709 files (6%).............................. 6717 of 87709 files (7%).............................. 6718 of 87709 files (7%).............................. 11695 of 87709 files (13%).............................. 26585 of 87709 files (30%).............................. 31602 of 87709 files (36%).............................. 31736 of 87709 files (36%).............................. 31750 of 87709 files (36%).............................. 40952 of 87709 files (46%).............................. 53053 of 87709 files (60%).............................. 63029 of 87709 files (71%).............................. 68437 of 87709 files (78%).............................. 73591 of 87709 files (83%).............................. 82740 of 87709 files (94%).............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Aug 1 03:27:36 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Aug 1 03:27:40 EDT 2002 Verify mksysb Thu Aug 1 03:28:45 EDT 2002 Dumpdate: Thu Aug 1 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 01 02:01 ./image.data -rw-r--r-- 1 root system 697 Aug 01 02:00 ./tapeid.data 2281532 Kbytes, 87709 files Backup finished Thu Aug 1 04:46:27 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150632 97% 56742 10% /usr /dev/hd9var 720896 133944 82% 19450 22% /var /dev/hd3 344064 270624 22% 88 1% /tmp /dev/hd1 1130496 267512 77% 862 1% /home /dev/lv00 524288 117464 78% 5924 19% /bms /dev/lv01 835584 92920 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 10 Backup Date: Thu Jul 25 02:00:22 EDT 2002 Backup Date: Thu Jul 18 02:00:22 EDT 2002 Backup Date: Thu Jul 11 02:00:22 EDT 2002 Backup Date: Fri Jul 5 02:00:19 EDT 2002 Backup Date: Thu Jul 4 02:00:22 EDT 2002 From root@editorialunilit.com Thu Aug 1 03:55:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g717tTN3047464 for ; Thu, 1 Aug 2002 03:55:29 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g717tRxD010178 for ; Thu, 1 Aug 2002 03:55:28 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g717s9Up041150; Thu, 1 Aug 2002 03:54:10 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g717s95d007868; Thu, 1 Aug 2002 03:54:09 -0400 Date: Thu, 1 Aug 2002 03:54:09 -0400 From: root@editorialunilit.com Message-Id: <200208010754.g717s95d007868@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2448 System Id: unilit Backup Started: Wed Jul 31 23:50:01 EDT 2002 Dumpdate: Thu Jul 18 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 17 23:57 ./image.data -rw-r--r-- 1 root system 1497 Jul 17 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Wed Jul 31 23:50:57 EDT 2002 mksysb started Wed Jul 31 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7563 cache hits, 181 cache misses 149034 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 55048. Rewind Tape Thu Aug 1 02:15:18 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Aug 1 02:25:19 EDT 2002 Dumpdate: Thu Aug 1 00:03:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jul 31 23:57 ./image.data -rw-r--r-- 1 root system 1539 Jul 31 23:50 ./tapeid.data 2606185 Kbytes, 33151 files Backup finished Thu Aug 1 03:54:08 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Wed Jul 17 23:50:57 EDT 2002 Backup Date: Tue Jul 2 23:50:59 EDT 2002 Backup Date: Tue Jun 18 23:50:57 EDT 2002 Backup Date: Tue May 28 23:51:08 EDT 2002 Backup Date: Tue May 21 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 898 22% / /dev/hd2 458752 47368 90% 6255 11% /usr /dev/hd9var 1179648 708632 40% 12968 9% /var /dev/hd3 81920 68584 17% 102 1% /tmp /dev/hd1 196608 12568 94% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 13600 91% 3123 68% /usr/local /dev/lv03 147456 33504 78% 5348 59% /bms /dev/lv04 294912 82232 73% 2500 28% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1097688 58% 370 1% /mail Free Mounted Blksiz Opens Status A: 7053 Thu Aug 1 02:15 2048 8 Clean /btdata/SPAN 156276 used B: 662 Thu Aug 1 02:15 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Thu Aug 1 02:51:23 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g716pMN3047138; Thu, 1 Aug 2002 02:51:22 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g716pDxD029988; Thu, 1 Aug 2002 02:51:20 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g716pBU31923; Thu, 1 Aug 2002 02:51:11 -0400 Date: Thu, 1 Aug 2002 02:51:11 -0400 From: root Message-Id: <200208010651.g716pBU31923@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2449 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 1 02:00:00 EDT 2002 BMS backup Thu Aug 1 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Thu Aug 1 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Aug 1 02:02:22 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1325721600 (1.2GB, 907kB/s) 1427.69s real 4.98s user 23.49s system Rewind Tape Thu Aug 1 02:26:10 EDT 2002 BMS backup Thu Aug 1 02:27:07 EDT 2002 Verify backup Thu Aug 1 02:27:07 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Aug 1 02:51:11 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Sat Jul 20 02:00:24 EDT 2002 Backup Date: Wed Jul 10 02:00:24 EDT 2002 Backup Date: Sat Jun 22 02:00:24 EDT 2002 Backup Date: Fri Jun 7 02:00:24 EDT 2002 Backup Date: Sat May 25 02:00:24 EDT 2002 From root@wall.wall.com Sat Aug 3 04:36:19 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g738aGN5041204; Sat, 3 Aug 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g738Zupq031980; Sat, 3 Aug 2002 04:35:56 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43330; Sat, 3 Aug 2002 04:25:29 -0400 Date: Sat, 3 Aug 2002 04:25:29 -0400 From: root@wall.wall.com Message-Id: <200208030825.EAA43330@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2450 System Id: wall Backup Started: Sat Aug 3 02:00:00 EDT 2002 Backup of btas image started Sat Aug 3 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Aug 3 02:26:05 EDT 2002] 68.2% Dumpdate: Fri Aug 2 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 02 02:28 ./image.data -rw-r--r-- 1 root system 3071 Aug 02 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Sat Aug 3 02:26:31 EDT 2002 mksysb started Sat Aug 3 02:26:32 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45760 files.............................. 1929 of 45760 files (4%).............................. 1929 of 45760 files (4%).............................. 1929 of 45760 files (4%).............................. 1967 of 45760 files (4%).............................. 1967 of 45760 files (4%).............................. 1967 of 45760 files (4%).............................. 2020 of 45760 files (4%).............................. 11251 of 45760 files (24%).............................. 19857 of 45760 files (43%).............................. 32592 of 45760 files (71%).............................. 41639 of 45760 files (90%).................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 3 03:33:44 EDT 2002 Verify mksysb Sat Aug 3 03:33:45 EDT 2002 Dumpdate: Sat Aug 3 02:33:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 03 02:27 ./image.data -rw-r--r-- 1 root system 3113 Aug 03 02:26 ./tapeid.data 1521053 Kbytes, 45760 files 0 cache hits, 0 cache misses Backup finished Sat Aug 3 04:25:28 EDT 2002 **** Usage Log: **** Uses: 69 Backup Date: Fri Aug 2 02:26:55 EDT 2002 Backup Date: Thu Aug 1 02:28:13 EDT 2002 Backup Date: Wed Jul 31 02:27:23 EDT 2002 Backup Date: Tue Jul 30 02:27:02 EDT 2002 Backup Date: Fri Jul 19 02:28:04 EDT 2002 From root@editorialunilit.com Sat Aug 3 03:56:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g737u4N3026916 for ; Sat, 3 Aug 2002 03:56:04 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g737u3xD022084 for ; Sat, 3 Aug 2002 03:56:03 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g737skUp019694; Sat, 3 Aug 2002 03:54:46 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g737sjow040428; Sat, 3 Aug 2002 03:54:45 -0400 Date: Sat, 3 Aug 2002 03:54:45 -0400 From: root@editorialunilit.com Message-Id: <200208030754.g737sjow040428@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2451 System Id: unilit Backup Started: Fri Aug 2 23:50:00 EDT 2002 Dumpdate: Sat Jul 20 00:02:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 19 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 19 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Fri Aug 2 23:50:21 EDT 2002 mksysb started Fri Aug 2 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7581 cache hits, 166 cache misses 149157 cache hits, 91 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 59748. Rewind Tape Sat Aug 3 02:18:51 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Aug 3 02:28:52 EDT 2002 Dumpdate: Sat Aug 3 00:01:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 02 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 02 23:50 ./tapeid.data 2704450 Kbytes, 33752 files Backup finished Sat Aug 3 03:54:44 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Fri Jul 19 23:50:42 EDT 2002 Backup Date: Fri Jul 5 23:50:22 EDT 2002 Backup Date: Thu Jun 20 23:50:22 EDT 2002 Backup Date: Thu Jun 6 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 898 22% / /dev/hd2 458752 47368 90% 6255 11% /usr /dev/hd9var 1179648 702768 41% 13624 10% /var /dev/hd3 81920 68528 17% 102 1% /tmp /dev/hd1 196608 14128 93% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 13600 91% 3123 68% /usr/local /dev/lv03 147456 33416 78% 5352 59% /bms /dev/lv04 294912 20616 94% 2440 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1076696 59% 370 1% /mail Free Mounted Blksiz Opens Status A: 6954 Sat Aug 3 02:18 2048 8 Clean /btdata/SPAN 156276 used B: 670 Sat Aug 3 02:18 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Sat Aug 3 04:31:59 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g738VwN3031876 for ; Sat, 3 Aug 2002 04:31:58 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g738Vwjc036988 for bmsaix@bmsi.com; Sat, 3 Aug 2002 04:31:58 -0400 Date: Sat, 3 Aug 2002 04:31:58 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208030831.g738Vwjc036988@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2452 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 3 00:30:00 EDT 2002 mksysb backup Sat Aug 3 00:30:29 EDT 2002 Dumpdate: Sat Jul 27 00:42:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 27 00:34 ./image.data -rw-r--r-- 1 root system 2204 Jul 27 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat Aug 3 00:30:37 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Aug 3 00:31:07 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 3 02:50:12 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 34860. mksysb backup Sat Aug 3 02:52:00 EDT 2002 Dumpdate: Sat Aug 3 00:42:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 03 00:34 ./image.data -rw-r--r-- 1 root system 2246 Aug 03 00:30 ./tapeid.data Verify backup Sat Aug 3 02:52:07 EDT 2002 Segment 1-4: mksysb 4201065 Kbytes, 142745 files 88.6% Backup finished Sat Aug 3 04:31:58 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Sat Jul 27 00:30:33 EDT 2002 Backup Date: Sat Jun 29 00:30:33 EDT 2002 Backup Date: Sat May 25 00:30:33 EDT 2002 Backup Date: Sat May 11 00:30:30 EDT 2002 Backup Date: Sat Apr 27 00:30:34 EDT 2002 From root@csichb.com Sat Aug 3 04:45:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g738jsN3027902 for ; Sat, 3 Aug 2002 04:45:54 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g738jrxD009456 for ; Sat, 3 Aug 2002 04:45:53 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g738jqJR013118 for ; Sat, 3 Aug 2002 04:45:52 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g738jqPA039750 for bmsaix@bmsi.com; Sat, 3 Aug 2002 04:45:52 -0400 Date: Sat, 3 Aug 2002 04:45:52 -0400 From: root@csichb.com Message-Id: <200208030845.g738jqPA039750@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2453 System Id: csi Backup Started: Sat Aug 3 02:00:00 EDT 2002 Dumpdate: Sat Jul 27 02:04:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 27 02:01 ./image.data -rw-r--r-- 1 root system 319 Jul 27 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Aug 3 02:00:21 EDT 2002 mksysb started Sat Aug 3 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 87890 files.............................. 311 of 87890 files (0%).............................. 313 of 87890 files (0%).............................. 5486 of 87890 files (6%).............................. 6632 of 87890 files (7%).............................. 6731 of 87890 files (7%).............................. 12816 of 87890 files (14%).............................. 26768 of 87890 files (30%).............................. 31786 of 87890 files (36%).............................. 31919 of 87890 files (36%).............................. 31945 of 87890 files (36%).............................. 41139 of 87890 files (46%).............................. 53564 of 87890 files (60%).............................. 63618 of 87890 files (72%).............................. 68918 of 87890 files (78%).............................. 74114 of 87890 files (84%).............................. 84847 of 87890 files (96%)........... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Aug 3 03:27:15 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Aug 3 03:27:17 EDT 2002 Verify mksysb Sat Aug 3 03:28:22 EDT 2002 Dumpdate: Sat Aug 3 02:04:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 03 02:01 ./image.data -rw-r--r-- 1 root system 361 Aug 03 02:00 ./tapeid.data 2288104 Kbytes, 87890 files Backup finished Sat Aug 3 04:45:51 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150776 97% 56740 10% /usr /dev/hd9var 720896 108976 85% 19720 22% /var /dev/hd3 344064 270368 22% 88 1% /tmp /dev/hd1 1130496 267728 77% 859 1% /home /dev/lv00 524288 139264 74% 5839 18% /bms /dev/lv01 835584 91216 90% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 2 Backup Date: Sat Jul 27 02:00:28 EDT 2002 Backup Date: Sat Jul 20 02:00:01 EDT 2002 From root@acustomsbroker.com Sat Aug 3 02:51:41 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g736pdN3027726; Sat, 3 Aug 2002 02:51:39 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g736pbxD010016; Sat, 3 Aug 2002 02:51:38 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g736pb014850; Sat, 3 Aug 2002 02:51:37 -0400 Date: Sat, 3 Aug 2002 02:51:37 -0400 From: root Message-Id: <200208030651.g736pb014850@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2454 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 3 02:00:00 EDT 2002 BMS backup Sat Aug 3 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Sat Aug 3 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Aug 3 02:02:23 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1334876160 (1.2GB, 909kB/s) 1433.81s real 4.40s user 23.97s system Rewind Tape Sat Aug 3 02:26:17 EDT 2002 BMS backup Sat Aug 3 02:27:21 EDT 2002 Verify backup Sat Aug 3 02:27:21 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Aug 3 02:51:37 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Thu Aug 1 02:00:24 EDT 2002 Backup Date: Sat Jul 20 02:00:24 EDT 2002 Backup Date: Wed Jul 10 02:00:24 EDT 2002 Backup Date: Sat Jun 22 02:00:24 EDT 2002 Backup Date: Fri Jun 7 02:00:24 EDT 2002 From root@editorialunilit.com Fri Aug 2 03:56:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g727uON3039596 for ; Fri, 2 Aug 2002 03:56:24 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g727uMxD030112 for ; Fri, 2 Aug 2002 03:56:23 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g727t5Up017948; Fri, 2 Aug 2002 03:55:05 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g727t5WA027930; Fri, 2 Aug 2002 03:55:05 -0400 Date: Fri, 2 Aug 2002 03:55:05 -0400 From: root@editorialunilit.com Message-Id: <200208020755.g727t5WA027930@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2455 System Id: unilit Backup Started: Thu Aug 1 23:50:01 EDT 2002 Dumpdate: Fri Jul 19 00:02:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 18 23:56 ./image.data -rw-r--r-- 1 root system 1497 Jul 18 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Thu Aug 1 23:50:27 EDT 2002 mksysb started Thu Aug 1 23:50:28 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7591 cache hits, 168 cache misses 149157 cache hits, 91 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 9072. Rewind Tape Fri Aug 2 02:17:58 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Aug 2 02:27:59 EDT 2002 Dumpdate: Fri Aug 2 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 01 23:56 ./image.data -rw-r--r-- 1 root system 1539 Aug 01 23:50 ./tapeid.data 2691263 Kbytes, 33178 files Backup finished Fri Aug 2 03:55:04 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Thu Jul 18 23:50:23 EDT 2002 Backup Date: Wed Jul 3 23:50:23 EDT 2002 Backup Date: Wed Jun 19 23:50:24 EDT 2002 Backup Date: Tue Jun 4 23:50:27 EDT 2002 Backup Date: Wed May 22 23:50:25 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 898 22% / /dev/hd2 458752 47368 90% 6255 11% /usr /dev/hd9var 1179648 703448 41% 13055 9% /var /dev/hd3 81920 68576 17% 102 1% /tmp /dev/hd1 196608 13944 93% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 13600 91% 3123 68% /usr/local /dev/lv03 147456 33408 78% 5351 59% /bms /dev/lv04 294912 22672 93% 2437 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1094800 58% 370 1% /mail Free Mounted Blksiz Opens Status A: 7005 Fri Aug 2 02:17 2048 8 Clean /btdata/SPAN 156276 used B: 684 Fri Aug 2 02:17 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Fri Aug 2 04:32:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g728WRN3044280 for ; Fri, 2 Aug 2002 04:32:27 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g728WQNi039668 for bmsaix@bmsi.com; Fri, 2 Aug 2002 04:32:26 -0400 Date: Fri, 2 Aug 2002 04:32:26 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208020832.g728WQNi039668@bmsaix.bmsi.com> Subject: bmsaix0082 backup Status: O X-Status: X-Keywords: X-UID: 2456 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Aug 2 00:30:01 EDT 2002 mksysb backup Fri Aug 2 00:30:23 EDT 2002 Dumpdate: Fri Jul 26 00:42:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 26 00:34 ./image.data -rw-r--r-- 1 root system 2960 Jul 26 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0082 Backup Date: Fri Aug 2 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Aug 2 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Aug 2 02:49:34 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 27670. mksysb backup Fri Aug 2 02:51:04 EDT 2002 Dumpdate: Fri Aug 2 00:42:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 02 00:34 ./image.data -rw-r--r-- 1 root system 3002 Aug 02 00:30 ./tapeid.data Verify backup Fri Aug 2 02:51:12 EDT 2002 Segment 1-4: mksysb 4212337 Kbytes, 143773 files 88.6% Backup finished Fri Aug 2 04:32:26 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Fri Jul 26 00:30:30 EDT 2002 Backup Date: Fri Jul 19 00:30:30 EDT 2002 Backup Date: Fri Jul 12 00:30:31 EDT 2002 Backup Date: Fri Jun 28 00:30:30 EDT 2002 Backup Date: Fri Jun 21 00:30:33 EDT 2002 From root@wall.wall.com Fri Aug 2 04:36:18 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g728aGN3038240; Fri, 2 Aug 2002 04:36:16 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g728ZmXJ039496; Fri, 2 Aug 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38806; Fri, 2 Aug 2002 04:27:25 -0400 Date: Fri, 2 Aug 2002 04:27:25 -0400 From: root@wall.wall.com Message-Id: <200208020827.EAA38806@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: O X-Status: X-Keywords: X-UID: 2457 System Id: wall Backup Started: Fri Aug 2 02:00:00 EDT 2002 Backup of btas image started Fri Aug 2 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Aug 2 02:26:28 EDT 2002] 68.2% Dumpdate: Thu Aug 1 02:35:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 01 02:29 ./image.data -rw-r--r-- 1 root system 3029 Aug 01 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Fri Aug 2 02:26:55 EDT 2002 mksysb started Fri Aug 2 02:26:56 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 45701 files.............................. 1920 of 45701 files (4%).............................. 1920 of 45701 files (4%).............................. 1920 of 45701 files (4%).............................. 1958 of 45701 files (4%).............................. 1958 of 45701 files (4%).............................. 1958 of 45701 files (4%).............................. 2013 of 45701 files (4%).............................. 11447 of 45701 files (25%).............................. 19804 of 45701 files (43%).............................. 27217 of 45701 files (59%).............................. 41453 of 45701 files (90%).......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Aug 2 03:35:34 EDT 2002 Verify mksysb Fri Aug 2 03:35:35 EDT 2002 Dumpdate: Fri Aug 2 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 02 02:28 ./image.data -rw-r--r-- 1 root system 3071 Aug 02 02:26 ./tapeid.data 1520110 Kbytes, 45701 files 0 cache hits, 0 cache misses Backup finished Fri Aug 2 04:27:24 EDT 2002 **** Usage Log: **** Uses: 68 Backup Date: Thu Aug 1 02:28:13 EDT 2002 Backup Date: Wed Jul 31 02:27:23 EDT 2002 Backup Date: Tue Jul 30 02:27:02 EDT 2002 Backup Date: Fri Jul 19 02:28:04 EDT 2002 Backup Date: Thu Jul 18 02:27:54 EDT 2002 From root@csichb.com Fri Aug 2 04:46:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g728knN3044094 for ; Fri, 2 Aug 2002 04:46:49 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g728klxD024770 for ; Fri, 2 Aug 2002 04:46:48 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g728klJR050204 for ; Fri, 2 Aug 2002 04:46:47 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g728kkiQ015016 for bmsaix@bmsi.com; Fri, 2 Aug 2002 04:46:46 -0400 Date: Fri, 2 Aug 2002 04:46:46 -0400 From: root@csichb.com Message-Id: <200208020846.g728kkiQ015016@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2458 System Id: csi Backup Started: Fri Aug 2 02:00:00 EDT 2002 Dumpdate: Fri Jul 26 02:05:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 26 02:01 ./image.data -rw-r--r-- 1 root system 1495 Jul 26 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Aug 2 02:00:22 EDT 2002 mksysb started Fri Aug 2 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............... Creating list of files to back up........ Backing up 87831 files.............................. 311 of 87831 files (0%).............................. 313 of 87831 files (0%).............................. 5436 of 87831 files (6%).............................. 6620 of 87831 files (7%).............................. 6621 of 87831 files (7%).............................. 11903 of 87831 files (13%).............................. 26705 of 87831 files (30%).............................. 31723 of 87831 files (36%).............................. 31858 of 87831 files (36%).............................. 31878 of 87831 files (36%).............................. 41074 of 87831 files (46%).............................. 53268 of 87831 files (60%).............................. 63358 of 87831 files (72%).............................. 68698 of 87831 files (78%).............................. 73875 of 87831 files (84%).............................. 83791 of 87831 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Aug 2 03:28:24 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Aug 2 03:28:26 EDT 2002 Verify mksysb Fri Aug 2 03:29:34 EDT 2002 Dumpdate: Fri Aug 2 02:05:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 02 02:01 ./image.data -rw-r--r-- 1 root system 1537 Aug 02 02:00 ./tapeid.data 2283461 Kbytes, 87831 files Backup finished Fri Aug 2 04:46:46 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150632 97% 56742 10% /usr /dev/hd9var 720896 113664 85% 19672 22% /var /dev/hd3 344064 270520 22% 88 1% /tmp /dev/hd1 1130496 267744 77% 858 1% /home /dev/lv00 524288 141088 74% 5827 18% /bms /dev/lv01 835584 92104 89% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 30 Backup Date: Fri Jul 26 02:00:22 EDT 2002 Backup Date: Fri Jul 19 02:00:23 EDT 2002 Backup Date: Fri Jul 12 02:00:22 EDT 2002 Backup Date: Fri Jun 28 02:00:22 EDT 2002 Backup Date: Fri Jun 21 02:00:22 EDT 2002 From root@acustomsbroker.com Fri Aug 2 02:51:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g726pmN3032122; Fri, 2 Aug 2002 02:51:48 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g726pkxD018922; Fri, 2 Aug 2002 02:51:46 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g726pjw07633; Fri, 2 Aug 2002 02:51:45 -0400 Date: Fri, 2 Aug 2002 02:51:45 -0400 From: root Message-Id: <200208020651.g726pjw07633@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2459 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Aug 2 02:00:00 EDT 2002 BMS backup Fri Aug 2 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Fri Aug 2 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Aug 2 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1334128640 (1.2GB, 907kB/s) 1436.27s real 3.93s user 23.50s system Rewind Tape Fri Aug 2 02:26:18 EDT 2002 BMS backup Fri Aug 2 02:27:22 EDT 2002 Verify backup Fri Aug 2 02:27:22 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Aug 2 02:51:44 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Thu Jul 11 02:00:23 EDT 2002 Backup Date: Sat Jun 8 02:00:24 EDT 2002 Backup Date: Wed May 15 02:00:23 EDT 2002 Backup Date: Sat May 4 02:00:24 EDT 2002 Backup Date: Wed Apr 24 02:00:24 EDT 2002 From root@editorialunilit.com Tue Aug 6 03:55:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g767s1N3044298 for ; Tue, 6 Aug 2002 03:54:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g767s0xD029156 for ; Tue, 6 Aug 2002 03:54:00 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g767qgUp021046; Tue, 6 Aug 2002 03:52:43 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g767qgJ7021300; Tue, 6 Aug 2002 03:52:42 -0400 Date: Tue, 6 Aug 2002 03:52:42 -0400 From: root@editorialunilit.com Message-Id: <200208060752.g767qgJ7021300@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2460 System Id: unilit Backup Started: Mon Aug 5 23:50:00 EDT 2002 Dumpdate: Tue Jul 23 00:02:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 22 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 22 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Mon Aug 5 23:50:21 EDT 2002 mksysb started Mon Aug 5 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7595 cache hits, 173 cache misses 149359 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 40870. Rewind Tape Tue Aug 6 02:17:44 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Aug 6 02:27:45 EDT 2002 Dumpdate: Tue Aug 6 00:01:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 05 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 05 23:50 ./tapeid.data 2684253 Kbytes, 33321 files Backup finished Tue Aug 6 03:52:41 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Mon Jul 22 23:50:22 EDT 2002 Backup Date: Mon Jul 8 23:50:24 EDT 2002 Backup Date: Fri Jun 21 23:50:22 EDT 2002 Backup Date: Fri Jun 7 23:52:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 898 22% / /dev/hd2 458752 47368 90% 6255 11% /usr /dev/hd9var 1179648 743928 37% 13184 9% /var /dev/hd3 81920 68512 17% 102 1% /tmp /dev/hd1 196608 14136 93% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 13600 91% 3123 68% /usr/local /dev/lv03 147456 33312 78% 5354 59% /bms /dev/lv04 294912 20384 94% 2445 27% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1080032 59% 371 1% /mail Free Mounted Blksiz Opens Status A: 6728 Tue Aug 6 02:17 2048 8 Clean /btdata/SPAN 156276 used B: 603 Tue Aug 6 02:17 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Tue Aug 6 04:36:20 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g768aGN5046478; Tue, 6 Aug 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g768Zmxe033670; Tue, 6 Aug 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA26914; Tue, 6 Aug 2002 04:28:35 -0400 Date: Tue, 6 Aug 2002 04:28:35 -0400 From: root@wall.wall.com Message-Id: <200208060828.EAA26914@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2461 System Id: wall Backup Started: Tue Aug 6 02:00:00 EDT 2002 Backup of btas image started Tue Aug 6 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Aug 6 02:27:58 EDT 2002] 68.2% Dumpdate: Sat Aug 3 02:33:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 03 02:27 ./image.data -rw-r--r-- 1 root system 3113 Aug 03 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Aug 6 02:28:25 EDT 2002 mksysb started Tue Aug 6 02:28:26 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 45714 files.............................. 1950 of 45714 files (4%).............................. 1950 of 45714 files (4%).............................. 1950 of 45714 files (4%).............................. 1988 of 45714 files (4%).............................. 1988 of 45714 files (4%).............................. 1988 of 45714 files (4%).............................. 2041 of 45714 files (4%).............................. 11295 of 45714 files (24%).............................. 19796 of 45714 files (43%).............................. 32548 of 45714 files (71%).............................. 41582 of 45714 files (90%)......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Aug 6 03:36:52 EDT 2002 Verify mksysb Tue Aug 6 03:36:54 EDT 2002 Dumpdate: Tue Aug 6 02:35:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 06 02:29 ./image.data -rw-r--r-- 1 root system 3155 Aug 06 02:28 ./tapeid.data 1519672 Kbytes, 45714 files 0 cache hits, 0 cache misses Backup finished Tue Aug 6 04:28:34 EDT 2002 **** Usage Log: **** Uses: 70 Backup Date: Sat Aug 3 02:26:31 EDT 2002 Backup Date: Fri Aug 2 02:26:55 EDT 2002 Backup Date: Thu Aug 1 02:28:13 EDT 2002 Backup Date: Wed Jul 31 02:27:23 EDT 2002 Backup Date: Tue Jul 30 02:27:02 EDT 2002 From root@bmsaix.bmsi.com Tue Aug 6 04:36:39 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g768adN3025088 for ; Tue, 6 Aug 2002 04:36:39 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g768adtw019960 for bmsaix@bmsi.com; Tue, 6 Aug 2002 04:36:39 -0400 Date: Tue, 6 Aug 2002 04:36:39 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208060836.g768adtw019960@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2462 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 6 00:30:01 EDT 2002 mksysb backup Tue Aug 6 00:30:23 EDT 2002 Dumpdate: Tue Jul 30 00:42:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 30 00:34 ./image.data -rw-r--r-- 1 root system 2876 Jul 30 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Aug 6 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Aug 6 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai406690f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall48c890f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC48c8: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Aug 6 02:52:43 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 29622. mksysb backup Tue Aug 6 02:53:24 EDT 2002 Dumpdate: Tue Aug 6 00:42:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 06 00:34 ./image.data -rw-r--r-- 1 root system 2918 Aug 06 00:30 ./tapeid.data Verify backup Tue Aug 6 02:53:32 EDT 2002 Segment 1-4: mksysb 4186359 Kbytes, 142664 files 88.6% Backup finished Tue Aug 6 04:36:38 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Tue Jul 30 00:30:34 EDT 2002 Backup Date: Tue Jul 23 00:30:34 EDT 2002 Backup Date: Tue Jul 16 00:30:30 EDT 2002 Backup Date: Tue Jun 25 00:30:34 EDT 2002 Backup Date: Tue Jun 11 00:30:33 EDT 2002 From root@csichb.com Tue Aug 6 04:46:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g768kqN3025246 for ; Tue, 6 Aug 2002 04:46:52 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g768kjxD010176 for ; Tue, 6 Aug 2002 04:46:51 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g768kjJR050548 for ; Tue, 6 Aug 2002 04:46:45 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g768kjj3025506 for bmsaix@bmsi.com; Tue, 6 Aug 2002 04:46:45 -0400 Date: Tue, 6 Aug 2002 04:46:45 -0400 From: root@csichb.com Message-Id: <200208060846.g768kjj3025506@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2463 System Id: csi Backup Started: Tue Aug 6 02:00:01 EDT 2002 Dumpdate: Tue Jul 30 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 30 02:01 ./image.data -rw-r--r-- 1 root system 445 Jul 30 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Aug 6 02:00:22 EDT 2002 mksysb started Tue Aug 6 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88155 files.............................. 311 of 88155 files (0%).............................. 313 of 88155 files (0%).............................. 5441 of 88155 files (6%).............................. 6655 of 88155 files (7%).............................. 6656 of 88155 files (7%).............................. 11535 of 88155 files (13%).............................. 27030 of 88155 files (30%).............................. 32048 of 88155 files (36%).............................. 32184 of 88155 files (36%).............................. 32198 of 88155 files (36%).............................. 41400 of 88155 files (46%).............................. 53271 of 88155 files (60%).............................. 63261 of 88155 files (71%).............................. 68721 of 88155 files (77%).............................. 73904 of 88155 files (83%).............................. 83086 of 88155 files (94%).............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Aug 6 03:27:49 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Aug 6 03:27:51 EDT 2002 Verify mksysb Tue Aug 6 03:28:58 EDT 2002 Dumpdate: Tue Aug 6 02:04:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 06 02:01 ./image.data -rw-r--r-- 1 root system 487 Aug 06 02:00 ./tapeid.data 2287115 Kbytes, 88155 files Backup finished Tue Aug 6 04:46:44 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150776 97% 56740 10% /usr /dev/hd9var 720896 128936 83% 19963 23% /var /dev/hd3 344064 270192 22% 88 1% /tmp /dev/hd1 1130496 264080 77% 859 1% /home /dev/lv00 524288 131904 75% 5862 18% /bms /dev/lv01 835584 88024 90% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 5 Backup Date: Tue Jul 30 02:00:22 EDT 2002 Backup Date: Tue Jul 23 02:00:22 EDT 2002 Backup Date: Tue Jul 16 02:00:21 EDT 2002 Backup Date: Tue Jul 9 02:00:22 EDT 2002 Backup Date: Tue Jul 2 02:00:22 EDT 2002 From root@acustomsbroker.com Tue Aug 6 02:48:56 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g766mrN3041244; Tue, 6 Aug 2002 02:48:54 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g766mpxD017970; Tue, 6 Aug 2002 02:48:52 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g766mps31082; Tue, 6 Aug 2002 02:48:51 -0400 Date: Tue, 6 Aug 2002 02:48:51 -0400 From: root Message-Id: <200208060648.g766mps31082@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2464 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 6 02:00:00 EDT 2002 BMS backup Tue Aug 6 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue Aug 6 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Aug 6 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names tar: /home/stuart/update/vim-common-5.7-0.6x.i386.rpm: file changed as we read it Total bytes written: 1277583360 (1.2GB, 910kB/s) tar: Error exit delayed from previous errors 1370.91s real 4.01s user 23.67s system Rewind Tape Tue Aug 6 02:25:06 EDT 2002 BMS backup Tue Aug 6 02:25:48 EDT 2002 Verify backup Tue Aug 6 02:25:48 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Tue Aug 6 02:48:50 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Tue Jul 23 02:00:24 EDT 2002 Backup Date: Fri Jul 12 02:00:24 EDT 2002 Backup Date: Tue Jun 25 02:00:24 EDT 2002 Backup Date: Tue Jun 11 02:00:24 EDT 2002 Backup Date: Tue May 28 02:00:24 EDT 2002 From root@acustomsbroker.com Wed Aug 7 02:49:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g776nPN3032818; Wed, 7 Aug 2002 02:49:26 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g776nNxD012746; Wed, 7 Aug 2002 02:49:24 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g776nMF06828; Wed, 7 Aug 2002 02:49:22 -0400 Date: Wed, 7 Aug 2002 02:49:22 -0400 From: root Message-Id: <200208070649.g776nMF06828@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2465 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 7 02:00:00 EDT 2002 BMS backup Wed Aug 7 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Wed Aug 7 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Aug 7 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1281802240 (1.2GB, 908kB/s) 1379.25s real 4.11s user 23.57s system Rewind Tape Wed Aug 7 02:25:16 EDT 2002 BMS backup Wed Aug 7 02:26:08 EDT 2002 Verify backup Wed Aug 7 02:26:08 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Wed Aug 7 02:49:22 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Fri Aug 2 02:00:23 EDT 2002 Backup Date: Thu Jul 11 02:00:23 EDT 2002 Backup Date: Sat Jun 8 02:00:24 EDT 2002 Backup Date: Wed May 15 02:00:23 EDT 2002 Backup Date: Sat May 4 02:00:24 EDT 2002 From root@editorialunilit.com Wed Aug 7 04:01:16 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g77801N3027620 for ; Wed, 7 Aug 2002 04:00:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g777wVxD030834 for ; Wed, 7 Aug 2002 03:59:59 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g777v1Up050272; Wed, 7 Aug 2002 03:57:01 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g777uXEQ042588; Wed, 7 Aug 2002 03:56:33 -0400 Date: Wed, 7 Aug 2002 03:56:33 -0400 From: root@editorialunilit.com Message-Id: <200208070756.g777uXEQ042588@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2466 System Id: unilit Backup Started: Tue Aug 6 23:50:01 EDT 2002 Dumpdate: Wed Jul 24 00:01:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 23 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 23 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Tue Aug 6 23:50:22 EDT 2002 mksysb started Tue Aug 6 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7606 cache hits, 167 cache misses 149512 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 12582. Rewind Tape Wed Aug 7 02:20:59 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Aug 7 02:31:00 EDT 2002 Dumpdate: Wed Aug 7 00:01:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Aug 06 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 06 23:50 ./tapeid.data 2699912 Kbytes, 33360 files Backup finished Wed Aug 7 03:56:32 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Tue Jul 23 23:50:22 EDT 2002 Backup Date: Tue Jul 9 23:50:22 EDT 2002 Backup Date: Mon Jun 24 23:50:22 EDT 2002 Backup Date: Mon Jun 10 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 736600 38% 13213 9% /var /dev/hd3 81920 68464 17% 101 1% /tmp /dev/hd1 196608 63704 68% 1073 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 13600 91% 3123 68% /usr/local /dev/lv03 147456 33256 78% 5355 59% /bms /dev/lv04 409600 133864 68% 2448 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1009328 62% 377 1% /mail Free Mounted Blksiz Opens Status A: 6575 Wed Aug 7 02:20 2048 8 Clean /btdata/SPAN 156276 used B: 654 Wed Aug 7 02:20 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Wed Aug 7 04:36:19 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g778aGN5018526; Wed, 7 Aug 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g778Zp6K027460; Wed, 7 Aug 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA33140; Wed, 7 Aug 2002 04:26:19 -0400 Date: Wed, 7 Aug 2002 04:26:19 -0400 From: root@wall.wall.com Message-Id: <200208070826.EAA33140@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2467 System Id: wall Backup Started: Wed Aug 7 02:00:00 EDT 2002 Backup of btas image started Wed Aug 7 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Aug 7 02:26:18 EDT 2002] 68.2% Dumpdate: Sat Jul 27 02:34:29 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Jul 27 02:28 ./image.data -rw-r--r-- 1 root system 1769 Jul 27 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Aug 7 02:26:53 EDT 2002 mksysb started Wed Aug 7 02:26:54 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45796 files.............................. 1959 of 45796 files (4%).............................. 1959 of 45796 files (4%).............................. 1959 of 45796 files (4%).............................. 1997 of 45796 files (4%).............................. 1997 of 45796 files (4%).............................. 1997 of 45796 files (4%).............................. 2050 of 45796 files (4%)...............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246081: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246082: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246083: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246084: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246085: A file or directory in the path name does not exist. ............... 11306 of 45796 files (24%).............................. 19863 of 45796 files (43%).............................. 26667 of 45796 files (58%).............................. 41477 of 45796 files (90%).................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Aug 7 03:34:19 EDT 2002 Verify mksysb Wed Aug 7 03:34:21 EDT 2002 Dumpdate: Wed Aug 7 02:33:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 07 02:28 ./image.data -rw-r--r-- 1 root system 1811 Aug 07 02:26 ./tapeid.data 1519659 Kbytes, 45791 files 0 cache hits, 0 cache misses Backup finished Wed Aug 7 04:26:18 EDT 2002 **** Usage Log: **** Uses: 38 Backup Date: Sat Jul 27 02:27:21 EDT 2002 Backup Date: Fri Jul 26 02:26:15 EDT 2002 Backup Date: Thu Jul 25 02:27:03 EDT 2002 Backup Date: Wed Jul 24 02:27:07 EDT 2002 Backup Date: Tue Jul 23 02:28:04 EDT 2002 From root@bmsaix.bmsi.com Wed Aug 7 04:45:25 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g778jON3029550 for ; Wed, 7 Aug 2002 04:45:24 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g778jNTi014438 for bmsaix@bmsi.com; Wed, 7 Aug 2002 04:45:23 -0400 Date: Wed, 7 Aug 2002 04:45:23 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208070845.g778jNTi014438@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2468 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 7 00:30:00 EDT 2002 mksysb backup Wed Aug 7 00:30:23 EDT 2002 Dumpdate: Wed Jul 24 00:42:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Jul 24 00:34 ./image.data -rw-r--r-- 1 root system 2666 Jul 24 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Aug 7 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 7 00:31:02 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai40ab28d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall48dc28d: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC48dc: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Aug 7 03:01:49 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 42290. mksysb backup Wed Aug 7 03:03:25 EDT 2002 Dumpdate: Wed Aug 7 00:42:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 07 00:34 ./image.data -rw-r--r-- 1 root system 2708 Aug 07 00:30 ./tapeid.data Verify backup Wed Aug 7 03:03:32 EDT 2002 Segment 1-4: mksysb 4210809 Kbytes, 143326 files 88.6% Backup finished Wed Aug 7 04:45:23 EDT 2002 **** Usage Log: **** Uses: 17 Backup Date: Wed Jul 24 00:30:34 EDT 2002 Backup Date: Wed Jul 17 00:30:33 EDT 2002 Backup Date: Wed Jun 26 00:30:34 EDT 2002 Backup Date: Wed Jun 19 00:30:33 EDT 2002 Backup Date: Wed Jun 12 00:30:30 EDT 2002 From root@csichb.com Wed Aug 7 04:47:19 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g778lIN3045482 for ; Wed, 7 Aug 2002 04:47:18 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g778lHxD027008 for ; Wed, 7 Aug 2002 04:47:17 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g778lGJR023454 for ; Wed, 7 Aug 2002 04:47:16 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g778lGo1038116 for bmsaix@bmsi.com; Wed, 7 Aug 2002 04:47:16 -0400 Date: Wed, 7 Aug 2002 04:47:16 -0400 From: root@csichb.com Message-Id: <200208070847.g778lGo1038116@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2469 System Id: csi Backup Started: Wed Aug 7 02:00:00 EDT 2002 Dumpdate: Wed Jul 31 02:05:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Jul 31 02:01 ./image.data -rw-r--r-- 1 root system 3217 Jul 31 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Aug 7 02:00:22 EDT 2002 mksysb started Wed Aug 7 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............ Creating list of files to back up........ Backing up 88390 files.............................. 311 of 88390 files (0%).............................. 313 of 88390 files (0%).............................. 5411 of 88390 files (6%).............................. 6668 of 88390 files (7%).............................. 6669 of 88390 files (7%).............................. 10918 of 88390 files (12%).............................. 27261 of 88390 files (30%).............................. 32279 of 88390 files (36%).............................. 32387 of 88390 files (36%).............................. 32432 of 88390 files (36%).............................. 41634 of 88390 files (47%).............................. 53166 of 88390 files (60%).............................. 61989 of 88390 files (70%).............................. 68874 of 88390 files (77%).............................. 74088 of 88390 files (83%).............................. 83334 of 88390 files (94%).............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Aug 7 03:28:14 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Aug 7 03:28:15 EDT 2002 Verify mksysb Wed Aug 7 03:29:23 EDT 2002 Dumpdate: Wed Aug 7 02:05:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 07 02:01 ./image.data -rw-r--r-- 1 root system 3259 Aug 07 02:00 ./tapeid.data 2294571 Kbytes, 88390 files Backup finished Wed Aug 7 04:47:15 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150720 97% 56741 10% /usr /dev/hd9var 720896 114680 85% 20182 23% /var /dev/hd3 344064 270072 22% 88 1% /tmp /dev/hd1 1130496 259512 78% 859 1% /home /dev/lv00 524288 129648 76% 5875 18% /bms /dev/lv01 835584 88024 90% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 71 Backup Date: Wed Jul 31 02:00:22 EDT 2002 Backup Date: Wed Jul 24 02:00:22 EDT 2002 Backup Date: Wed Jul 17 02:00:21 EDT 2002 Backup Date: Wed Jul 10 02:00:22 EDT 2002 Backup Date: Wed Jul 3 02:00:22 EDT 2002 From root@acustomsbroker.com Fri Aug 9 02:50:18 2002 Received: from www.bmsi.com (www.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g796oHQ0021648; Fri, 9 Aug 2002 02:50:17 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g796oFxD010912; Fri, 9 Aug 2002 02:50:15 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g796oEF23997; Fri, 9 Aug 2002 02:50:14 -0400 Date: Fri, 9 Aug 2002 02:50:14 -0400 From: root Message-Id: <200208090650.g796oEF23997@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2470 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Aug 9 02:00:00 EDT 2002 BMS backup Fri Aug 9 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Fri Aug 9 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Aug 9 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1316874240 (1.2GB, 911kB/s) 1412.48s real 4.54s user 24.54s system Rewind Tape Fri Aug 9 02:25:52 EDT 2002 BMS backup Fri Aug 9 02:26:38 EDT 2002 Verify backup Fri Aug 9 02:26:38 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Fri Aug 9 02:50:14 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Wed Jul 24 02:00:23 EDT 2002 Backup Date: Thu Jun 27 02:00:27 EDT 2002 Backup Date: Thu Jun 13 02:00:24 EDT 2002 Backup Date: Wed May 29 02:00:24 EDT 2002 Backup Date: Fri May 17 02:00:36 EDT 2002 From root@csichb.com Fri Aug 9 04:50:13 2002 Received: from www.bmsi.com (www.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g798oCQ0020820 for ; Fri, 9 Aug 2002 04:50:12 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g798oAxD027390 for ; Fri, 9 Aug 2002 04:50:11 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g798oAJR028286 for ; Fri, 9 Aug 2002 04:50:10 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g798oA5a034978 for bmsaix@bmsi.com; Fri, 9 Aug 2002 04:50:10 -0400 Date: Fri, 9 Aug 2002 04:50:10 -0400 From: root@csichb.com Message-Id: <200208090850.g798oA5a034978@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2471 System Id: csi Backup Started: Fri Aug 9 02:00:00 EDT 2002 Dumpdate: Fri Aug 2 02:05:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 02 02:01 ./image.data -rw-r--r-- 1 root system 1537 Aug 02 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Aug 9 02:00:22 EDT 2002 mksysb started Fri Aug 9 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................. Creating list of files to back up........ Backing up 88677 files.............................. 311 of 88677 files (0%).............................. 313 of 88677 files (0%).............................. 5449 of 88677 files (6%).............................. 6684 of 88677 files (7%).............................. 6685 of 88677 files (7%).............................. 9833 of 88677 files (11%).............................. 27512 of 88677 files (31%).............................. 31061 of 88677 files (35%).............................. 32613 of 88677 files (36%).............................. 32714 of 88677 files (36%).............................. 41047 of 88677 files (46%).............................. 49280 of 88677 files (55%).............................. 60183 of 88677 files (67%).............................. 68068 of 88677 files (76%).............................. 73079 of 88677 files (82%).............................. 81851 of 88677 files (92%)..................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Aug 9 03:30:06 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Aug 9 03:30:08 EDT 2002 Verify mksysb Fri Aug 9 03:31:19 EDT 2002 Dumpdate: Fri Aug 9 02:05:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 09 02:01 ./image.data -rw-r--r-- 1 root system 1579 Aug 09 02:00 ./tapeid.data 2310229 Kbytes, 88677 files Backup finished Fri Aug 9 04:50:09 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150704 97% 56742 10% /usr /dev/hd9var 720896 80584 89% 20449 23% /var /dev/hd3 344064 269816 22% 88 1% /tmp /dev/hd1 1130496 253264 78% 862 1% /home /dev/lv00 524288 127168 76% 5892 18% /bms /dev/lv01 835584 86992 90% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 31 Backup Date: Fri Aug 2 02:00:22 EDT 2002 Backup Date: Fri Jul 26 02:00:22 EDT 2002 Backup Date: Fri Jul 19 02:00:23 EDT 2002 Backup Date: Fri Jul 12 02:00:22 EDT 2002 Backup Date: Fri Jun 28 02:00:22 EDT 2002 From root@wall.wall.com Fri Aug 9 04:44:05 2002 Received: from bmsaix.bmsi.com (loopback [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g798i1Q2023196; Fri, 9 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g798ZoCY021528; Fri, 9 Aug 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA39496; Fri, 9 Aug 2002 04:28:44 -0400 Date: Fri, 9 Aug 2002 04:28:44 -0400 From: root@wall.wall.com Message-Id: <200208090828.EAA39496@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2472 System Id: wall Backup Started: Fri Aug 9 02:00:00 EDT 2002 Backup of btas image started Fri Aug 9 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Aug 9 02:28:26 EDT 2002] 68.2% Dumpdate: Thu Aug 8 02:33:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 08 02:28 ./image.data -rw-r--r-- 1 root system 1853 Aug 08 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Aug 9 02:28:52 EDT 2002 mksysb started Fri Aug 9 02:28:53 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45881 files.............................. 1983 of 45881 files (4%).............................. 1983 of 45881 files (4%).............................. 1983 of 45881 files (4%).............................. 2021 of 45881 files (4%).............................. 2021 of 45881 files (4%).............................. 2021 of 45881 files (4%).............................. 2074 of 45881 files (4%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246192: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246193: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246194: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246195: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246196: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246197: A file or directory in the path name does not exist. .............. 11342 of 45881 files (24%).............................. 19935 of 45881 files (43%).............................. 26752 of 45881 files (58%).............................. 41511 of 45881 files (90%).................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Aug 9 03:36:20 EDT 2002 Verify mksysb Fri Aug 9 03:36:22 EDT 2002 Dumpdate: Fri Aug 9 02:36:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 09 02:30 ./image.data -rw-r--r-- 1 root system 1895 Aug 09 02:28 ./tapeid.data 1520094 Kbytes, 45875 files 0 cache hits, 0 cache misses Backup finished Fri Aug 9 04:28:43 EDT 2002 **** Usage Log: **** Uses: 40 Backup Date: Thu Aug 8 02:26:46 EDT 2002 Backup Date: Wed Aug 7 02:26:53 EDT 2002 Backup Date: Sat Jul 27 02:27:21 EDT 2002 Backup Date: Fri Jul 26 02:26:15 EDT 2002 Backup Date: Thu Jul 25 02:27:03 EDT 2002 From root@editorialunilit.com Fri Aug 9 03:58:35 2002 Received: from www.bmsi.com (www.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g797wYQ0020584 for ; Fri, 9 Aug 2002 03:58:35 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g797wXxD026876 for ; Fri, 9 Aug 2002 03:58:33 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g797vGa8014936; Fri, 9 Aug 2002 03:57:16 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g797vFP7008534; Fri, 9 Aug 2002 03:57:15 -0400 Date: Fri, 9 Aug 2002 03:57:15 -0400 From: root@editorialunilit.com Message-Id: <200208090757.g797vFP7008534@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2473 System Id: unilit Backup Started: Thu Aug 8 23:50:00 EDT 2002 Dumpdate: Fri Jul 26 00:01:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 25 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 25 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0080 Backup Date: Thu Aug 8 23:50:22 EDT 2002 mksysb started Thu Aug 8 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7626 cache hits, 160 cache misses 149842 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 32198. Rewind Tape Fri Aug 9 02:21:14 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Aug 9 02:31:15 EDT 2002 Dumpdate: Fri Aug 9 00:01:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Aug 08 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 08 23:50 ./tapeid.data 2720756 Kbytes, 33636 files Backup finished Fri Aug 9 03:57:14 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Thu Jul 25 23:50:22 EDT 2002 Backup Date: Thu Jul 11 23:50:24 EDT 2002 Backup Date: Wed Jun 26 23:50:25 EDT 2002 Backup Date: Wed Jun 12 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 707240 41% 13478 10% /var /dev/hd3 81920 68352 17% 101 1% /tmp /dev/hd1 196608 63704 68% 1073 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19648 87% 3121 68% /usr/local /dev/lv03 147456 32952 78% 5358 59% /bms /dev/lv04 409600 134744 68% 2454 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1000352 62% 380 1% /mail Free Mounted Blksiz Opens Status A: 6245 Fri Aug 9 02:21 2048 8 Clean /btdata/SPAN 156276 used B: 591 Fri Aug 9 02:21 2048 15 Clean /btdata/EDX 8449 used From root@editorialunilit.com Thu Aug 8 00:08:35 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7848YN3018470 for ; Thu, 8 Aug 2002 00:08:34 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7848MxD012618 for ; Thu, 8 Aug 2002 00:08:34 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g78474a8013060; Thu, 8 Aug 2002 00:07:04 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g78473hF030978; Thu, 8 Aug 2002 00:07:03 -0400 Date: Thu, 8 Aug 2002 00:07:03 -0400 From: root@editorialunilit.com Message-Id: <200208080407.g78473hF030978@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0085 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2474 System Id: unilit Backup Started: Wed Aug 7 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error Assigning New Tape Id Wed Aug 7 23:50:34 EDT 2002 Retensioning Tape Wed Aug 7 23:50:34 EDT 2002 /dev/rmt0: The media surface is damaged. Tape Id: unilit0085 Backup Date: Wed Aug 7 23:50:34 EDT 2002 /dev/rmt0: The media surface is damaged. mksysb started Wed Aug 7 23:50:35 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7616 cache hits, 163 cache misses 149670 cache hits, 90 cache misses 0512-017 mksysb: Cannot write to the device /dev/rmt0.1. Either write protected or in use. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 17028. Rewind Tape Wed Aug 7 23:57:01 EDT 2002 /dev/rmt0: The media surface is damaged. Sleeping for 10 minutes to let tape drive cool down. /dev/rmt0: The media surface is damaged. Verify mksysb Thu Aug 8 00:07:02 EDT 2002 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Thu Aug 8 00:07:02 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 899 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 703672 41% 13045 9% /var /dev/hd3 81920 68392 17% 101 1% /tmp /dev/hd1 196608 63704 68% 1073 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19648 87% 3121 68% /usr/local /dev/lv03 147456 33048 78% 5356 59% /bms /dev/lv04 409600 133680 68% 2453 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1006608 62% 379 1% /mail Free Mounted Blksiz Opens Status A: 6417 Wed Aug 7 23:56 2048 8 Clean /btdata/SPAN 156276 used B: 641 Wed Aug 7 23:56 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Thu Aug 8 02:48:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g786mcN3027620; Thu, 8 Aug 2002 02:48:38 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g786maxD016494; Thu, 8 Aug 2002 02:48:37 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g786maH14283; Thu, 8 Aug 2002 02:48:36 -0400 Date: Thu, 8 Aug 2002 02:48:36 -0400 From: root Message-Id: <200208080648.g786maH14283@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2475 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 8 02:00:00 EDT 2002 BMS backup Thu Aug 8 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Thu Aug 8 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Aug 8 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1283051520 (1.2GB, 915kB/s) 1369.94s real 4.40s user 23.72s system Rewind Tape Thu Aug 8 02:25:04 EDT 2002 BMS backup Thu Aug 8 02:25:41 EDT 2002 Verify backup Thu Aug 8 02:25:41 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Thu Aug 8 02:48:36 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Tue Aug 6 02:00:24 EDT 2002 Backup Date: Tue Jul 23 02:00:24 EDT 2002 Backup Date: Fri Jul 12 02:00:24 EDT 2002 Backup Date: Tue Jun 25 02:00:24 EDT 2002 Backup Date: Tue Jun 11 02:00:24 EDT 2002 From root@wall.wall.com Thu Aug 8 04:36:19 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g788aGN5041576; Thu, 8 Aug 2002 04:36:17 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g788ZloW014686; Thu, 8 Aug 2002 04:35:47 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41974; Thu, 8 Aug 2002 04:26:35 -0400 Date: Thu, 8 Aug 2002 04:26:35 -0400 From: root@wall.wall.com Message-Id: <200208080826.EAA41974@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2476 System Id: wall Backup Started: Thu Aug 8 02:00:00 EDT 2002 Backup of btas image started Thu Aug 8 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 8 02:26:19 EDT 2002] 68.2% Dumpdate: Wed Aug 7 02:33:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 07 02:28 ./image.data -rw-r--r-- 1 root system 1811 Aug 07 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Aug 8 02:26:46 EDT 2002 mksysb started Thu Aug 8 02:26:47 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45822 files.............................. 1971 of 45822 files (4%).............................. 1971 of 45822 files (4%).............................. 1971 of 45822 files (4%).............................. 2009 of 45822 files (4%).............................. 2009 of 45822 files (4%).............................. 2009 of 45822 files (4%).............................. 2062 of 45822 files (4%).............................. 11323 of 45822 files (24%).............................. 19884 of 45822 files (43%).............................. 24898 of 45822 files (54%).............................. 41389 of 45822 files (90%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 8 03:34:22 EDT 2002 Verify mksysb Thu Aug 8 03:34:24 EDT 2002 Dumpdate: Thu Aug 8 02:33:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 08 02:28 ./image.data -rw-r--r-- 1 root system 1853 Aug 08 02:26 ./tapeid.data 1520272 Kbytes, 45822 files 0 cache hits, 0 cache misses Backup finished Thu Aug 8 04:26:34 EDT 2002 **** Usage Log: **** Uses: 39 Backup Date: Wed Aug 7 02:26:53 EDT 2002 Backup Date: Sat Jul 27 02:27:21 EDT 2002 Backup Date: Fri Jul 26 02:26:15 EDT 2002 Backup Date: Thu Jul 25 02:27:03 EDT 2002 Backup Date: Wed Jul 24 02:27:07 EDT 2002 From root@csichb.com Thu Aug 8 04:51:59 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g788pxN3028920 for ; Thu, 8 Aug 2002 04:51:59 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g788pwxD027380 for ; Thu, 8 Aug 2002 04:51:58 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g788pvJR020952 for ; Thu, 8 Aug 2002 04:51:57 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g788pvTN039726 for bmsaix@bmsi.com; Thu, 8 Aug 2002 04:51:57 -0400 Date: Thu, 8 Aug 2002 04:51:57 -0400 From: root@csichb.com Message-Id: <200208080851.g788pvTN039726@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2477 System Id: csi Backup Started: Thu Aug 8 02:00:00 EDT 2002 Dumpdate: Thu Aug 1 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 01 02:01 ./image.data -rw-r--r-- 1 root system 697 Aug 01 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Aug 8 02:00:21 EDT 2002 mksysb started Thu Aug 8 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88522 files.............................. 311 of 88522 files (0%).............................. 313 of 88522 files (0%).............................. 5404 of 88522 files (6%).............................. 6679 of 88522 files (7%).............................. 6680 of 88522 files (7%).............................. 9283 of 88522 files (10%).............................. 27349 of 88522 files (30%).............................. 30893 of 88522 files (34%).............................. 32457 of 88522 files (36%).............................. 32559 of 88522 files (36%).............................. 40890 of 88522 files (46%).............................. 46370 of 88522 files (52%).............................. 59809 of 88522 files (67%).............................. 66480 of 88522 files (75%).............................. 71545 of 88522 files (80%).............................. 77781 of 88522 files (87%).............................. 87950 of 88522 files (99%) 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Aug 8 03:30:33 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Aug 8 03:30:34 EDT 2002 Verify mksysb Thu Aug 8 03:31:41 EDT 2002 Dumpdate: Thu Aug 8 02:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 08 02:01 ./image.data -rw-r--r-- 1 root system 739 Aug 08 02:00 ./tapeid.data 2306137 Kbytes, 88522 files Backup finished Thu Aug 8 04:51:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5776 83% 2191 27% / /dev/hd2 4947968 150704 97% 56742 10% /usr /dev/hd9var 720896 83320 89% 20303 23% /var /dev/hd3 344064 269928 22% 88 1% /tmp /dev/hd1 1130496 258488 78% 859 1% /home /dev/lv00 524288 127384 76% 5886 18% /bms /dev/lv01 835584 88024 90% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 11 Backup Date: Thu Aug 1 02:00:22 EDT 2002 Backup Date: Thu Jul 25 02:00:22 EDT 2002 Backup Date: Thu Jul 18 02:00:22 EDT 2002 Backup Date: Thu Jul 11 02:00:22 EDT 2002 Backup Date: Fri Jul 5 02:00:19 EDT 2002 From root@csichb.com Sat Aug 10 04:48:40 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A8md6f024116 for ; Sat, 10 Aug 2002 04:48:39 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A8mcxD026770 for ; Sat, 10 Aug 2002 04:48:38 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7A8mbJR045584 for ; Sat, 10 Aug 2002 04:48:37 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7A8mbft020214 for bmsaix@bmsi.com; Sat, 10 Aug 2002 04:48:37 -0400 Date: Sat, 10 Aug 2002 04:48:37 -0400 From: root@csichb.com Message-Id: <200208100848.g7A8mbft020214@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2478 System Id: csi Backup Started: Sat Aug 10 02:00:00 EDT 2002 Dumpdate: Sat Aug 3 02:04:33 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 03 02:01 ./image.data -rw-r--r-- 1 root system 361 Aug 03 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Aug 10 02:00:22 EDT 2002 mksysb started Sat Aug 10 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88087 files.............................. 311 of 88087 files (0%).............................. 313 of 88087 files (0%).............................. 5455 of 88087 files (6%).............................. 6697 of 88087 files (7%).............................. 6698 of 88087 files (7%).............................. 10193 of 88087 files (11%).............................. 26949 of 88087 files (30%).............................. 30623 of 88087 files (34%).............................. 32025 of 88087 files (36%).............................. 32127 of 88087 files (36%).............................. 40459 of 88087 files (45%).............................. 50097 of 88087 files (56%).............................. 59823 of 88087 files (67%).............................. 67658 of 88087 files (76%).............................. 72654 of 88087 files (82%).............................. 81405 of 88087 files (92%).................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Aug 10 03:28:43 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Aug 10 03:28:44 EDT 2002 Verify mksysb Sat Aug 10 03:29:52 EDT 2002 Dumpdate: Sat Aug 10 02:04:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 10 02:01 ./image.data -rw-r--r-- 1 root system 403 Aug 10 02:00 ./tapeid.data 2316501 Kbytes, 88087 files Backup finished Sat Aug 10 04:48:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5768 83% 2191 27% / /dev/hd2 4947968 150704 97% 56742 10% /usr /dev/hd9var 720896 67440 91% 19846 23% /var /dev/hd3 344064 269712 22% 88 1% /tmp /dev/hd1 1130496 252080 78% 862 1% /home /dev/lv00 524288 124832 77% 5905 19% /bms /dev/lv01 835584 85752 90% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 3 Backup Date: Sat Aug 3 02:00:21 EDT 2002 Backup Date: Sat Jul 27 02:00:28 EDT 2002 Backup Date: Sat Jul 20 02:00:01 EDT 2002 From root@acustomsbroker.com Sat Aug 10 02:49:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A6nu6f024562; Sat, 10 Aug 2002 02:49:56 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A6nsxD018820; Sat, 10 Aug 2002 02:49:54 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7A6nst31765; Sat, 10 Aug 2002 02:49:54 -0400 Date: Sat, 10 Aug 2002 02:49:54 -0400 From: root Message-Id: <200208100649.g7A6nst31765@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2479 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 10 02:00:00 EDT 2002 BMS backup Sat Aug 10 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0008 Backup Date: Sat Aug 10 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Aug 10 02:02:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1296732160 (1.2GB, 899kB/s) 1407.69s real 4.60s user 23.74s system Rewind Tape Sat Aug 10 02:25:45 EDT 2002 BMS backup Sat Aug 10 02:26:25 EDT 2002 Verify backup Sat Aug 10 02:26:25 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.8% Backup finished Sat Aug 10 02:49:53 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Fri Jul 26 02:00:24 EDT 2002 Backup Date: Fri Jun 28 02:00:24 EDT 2002 Backup Date: Fri Jun 14 02:00:24 EDT 2002 Backup Date: Sat Jun 1 02:00:24 EDT 2002 Backup Date: Tue May 21 02:00:24 EDT 2002 From root@editorialunilit.com Sat Aug 10 04:01:22 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A81L6f024324 for ; Sat, 10 Aug 2002 04:01:21 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A81KxD018448 for ; Sat, 10 Aug 2002 04:01:20 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7A802a8042684; Sat, 10 Aug 2002 04:00:02 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7A802Ii014004; Sat, 10 Aug 2002 04:00:02 -0400 Date: Sat, 10 Aug 2002 04:00:02 -0400 From: root@editorialunilit.com Message-Id: <200208100800.g7A802Ii014004@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2480 System Id: unilit Backup Started: Fri Aug 9 23:50:00 EDT 2002 Dumpdate: Sat Jul 27 00:01:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 26 23:56 ./image.data -rw-r--r-- 1 root system 405 Jul 26 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Fri Aug 9 23:50:22 EDT 2002 mksysb started Fri Aug 9 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7612 cache hits, 159 cache misses 149966 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 24812. Rewind Tape Sat Aug 10 02:23:49 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Aug 10 02:33:50 EDT 2002 Dumpdate: Sat Aug 10 00:01:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Aug 09 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 09 23:50 ./tapeid.data 2721010 Kbytes, 33989 files Backup finished Sat Aug 10 04:00:00 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Fri Jul 26 23:50:22 EDT 2002 Backup Date: Fri Jul 12 23:50:21 EDT 2002 Backup Date: Thu Jun 27 23:50:22 EDT 2002 Backup Date: Thu Jun 13 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 710488 40% 13828 10% /var /dev/hd3 81920 68336 17% 103 2% /tmp /dev/hd1 196608 62192 69% 1073 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32952 78% 5360 59% /bms /dev/lv04 409600 134496 68% 2454 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1000552 62% 381 1% /mail Free Mounted Blksiz Opens Status A: 6121 Sat Aug 10 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 620 Sat Aug 10 02:23 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Sat Aug 10 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A8i16f024264; Sat, 10 Aug 2002 04:44:01 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7A8ZmQi039498; Sat, 10 Aug 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44308; Sat, 10 Aug 2002 04:27:29 -0400 Date: Sat, 10 Aug 2002 04:27:29 -0400 From: root@wall.wall.com Message-Id: <200208100827.EAA44308@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2481 System Id: wall Backup Started: Sat Aug 10 02:00:00 EDT 2002 Backup of btas image started Sat Aug 10 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Aug 10 02:26:25 EDT 2002] 68.2% Dumpdate: Fri Aug 9 02:36:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 09 02:30 ./image.data -rw-r--r-- 1 root system 1895 Aug 09 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Aug 10 02:27:03 EDT 2002 mksysb started Sat Aug 10 02:27:04 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45941 files.............................. 1989 of 45941 files (4%).............................. 1989 of 45941 files (4%).............................. 1989 of 45941 files (4%).............................. 2027 of 45941 files (4%).............................. 2027 of 45941 files (4%).............................. 2027 of 45941 files (4%).............................. 2080 of 45941 files (4%).............................. 11361 of 45941 files (24%).............................. 19995 of 45941 files (43%).............................. 31270 of 45941 files (68%).............................. 41811 of 45941 files (91%)......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 10 03:35:24 EDT 2002 Verify mksysb Sat Aug 10 03:35:25 EDT 2002 Dumpdate: Sat Aug 10 02:34:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 10 02:28 ./image.data -rw-r--r-- 1 root system 1937 Aug 10 02:27 ./tapeid.data 1520967 Kbytes, 45941 files 0 cache hits, 0 cache misses Backup finished Sat Aug 10 04:27:28 EDT 2002 **** Usage Log: **** Uses: 41 Backup Date: Fri Aug 9 02:28:52 EDT 2002 Backup Date: Thu Aug 8 02:26:46 EDT 2002 Backup Date: Wed Aug 7 02:26:53 EDT 2002 Backup Date: Sat Jul 27 02:27:21 EDT 2002 Backup Date: Fri Jul 26 02:26:15 EDT 2002 From stuart@bmsaix.bmsi.com Sat Aug 10 00:43:29 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7A4hS6f038660 for ; Sat, 10 Aug 2002 00:43:28 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7A4hRVO039932 for bmsaix@bmsi.com; Sat, 10 Aug 2002 00:43:27 -0400 Date: Sat, 10 Aug 2002 00:43:27 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208100443.g7A4hRVO039932@bmsaix.bmsi.com> Subject: bmsaix0086 backup Status: RO X-Status: X-Keywords: X-UID: 2482 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 10 00:30:00 EDT 2002 mksysb backup Sat Aug 10 00:30:22 EDT 2002 Dumpdate: Sat Jul 20 00:46:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 20 00:36 ./image.data -rw-r--r-- 1 root system 2414 Jul 20 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0086 Backup Date: Sat Aug 10 00:30:30 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Aug 10 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Sat Aug 10 00:42:52 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 25020. mksysb backup Sat Aug 10 00:43:20 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Backup finished Sat Aug 10 00:43:27 EDT 2002 **** Usage Log: **** Uses: 11 Backup Date: Sat Jul 20 00:30:35 EDT 2002 Backup Date: Sat Jun 8 00:30:33 EDT 2002 Backup Date: Sat May 18 00:30:30 EDT 2002 Backup Date: Sat May 4 00:30:30 EDT 2002 Backup Date: Sat Apr 20 00:30:34 EDT 2002 From root@bmsaix.bmsi.com Tue Aug 13 00:43:17 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D4hG6f040678 for ; Tue, 13 Aug 2002 00:43:16 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7D4hGGr037348 for bmsaix@bmsi.com; Tue, 13 Aug 2002 00:43:16 -0400 Date: Tue, 13 Aug 2002 00:43:16 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208130443.g7D4hGGr037348@bmsaix.bmsi.com> Subject: bmsaix0056 backup Status: RO X-Status: X-Keywords: X-UID: 2483 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 13 00:30:00 EDT 2002 mksysb backup Tue Aug 13 00:30:26 EDT 2002 Dumpdate: Tue Aug 6 00:42:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 06 00:34 ./image.data -rw-r--r-- 1 root system 2918 Aug 06 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0056 Backup Date: Tue Aug 13 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Aug 13 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Tue Aug 13 00:42:41 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 35502. mksysb backup Tue Aug 13 00:43:08 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Backup finished Tue Aug 13 00:43:15 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Tue Aug 6 00:30:30 EDT 2002 Backup Date: Tue Jul 30 00:30:34 EDT 2002 Backup Date: Tue Jul 23 00:30:34 EDT 2002 Backup Date: Tue Jul 16 00:30:30 EDT 2002 Backup Date: Tue Jun 25 00:30:34 EDT 2002 From root@acustomsbroker.com Tue Aug 13 02:50:22 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D6oL6f037250; Tue, 13 Aug 2002 02:50:21 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D6oJxD015474; Tue, 13 Aug 2002 02:50:20 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7D6oJW09715; Tue, 13 Aug 2002 02:50:19 -0400 Date: Tue, 13 Aug 2002 02:50:19 -0400 From: root Message-Id: <200208130650.g7D6oJW09715@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2484 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 13 02:00:00 EDT 2002 BMS backup Tue Aug 13 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Tue Aug 13 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.7% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Aug 13 02:02:24 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1300183040 (1.2GB, 898kB/s) 1414.06s real 4.46s user 25.90s system Rewind Tape Tue Aug 13 02:25:58 EDT 2002 BMS backup Tue Aug 13 02:26:44 EDT 2002 Verify backup Tue Aug 13 02:26:44 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Tue Aug 13 02:50:18 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Tue Jul 30 02:00:24 EDT 2002 Backup Date: Thu Jul 18 02:00:24 EDT 2002 Backup Date: Tue Jul 9 02:00:24 EDT 2002 Backup Date: Tue Jul 2 02:00:24 EDT 2002 Backup Date: Wed Jun 19 02:00:24 EDT 2002 From root@editorialunilit.com Tue Aug 13 03:57:02 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D7v26f040900 for ; Tue, 13 Aug 2002 03:57:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D7v0xD021636 for ; Tue, 13 Aug 2002 03:57:01 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7D7tha8019568; Tue, 13 Aug 2002 03:55:43 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7D7tg3H039278; Tue, 13 Aug 2002 03:55:42 -0400 Date: Tue, 13 Aug 2002 03:55:42 -0400 From: root@editorialunilit.com Message-Id: <200208130755.g7D7tg3H039278@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2485 System Id: unilit Backup Started: Mon Aug 12 23:50:01 EDT 2002 Dumpdate: Tue Jul 30 00:02:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 29 23:56 ./image.data -rw-r--r-- 1 root system 3009 Jul 29 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Mon Aug 12 23:50:37 EDT 2002 mksysb started Mon Aug 12 23:50:38 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7626 cache hits, 157 cache misses 150171 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 24782. Rewind Tape Tue Aug 13 02:20:18 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Aug 13 02:30:19 EDT 2002 Dumpdate: Tue Aug 13 00:02:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 12 23:56 ./image.data -rw-r--r-- 1 root system 3051 Aug 12 23:50 ./tapeid.data 2710742 Kbytes, 34064 files Backup finished Tue Aug 13 03:55:41 EDT 2002 **** Usage Log: **** Uses: 66 Backup Date: Mon Jul 29 23:50:39 EDT 2002 Backup Date: Mon Jul 15 23:50:23 EDT 2002 Backup Date: Fri Jun 28 23:50:24 EDT 2002 Backup Date: Fri Jun 14 23:50:24 EDT 2002 Backup Date: Wed Jun 5 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 731168 39% 13896 10% /var /dev/hd3 81920 68312 17% 102 1% /tmp /dev/hd1 196608 62920 68% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32864 78% 5361 59% /bms /dev/lv04 409600 134184 68% 2459 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 1003960 62% 381 1% /mail Free Mounted Blksiz Opens Status A: 5916 Tue Aug 13 02:20 2048 8 Clean /btdata/SPAN 156276 used B: 600 Tue Aug 13 02:20 2048 15 Clean /btdata/EDX 8449 used From root@csichb.com Tue Aug 13 04:47:32 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D8lW6f037534 for ; Tue, 13 Aug 2002 04:47:32 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7D8lUxD017994 for ; Tue, 13 Aug 2002 04:47:31 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7D8lUJR036752 for ; Tue, 13 Aug 2002 04:47:30 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7D8lU5L041460 for bmsaix@bmsi.com; Tue, 13 Aug 2002 04:47:30 -0400 Date: Tue, 13 Aug 2002 04:47:30 -0400 From: root@csichb.com Message-Id: <200208130847.g7D8lU5L041460@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2486 System Id: csi Backup Started: Tue Aug 13 02:00:00 EDT 2002 Dumpdate: Tue Aug 6 02:04:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 06 02:01 ./image.data -rw-r--r-- 1 root system 487 Aug 06 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Aug 13 02:00:22 EDT 2002 mksysb started Tue Aug 13 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88452 files.............................. 311 of 88452 files (0%).............................. 313 of 88452 files (0%).............................. 5446 of 88452 files (6%).............................. 6720 of 88452 files (7%).............................. 6721 of 88452 files (7%).............................. 10427 of 88452 files (11%).............................. 27321 of 88452 files (30%).............................. 32328 of 88452 files (36%).............................. 32430 of 88452 files (36%).............................. 32492 of 88452 files (36%).............................. 41691 of 88452 files (47%).............................. 51910 of 88452 files (58%).............................. 60736 of 88452 files (68%).............................. 68511 of 88452 files (77%).............................. 73762 of 88452 files (83%).............................. 82990 of 88452 files (93%)................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Aug 13 03:28:06 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Aug 13 03:28:08 EDT 2002 Verify mksysb Tue Aug 13 03:29:15 EDT 2002 Dumpdate: Tue Aug 13 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 13 02:01 ./image.data -rw-r--r-- 1 root system 529 Aug 13 02:00 ./tapeid.data 2300926 Kbytes, 88452 files Backup finished Tue Aug 13 04:47:29 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5768 83% 2191 27% / /dev/hd2 4947968 150704 97% 56742 10% /usr /dev/hd9var 720896 116680 84% 20187 23% /var /dev/hd3 344064 269528 22% 88 1% /tmp /dev/hd1 1130496 250056 78% 862 1% /home /dev/lv00 524288 116280 78% 5928 19% /bms /dev/lv01 835584 82480 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 6 Backup Date: Tue Aug 6 02:00:22 EDT 2002 Backup Date: Tue Jul 30 02:00:22 EDT 2002 Backup Date: Tue Jul 23 02:00:22 EDT 2002 Backup Date: Tue Jul 16 02:00:21 EDT 2002 Backup Date: Tue Jul 9 02:00:22 EDT 2002 From root@wall.wall.com Tue Aug 13 06:44:06 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7DAi26j019478; Tue, 13 Aug 2002 06:44:03 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7DAQQoe023592; Tue, 13 Aug 2002 06:26:26 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA40080; Tue, 13 Aug 2002 04:28:35 -0400 Date: Tue, 13 Aug 2002 04:28:35 -0400 From: root@wall.wall.com Message-Id: <200208130828.EAA40080@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2487 System Id: wall Backup Started: Tue Aug 13 02:00:01 EDT 2002 Backup of btas image started Tue Aug 13 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Aug 13 02:26:54 EDT 2002] 68.2% Dumpdate: Sat Aug 10 02:34:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 10 02:28 ./image.data -rw-r--r-- 1 root system 1937 Aug 10 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Aug 13 02:27:21 EDT 2002 mksysb started Tue Aug 13 02:27:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45887 files.............................. 2010 of 45887 files (4%).............................. 2010 of 45887 files (4%).............................. 2010 of 45887 files (4%).............................. 2048 of 45887 files (4%).............................. 2048 of 45887 files (4%).............................. 2048 of 45887 files (4%).............................. 2101 of 45887 files (4%).............................. 11410 of 45887 files (24%).............................. 19919 of 45887 files (43%).............................. 24922 of 45887 files (54%).............................. 41369 of 45887 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Aug 13 03:36:14 EDT 2002 Verify mksysb Tue Aug 13 03:36:15 EDT 2002 Dumpdate: Tue Aug 13 02:34:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 13 02:28 ./image.data -rw-r--r-- 1 root system 1979 Aug 13 02:27 ./tapeid.data 1520217 Kbytes, 45887 files 0 cache hits, 0 cache misses Backup finished Tue Aug 13 04:28:35 EDT 2002 **** Usage Log: **** Uses: 42 Backup Date: Sat Aug 10 02:27:03 EDT 2002 Backup Date: Fri Aug 9 02:28:52 EDT 2002 Backup Date: Thu Aug 8 02:26:46 EDT 2002 Backup Date: Wed Aug 7 02:26:53 EDT 2002 Backup Date: Sat Jul 27 02:27:21 EDT 2002 From root@bmsaix.bmsi.com Wed Aug 14 00:43:06 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E4h56f041258 for ; Wed, 14 Aug 2002 00:43:05 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7E4h5f4034332 for bmsaix@bmsi.com; Wed, 14 Aug 2002 00:43:05 -0400 Date: Wed, 14 Aug 2002 00:43:05 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208140443.g7E4h5f4034332@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2488 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 14 00:30:00 EDT 2002 mksysb backup Wed Aug 14 00:30:26 EDT 2002 Dumpdate: Wed Aug 7 00:42:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 07 00:34 ./image.data -rw-r--r-- 1 root system 2708 Aug 07 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Aug 14 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 14 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Wed Aug 14 00:42:30 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 20714. mksysb backup Wed Aug 14 00:42:57 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Backup finished Wed Aug 14 00:43:04 EDT 2002 **** Usage Log: **** Uses: 18 Backup Date: Wed Aug 7 00:30:30 EDT 2002 Backup Date: Wed Jul 24 00:30:34 EDT 2002 Backup Date: Wed Jul 17 00:30:33 EDT 2002 Backup Date: Wed Jun 26 00:30:34 EDT 2002 Backup Date: Wed Jun 19 00:30:33 EDT 2002 From root@acustomsbroker.com Wed Aug 14 02:50:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E6o26f040708; Wed, 14 Aug 2002 02:50:02 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E6o0xD014124; Wed, 14 Aug 2002 02:50:01 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7E6o0s12945; Wed, 14 Aug 2002 02:50:00 -0400 Date: Wed, 14 Aug 2002 02:50:00 -0400 From: root Message-Id: <200208140650.g7E6o0s12945@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2489 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 14 02:00:00 EDT 2002 BMS backup Wed Aug 14 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Wed Aug 14 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Aug 14 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1301811200 (1.2GB, 906kB/s) 1403.59s real 4.16s user 23.48s system Rewind Tape Wed Aug 14 02:25:45 EDT 2002 BMS backup Wed Aug 14 02:26:28 EDT 2002 Verify backup Wed Aug 14 02:26:28 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Wed Aug 14 02:49:59 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Wed Jul 31 02:00:24 EDT 2002 Backup Date: Fri Jul 19 02:00:24 EDT 2002 Backup Date: Wed Jul 3 02:00:24 EDT 2002 Backup Date: Fri Jun 21 02:00:23 EDT 2002 Backup Date: Thu Jun 6 02:00:24 EDT 2002 From root@editorialunilit.com Wed Aug 14 04:00:51 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E80o6f030606 for ; Wed, 14 Aug 2002 04:00:50 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E80mxD018866 for ; Wed, 14 Aug 2002 04:00:49 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7E7xVa8014928; Wed, 14 Aug 2002 03:59:31 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7E7xVbQ032846; Wed, 14 Aug 2002 03:59:31 -0400 Date: Wed, 14 Aug 2002 03:59:31 -0400 From: root@editorialunilit.com Message-Id: <200208140759.g7E7xVbQ032846@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2490 System Id: unilit Backup Started: Tue Aug 13 23:50:00 EDT 2002 Dumpdate: Wed Jul 31 00:03:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Jul 30 23:57 ./image.data -rw-r--r-- 1 root system 1581 Jul 30 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Tue Aug 13 23:51:03 EDT 2002 mksysb started Tue Aug 13 23:51:04 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7628 cache hits, 157 cache misses 150318 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 27570. Rewind Tape Wed Aug 14 02:25:30 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Aug 14 02:35:31 EDT 2002 Dumpdate: Wed Aug 14 00:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 13 23:58 ./image.data -rw-r--r-- 1 root system 1623 Aug 13 23:51 ./tapeid.data 2716288 Kbytes, 34091 files Backup finished Wed Aug 14 03:59:29 EDT 2002 **** Usage Log: **** Uses: 32 Backup Date: Tue Jul 30 23:50:57 EDT 2002 Backup Date: Tue Jul 16 23:50:57 EDT 2002 Backup Date: Mon Jul 1 23:50:57 EDT 2002 Backup Date: Mon Jun 17 23:50:56 EDT 2002 Backup Date: Fri May 24 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 728496 39% 13920 10% /var /dev/hd3 81920 68296 17% 102 1% /tmp /dev/hd1 196608 62920 68% 1074 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32744 78% 5362 59% /bms /dev/lv04 409600 134024 68% 2459 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 997128 62% 382 1% /mail Free Mounted Blksiz Opens Status A: 5769 Wed Aug 14 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 586 Wed Aug 14 02:25 2048 15 Clean /btdata/EDX 8449 used From root@csichb.com Wed Aug 14 04:48:04 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E8m46f036296 for ; Wed, 14 Aug 2002 04:48:04 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E8m2xD024600 for ; Wed, 14 Aug 2002 04:48:03 -0400 Received: from csichb.com (localhost [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7E8m1JR057696 for ; Wed, 14 Aug 2002 04:48:01 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7E8m1Xw018464 for bmsaix@bmsi.com; Wed, 14 Aug 2002 04:48:01 -0400 Date: Wed, 14 Aug 2002 04:48:01 -0400 From: root@csichb.com Message-Id: <200208140848.g7E8m1Xw018464@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2491 System Id: csi Backup Started: Wed Aug 14 02:00:01 EDT 2002 Dumpdate: Wed Aug 7 02:05:07 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 07 02:01 ./image.data -rw-r--r-- 1 root system 3259 Aug 07 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Aug 14 02:00:22 EDT 2002 mksysb started Wed Aug 14 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........... Creating list of files to back up........ Backing up 88367 files.............................. 311 of 88367 files (0%).............................. 313 of 88367 files (0%).............................. 5452 of 88367 files (6%).............................. 6733 of 88367 files (7%).............................. 6734 of 88367 files (7%).............................. 10462 of 88367 files (11%).............................. 27229 of 88367 files (30%).............................. 31616 of 88367 files (35%).............................. 32336 of 88367 files (36%).............................. 32407 of 88367 files (36%).............................. 41595 of 88367 files (47%).............................. 51046 of 88367 files (57%).............................. 60404 of 88367 files (68%).............................. 68235 of 88367 files (77%).............................. 73334 of 88367 files (82%).............................. 82835 of 88367 files (93%).................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Aug 14 03:28:49 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Aug 14 03:28:51 EDT 2002 Verify mksysb Wed Aug 14 03:29:59 EDT 2002 Dumpdate: Wed Aug 14 02:05:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 14 02:01 ./image.data -rw-r--r-- 1 root system 3301 Aug 14 02:00 ./tapeid.data 2307690 Kbytes, 88367 files Backup finished Wed Aug 14 04:48:00 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5768 83% 2191 27% / /dev/hd2 4947968 150704 97% 56742 10% /usr /dev/hd9var 720896 101256 86% 20093 23% /var /dev/hd3 344064 269408 22% 88 1% /tmp /dev/hd1 1130496 249200 78% 859 1% /home /dev/lv00 524288 114296 79% 5941 19% /bms /dev/lv01 835584 82480 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 72 Backup Date: Wed Aug 7 02:00:22 EDT 2002 Backup Date: Wed Jul 31 02:00:22 EDT 2002 Backup Date: Wed Jul 24 02:00:22 EDT 2002 Backup Date: Wed Jul 17 02:00:21 EDT 2002 Backup Date: Wed Jul 10 02:00:22 EDT 2002 From root@wall.wall.com Wed Aug 14 05:14:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7E9E26h040816; Wed, 14 Aug 2002 05:14:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7E8on5s041274; Wed, 14 Aug 2002 04:50:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43350; Wed, 14 Aug 2002 04:27:38 -0400 Date: Wed, 14 Aug 2002 04:27:38 -0400 From: root@wall.wall.com Message-Id: <200208140827.EAA43350@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2492 System Id: wall Backup Started: Wed Aug 14 02:00:00 EDT 2002 Backup of btas image started Wed Aug 14 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Aug 14 02:27:11 EDT 2002] 68.2% Dumpdate: Tue Aug 13 02:34:32 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 13 02:28 ./image.data -rw-r--r-- 1 root system 1979 Aug 13 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Aug 14 02:27:41 EDT 2002 mksysb started Wed Aug 14 02:27:42 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 45943 files.............................. 2023 of 45943 files (4%).............................. 2023 of 45943 files (4%).............................. 2023 of 45943 files (4%).............................. 2061 of 45943 files (4%).............................. 2061 of 45943 files (4%).............................. 2061 of 45943 files (4%).............................. 2114 of 45943 files (4%).............................. 11421 of 45943 files (24%).............................. 19973 of 45943 files (43%).............................. 26788 of 45943 files (58%).............................. 41584 of 45943 files (90%).................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Aug 14 03:35:11 EDT 2002 Verify mksysb Wed Aug 14 03:35:12 EDT 2002 Dumpdate: Wed Aug 14 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 14 02:29 ./image.data -rw-r--r-- 1 root system 2021 Aug 14 02:27 ./tapeid.data 1520828 Kbytes, 45943 files 0 cache hits, 0 cache misses Backup finished Wed Aug 14 04:27:37 EDT 2002 **** Usage Log: **** Uses: 43 Backup Date: Tue Aug 13 02:27:21 EDT 2002 Backup Date: Sat Aug 10 02:27:03 EDT 2002 Backup Date: Fri Aug 9 02:28:52 EDT 2002 Backup Date: Thu Aug 8 02:26:46 EDT 2002 Backup Date: Wed Aug 7 02:26:53 EDT 2002 From stuart@www.bmsi.com Thu Aug 15 01:33:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F5Xl6f027014; Thu, 15 Aug 2002 01:33:47 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F5XkxD020648; Thu, 15 Aug 2002 01:33:46 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.3/8.12.3/Submit) id g7F5XjfZ032934; Thu, 15 Aug 2002 01:33:45 -0400 Date: Thu, 15 Aug 2002 01:33:45 -0400 From: stuart@www.bmsi.com Message-Id: <200208150533.g7F5XjfZ032934@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0013 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2493 System Id: bmsweb Backup Started: Wed Aug 14 23:27:34 EDT 2002 BTAS/X frozen for the duration of this process /btdata/ROOT: image backup complete 75.5% Dumpdate: Sat Feb 23 05:27:51 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9479 Feb 23 05:22 ./image.data -rw-r--r-- 1 root system 930 Feb 23 05:19 ./tapeid.data Tape Id: bmsweb0013 Backup Date: Wed Aug 14 23:41:50 EDT 2002 mksysb started Wed Aug 14 23:41:52 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/tmp/Ex18784: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 15 00:48:37 EDT 2002 mksysb backup Thu Aug 15 00:49:02 EDT 2002 Dumpdate: Wed Aug 14 23:49:53 2002 Disk: by name Fsname: by name User: stuart -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 10077 Aug 14 23:45 ./image.data -rw-r--r-- 1 root system 972 Aug 14 23:41 ./tapeid.data Verify backup Thu Aug 15 00:49:14 EDT 2002 Segment 1-4: mksysb 1017946 Kbytes, 23389 files 89.2% 0 cache hits, 0 cache misses Backup finished Thu Aug 15 01:33:43 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Sat Feb 23 05:19:43 EST 2002 Backup Date: Thu Aug 23 05:15:23 EDT 2001 Backup Date: Wed Jan 10 05:14:13 EST 2001 From root@acustomsbroker.com Thu Aug 15 02:49:53 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F6np6f029298; Thu, 15 Aug 2002 02:49:52 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F6nnxD016178; Thu, 15 Aug 2002 02:49:50 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7F6nn516601; Thu, 15 Aug 2002 02:49:49 -0400 Date: Thu, 15 Aug 2002 02:49:49 -0400 From: root Message-Id: <200208150649.g7F6nn516601@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2494 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 15 02:00:00 EDT 2002 BMS backup Thu Aug 15 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Thu Aug 15 02:00:21 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Aug 15 02:02:12 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /var/run/ndc: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1302906880 (1.2GB, 906kB/s) 1404.82s real 4.35s user 24.28s system Rewind Tape Thu Aug 15 02:25:37 EDT 2002 BMS backup Thu Aug 15 02:26:21 EDT 2002 Verify backup Thu Aug 15 02:26:21 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Thu Aug 15 02:49:49 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Sat Aug 3 02:00:24 EDT 2002 Backup Date: Thu Aug 1 02:00:24 EDT 2002 Backup Date: Sat Jul 20 02:00:24 EDT 2002 Backup Date: Wed Jul 10 02:00:24 EDT 2002 Backup Date: Sat Jun 22 02:00:24 EDT 2002 From root@editorialunilit.com Thu Aug 15 03:23:12 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F7NB6f017012 for ; Thu, 15 Aug 2002 03:23:11 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F7NAxD010344 for ; Thu, 15 Aug 2002 03:23:10 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7F7Lqa8039238; Thu, 15 Aug 2002 03:21:52 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7F7LqCl028996; Thu, 15 Aug 2002 03:21:52 -0400 Date: Thu, 15 Aug 2002 03:21:52 -0400 From: root@editorialunilit.com Message-Id: <200208150721.g7F7LqCl028996@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2495 System Id: unilit Backup Started: Wed Aug 14 23:50:00 EDT 2002 Dumpdate: Thu Aug 1 00:03:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jul 31 23:57 ./image.data -rw-r--r-- 1 root system 1539 Jul 31 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Wed Aug 14 23:50:58 EDT 2002 mksysb started Wed Aug 14 23:50:59 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7621 cache hits, 158 cache misses 150529 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 26106. Rewind Tape Thu Aug 15 02:19:24 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Aug 15 02:29:25 EDT 2002 Dumpdate: Thu Aug 15 00:03:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 14 23:57 ./image.data -rw-r--r-- 1 root system 1581 Aug 14 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1518026 Kbytes, 993 files Backup finished Thu Aug 15 03:21:51 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Wed Jul 31 23:50:57 EDT 2002 Backup Date: Wed Jul 17 23:50:57 EDT 2002 Backup Date: Tue Jul 2 23:50:59 EDT 2002 Backup Date: Tue Jun 18 23:50:57 EDT 2002 Backup Date: Tue May 28 23:51:08 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 727832 39% 14104 10% /var /dev/hd3 81920 68272 17% 102 1% /tmp /dev/hd1 196608 62920 68% 1075 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32624 78% 5363 59% /bms /dev/lv04 409600 135320 67% 2460 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 998536 62% 383 1% /mail Free Mounted Blksiz Opens Status A: 5558 Thu Aug 15 02:19 2048 8 Clean /btdata/SPAN 156276 used B: 595 Thu Aug 15 02:19 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Thu Aug 15 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F8i26f026930; Thu, 15 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7F8Zo56022714; Thu, 15 Aug 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44130; Thu, 15 Aug 2002 04:28:48 -0400 Date: Thu, 15 Aug 2002 04:28:48 -0400 From: root@wall.wall.com Message-Id: <200208150828.EAA44130@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2496 System Id: wall Backup Started: Thu Aug 15 02:00:01 EDT 2002 Backup of btas image started Thu Aug 15 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 15 02:28:12 EDT 2002] 68.2% Dumpdate: Wed Aug 14 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 14 02:29 ./image.data -rw-r--r-- 1 root system 2021 Aug 14 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Aug 15 02:28:38 EDT 2002 mksysb started Thu Aug 15 02:28:39 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 45993 files.............................. 2032 of 45993 files (4%).............................. 2032 of 45993 files (4%).............................. 2032 of 45993 files (4%).............................. 2070 of 45993 files (4%).............................. 2070 of 45993 files (4%).............................. 2070 of 45993 files (4%).............................. 2122 of 45993 files (4%).............................. 10515 of 45993 files (22%).............................. 20013 of 45993 files (43%).............................. 25024 of 45993 files (54%).............................. 41428 of 45993 files (90%)...................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 15 03:36:26 EDT 2002 Verify mksysb Thu Aug 15 03:36:28 EDT 2002 Dumpdate: Thu Aug 15 02:35:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 15 02:30 ./image.data -rw-r--r-- 1 root system 2063 Aug 15 02:28 ./tapeid.data 1521754 Kbytes, 45993 files 0 cache hits, 0 cache misses Backup finished Thu Aug 15 04:28:47 EDT 2002 **** Usage Log: **** Uses: 44 Backup Date: Wed Aug 14 02:27:41 EDT 2002 Backup Date: Tue Aug 13 02:27:21 EDT 2002 Backup Date: Sat Aug 10 02:27:03 EDT 2002 Backup Date: Fri Aug 9 02:28:52 EDT 2002 Backup Date: Thu Aug 8 02:26:46 EDT 2002 From root@csichb.com Thu Aug 15 04:51:35 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F8pY6f033018 for ; Thu, 15 Aug 2002 04:51:34 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7F8pXxD010300 for ; Thu, 15 Aug 2002 04:51:33 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7F8pWIk029390 for ; Thu, 15 Aug 2002 04:51:32 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7F8pWiF029470 for bmsaix@bmsi.com; Thu, 15 Aug 2002 04:51:32 -0400 Date: Thu, 15 Aug 2002 04:51:32 -0400 From: root@csichb.com Message-Id: <200208150851.g7F8pWiF029470@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2497 System Id: csi Backup Started: Thu Aug 15 02:00:01 EDT 2002 Dumpdate: Thu Aug 8 02:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 08 02:01 ./image.data -rw-r--r-- 1 root system 739 Aug 08 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Aug 15 02:00:23 EDT 2002 mksysb started Thu Aug 15 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 88386 files.............................. 311 of 88386 files (0%).............................. 313 of 88386 files (0%).............................. 5460 of 88386 files (6%).............................. 7150 of 88386 files (8%).............................. 7153 of 88386 files (8%).............................. 9613 of 88386 files (10%).............................. 27246 of 88386 files (30%).............................. 30892 of 88386 files (34%).............................. 32322 of 88386 files (36%).............................. 32422 of 88386 files (36%).............................. 40755 of 88386 files (46%).............................. 45456 of 88386 files (51%).............................. 59670 of 88386 files (67%).............................. 65916 of 88386 files (74%).............................. 71140 of 88386 files (80%).............................. 77465 of 88386 files (87%).............................. 86158 of 88386 files (97%). 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Aug 15 03:30:26 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Aug 15 03:30:28 EDT 2002 Verify mksysb Thu Aug 15 03:31:37 EDT 2002 Dumpdate: Thu Aug 15 02:04:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 15 02:01 ./image.data -rw-r--r-- 1 root system 781 Aug 15 02:00 ./tapeid.data 2313992 Kbytes, 88386 files Backup finished Thu Aug 15 04:51:31 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5768 83% 2191 27% / /dev/hd2 4947968 150696 97% 56743 10% /usr /dev/hd9var 720896 87936 88% 20084 23% /var /dev/hd3 344064 269224 22% 89 1% /tmp /dev/hd1 1130496 246960 79% 867 1% /home /dev/lv00 524288 112400 79% 5958 19% /bms /dev/lv01 835584 82480 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 12 Backup Date: Thu Aug 8 02:00:21 EDT 2002 Backup Date: Thu Aug 1 02:00:22 EDT 2002 Backup Date: Thu Jul 25 02:00:22 EDT 2002 Backup Date: Thu Jul 18 02:00:22 EDT 2002 Backup Date: Thu Jul 11 02:00:22 EDT 2002 From root@editorialunilit.com Fri Aug 16 04:00:42 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7G80g6f041264 for ; Fri, 16 Aug 2002 04:00:42 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7G80exD033172 for ; Fri, 16 Aug 2002 04:00:40 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7G7xNa8042990; Fri, 16 Aug 2002 03:59:23 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7G7xMLO027628; Fri, 16 Aug 2002 03:59:22 -0400 Date: Fri, 16 Aug 2002 03:59:22 -0400 From: root@editorialunilit.com Message-Id: <200208160759.g7G7xMLO027628@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2498 System Id: unilit Backup Started: Thu Aug 15 23:50:01 EDT 2002 Dumpdate: Fri Aug 2 00:02:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 01 23:56 ./image.data -rw-r--r-- 1 root system 1539 Aug 01 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Thu Aug 15 23:50:24 EDT 2002 mksysb started Thu Aug 15 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7634 cache hits, 152 cache misses 150776 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 22094. Rewind Tape Fri Aug 16 02:23:43 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Aug 16 02:33:44 EDT 2002 Dumpdate: Fri Aug 16 00:02:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 15 23:56 ./image.data -rw-r--r-- 1 root system 1581 Aug 15 23:50 ./tapeid.data 2717621 Kbytes, 34461 files Backup finished Fri Aug 16 03:59:21 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Thu Aug 1 23:50:27 EDT 2002 Backup Date: Thu Jul 18 23:50:23 EDT 2002 Backup Date: Wed Jul 3 23:50:23 EDT 2002 Backup Date: Wed Jun 19 23:50:24 EDT 2002 Backup Date: Tue Jun 4 23:50:27 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 726240 39% 14262 10% /var /dev/hd3 81920 68272 17% 101 1% /tmp /dev/hd1 196608 68280 66% 1079 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32520 78% 5366 59% /bms /dev/lv04 409600 134976 68% 2470 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 991808 62% 384 1% /mail Free Mounted Blksiz Opens Status A: 5311 Fri Aug 16 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 574 Fri Aug 16 02:23 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Fri Aug 16 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7G8i26f023746; Fri, 16 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7G8ZpHF019532; Fri, 16 Aug 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA17592; Fri, 16 Aug 2002 04:27:19 -0400 Date: Fri, 16 Aug 2002 04:27:19 -0400 From: root@wall.wall.com Message-Id: <200208160827.EAA17592@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2499 System Id: wall Backup Started: Fri Aug 16 02:00:00 EDT 2002 Backup of btas image started Fri Aug 16 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Aug 16 02:26:10 EDT 2002] 68.2% Dumpdate: Thu Aug 15 02:35:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 15 02:30 ./image.data -rw-r--r-- 1 root system 2063 Aug 15 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Aug 16 02:26:37 EDT 2002 mksysb started Fri Aug 16 02:26:37 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46027 files.............................. 2043 of 46027 files (4%).............................. 2043 of 46027 files (4%).............................. 2043 of 46027 files (4%).............................. 2081 of 46027 files (4%).............................. 2081 of 46027 files (4%).............................. 2081 of 46027 files (4%).............................. 2134 of 46027 files (4%).............................. 11463 of 46027 files (24%).............................. 20045 of 46027 files (43%).............................. 28145 of 46027 files (61%).............................. 41849 of 46027 files (90%)......................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Aug 16 03:34:52 EDT 2002 Verify mksysb Fri Aug 16 03:34:54 EDT 2002 Dumpdate: Fri Aug 16 02:33:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 16 02:27 ./image.data -rw-r--r-- 1 root system 2105 Aug 16 02:26 ./tapeid.data 1521268 Kbytes, 46027 files 0 cache hits, 0 cache misses Backup finished Fri Aug 16 04:27:18 EDT 2002 **** Usage Log: **** Uses: 45 Backup Date: Thu Aug 15 02:28:38 EDT 2002 Backup Date: Wed Aug 14 02:27:41 EDT 2002 Backup Date: Tue Aug 13 02:27:21 EDT 2002 Backup Date: Sat Aug 10 02:27:03 EDT 2002 Backup Date: Fri Aug 9 02:28:52 EDT 2002 From root@csichb.com Fri Aug 16 04:50:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7G8o46f037746 for ; Fri, 16 Aug 2002 04:50:04 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7G8o3xD015380 for ; Fri, 16 Aug 2002 04:50:03 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7G8o2Ik031556 for ; Fri, 16 Aug 2002 04:50:02 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7G8o27A039308 for bmsaix@bmsi.com; Fri, 16 Aug 2002 04:50:02 -0400 Date: Fri, 16 Aug 2002 04:50:02 -0400 From: root@csichb.com Message-Id: <200208160850.g7G8o27A039308@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2500 System Id: csi Backup Started: Fri Aug 16 02:00:01 EDT 2002 Dumpdate: Fri Aug 9 02:05:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Aug 09 02:01 ./image.data -rw-r--r-- 1 root system 1579 Aug 09 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Aug 16 02:00:22 EDT 2002 mksysb started Fri Aug 16 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............. Creating list of files to back up........ Backing up 88679 files.............................. 311 of 88679 files (0%).............................. 313 of 88679 files (0%).............................. 5456 of 88679 files (6%).............................. 7159 of 88679 files (8%).............................. 7162 of 88679 files (8%).............................. 8753 of 88679 files (9%).............................. 27419 of 88679 files (30%).............................. 30475 of 88679 files (34%).............................. 32611 of 88679 files (36%).............................. 32715 of 88679 files (36%).............................. 41047 of 88679 files (46%).............................. 49244 of 88679 files (55%).............................. 60082 of 88679 files (67%).............................. 67930 of 88679 files (76%).............................. 72922 of 88679 files (82%).............................. 81191 of 88679 files (91%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Aug 16 03:29:51 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Aug 16 03:29:53 EDT 2002 Verify mksysb Fri Aug 16 03:31:00 EDT 2002 Dumpdate: Fri Aug 16 02:05:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 16 02:01 ./image.data -rw-r--r-- 1 root system 1621 Aug 16 02:00 ./tapeid.data 2320999 Kbytes, 88679 files Backup finished Fri Aug 16 04:50:01 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5768 83% 2191 27% / /dev/hd2 4947968 150696 97% 56743 10% /usr /dev/hd9var 720896 65264 91% 20369 23% /var /dev/hd3 344064 269080 22% 89 1% /tmp /dev/hd1 1130496 246968 79% 867 1% /home /dev/lv00 524288 110336 79% 5967 19% /bms /dev/lv01 835584 81800 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 32 Backup Date: Fri Aug 9 02:00:22 EDT 2002 Backup Date: Fri Aug 2 02:00:22 EDT 2002 Backup Date: Fri Jul 26 02:00:22 EDT 2002 Backup Date: Fri Jul 19 02:00:23 EDT 2002 Backup Date: Fri Jul 12 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Sat Aug 17 00:43:13 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7H4hC6f014720 for ; Sat, 17 Aug 2002 00:43:13 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7H4hC3k042614 for bmsaix@bmsi.com; Sat, 17 Aug 2002 00:43:12 -0400 Date: Sat, 17 Aug 2002 00:43:12 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208170443.g7H4hC3k042614@bmsaix.bmsi.com> Subject: bmsaix0081 backup Status: RO X-Status: X-Keywords: X-UID: 2501 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 17 00:30:00 EDT 2002 mksysb backup Sat Aug 17 00:30:26 EDT 2002 Dumpdate: Thu Apr 25 00:42:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17562 Apr 25 00:33 ./image.data -rw-r--r-- 1 root system 2372 Apr 25 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0081 Backup Date: Sat Aug 17 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Aug 17 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Sat Aug 17 00:42:37 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 35384. mksysb backup Sat Aug 17 00:43:05 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Backup finished Sat Aug 17 00:43:12 EDT 2002 **** Usage Log: **** Uses: 10 Backup Date: Thu Apr 25 00:30:30 EDT 2002 Backup Date: Thu Apr 11 00:30:34 EDT 2002 Backup Date: Thu Apr 4 00:30:27 EST 2002 Backup Date: Thu Mar 28 00:30:30 EST 2002 Backup Date: Thu Mar 21 00:30:31 EST 2002 From root@editorialunilit.com Sat Aug 17 04:03:34 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7H83X6f042956 for ; Sat, 17 Aug 2002 04:03:33 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7H83WxD030634 for ; Sat, 17 Aug 2002 04:03:32 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7H82Ea8017086; Sat, 17 Aug 2002 04:02:14 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7H82EXb018620; Sat, 17 Aug 2002 04:02:14 -0400 Date: Sat, 17 Aug 2002 04:02:14 -0400 From: root@editorialunilit.com Message-Id: <200208170802.g7H82EXb018620@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2502 System Id: unilit Backup Started: Fri Aug 16 23:50:01 EDT 2002 Dumpdate: Sat Aug 3 00:01:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 02 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 02 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Fri Aug 16 23:51:52 EDT 2002 mksysb started Fri Aug 16 23:51:52 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7627 cache hits, 148 cache misses 150898 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 45844. Rewind Tape Sat Aug 17 02:26:47 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Aug 17 02:36:48 EDT 2002 Dumpdate: Sat Aug 17 00:03:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 16 23:58 ./image.data -rw-r--r-- 1 root system 489 Aug 16 23:51 ./tapeid.data 2728593 Kbytes, 33803 files Backup finished Sat Aug 17 04:02:13 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Fri Aug 2 23:50:21 EDT 2002 Backup Date: Fri Jul 19 23:50:42 EDT 2002 Backup Date: Fri Jul 5 23:50:22 EDT 2002 Backup Date: Thu Jun 20 23:50:22 EDT 2002 Backup Date: Thu Jun 6 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 715288 40% 13585 10% /var /dev/hd3 81920 68256 17% 101 1% /tmp /dev/hd1 196608 67944 66% 1091 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32400 79% 5368 59% /bms /dev/lv04 409600 134800 68% 2472 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 985792 62% 386 1% /mail Free Mounted Blksiz Opens Status A: 5189 Sat Aug 17 02:26 2048 8 Clean /btdata/SPAN 156276 used B: 533 Sat Aug 17 02:26 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Sat Aug 17 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7H8i26f014724; Sat, 17 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7H8ZnYc012050; Sat, 17 Aug 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44694; Sat, 17 Aug 2002 04:26:26 -0400 Date: Sat, 17 Aug 2002 04:26:26 -0400 From: root@wall.wall.com Message-Id: <200208170826.EAA44694@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2503 System Id: wall Backup Started: Sat Aug 17 02:00:01 EDT 2002 Backup of btas image started Sat Aug 17 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Aug 17 02:26:44 EDT 2002] 68.2% Dumpdate: Fri Aug 16 02:33:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 16 02:27 ./image.data -rw-r--r-- 1 root system 2105 Aug 16 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Aug 17 02:27:13 EDT 2002 mksysb started Sat Aug 17 02:27:14 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46083 files.............................. 2054 of 46083 files (4%).............................. 2054 of 46083 files (4%).............................. 2054 of 46083 files (4%).............................. 2092 of 46083 files (4%).............................. 2092 of 46083 files (4%).............................. 2092 of 46083 files (4%).............................. 2144 of 46083 files (4%).............................. 10003 of 46083 files (21%).............................. 19439 of 46083 files (42%).............................. 25094 of 46083 files (54%).............................. 41838 of 46083 files (90%)............... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 17 03:33:55 EDT 2002 Verify mksysb Sat Aug 17 03:33:56 EDT 2002 Dumpdate: Sat Aug 17 02:34:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 17 02:28 ./image.data -rw-r--r-- 1 root system 2147 Aug 17 02:27 ./tapeid.data 1522165 Kbytes, 46083 files 0 cache hits, 0 cache misses Backup finished Sat Aug 17 04:26:25 EDT 2002 **** Usage Log: **** Uses: 46 Backup Date: Fri Aug 16 02:26:37 EDT 2002 Backup Date: Thu Aug 15 02:28:38 EDT 2002 Backup Date: Wed Aug 14 02:27:41 EDT 2002 Backup Date: Tue Aug 13 02:27:21 EDT 2002 Backup Date: Sat Aug 10 02:27:03 EDT 2002 From root@csichb.com Sat Aug 17 04:49:00 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7H8mx6f043012 for ; Sat, 17 Aug 2002 04:48:59 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7H8mvxD032750 for ; Sat, 17 Aug 2002 04:48:58 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7H8mvIk020790 for ; Sat, 17 Aug 2002 04:48:57 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7H8mv0x040960 for bmsaix@bmsi.com; Sat, 17 Aug 2002 04:48:57 -0400 Date: Sat, 17 Aug 2002 04:48:57 -0400 From: root@csichb.com Message-Id: <200208170848.g7H8mv0x040960@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2504 System Id: csi Backup Started: Sat Aug 17 02:00:00 EDT 2002 Dumpdate: Sat Aug 10 02:04:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 10 02:01 ./image.data -rw-r--r-- 1 root system 403 Aug 10 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Aug 17 02:00:22 EDT 2002 mksysb started Sat Aug 17 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 89062 files.............................. 311 of 89062 files (0%).............................. 313 of 89062 files (0%).............................. 5462 of 89062 files (6%).............................. 7162 of 89062 files (8%).............................. 7165 of 89062 files (8%).............................. 9160 of 89062 files (10%).............................. 27829 of 89062 files (31%).............................. 30862 of 89062 files (34%).............................. 32994 of 89062 files (37%).............................. 33098 of 89062 files (37%).............................. 41430 of 89062 files (46%).............................. 49646 of 89062 files (55%).............................. 60482 of 89062 files (67%).............................. 68327 of 89062 files (76%).............................. 73380 of 89062 files (82%).............................. 82101 of 89062 files (92%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Aug 17 03:28:53 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Aug 17 03:28:55 EDT 2002 Verify mksysb Sat Aug 17 03:30:05 EDT 2002 Dumpdate: Sat Aug 17 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 17 02:01 ./image.data -rw-r--r-- 1 root system 445 Aug 17 02:00 ./tapeid.data 2326058 Kbytes, 89062 files Backup finished Sat Aug 17 04:48:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5760 83% 2191 27% / /dev/hd2 4947968 150696 97% 56743 10% /usr /dev/hd9var 720896 59080 92% 20749 24% /var /dev/hd3 344064 268968 22% 89 1% /tmp /dev/hd1 1130496 246968 79% 863 1% /home /dev/lv00 524288 108224 80% 5974 19% /bms /dev/lv01 835584 80656 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 4 Backup Date: Sat Aug 10 02:00:22 EDT 2002 Backup Date: Sat Aug 3 02:00:21 EDT 2002 Backup Date: Sat Jul 27 02:00:28 EDT 2002 Backup Date: Sat Jul 20 02:00:01 EDT 2002 From stuart@bmsaix.bmsi.com Tue Aug 20 04:00:00 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7K7xx6f044366 for ; Tue, 20 Aug 2002 03:59:59 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7K7xvxD019436 for ; Tue, 20 Aug 2002 03:59:58 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7K7wea8020700; Tue, 20 Aug 2002 03:58:40 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7K7weFi047066; Tue, 20 Aug 2002 03:58:40 -0400 Date: Tue, 20 Aug 2002 03:58:40 -0400 From: root@editorialunilit.com Message-Id: <200208200758.g7K7weFi047066@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2505 System Id: unilit Backup Started: Mon Aug 19 23:50:00 EDT 2002 Dumpdate: Tue Aug 6 00:01:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 05 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 05 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Mon Aug 19 23:50:22 EDT 2002 mksysb started Mon Aug 19 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7678 cache hits, 132 cache misses 151123 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 48682. Rewind Tape Tue Aug 20 02:23:02 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Aug 20 02:33:03 EDT 2002 Dumpdate: Tue Aug 20 00:01:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 19 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 19 23:50 ./tapeid.data 2733773 Kbytes, 34403 files Backup finished Tue Aug 20 03:58:39 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Mon Aug 5 23:50:21 EDT 2002 Backup Date: Mon Jul 22 23:50:22 EDT 2002 Backup Date: Mon Jul 8 23:50:24 EDT 2002 Backup Date: Fri Jun 21 23:50:22 EDT 2002 Backup Date: Fri Jun 7 23:52:34 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 717264 40% 14182 10% /var /dev/hd3 81920 68240 17% 101 1% /tmp /dev/hd1 196608 68056 66% 1091 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 32288 79% 5370 59% /bms /dev/lv04 409600 134712 68% 2472 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 976296 63% 387 1% /mail Free Mounted Blksiz Opens Status A: 4964 Tue Aug 20 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 393 Tue Aug 20 02:22 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Tue Aug 20 00:45:48 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7K4jl6f034490 for ; Tue, 20 Aug 2002 00:45:47 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7K4jkHb043958 for bmsaix@bmsi.com; Tue, 20 Aug 2002 00:45:46 -0400 Date: Tue, 20 Aug 2002 00:45:46 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208200445.g7K4jkHb043958@bmsaix.bmsi.com> Subject: bmsaix0087 backup Status: RO X-Status: X-Keywords: X-UID: 2506 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 20 00:30:00 EDT 2002 mksysb backup Tue Aug 20 00:30:22 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Aug 20 00:30:29 EDT 2002 Retensioning Tape Tue Aug 20 00:30:29 EDT 2002 Tape Id: bmsaix0087 Backup Date: Tue Aug 20 00:33:03 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Aug 20 00:33:33 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Tue Aug 20 00:45:11 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31360. mksysb backup Tue Aug 20 00:45:39 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Backup finished Tue Aug 20 00:45:46 EDT 2002 **** Usage Log: **** Uses: 0 From stuart@bmsaix.bmsi.com Wed Aug 21 10:05:03 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7LE516f015052; Wed, 21 Aug 2002 10:05:01 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7LE49xP015592; Wed, 21 Aug 2002 10:04:59 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7H6qMU04464; Sat, 17 Aug 2002 02:52:22 -0400 Date: Sat, 17 Aug 2002 02:52:22 -0400 From: root Message-Id: <200208170652.g7H6qMU04464@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2507 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 17 02:00:00 EDT 2002 BMS backup Sat Aug 17 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Sat Aug 17 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Aug 17 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1349611520 (1.3GB, 908kB/s) 1451.67s real 4.70s user 24.28s system Rewind Tape Sat Aug 17 02:26:32 EDT 2002 BMS backup Sat Aug 17 02:27:46 EDT 2002 Verify backup Sat Aug 17 02:27:46 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Sat Aug 17 02:52:21 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Fri Aug 9 02:00:24 EDT 2002 Backup Date: Wed Jul 24 02:00:23 EDT 2002 Backup Date: Thu Jun 27 02:00:27 EDT 2002 Backup Date: Thu Jun 13 02:00:24 EDT 2002 Backup Date: Wed May 29 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 21 10:04:24 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7LE4M6f020264; Wed, 21 Aug 2002 10:04:23 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7LE49xH015592; Wed, 21 Aug 2002 10:04:21 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7K6quT14544; Tue, 20 Aug 2002 02:52:56 -0400 Date: Tue, 20 Aug 2002 02:52:56 -0400 From: root Message-Id: <200208200652.g7K6quT14544@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2508 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 20 02:00:00 EDT 2002 BMS backup Tue Aug 20 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0007 Backup Date: Tue Aug 20 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Aug 20 02:02:27 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1347880960 (1.3GB, 906kB/s) 1452.65s real 4.12s user 25.03s system Rewind Tape Tue Aug 20 02:26:40 EDT 2002 BMS backup Tue Aug 20 02:28:03 EDT 2002 Verify backup Tue Aug 20 02:28:03 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Tue Aug 20 02:52:56 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Sat Jul 27 02:00:24 EDT 2002 Backup Date: Tue Jul 16 02:00:24 EDT 2002 Backup Date: Sat Jun 29 02:00:24 EDT 2002 Backup Date: Sat Jun 15 02:00:24 EDT 2002 Backup Date: Wed May 22 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 21 10:04:13 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7LE4B6f036588; Wed, 21 Aug 2002 10:04:12 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7LE49xD015592; Wed, 21 Aug 2002 10:04:09 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7L6qM716606; Wed, 21 Aug 2002 02:52:22 -0400 Date: Wed, 21 Aug 2002 02:52:22 -0400 From: root Message-Id: <200208210652.g7L6qM716606@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2509 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 21 02:00:01 EDT 2002 BMS backup Wed Aug 21 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Wed Aug 21 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Aug 21 02:02:23 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1349120000 (1.3GB, 912kB/s) 1445.00s real 4.30s user 24.28s system Rewind Tape Wed Aug 21 02:26:29 EDT 2002 BMS backup Wed Aug 21 02:27:40 EDT 2002 Verify backup Wed Aug 21 02:27:40 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Wed Aug 21 02:52:21 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Wed Jul 17 02:00:24 EDT 2002 Backup Date: Sat Jul 6 02:00:24 EDT 2002 Backup Date: Tue Jun 18 02:00:24 EDT 2002 Backup Date: Tue Jun 4 02:00:24 EDT 2002 Backup Date: Thu May 23 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 21 04:50:29 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7L8oT6f022800 for ; Wed, 21 Aug 2002 04:50:29 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7L8oRxD030502 for ; Wed, 21 Aug 2002 04:50:28 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7L8oRIk005032 for ; Wed, 21 Aug 2002 04:50:27 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7L8oQKc019662 for bmsaix@bmsi.com; Wed, 21 Aug 2002 04:50:26 -0400 Date: Wed, 21 Aug 2002 04:50:26 -0400 From: root@csichb.com Message-Id: <200208210850.g7L8oQKc019662@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2510 System Id: csi Backup Started: Wed Aug 21 02:00:03 EDT 2002 Dumpdate: Wed Aug 14 02:05:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 14 02:01 ./image.data -rw-r--r-- 1 root system 3301 Aug 14 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Aug 21 02:00:24 EDT 2002 mksysb started Wed Aug 21 02:00:25 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............ Creating list of files to back up........ Backing up 89663 files.............................. 311 of 89663 files (0%).............................. 313 of 89663 files (0%).............................. 5447 of 89663 files (6%).............................. 7176 of 89663 files (8%).............................. 7199 of 89663 files (8%).............................. 8512 of 89663 files (9%).............................. 28314 of 89663 files (31%).............................. 30167 of 89663 files (33%).............................. 33591 of 89663 files (37%).............................. 33698 of 89663 files (37%).............................. 41747 of 89663 files (46%).............................. 48055 of 89663 files (53%).............................. 60985 of 89663 files (68%).............................. 68483 of 89663 files (76%).............................. 73440 of 89663 files (81%).............................. 81444 of 89663 files (90%)......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Aug 21 03:30:12 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Aug 21 03:30:14 EDT 2002 Verify mksysb Wed Aug 21 03:31:21 EDT 2002 Dumpdate: Wed Aug 21 02:05:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 21 02:01 ./image.data -rw-r--r-- 1 root system 3343 Aug 21 02:00 ./tapeid.data 2328645 Kbytes, 89663 files Backup finished Wed Aug 21 04:50:26 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5760 83% 2191 27% / /dev/hd2 4947968 150696 97% 56743 10% /usr /dev/hd9var 720896 70632 91% 21319 24% /var /dev/hd3 344064 268736 22% 89 1% /tmp /dev/hd1 1130496 242728 79% 860 1% /home /dev/lv00 524288 98568 82% 6008 19% /bms /dev/lv01 835584 76792 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 73 Backup Date: Wed Aug 14 02:00:22 EDT 2002 Backup Date: Wed Aug 7 02:00:22 EDT 2002 Backup Date: Wed Jul 31 02:00:22 EDT 2002 Backup Date: Wed Jul 24 02:00:22 EDT 2002 Backup Date: Wed Jul 17 02:00:21 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 21 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7L8i26f020302; Wed, 21 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7L8Zoig020426; Wed, 21 Aug 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43374; Wed, 21 Aug 2002 04:27:09 -0400 Date: Wed, 21 Aug 2002 04:27:09 -0400 From: root@wall.wall.com Message-Id: <200208210827.EAA43374@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2511 System Id: wall Backup Started: Wed Aug 21 02:00:01 EDT 2002 Backup of btas image started Wed Aug 21 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Aug 21 02:26:20 EDT 2002] 68.2% Dumpdate: Tue Aug 20 02:34:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 20 02:29 ./image.data -rw-r--r-- 1 root system 2189 Aug 20 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Aug 21 02:26:46 EDT 2002 mksysb started Wed Aug 21 02:26:47 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46089 files.............................. 2086 of 46089 files (4%).............................. 2086 of 46089 files (4%).............................. 2086 of 46089 files (4%).............................. 2124 of 46089 files (4%).............................. 2124 of 46089 files (4%).............................. 2124 of 46089 files (4%).............................. 2177 of 46089 files (4%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246809: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246810: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246811: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246812: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246813: A file or directory in the path name does not exist. .............. 11537 of 46089 files (25%).............................. 20069 of 46089 files (43%).............................. 25081 of 46089 files (54%).............................. 41645 of 46089 files (90%)..................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Aug 21 03:34:35 EDT 2002 Verify mksysb Wed Aug 21 03:34:36 EDT 2002 Dumpdate: Wed Aug 21 02:33:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 21 02:28 ./image.data -rw-r--r-- 1 root system 2231 Aug 21 02:26 ./tapeid.data 1521517 Kbytes, 46084 files 0 cache hits, 0 cache misses Backup finished Wed Aug 21 04:27:09 EDT 2002 **** Usage Log: **** Uses: 48 Backup Date: Tue Aug 20 02:27:49 EDT 2002 Backup Date: Sat Aug 17 02:27:13 EDT 2002 Backup Date: Fri Aug 16 02:26:37 EDT 2002 Backup Date: Thu Aug 15 02:28:38 EDT 2002 Backup Date: Wed Aug 14 02:27:41 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 21 04:01:20 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7L81K6f031034 for ; Wed, 21 Aug 2002 04:01:20 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7L81IxD031622 for ; Wed, 21 Aug 2002 04:01:18 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7L801a8045678; Wed, 21 Aug 2002 04:00:01 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7L8009G040280; Wed, 21 Aug 2002 04:00:00 -0400 Date: Wed, 21 Aug 2002 04:00:00 -0400 From: root@editorialunilit.com Message-Id: <200208210800.g7L8009G040280@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2512 System Id: unilit Backup Started: Tue Aug 20 23:50:00 EDT 2002 Dumpdate: Wed Aug 7 00:01:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Aug 06 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 06 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Tue Aug 20 23:50:22 EDT 2002 mksysb started Tue Aug 20 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7669 cache hits, 137 cache misses 151669 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 35478. Rewind Tape Wed Aug 21 02:23:17 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Aug 21 02:33:18 EDT 2002 Dumpdate: Wed Aug 21 00:01:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 20 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 20 23:50 ./tapeid.data 2735004 Kbytes, 34563 files Backup finished Wed Aug 21 03:59:59 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Tue Aug 6 23:50:22 EDT 2002 Backup Date: Tue Jul 23 23:50:22 EDT 2002 Backup Date: Tue Jul 9 23:50:22 EDT 2002 Backup Date: Mon Jun 24 23:50:22 EDT 2002 Backup Date: Mon Jun 10 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 721072 39% 14340 10% /var /dev/hd3 81920 68232 17% 101 1% /tmp /dev/hd1 196608 67976 66% 1091 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 31304 79% 5372 59% /bms /dev/lv04 409600 134616 68% 2472 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 973328 63% 387 1% /mail Free Mounted Blksiz Opens Status A: 4418 Wed Aug 21 02:23 2048 8 Clean /btdata/SPAN 156276 used B: 460 Wed Aug 21 02:23 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Wed Aug 21 00:45:50 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7L4jn6f020234 for ; Wed, 21 Aug 2002 00:45:49 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7L4jmYa004614 for bmsaix@bmsi.com; Wed, 21 Aug 2002 00:45:48 -0400 Date: Wed, 21 Aug 2002 00:45:48 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208210445.g7L4jmYa004614@bmsaix.bmsi.com> Subject: bmsaix0088 backup Status: RO X-Status: X-Keywords: X-UID: 2513 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 21 00:30:00 EDT 2002 mksysb backup Wed Aug 21 00:30:26 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Wed Aug 21 00:30:33 EDT 2002 Retensioning Tape Wed Aug 21 00:30:33 EDT 2002 Tape Id: bmsaix0088 Backup Date: Wed Aug 21 00:33:06 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 21 00:33:36 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. find: 0652-019 The status on ./bmsred/cdrom is not valid. Rewind Tape Wed Aug 21 00:45:13 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 17354. mksysb backup Wed Aug 21 00:45:41 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Backup finished Wed Aug 21 00:45:48 EDT 2002 **** Usage Log: **** Uses: 0 From stuart@bmsaix.bmsi.com Thu Aug 22 04:42:58 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M8gv6f037450 for ; Thu, 22 Aug 2002 04:42:57 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7M8gvle028998 for bmsaix@bmsi.com; Thu, 22 Aug 2002 04:42:57 -0400 Date: Thu, 22 Aug 2002 04:42:57 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208220842.g7M8gvle028998@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2514 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 22 00:30:00 EDT 2002 Tape Id: bmsaix0074 Backup Date: Thu Aug 22 00:30:01 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Aug 22 00:30:31 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 22 02:57:47 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 16440. mksysb backup Thu Aug 22 02:58:54 EDT 2002 Dumpdate: Thu Aug 22 00:42:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 22 00:33 ./image.data -rw-r--r-- 1 root system 2016 Aug 22 00:30 ./tapeid.data Verify backup Thu Aug 22 02:59:02 EDT 2002 Segment 1-4: mksysb 4288521 Kbytes, 143465 files 88.6% Backup finished Thu Aug 22 04:42:57 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Wed Aug 21 00:33:06 EDT 2002 Backup Date: Wed Aug 14 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Thu Aug 22 02:52:52 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M6qn6f028798; Thu, 22 Aug 2002 02:52:50 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M6qlxD031676; Thu, 22 Aug 2002 02:52:48 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7M6qlr19321; Thu, 22 Aug 2002 02:52:47 -0400 Date: Thu, 22 Aug 2002 02:52:47 -0400 From: root Message-Id: <200208220652.g7M6qlr19321@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2515 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 22 02:00:00 EDT 2002 BMS backup Thu Aug 22 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Thu Aug 22 02:00:21 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Aug 22 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1350338560 (1.3GB, 908kB/s) 1451.81s real 4.37s user 23.36s system Rewind Tape Thu Aug 22 02:26:26 EDT 2002 BMS backup Thu Aug 22 02:27:45 EDT 2002 Verify backup Thu Aug 22 02:27:45 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Thu Aug 22 02:52:46 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Tue Aug 13 02:00:24 EDT 2002 Backup Date: Tue Jul 30 02:00:24 EDT 2002 Backup Date: Thu Jul 18 02:00:24 EDT 2002 Backup Date: Tue Jul 9 02:00:24 EDT 2002 Backup Date: Tue Jul 2 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Thu Aug 22 02:36:52 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M6ap6f012066 for ; Thu, 22 Aug 2002 02:36:52 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M6aoxD025672 for ; Thu, 22 Aug 2002 02:36:51 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7M6ZXa8015724; Thu, 22 Aug 2002 02:35:33 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7M6ZW5g045930; Thu, 22 Aug 2002 02:35:32 -0400 Date: Thu, 22 Aug 2002 02:35:32 -0400 From: root@editorialunilit.com Message-Id: <200208220635.g7M6ZW5g045930@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0079 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2516 System Id: unilit Backup Started: Wed Aug 21 23:50:00 EDT 2002 Dumpdate: Wed Jun 12 00:03:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Jun 11 23:58 ./image.data -rw-r--r-- 1 root system 279 Jun 11 23:52 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0079 Backup Date: Wed Aug 21 23:50:25 EDT 2002 mksysb started Wed Aug 21 23:50:26 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7657 cache hits, 135 cache misses 151869 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 38660. Rewind Tape Thu Aug 22 02:24:55 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Aug 22 02:34:56 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Thu Aug 22 02:35:31 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Tue Jun 11 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3864 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 714488 40% 14466 10% /var /dev/hd3 81920 68224 17% 101 1% /tmp /dev/hd1 196608 67968 66% 1091 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 31640 79% 5374 59% /bms /dev/lv04 409600 134408 68% 2472 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 967512 63% 387 1% /mail Free Mounted Blksiz Opens Status A: 4218 Thu Aug 22 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 512 Thu Aug 22 02:24 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Fri Aug 23 04:52:32 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N8qV6f027122 for ; Fri, 23 Aug 2002 04:52:31 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N8qUxD004372 for ; Fri, 23 Aug 2002 04:52:30 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7N8qTIk028458 for ; Fri, 23 Aug 2002 04:52:29 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7N8qTIr019608 for bmsaix@bmsi.com; Fri, 23 Aug 2002 04:52:29 -0400 Date: Fri, 23 Aug 2002 04:52:29 -0400 From: root@csichb.com Message-Id: <200208230852.g7N8qTIr019608@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2517 System Id: csi Backup Started: Fri Aug 23 02:00:00 EDT 2002 Dumpdate: Fri Aug 16 02:05:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 16 02:01 ./image.data -rw-r--r-- 1 root system 1621 Aug 16 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Aug 23 02:00:23 EDT 2002 mksysb started Fri Aug 23 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 90011 files.............................. 311 of 90011 files (0%).............................. 313 of 90011 files (0%).............................. 5458 of 90011 files (6%).............................. 7181 of 90011 files (7%).............................. 7224 of 90011 files (8%).............................. 8203 of 90011 files (9%).............................. 23955 of 90011 files (26%).............................. 29513 of 90011 files (32%).............................. 33929 of 90011 files (37%).............................. 34043 of 90011 files (37%).............................. 38431 of 90011 files (42%).............................. 47056 of 90011 files (52%).............................. 61296 of 90011 files (68%).............................. 67891 of 90011 files (75%).............................. 73049 of 90011 files (81%).............................. 79561 of 90011 files (88%)............................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Aug 23 03:31:28 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Aug 23 03:31:30 EDT 2002 Verify mksysb Fri Aug 23 03:32:39 EDT 2002 Dumpdate: Fri Aug 23 02:05:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 23 02:01 ./image.data -rw-r--r-- 1 root system 1663 Aug 23 02:00 ./tapeid.data 2347285 Kbytes, 90011 files gzip: csi0018.4.gz: No space left on device Backup finished Fri Aug 23 04:52:28 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5760 83% 2191 27% / /dev/hd2 4947968 150680 97% 56743 10% /usr /dev/hd9var 720896 13912 99% 21640 25% /var /dev/hd3 344064 268464 22% 89 1% /tmp /dev/hd1 1130496 230928 80% 864 1% /home /dev/lv00 524288 94448 82% 6029 19% /bms /dev/lv01 835584 75640 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 33 Backup Date: Fri Aug 16 02:00:22 EDT 2002 Backup Date: Fri Aug 9 02:00:22 EDT 2002 Backup Date: Fri Aug 2 02:00:22 EDT 2002 Backup Date: Fri Jul 26 02:00:22 EDT 2002 Backup Date: Fri Jul 19 02:00:23 EDT 2002 From root@acustomsbroker.com Fri Aug 23 02:52:43 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N6qg6f024752; Fri, 23 Aug 2002 02:52:42 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N6qexD010996; Fri, 23 Aug 2002 02:52:41 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7N6qeU02865; Fri, 23 Aug 2002 02:52:40 -0400 Date: Fri, 23 Aug 2002 02:52:40 -0400 From: root Message-Id: <200208230652.g7N6qeU02865@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2518 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Aug 23 02:00:00 EDT 2002 BMS backup Fri Aug 23 02:00:28 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Fri Aug 23 02:00:28 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Aug 23 02:02:31 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1348147200 (1.3GB, 912kB/s) 1443.50s real 4.00s user 23.53s system Rewind Tape Fri Aug 23 02:26:35 EDT 2002 BMS backup Fri Aug 23 02:27:55 EDT 2002 Verify backup Fri Aug 23 02:27:55 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Fri Aug 23 02:52:39 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Wed Aug 14 02:00:24 EDT 2002 Backup Date: Wed Jul 31 02:00:24 EDT 2002 Backup Date: Fri Jul 19 02:00:24 EDT 2002 Backup Date: Wed Jul 3 02:00:24 EDT 2002 Backup Date: Fri Jun 21 02:00:23 EDT 2002 From root@editorialunilit.com Fri Aug 23 04:01:01 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N8106f026932 for ; Fri, 23 Aug 2002 04:01:01 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N80xxD020596 for ; Fri, 23 Aug 2002 04:00:59 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7N7xfa8037402; Fri, 23 Aug 2002 03:59:41 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7N7xfqi049176; Fri, 23 Aug 2002 03:59:41 -0400 Date: Fri, 23 Aug 2002 03:59:41 -0400 From: root@editorialunilit.com Message-Id: <200208230759.g7N7xfqi049176@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2519 System Id: unilit Backup Started: Thu Aug 22 23:50:00 EDT 2002 Dumpdate: Fri Aug 9 00:01:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Aug 08 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 08 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0080 Backup Date: Thu Aug 22 23:50:21 EDT 2002 mksysb started Thu Aug 22 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7663 cache hits, 135 cache misses 152096 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 45360. Rewind Tape Fri Aug 23 02:22:44 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Aug 23 02:32:45 EDT 2002 Dumpdate: Fri Aug 23 00:01:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 22 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 22 23:50 ./tapeid.data 2748123 Kbytes, 34376 files Backup finished Fri Aug 23 03:59:40 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Thu Aug 8 23:50:22 EDT 2002 Backup Date: Thu Jul 25 23:50:22 EDT 2002 Backup Date: Thu Jul 11 23:50:24 EDT 2002 Backup Date: Wed Jun 26 23:50:25 EDT 2002 Backup Date: Wed Jun 12 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3856 77% 898 22% / /dev/hd2 458752 47312 90% 6256 11% /usr /dev/hd9var 1179648 703040 41% 14149 10% /var /dev/hd3 81920 68216 17% 101 1% /tmp /dev/hd1 196608 67968 66% 1091 5% /home /dev/lv01 1032192 140464 87% 144 1% /work /dev/lv02 147456 19640 87% 3121 68% /usr/local /dev/lv03 147456 31648 79% 5376 59% /bms /dev/lv04 409600 134360 68% 2472 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 965592 63% 387 1% /mail Free Mounted Blksiz Opens Status A: 3991 Fri Aug 23 02:22 2048 8 Clean /btdata/SPAN 156276 used B: 511 Fri Aug 23 02:22 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Fri Aug 23 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7N8i26h023858; Fri, 23 Aug 2002 04:44:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7N8ZpCW024758; Fri, 23 Aug 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA31988; Fri, 23 Aug 2002 04:26:36 -0400 Date: Fri, 23 Aug 2002 04:26:36 -0400 From: root@wall.wall.com Message-Id: <200208230826.EAA31988@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2520 System Id: wall Backup Started: Fri Aug 23 02:00:00 EDT 2002 Backup of btas image started Fri Aug 23 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Aug 23 02:26:10 EDT 2002] 68.2% Dumpdate: Tue Aug 6 02:35:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Aug 06 02:29 ./image.data -rw-r--r-- 1 root system 3155 Aug 06 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Fri Aug 23 02:26:37 EDT 2002 mksysb started Fri Aug 23 02:26:37 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46165 files.............................. 2107 of 46165 files (4%).............................. 2107 of 46165 files (4%).............................. 2107 of 46165 files (4%).............................. 2145 of 46165 files (4%).............................. 2145 of 46165 files (4%).............................. 2145 of 46165 files (4%).............................. 2198 of 46165 files (4%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246961: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246962: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246963: A file or directory in the path name does not exist. .............. 11571 of 46165 files (25%).............................. 20139 of 46165 files (43%).............................. 29189 of 46165 files (63%).............................. 42023 of 46165 files (91%)......................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Fri Aug 23 03:34:56 EDT 2002 Verify mksysb Fri Aug 23 03:34:57 EDT 2002 Dumpdate: Fri Aug 23 02:33:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 23 02:27 ./image.data -rw-r--r-- 1 root system 3197 Aug 23 02:26 ./tapeid.data 1522563 Kbytes, 46162 files 0 cache hits, 0 cache misses Backup finished Fri Aug 23 04:26:35 EDT 2002 **** Usage Log: **** Uses: 71 Backup Date: Tue Aug 6 02:28:25 EDT 2002 Backup Date: Sat Aug 3 02:26:31 EDT 2002 Backup Date: Fri Aug 2 02:26:55 EDT 2002 Backup Date: Thu Aug 1 02:28:13 EDT 2002 Backup Date: Wed Jul 31 02:27:23 EDT 2002 From root@wall.wall.com Thu Aug 22 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M8i26f025488; Thu, 22 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7M8Zo2t028876; Thu, 22 Aug 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38140; Thu, 22 Aug 2002 04:26:28 -0400 Date: Thu, 22 Aug 2002 04:26:28 -0400 From: root@wall.wall.com Message-Id: <200208220826.EAA38140@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2521 System Id: wall Backup Started: Thu Aug 22 02:00:00 EDT 2002 Backup of btas image started Thu Aug 22 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 22 02:27:02 EDT 2002] 68.2% Dumpdate: Wed Aug 21 02:33:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 21 02:28 ./image.data -rw-r--r-- 1 root system 2231 Aug 21 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Aug 22 02:27:28 EDT 2002 mksysb started Thu Aug 22 02:27:29 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46128 files.............................. 2096 of 46128 files (4%).............................. 2096 of 46128 files (4%).............................. 2096 of 46128 files (4%).............................. 2134 of 46128 files (4%).............................. 2134 of 46128 files (4%).............................. 2134 of 46128 files (4%).............................. 2187 of 46128 files (4%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246875: A file or directory in the path name does not exist. .............. 11554 of 46128 files (25%).............................. 20106 of 46128 files (43%).............................. 25108 of 46128 files (54%).............................. 41843 of 46128 files (90%)............... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Aug 22 03:34:10 EDT 2002 Verify mksysb Thu Aug 22 03:34:12 EDT 2002 Dumpdate: Thu Aug 22 02:34:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 22 02:28 ./image.data -rw-r--r-- 1 root system 2273 Aug 22 02:27 ./tapeid.data 1522805 Kbytes, 46127 files 0 cache hits, 0 cache misses Backup finished Thu Aug 22 04:26:27 EDT 2002 **** Usage Log: **** Uses: 49 Backup Date: Wed Aug 21 02:26:46 EDT 2002 Backup Date: Tue Aug 20 02:27:49 EDT 2002 Backup Date: Sat Aug 17 02:27:13 EDT 2002 Backup Date: Fri Aug 16 02:26:37 EDT 2002 Backup Date: Thu Aug 15 02:28:38 EDT 2002 From root@csichb.com Thu Aug 22 04:54:06 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M8s56f027516 for ; Thu, 22 Aug 2002 04:54:05 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7M8s3xD014804 for ; Thu, 22 Aug 2002 04:54:04 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7M8s3Ik028558 for ; Thu, 22 Aug 2002 04:54:03 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7M8s2k4042184 for bmsaix@bmsi.com; Thu, 22 Aug 2002 04:54:02 -0400 Date: Thu, 22 Aug 2002 04:54:02 -0400 From: root@csichb.com Message-Id: <200208220854.g7M8s2k4042184@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2522 System Id: csi Backup Started: Thu Aug 22 02:00:00 EDT 2002 Dumpdate: Thu Aug 15 02:04:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 15 02:01 ./image.data -rw-r--r-- 1 root system 781 Aug 15 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Aug 22 02:00:22 EDT 2002 mksysb started Thu Aug 22 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............ Creating list of files to back up........ Backing up 89855 files.............................. 311 of 89855 files (0%).............................. 313 of 89855 files (0%).............................. 5420 of 89855 files (6%).............................. 7171 of 89855 files (7%).............................. 7214 of 89855 files (8%).............................. 8192 of 89855 files (9%).............................. 23614 of 89855 files (26%).............................. 29582 of 89855 files (32%).............................. 33773 of 89855 files (37%).............................. 33887 of 89855 files (37%).............................. 38268 of 89855 files (42%).............................. 46624 of 89855 files (51%).............................. 58455 of 89855 files (65%).............................. 66851 of 89855 files (74%).............................. 72144 of 89855 files (80%).............................. 77081 of 89855 files (85%).............................. 87103 of 89855 files (96%)..... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Aug 22 03:31:50 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Aug 22 03:31:52 EDT 2002 Verify mksysb Thu Aug 22 03:33:00 EDT 2002 Dumpdate: Thu Aug 22 02:05:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 22 02:01 ./image.data -rw-r--r-- 1 root system 823 Aug 22 02:00 ./tapeid.data 2336441 Kbytes, 89855 files Backup finished Thu Aug 22 04:54:02 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5760 83% 2191 27% / /dev/hd2 4947968 150688 97% 56743 10% /usr /dev/hd9var 720896 51608 93% 21498 24% /var /dev/hd3 344064 268592 22% 89 1% /tmp /dev/hd1 1130496 232088 80% 864 1% /home /dev/lv00 524288 96336 82% 6019 19% /bms /dev/lv01 835584 75720 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 13 Backup Date: Thu Aug 15 02:00:23 EDT 2002 Backup Date: Thu Aug 8 02:00:21 EDT 2002 Backup Date: Thu Aug 1 02:00:22 EDT 2002 Backup Date: Thu Jul 25 02:00:22 EDT 2002 Backup Date: Thu Jul 18 02:00:22 EDT 2002 From root@wall.wall.com Tue Aug 20 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7K8i26f044310; Tue, 20 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7K8Zp14032910; Tue, 20 Aug 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA33232; Tue, 20 Aug 2002 04:26:23 -0400 Date: Tue, 20 Aug 2002 04:26:23 -0400 From: root@wall.wall.com Message-Id: <200208200826.EAA33232@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2523 System Id: wall Backup Started: Tue Aug 20 02:00:00 EDT 2002 Backup of btas image started Tue Aug 20 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Aug 20 02:27:19 EDT 2002] 68.2% Dumpdate: Sat Aug 17 02:34:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 17 02:28 ./image.data -rw-r--r-- 1 root system 2147 Aug 17 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Aug 20 02:27:49 EDT 2002 mksysb started Tue Aug 20 02:27:50 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46045 files.............................. 2078 of 46045 files (4%).............................. 2078 of 46045 files (4%).............................. 2078 of 46045 files (4%).............................. 2116 of 46045 files (4%).............................. 2116 of 46045 files (4%).............................. 2116 of 46045 files (4%).............................. 2168 of 46045 files (4%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246722: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246723: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246724: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246725: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246726: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246727: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246728: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246729: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246730: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN246731: A file or directory in the path name does not exist. ............. 10846 of 46045 files (23%).............................. 20026 of 46045 files (43%).............................. 25031 of 46045 files (54%).............................. 42160 of 46045 files (91%)............ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Aug 20 03:34:06 EDT 2002 Verify mksysb Tue Aug 20 03:34:07 EDT 2002 Dumpdate: Tue Aug 20 02:34:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 20 02:29 ./image.data -rw-r--r-- 1 root system 2189 Aug 20 02:27 ./tapeid.data 1521022 Kbytes, 46035 files 0 cache hits, 0 cache misses Backup finished Tue Aug 20 04:26:22 EDT 2002 **** Usage Log: **** Uses: 47 Backup Date: Sat Aug 17 02:27:13 EDT 2002 Backup Date: Fri Aug 16 02:26:37 EDT 2002 Backup Date: Thu Aug 15 02:28:38 EDT 2002 Backup Date: Wed Aug 14 02:27:41 EDT 2002 Backup Date: Tue Aug 13 02:27:21 EDT 2002 From root@csichb.com Tue Aug 20 04:51:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7K8pv6f012208 for ; Tue, 20 Aug 2002 04:51:57 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7K8ptxD019404 for ; Tue, 20 Aug 2002 04:51:56 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7K8ptIk042664 for ; Tue, 20 Aug 2002 04:51:55 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7K8ptrT049166 for bmsaix@bmsi.com; Tue, 20 Aug 2002 04:51:55 -0400 Date: Tue, 20 Aug 2002 04:51:55 -0400 From: root@csichb.com Message-Id: <200208200851.g7K8ptrT049166@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2524 System Id: csi Backup Started: Tue Aug 20 02:00:01 EDT 2002 Dumpdate: Tue Aug 13 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 13 02:01 ./image.data -rw-r--r-- 1 root system 529 Aug 13 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Aug 20 02:00:23 EDT 2002 mksysb started Tue Aug 20 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image........... Creating list of files to back up........ Backing up 89330 files.............................. 311 of 89330 files (0%).............................. 313 of 89330 files (0%).............................. 5404 of 89330 files (6%).............................. 7147 of 89330 files (8%).............................. 7190 of 89330 files (8%).............................. 8151 of 89330 files (9%).............................. 23680 of 89330 files (26%).............................. 29284 of 89330 files (32%).............................. 33255 of 89330 files (37%).............................. 33365 of 89330 files (37%).............................. 40373 of 89330 files (45%).............................. 47175 of 89330 files (52%).............................. 60616 of 89330 files (67%).............................. 67623 of 89330 files (75%).............................. 72756 of 89330 files (81%).............................. 80762 of 89330 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Aug 20 03:30:51 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Aug 20 03:30:53 EDT 2002 Verify mksysb Tue Aug 20 03:32:01 EDT 2002 Dumpdate: Tue Aug 20 02:05:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 20 02:02 ./image.data -rw-r--r-- 1 root system 571 Aug 20 02:00 ./tapeid.data 2328659 Kbytes, 89330 files Backup finished Tue Aug 20 04:51:54 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5760 83% 2191 27% / /dev/hd2 4947968 150696 97% 56743 10% /usr /dev/hd9var 720896 55968 93% 20996 24% /var /dev/hd3 344064 268848 22% 89 1% /tmp /dev/hd1 1130496 246968 79% 863 1% /home /dev/lv00 524288 100680 81% 5999 19% /bms /dev/lv01 835584 77392 91% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 7 Backup Date: Tue Aug 13 02:00:22 EDT 2002 Backup Date: Tue Aug 6 02:00:22 EDT 2002 Backup Date: Tue Jul 30 02:00:22 EDT 2002 Backup Date: Tue Jul 23 02:00:22 EDT 2002 Backup Date: Tue Jul 16 02:00:21 EDT 2002 From root@acustomsbroker.com Sat Aug 24 02:52:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7O6ql6f014974; Sat, 24 Aug 2002 02:52:47 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7O6qixD018690; Sat, 24 Aug 2002 02:52:45 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7O6qiS05224; Sat, 24 Aug 2002 02:52:44 -0400 Date: Sat, 24 Aug 2002 02:52:44 -0400 From: root Message-Id: <200208240652.g7O6qiS05224@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2525 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 24 02:00:00 EDT 2002 BMS backup Sat Aug 24 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Sat Aug 24 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Aug 24 02:02:23 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1347532800 (1.3GB, 906kB/s) 1452.81s real 4.74s user 24.91s system Rewind Tape Sat Aug 24 02:26:36 EDT 2002 BMS backup Sat Aug 24 02:27:49 EDT 2002 Verify backup Sat Aug 24 02:27:49 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.9% Backup finished Sat Aug 24 02:52:43 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Thu Aug 15 02:00:21 EDT 2002 Backup Date: Sat Aug 3 02:00:24 EDT 2002 Backup Date: Thu Aug 1 02:00:24 EDT 2002 Backup Date: Sat Jul 20 02:00:24 EDT 2002 Backup Date: Wed Jul 10 02:00:24 EDT 2002 From root@wall.wall.com Sat Aug 24 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7O8i26f036238; Sat, 24 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7O8ZmSx044270; Sat, 24 Aug 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38922; Sat, 24 Aug 2002 04:28:17 -0400 Date: Sat, 24 Aug 2002 04:28:17 -0400 From: root@wall.wall.com Message-Id: <200208240828.EAA38922@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2526 System Id: wall Backup Started: Sat Aug 24 02:00:00 EDT 2002 Backup of btas image started Sat Aug 24 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Aug 24 02:28:03 EDT 2002] 68.2% Dumpdate: Fri Aug 23 02:33:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 23 02:27 ./image.data -rw-r--r-- 1 root system 3197 Aug 23 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Sat Aug 24 02:28:29 EDT 2002 mksysb started Sat Aug 24 02:28:30 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46231 files.............................. 2116 of 46231 files (4%).............................. 2116 of 46231 files (4%).............................. 2116 of 46231 files (4%).............................. 2154 of 46231 files (4%).............................. 2154 of 46231 files (4%).............................. 2154 of 46231 files (4%).............................. 2207 of 46231 files (4%).............................. 11596 of 46231 files (25%).............................. 20198 of 46231 files (43%).............................. 25200 of 46231 files (54%).............................. 40090 of 46231 files (86%)....................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 24 03:36:35 EDT 2002 Verify mksysb Sat Aug 24 03:36:36 EDT 2002 Dumpdate: Sat Aug 24 02:35:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 24 02:29 ./image.data -rw-r--r-- 1 root system 3239 Aug 24 02:28 ./tapeid.data 1523576 Kbytes, 46231 files 0 cache hits, 0 cache misses Backup finished Sat Aug 24 04:28:16 EDT 2002 **** Usage Log: **** Uses: 72 Backup Date: Fri Aug 23 02:26:37 EDT 2002 Backup Date: Tue Aug 6 02:28:25 EDT 2002 Backup Date: Sat Aug 3 02:26:31 EDT 2002 Backup Date: Fri Aug 2 02:26:55 EDT 2002 Backup Date: Thu Aug 1 02:28:13 EDT 2002 From root@csichb.com Sat Aug 24 04:45:49 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7O8jn6f044242 for ; Sat, 24 Aug 2002 04:45:49 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7O8jlxD021786 for ; Sat, 24 Aug 2002 04:45:48 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7O8jkIk029180 for ; Sat, 24 Aug 2002 04:45:46 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7O8jk7x034000 for bmsaix@bmsi.com; Sat, 24 Aug 2002 04:45:46 -0400 Date: Sat, 24 Aug 2002 04:45:46 -0400 From: root@csichb.com Message-Id: <200208240845.g7O8jk7x034000@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2527 System Id: csi Backup Started: Sat Aug 24 02:00:00 EDT 2002 Dumpdate: Sat Aug 17 02:04:37 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 17 02:01 ./image.data -rw-r--r-- 1 root system 445 Aug 17 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Aug 24 02:00:22 EDT 2002 mksysb started Sat Aug 24 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 90479 files.............................. 311 of 90479 files (0%).............................. 313 of 90479 files (0%).............................. 5430 of 90479 files (6%).............................. 7187 of 90479 files (7%).............................. 7230 of 90479 files (7%).............................. 8201 of 90479 files (9%).............................. 24115 of 90479 files (26%).............................. 34372 of 90479 files (37%).............................. 34505 of 90479 files (38%).............................. 34530 of 90479 files (38%).............................. 43721 of 90479 files (48%).............................. 55940 of 90479 files (61%).............................. 66086 of 90479 files (73%).............................. 71449 of 90479 files (78%).............................. 76563 of 90479 files (84%).............................. 86453 of 90479 files (95%)............ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Aug 24 03:27:17 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Aug 24 03:27:19 EDT 2002 Verify mksysb Sat Aug 24 03:28:27 EDT 2002 Dumpdate: Sat Aug 24 02:04:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 24 02:01 ./image.data -rw-r--r-- 1 root system 487 Aug 24 02:00 ./tapeid.data 2270601 Kbytes, 90479 files Backup finished Sat Aug 24 04:45:45 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5760 83% 2191 27% / /dev/hd2 4947968 150680 97% 56743 10% /usr /dev/hd9var 786432 333288 58% 22091 23% /var /dev/hd3 344064 268352 23% 89 1% /tmp /dev/hd1 1130496 230448 80% 861 1% /home /dev/lv00 524288 92448 83% 6038 19% /bms /dev/lv01 835584 75128 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 5 Backup Date: Sat Aug 17 02:00:22 EDT 2002 Backup Date: Sat Aug 10 02:00:22 EDT 2002 Backup Date: Sat Aug 3 02:00:21 EDT 2002 Backup Date: Sat Jul 27 02:00:28 EDT 2002 Backup Date: Sat Jul 20 02:00:01 EDT 2002 From root@bmsaix.bmsi.com Sat Aug 24 04:47:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7O8l56f032804 for ; Sat, 24 Aug 2002 04:47:05 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7O8l4gi023322 for bmsaix@bmsi.com; Sat, 24 Aug 2002 04:47:04 -0400 Date: Sat, 24 Aug 2002 04:47:04 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208240847.g7O8l4gi023322@bmsaix.bmsi.com> Subject: bmsaix0089 backup Status: RO X-Status: X-Keywords: X-UID: 2528 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 24 00:30:00 EDT 2002 mksysb backup Sat Aug 24 00:30:26 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Sat Aug 24 00:30:33 EDT 2002 Retensioning Tape Sat Aug 24 00:30:33 EDT 2002 Tape Id: bmsaix0089 Backup Date: Sat Aug 24 00:33:08 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Aug 24 00:33:42 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 24 03:00:27 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 39688. mksysb backup Sat Aug 24 03:02:13 EDT 2002 Dumpdate: Sat Aug 24 00:45:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 24 00:36 ./image.data -rw-r--r-- 1 root system 1932 Aug 24 00:33 ./tapeid.data Verify backup Sat Aug 24 03:02:20 EDT 2002 Segment 1-4: mksysb 4300172 Kbytes, 143637 files 88.6% Backup finished Sat Aug 24 04:47:04 EDT 2002 **** Usage Log: **** Uses: 0 From root@acustomsbroker.com Tue Aug 27 02:50:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R6oo6f027610; Tue, 27 Aug 2002 02:50:50 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R6olxD032584; Tue, 27 Aug 2002 02:50:48 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7R6olx16117; Tue, 27 Aug 2002 02:50:47 -0400 Date: Tue, 27 Aug 2002 02:50:47 -0400 From: root Message-Id: <200208270650.g7R6olx16117@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2529 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 27 02:00:00 EDT 2002 BMS backup Tue Aug 27 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Tue Aug 27 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Aug 27 02:02:11 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1315225600 (1.2GB, 903kB/s) 1423.21s real 4.91s user 24.96s system Rewind Tape Tue Aug 27 02:25:54 EDT 2002 BMS backup Tue Aug 27 02:26:46 EDT 2002 Verify backup Tue Aug 27 02:26:46 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Aug 27 02:50:46 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Sat Aug 10 02:00:24 EDT 2002 Backup Date: Fri Jul 26 02:00:24 EDT 2002 Backup Date: Fri Jun 28 02:00:24 EDT 2002 Backup Date: Fri Jun 14 02:00:24 EDT 2002 Backup Date: Sat Jun 1 02:00:24 EDT 2002 From root@editorialunilit.com Tue Aug 27 04:02:37 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R82b6f024656 for ; Tue, 27 Aug 2002 04:02:37 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R82ZxD030712 for ; Tue, 27 Aug 2002 04:02:35 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7R81Ia8009992; Tue, 27 Aug 2002 04:01:18 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7R81HP1056326; Tue, 27 Aug 2002 04:01:17 -0400 Date: Tue, 27 Aug 2002 04:01:17 -0400 From: root@editorialunilit.com Message-Id: <200208270801.g7R81HP1056326@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2530 System Id: unilit Backup Started: Mon Aug 26 23:50:01 EDT 2002 Dumpdate: Sat Aug 10 00:01:45 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10741 Aug 09 23:56 ./image.data -rw-r--r-- 1 root system 447 Aug 09 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Mon Aug 26 23:50:22 EDT 2002 mksysb started Mon Aug 26 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7645 cache hits, 139 cache misses 152506 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 19290. Rewind Tape Tue Aug 27 02:24:22 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Aug 27 02:34:23 EDT 2002 Dumpdate: Tue Aug 27 00:01:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 26 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 26 23:50 ./tapeid.data 2765928 Kbytes, 34606 files Backup finished Tue Aug 27 04:01:17 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Fri Aug 9 23:50:22 EDT 2002 Backup Date: Fri Jul 26 23:50:22 EDT 2002 Backup Date: Fri Jul 12 23:50:21 EDT 2002 Backup Date: Thu Jun 27 23:50:22 EDT 2002 Backup Date: Thu Jun 13 23:52:35 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 723040 39% 13722 10% /var /dev/hd3 81920 68168 17% 101 1% /tmp /dev/hd1 196608 67872 66% 1094 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 31352 79% 5380 59% /bms /dev/lv04 409600 133568 68% 2492 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 932576 64% 387 1% /mail Free Mounted Blksiz Opens Status A: 3581 Tue Aug 27 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 404 Tue Aug 27 02:24 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Tue Aug 27 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R8i26f016162; Tue, 27 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7R8e8UR021482; Tue, 27 Aug 2002 04:40:08 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42082; Tue, 27 Aug 2002 04:27:21 -0400 Date: Tue, 27 Aug 2002 04:27:21 -0400 From: root@wall.wall.com Message-Id: <200208270827.EAA42082@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2531 System Id: wall Backup Started: Tue Aug 27 02:00:00 EDT 2002 Backup of btas image started Tue Aug 27 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Aug 27 02:26:20 EDT 2002] 68.2% Dumpdate: Sat Aug 24 02:35:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 24 02:29 ./image.data -rw-r--r-- 1 root system 3239 Aug 24 02:28 ./tapeid.data Tape Id: wall0057 Backup Date: Tue Aug 27 02:26:47 EDT 2002 mksysb started Tue Aug 27 02:26:47 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46192 files.............................. 2136 of 46192 files (4%).............................. 2136 of 46192 files (4%).............................. 2136 of 46192 files (4%).............................. 2174 of 46192 files (4%).............................. 2174 of 46192 files (4%).............................. 2174 of 46192 files (4%).............................. 2227 of 46192 files (4%).............................. 11639 of 46192 files (25%).............................. 20141 of 46192 files (43%).............................. 25143 of 46192 files (54%).............................. 41629 of 46192 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Aug 27 03:35:37 EDT 2002 Verify mksysb Tue Aug 27 03:35:39 EDT 2002 Dumpdate: Tue Aug 27 02:33:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 27 02:28 ./image.data -rw-r--r-- 1 root system 3281 Aug 27 02:26 ./tapeid.data 1522171 Kbytes, 46192 files 0 cache hits, 0 cache misses Backup finished Tue Aug 27 04:27:20 EDT 2002 **** Usage Log: **** Uses: 73 Backup Date: Sat Aug 24 02:28:29 EDT 2002 Backup Date: Fri Aug 23 02:26:37 EDT 2002 Backup Date: Tue Aug 6 02:28:25 EDT 2002 Backup Date: Sat Aug 3 02:26:31 EDT 2002 Backup Date: Fri Aug 2 02:26:55 EDT 2002 From root@csichb.com Tue Aug 27 04:46:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R8kk6f016248 for ; Tue, 27 Aug 2002 04:46:46 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R8kixD015458 for ; Tue, 27 Aug 2002 04:46:44 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7R8khIk028980 for ; Tue, 27 Aug 2002 04:46:43 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7R8khuc036346 for bmsaix@bmsi.com; Tue, 27 Aug 2002 04:46:43 -0400 Date: Tue, 27 Aug 2002 04:46:43 -0400 From: root@csichb.com Message-Id: <200208270846.g7R8khuc036346@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2532 System Id: csi Backup Started: Tue Aug 27 02:00:00 EDT 2002 Dumpdate: Tue Aug 20 02:05:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 20 02:02 ./image.data -rw-r--r-- 1 root system 571 Aug 20 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Aug 27 02:00:24 EDT 2002 mksysb started Tue Aug 27 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.......... Creating list of files to back up........ Backing up 90812 files.............................. 311 of 90812 files (0%).............................. 313 of 90812 files (0%).............................. 5452 of 90812 files (6%).............................. 7219 of 90812 files (7%).............................. 7262 of 90812 files (7%).............................. 8242 of 90812 files (9%).............................. 23377 of 90812 files (25%).............................. 34700 of 90812 files (38%).............................. 34834 of 90812 files (38%).............................. 34851 of 90812 files (38%).............................. 44053 of 90812 files (48%).............................. 55870 of 90812 files (61%).............................. 65680 of 90812 files (72%).............................. 71248 of 90812 files (78%).............................. 76483 of 90812 files (84%).............................. 85434 of 90812 files (94%)............... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Aug 27 03:28:03 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Aug 27 03:28:05 EDT 2002 Verify mksysb Tue Aug 27 03:29:12 EDT 2002 Dumpdate: Tue Aug 27 02:04:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 27 02:01 ./image.data -rw-r--r-- 1 root system 613 Aug 27 02:00 ./tapeid.data 2267436 Kbytes, 90812 files Backup finished Tue Aug 27 04:46:42 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150592 97% 56744 10% /usr /dev/hd9var 786432 352360 56% 22394 23% /var /dev/hd3 344064 268176 23% 89 1% /tmp /dev/hd1 1130496 229016 80% 862 1% /home /dev/lv00 524288 84776 84% 6069 19% /bms /dev/lv01 835584 73928 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 8 Backup Date: Tue Aug 20 02:00:23 EDT 2002 Backup Date: Tue Aug 13 02:00:22 EDT 2002 Backup Date: Tue Aug 6 02:00:22 EDT 2002 Backup Date: Tue Jul 30 02:00:22 EDT 2002 Backup Date: Tue Jul 23 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Tue Aug 27 04:50:03 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7R8o36f032510 for ; Tue, 27 Aug 2002 04:50:03 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7R8o2Ax033776 for bmsaix@bmsi.com; Tue, 27 Aug 2002 04:50:02 -0400 Date: Tue, 27 Aug 2002 04:50:02 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208270850.g7R8o2Ax033776@bmsaix.bmsi.com> Subject: bmsaix0090 backup Status: RO X-Status: X-Keywords: X-UID: 2533 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Aug 27 00:30:00 EDT 2002 mksysb backup Tue Aug 27 00:30:26 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Tue Aug 27 00:30:33 EDT 2002 Retensioning Tape Tue Aug 27 00:30:33 EDT 2002 Tape Id: bmsaix0090 Backup Date: Tue Aug 27 00:33:07 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Aug 27 00:33:37 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Aug 27 03:01:44 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 25782. mksysb backup Tue Aug 27 03:03:33 EDT 2002 Dumpdate: Tue Aug 27 00:45:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 27 00:36 ./image.data -rw-r--r-- 1 root system 1932 Aug 27 00:33 ./tapeid.data Verify backup Tue Aug 27 03:03:41 EDT 2002 Segment 1-4: mksysb 4279533 Kbytes, 142702 files 88.6% Backup finished Tue Aug 27 04:50:02 EDT 2002 **** Usage Log: **** Uses: 0 From stuart@bmsaix.bmsi.com Wed Aug 28 04:50:38 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S8oc6f037696 for ; Wed, 28 Aug 2002 04:50:38 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7S8ob48035900 for bmsaix@bmsi.com; Wed, 28 Aug 2002 04:50:37 -0400 Date: Wed, 28 Aug 2002 04:50:37 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208280850.g7S8ob48035900@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2534 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 28 00:30:01 EDT 2002 mksysb backup Wed Aug 28 00:30:26 EDT 2002 Dumpdate: Thu Aug 22 00:42:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 22 00:33 ./image.data -rw-r--r-- 1 root system 2016 Aug 22 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Aug 28 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Aug 28 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/save/@14464.8918.defang: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Aug 28 03:03:04 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 34052. mksysb backup Wed Aug 28 03:04:11 EDT 2002 Dumpdate: Wed Aug 28 00:43:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 28 00:34 ./image.data -rw-r--r-- 1 root system 2058 Aug 28 00:30 ./tapeid.data Verify backup Wed Aug 28 03:04:18 EDT 2002 Segment 1-4: mksysb 4282702 Kbytes, 142895 files 88.6% Backup finished Wed Aug 28 04:50:37 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Thu Aug 22 00:30:01 EDT 2002 Backup Date: Wed Aug 21 00:33:06 EDT 2002 Backup Date: Wed Aug 14 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 28 04:47:02 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S8l16f036000 for ; Wed, 28 Aug 2002 04:47:02 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S8kpxD024108 for ; Wed, 28 Aug 2002 04:46:55 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7S8koIk044752 for ; Wed, 28 Aug 2002 04:46:50 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7S8kojj027906 for bmsaix@bmsi.com; Wed, 28 Aug 2002 04:46:50 -0400 Date: Wed, 28 Aug 2002 04:46:50 -0400 From: root@csichb.com Message-Id: <200208280846.g7S8kojj027906@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2535 System Id: csi Backup Started: Wed Aug 28 02:00:00 EDT 2002 Dumpdate: Wed Aug 21 02:05:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 21 02:01 ./image.data -rw-r--r-- 1 root system 3343 Aug 21 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Aug 28 02:00:22 EDT 2002 mksysb started Wed Aug 28 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image........... Creating list of files to back up........ Backing up 90557 files.............................. 311 of 90557 files (0%).............................. 313 of 90557 files (0%).............................. 5448 of 90557 files (6%).............................. 7230 of 90557 files (7%).............................. 7273 of 90557 files (8%).............................. 8260 of 90557 files (9%).............................. 24490 of 90557 files (27%).............................. 34447 of 90557 files (38%).............................. 34582 of 90557 files (38%).............................. 34596 of 90557 files (38%).............................. 43798 of 90557 files (48%).............................. 55897 of 90557 files (61%).............................. 65871 of 90557 files (72%).............................. 71188 of 90557 files (78%).............................. 76329 of 90557 files (84%).............................. 85413 of 90557 files (94%)............... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Aug 28 03:28:18 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Aug 28 03:28:19 EDT 2002 Verify mksysb Wed Aug 28 03:29:25 EDT 2002 Dumpdate: Wed Aug 28 02:05:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 28 02:01 ./image.data -rw-r--r-- 1 root system 3385 Aug 28 02:00 ./tapeid.data 2273020 Kbytes, 90557 files Backup finished Wed Aug 28 04:46:49 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150592 97% 56744 10% /usr /dev/hd9var 786432 338752 57% 22125 23% /var /dev/hd3 344064 268032 23% 89 1% /tmp /dev/hd1 1130496 227512 80% 862 1% /home /dev/lv00 524288 83080 85% 6080 19% /bms /dev/lv01 835584 73032 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 74 Backup Date: Wed Aug 21 02:00:24 EDT 2002 Backup Date: Wed Aug 14 02:00:22 EDT 2002 Backup Date: Wed Aug 7 02:00:22 EDT 2002 Backup Date: Wed Jul 31 02:00:22 EDT 2002 Backup Date: Wed Jul 24 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 28 04:44:05 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S8i26f041038; Wed, 28 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7S8ZnHe020952; Wed, 28 Aug 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA44684; Wed, 28 Aug 2002 04:25:00 -0400 Date: Wed, 28 Aug 2002 04:25:00 -0400 From: root@wall.wall.com Message-Id: <200208280825.EAA44684@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2536 System Id: wall Backup Started: Wed Aug 28 02:00:00 EDT 2002 Backup of btas image started Wed Aug 28 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Aug 28 02:27:13 EDT 2002] 68.2% Dumpdate: Tue Aug 27 02:33:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 27 02:28 ./image.data -rw-r--r-- 1 root system 3281 Aug 27 02:26 ./tapeid.data Tape Id: wall0057 Backup Date: Wed Aug 28 02:27:41 EDT 2002 mksysb started Wed Aug 28 02:27:42 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46256 files.............................. 2148 of 46256 files (4%).............................. 2148 of 46256 files (4%).............................. 2148 of 46256 files (4%).............................. 2186 of 46256 files (4%).............................. 2186 of 46256 files (4%).............................. 2186 of 46256 files (4%).............................. 2239 of 46256 files (4%)...............backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247183: A file or directory in the path name does not exist. ............... 11651 of 46256 files (25%).............................. 20515 of 46256 files (44%).............................. 35067 of 46256 files (75%).............................. 43790 of 46256 files (94%)........ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Aug 28 03:33:16 EDT 2002 Verify mksysb Wed Aug 28 03:33:18 EDT 2002 Dumpdate: Wed Aug 28 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 28 02:29 ./image.data -rw-r--r-- 1 root system 3323 Aug 28 02:27 ./tapeid.data 1522626 Kbytes, 46255 files 0 cache hits, 0 cache misses Backup finished Wed Aug 28 04:24:59 EDT 2002 **** Usage Log: **** Uses: 74 Backup Date: Tue Aug 27 02:26:47 EDT 2002 Backup Date: Sat Aug 24 02:28:29 EDT 2002 Backup Date: Fri Aug 23 02:26:37 EDT 2002 Backup Date: Tue Aug 6 02:28:25 EDT 2002 Backup Date: Sat Aug 3 02:26:31 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 28 04:06:43 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S86e6f020898; Wed, 28 Aug 2002 04:06:40 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S86cxD016570; Wed, 28 Aug 2002 04:06:39 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7S86cW19536; Wed, 28 Aug 2002 04:06:38 -0400 Date: Wed, 28 Aug 2002 04:06:38 -0400 From: root Message-Id: <200208280806.g7S86cW19536@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2537 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Aug 28 02:00:00 EDT 2002 BMS backup Wed Aug 28 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Wed Aug 28 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Aug 28 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/messages: file changed as we read it tar: /var/log/milter/pythonsock: socket ignored Total bytes written: 96983040 (92MB, 712kB/s) tar: /dev/nht0: Cannot write: Input/output error tar: Error is not recoverable: exiting now 135.96s real 0.04s user 0.71s system Rewind Tape Wed Aug 28 02:04:35 EDT 2002 /dev/ht0: Input/output error /dev/ht0: Input/output error Backup finished Wed Aug 28 04:06:37 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Tue Aug 20 02:00:24 EDT 2002 Backup Date: Sat Jul 27 02:00:24 EDT 2002 Backup Date: Tue Jul 16 02:00:24 EDT 2002 Backup Date: Sat Jun 29 02:00:24 EDT 2002 Backup Date: Sat Jun 15 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Aug 28 03:34:46 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S7Yj6f027514 for ; Wed, 28 Aug 2002 03:34:45 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7S7YixD010898 for ; Wed, 28 Aug 2002 03:34:44 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7S7XRa8052958; Wed, 28 Aug 2002 03:33:27 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7S7XQBN006108; Wed, 28 Aug 2002 03:33:26 -0400 Date: Wed, 28 Aug 2002 03:33:26 -0400 From: root@editorialunilit.com Message-Id: <200208280733.g7S7XQBN006108@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2538 System Id: unilit Backup Started: Tue Aug 27 23:50:00 EDT 2002 Dumpdate: Tue Aug 13 00:02:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 12 23:56 ./image.data -rw-r--r-- 1 root system 3051 Aug 12 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Tue Aug 27 23:50:34 EDT 2002 mksysb started Tue Aug 27 23:50:34 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7641 cache hits, 139 cache misses 152709 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 39314. Rewind Tape Wed Aug 28 02:24:38 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Aug 28 02:34:39 EDT 2002 Dumpdate: Wed Aug 28 00:02:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 27 23:56 ./image.data -rw-r--r-- 1 root system 3093 Aug 27 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1567917 Kbytes, 999 files /dev/rmt0: There is an input or output error. Backup finished Wed Aug 28 03:33:26 EDT 2002 **** Usage Log: **** Uses: 67 Backup Date: Mon Aug 12 23:50:37 EDT 2002 Backup Date: Mon Jul 29 23:50:39 EDT 2002 Backup Date: Mon Jul 15 23:50:23 EDT 2002 Backup Date: Fri Jun 28 23:50:24 EDT 2002 Backup Date: Fri Jun 14 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 709624 40% 13000 9% /var /dev/hd3 81920 68136 17% 102 1% /tmp /dev/hd1 196608 67864 66% 1094 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 31112 79% 5382 59% /bms /dev/lv04 409600 134832 68% 2496 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 928040 65% 389 1% /mail Free Mounted Blksiz Opens Status A: 3378 Wed Aug 28 02:24 2048 8 Clean /btdata/SPAN 156276 used B: 451 Wed Aug 28 02:24 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Thu Aug 29 04:50:18 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T8oH6f023602 for ; Thu, 29 Aug 2002 04:50:18 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T8oGxD025056 for ; Thu, 29 Aug 2002 04:50:17 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7T8oFIk023558 for ; Thu, 29 Aug 2002 04:50:15 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7T8oFFw043504 for bmsaix@bmsi.com; Thu, 29 Aug 2002 04:50:15 -0400 Date: Thu, 29 Aug 2002 04:50:15 -0400 From: root@csichb.com Message-Id: <200208290850.g7T8oFFw043504@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2539 System Id: csi Backup Started: Thu Aug 29 02:00:01 EDT 2002 Dumpdate: Thu Aug 22 02:05:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 22 02:01 ./image.data -rw-r--r-- 1 root system 823 Aug 22 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Aug 29 02:00:22 EDT 2002 mksysb started Thu Aug 29 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............. Creating list of files to back up........ Backing up 90888 files.............................. 311 of 90888 files (0%).............................. 313 of 90888 files (0%).............................. 5402 of 90888 files (5%).............................. 7243 of 90888 files (7%).............................. 7286 of 90888 files (8%).............................. 8254 of 90888 files (9%).............................. 23214 of 90888 files (25%).............................. 34772 of 90888 files (38%).............................. 34864 of 90888 files (38%).............................. 34926 of 90888 files (38%).............................. 44114 of 90888 files (48%).............................. 53417 of 90888 files (58%).............................. 62655 of 90888 files (68%).............................. 70408 of 90888 files (77%).............................. 75357 of 90888 files (82%).............................. 83984 of 90888 files (92%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Aug 29 03:29:49 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Aug 29 03:29:50 EDT 2002 Verify mksysb Thu Aug 29 03:30:58 EDT 2002 Dumpdate: Thu Aug 29 02:05:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 29 02:01 ./image.data -rw-r--r-- 1 root system 865 Aug 29 02:00 ./tapeid.data 2279816 Kbytes, 90888 files Backup finished Thu Aug 29 04:50:14 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150592 97% 56744 10% /usr /dev/hd9var 786432 328936 59% 22444 23% /var /dev/hd3 344064 267904 23% 89 1% /tmp /dev/hd1 1130496 224728 81% 866 1% /home /dev/lv00 524288 81120 85% 6089 19% /bms /dev/lv01 835584 72184 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 14 Backup Date: Thu Aug 22 02:00:22 EDT 2002 Backup Date: Thu Aug 15 02:00:23 EDT 2002 Backup Date: Thu Aug 8 02:00:21 EDT 2002 Backup Date: Thu Aug 1 02:00:22 EDT 2002 Backup Date: Thu Jul 25 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Thu Aug 29 04:46:27 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T8kQ6f015804 for ; Thu, 29 Aug 2002 04:46:27 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7T8kQsx027572 for bmsaix@bmsi.com; Thu, 29 Aug 2002 04:46:26 -0400 Date: Thu, 29 Aug 2002 04:46:26 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208290846.g7T8kQsx027572@bmsaix.bmsi.com> Subject: bmsaix0091 backup Status: RO X-Status: X-Keywords: X-UID: 2540 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 29 00:30:00 EDT 2002 mksysb backup Thu Aug 29 00:30:26 EDT 2002 /dev/rmt1: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Thu Aug 29 00:30:33 EDT 2002 Retensioning Tape Thu Aug 29 00:30:33 EDT 2002 Tape Id: bmsaix0091 Backup Date: Thu Aug 29 00:33:06 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Aug 29 00:33:37 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./bms/java/src/db/.Relate.java.swp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/java/src/db/.Notes.java.swp: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./home/stuart/#pico41192#: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/pico.041192: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./tmp/.pico.041192.swp: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 29 02:55:01 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 31132. mksysb backup Thu Aug 29 02:55:48 EDT 2002 Dumpdate: Thu Aug 29 00:45:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 29 00:36 ./image.data -rw-r--r-- 1 root system 1932 Aug 29 00:33 ./tapeid.data Verify backup Thu Aug 29 02:55:55 EDT 2002 Segment 1-4: mksysb 4273991 Kbytes, 143105 files 88.6% Backup finished Thu Aug 29 04:46:26 EDT 2002 **** Usage Log: **** Uses: 0 From stuart@bmsaix.bmsi.com Thu Aug 29 04:44:06 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T8i26h026714; Thu, 29 Aug 2002 04:44:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7T8a0Ip041180; Thu, 29 Aug 2002 04:36:00 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA21082; Thu, 29 Aug 2002 04:27:35 -0400 Date: Thu, 29 Aug 2002 04:27:35 -0400 From: root@wall.wall.com Message-Id: <200208290827.EAA21082@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0057 backup Status: RO X-Status: X-Keywords: X-UID: 2541 System Id: wall Backup Started: Thu Aug 29 02:00:00 EDT 2002 Backup of btas image started Thu Aug 29 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Aug 29 02:26:55 EDT 2002] 68.2% Dumpdate: Wed Aug 28 02:34:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 28 02:29 ./image.data -rw-r--r-- 1 root system 3323 Aug 28 02:27 ./tapeid.data Tape Id: wall0057 Backup Date: Thu Aug 29 02:27:21 EDT 2002 mksysb started Thu Aug 29 02:27:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46289 files.............................. 2160 of 46289 files (4%).............................. 2160 of 46289 files (4%).............................. 2160 of 46289 files (4%).............................. 2198 of 46289 files (4%).............................. 2198 of 46289 files (4%).............................. 2198 of 46289 files (4%).............................. 2251 of 46289 files (4%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247245: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247246: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247247: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247248: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247249: A file or directory in the path name does not exist. .............. 11584 of 46289 files (25%).............................. 20221 of 46289 files (43%).............................. 25223 of 46289 files (54%).............................. 41782 of 46289 files (90%)............................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Aug 29 03:36:00 EDT 2002 Verify mksysb Thu Aug 29 03:36:01 EDT 2002 Dumpdate: Thu Aug 29 02:34:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 29 02:28 ./image.data -rw-r--r-- 1 root system 3365 Aug 29 02:27 ./tapeid.data 1523808 Kbytes, 46284 files 0 cache hits, 0 cache misses Backup finished Thu Aug 29 04:27:34 EDT 2002 **** Usage Log: **** Uses: 75 Backup Date: Wed Aug 28 02:27:41 EDT 2002 Backup Date: Tue Aug 27 02:26:47 EDT 2002 Backup Date: Sat Aug 24 02:28:29 EDT 2002 Backup Date: Fri Aug 23 02:26:37 EDT 2002 Backup Date: Tue Aug 6 02:28:25 EDT 2002 From stuart@bmsaix.bmsi.com Thu Aug 29 04:11:32 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T8BV6f036592 for ; Thu, 29 Aug 2002 04:11:31 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T8BUxD009344 for ; Thu, 29 Aug 2002 04:11:30 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7T8ACa8019496; Thu, 29 Aug 2002 04:10:12 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7T8ABU4057634; Thu, 29 Aug 2002 04:10:11 -0400 Date: Thu, 29 Aug 2002 04:10:11 -0400 From: root@editorialunilit.com Message-Id: <200208290810.g7T8ABU4057634@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2542 System Id: unilit Backup Started: Wed Aug 28 23:50:01 EDT 2002 Dumpdate: Wed Aug 14 00:04:41 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 13 23:58 ./image.data -rw-r--r-- 1 root system 1623 Aug 13 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Wed Aug 28 23:50:57 EDT 2002 mksysb started Wed Aug 28 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7643 cache hits, 140 cache misses 152847 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 19864. Rewind Tape Thu Aug 29 02:30:00 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Aug 29 02:40:01 EDT 2002 Dumpdate: Thu Aug 29 00:03:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 28 23:57 ./image.data -rw-r--r-- 1 root system 1665 Aug 28 23:50 ./tapeid.data 2795487 Kbytes, 33067 files Backup finished Thu Aug 29 04:10:10 EDT 2002 **** Usage Log: **** Uses: 33 Backup Date: Tue Aug 13 23:51:03 EDT 2002 Backup Date: Tue Jul 30 23:50:57 EDT 2002 Backup Date: Tue Jul 16 23:50:57 EDT 2002 Backup Date: Mon Jul 1 23:50:57 EDT 2002 Backup Date: Mon Jun 17 23:50:56 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 674192 43% 12172 9% /var /dev/hd3 81920 68112 17% 102 1% /tmp /dev/hd1 196608 67848 66% 1094 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 31008 79% 5383 59% /bms /dev/lv04 409600 134760 68% 2497 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 921920 65% 389 1% /mail Free Mounted Blksiz Opens Status A: 3240 Thu Aug 29 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 434 Thu Aug 29 02:29 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Thu Aug 29 02:50:50 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T6ol6f040972; Thu, 29 Aug 2002 02:50:47 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7T6oixD025006; Thu, 29 Aug 2002 02:50:45 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7T6oiG20865; Thu, 29 Aug 2002 02:50:44 -0400 Date: Thu, 29 Aug 2002 02:50:44 -0400 From: root Message-Id: <200208290650.g7T6oiG20865@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2543 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Aug 29 02:00:00 EDT 2002 BMS backup Thu Aug 29 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Thu Aug 29 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Aug 29 02:02:25 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1316556800 (1.2GB, 907kB/s) 1418.36s real 4.05s user 23.23s system Rewind Tape Thu Aug 29 02:26:03 EDT 2002 BMS backup Thu Aug 29 02:26:57 EDT 2002 Verify backup Thu Aug 29 02:26:57 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Aug 29 02:50:43 EDT 2002 **** Usage Log: **** Uses: 26 Backup Date: Wed Aug 21 02:00:25 EDT 2002 Backup Date: Wed Jul 17 02:00:24 EDT 2002 Backup Date: Sat Jul 6 02:00:24 EDT 2002 Backup Date: Tue Jun 18 02:00:24 EDT 2002 Backup Date: Tue Jun 4 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 4 04:39:03 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g848d26f025438 for ; Wed, 4 Sep 2002 04:39:02 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g848d2jZ016218 for bmsaix@bmsi.com; Wed, 4 Sep 2002 04:39:02 -0400 Date: Wed, 4 Sep 2002 04:39:02 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209040839.g848d2jZ016218@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2544 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 4 00:30:00 EDT 2002 mksysb backup Wed Sep 4 00:30:26 EDT 2002 Dumpdate: Wed Aug 28 00:43:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 28 00:34 ./image.data -rw-r--r-- 1 root system 2058 Aug 28 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Sep 4 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Sep 4 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 4 02:51:25 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 38996. mksysb backup Wed Sep 4 02:52:45 EDT 2002 Dumpdate: Wed Sep 4 00:42:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Sep 04 00:34 ./image.data -rw-r--r-- 1 root system 2100 Sep 04 00:30 ./tapeid.data Verify backup Wed Sep 4 02:52:53 EDT 2002 Segment 1-4: mksysb 4270316 Kbytes, 142554 files 88.6% Backup finished Wed Sep 4 04:39:01 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Wed Aug 28 00:30:34 EDT 2002 Backup Date: Thu Aug 22 00:30:01 EDT 2002 Backup Date: Wed Aug 21 00:33:06 EDT 2002 Backup Date: Wed Aug 14 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 4 04:44:05 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g848i26f024506; Wed, 4 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g848ZmxW019510; Wed, 4 Sep 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA22890; Wed, 4 Sep 2002 04:27:51 -0400 Date: Wed, 4 Sep 2002 04:27:51 -0400 From: root@wall.wall.com Message-Id: <200209040827.EAA22890@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2545 System Id: wall Backup Started: Wed Sep 4 02:00:00 EDT 2002 Backup of btas image started Wed Sep 4 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Sep 4 02:26:36 EDT 2002] 68.2% Dumpdate: Tue Sep 3 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 03 02:28 ./image.data -rw-r--r-- 1 root system 2567 Sep 03 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Wed Sep 4 02:27:04 EDT 2002 mksysb started Wed Sep 4 02:27:05 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46396 files.............................. 2210 of 46396 files (4%).............................. 2210 of 46396 files (4%).............................. 2210 of 46396 files (4%).............................. 2248 of 46396 files (4%).............................. 2248 of 46396 files (4%).............................. 2248 of 46396 files (4%).............................. 2299 of 46396 files (4%)...................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247579: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN247580: A file or directory in the path name does not exist. ........... 10655 of 46396 files (22%).............................. 20295 of 46396 files (43%).............................. 25297 of 46396 files (54%).............................. 41808 of 46396 files (90%)........................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Sep 4 03:35:41 EDT 2002 Verify mksysb Wed Sep 4 03:35:43 EDT 2002 Dumpdate: Wed Sep 4 02:34:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 04 02:28 ./image.data -rw-r--r-- 1 root system 2609 Sep 04 02:27 ./tapeid.data 1523321 Kbytes, 46394 files 0 cache hits, 0 cache misses Backup finished Wed Sep 4 04:27:51 EDT 2002 **** Usage Log: **** Uses: 57 Backup Date: Tue Sep 3 02:26:59 EDT 2002 Backup Date: Sat Aug 31 02:26:56 EDT 2002 Backup Date: Fri Aug 30 02:27:05 EDT 2002 Backup Date: Sat Apr 13 02:27:38 EDT 2002 Backup Date: Fri Apr 12 02:27:44 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 4 04:49:35 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g848nZ6f016140 for ; Wed, 4 Sep 2002 04:49:35 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g848nXVA034686 for ; Wed, 4 Sep 2002 04:49:34 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g848nXIk023482 for ; Wed, 4 Sep 2002 04:49:33 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g848nWvE046092 for bmsaix@bmsi.com; Wed, 4 Sep 2002 04:49:32 -0400 Date: Wed, 4 Sep 2002 04:49:32 -0400 From: root@csichb.com Message-Id: <200209040849.g848nWvE046092@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2546 System Id: csi Backup Started: Wed Sep 4 02:00:00 EDT 2002 Dumpdate: Wed Aug 28 02:05:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 28 02:01 ./image.data -rw-r--r-- 1 root system 3385 Aug 28 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Sep 4 02:00:22 EDT 2002 mksysb started Wed Sep 4 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............... Creating list of files to back up........ Backing up 90154 files.............................. 311 of 90154 files (0%).............................. 313 of 90154 files (0%).............................. 5316 of 90154 files (5%).............................. 7176 of 90154 files (7%).............................. 7219 of 90154 files (8%).............................. 8157 of 90154 files (9%).............................. 23394 of 90154 files (25%).............................. 34042 of 90154 files (37%).............................. 34166 of 90154 files (37%).............................. 34192 of 90154 files (37%).............................. 43394 of 90154 files (48%).............................. 54630 of 90154 files (60%).............................. 62262 of 90154 files (69%).............................. 70122 of 90154 files (77%).............................. 75296 of 90154 files (83%).............................. 84644 of 90154 files (93%).................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Sep 4 03:29:22 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Sep 4 03:29:24 EDT 2002 Verify mksysb Wed Sep 4 03:30:31 EDT 2002 Dumpdate: Wed Sep 4 02:05:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 04 02:01 ./image.data -rw-r--r-- 1 root system 3427 Sep 04 02:00 ./tapeid.data 2271892 Kbytes, 90154 files Backup finished Wed Sep 4 04:49:32 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 350600 56% 21776 23% /var /dev/hd3 344064 267472 23% 89 1% /tmp /dev/hd1 1130496 220384 81% 864 1% /home /dev/lv00 524288 98264 82% 6024 19% /bms /dev/lv01 835584 68600 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 75 Backup Date: Wed Aug 28 02:00:22 EDT 2002 Backup Date: Wed Aug 21 02:00:24 EDT 2002 Backup Date: Wed Aug 14 02:00:22 EDT 2002 Backup Date: Wed Aug 7 02:00:22 EDT 2002 Backup Date: Wed Jul 31 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 4 04:08:18 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8488H6f016360 for ; Wed, 4 Sep 2002 04:08:18 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8488GVA017440 for ; Wed, 4 Sep 2002 04:08:17 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8486xa8045740; Wed, 4 Sep 2002 04:06:59 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8486xsS024234; Wed, 4 Sep 2002 04:06:59 -0400 Date: Wed, 4 Sep 2002 04:06:59 -0400 From: root@editorialunilit.com Message-Id: <200209040806.g8486xsS024234@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2547 System Id: unilit Backup Started: Tue Sep 3 23:50:01 EDT 2002 Dumpdate: Sat Aug 17 00:03:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 16 23:58 ./image.data -rw-r--r-- 1 root system 489 Aug 16 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Tue Sep 3 23:51:51 EDT 2002 mksysb started Tue Sep 3 23:51:52 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7675 cache hits, 133 cache misses 153405 cache hits, 92 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg83KqJa8013790: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/mqueue/qfg83KqJa8013790: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 33724. Rewind Tape Wed Sep 4 02:27:39 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Sep 4 02:37:40 EDT 2002 Dumpdate: Wed Sep 4 00:03:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 03 23:58 ./image.data -rw-r--r-- 1 root system 531 Sep 03 23:51 ./tapeid.data 2834451 Kbytes, 34100 files Backup finished Wed Sep 4 04:06:58 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Fri Aug 16 23:51:52 EDT 2002 Backup Date: Fri Aug 2 23:50:21 EDT 2002 Backup Date: Fri Jul 19 23:50:42 EDT 2002 Backup Date: Fri Jul 5 23:50:22 EDT 2002 Backup Date: Thu Jun 20 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 672400 43% 13245 9% /var /dev/hd3 81920 68048 17% 102 1% /tmp /dev/hd1 196608 60968 69% 1096 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 30280 80% 5390 59% /bms /dev/lv04 409600 130080 69% 2450 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 875640 67% 387 1% /mail Free Mounted Blksiz Opens Status A: 2791 Wed Sep 4 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 297 Wed Sep 4 02:27 2048 15 Clean /btdata/EDX 8449 used From stuart@bmsaix.bmsi.com Wed Sep 4 02:50:52 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g846oo6f021526; Wed, 4 Sep 2002 02:50:50 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g846omVA025734; Wed, 4 Sep 2002 02:50:48 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g846olD06055; Wed, 4 Sep 2002 02:50:47 -0400 Date: Wed, 4 Sep 2002 02:50:47 -0400 From: root Message-Id: <200209040650.g846olD06055@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2548 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 4 02:00:01 EDT 2002 BMS backup Wed Sep 4 02:00:25 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Wed Sep 4 02:00:25 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Sep 4 02:02:23 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1312501760 (1.2GB, 904kB/s) 1417.30s real 3.88s user 24.41s system Rewind Tape Wed Sep 4 02:26:00 EDT 2002 BMS backup Wed Sep 4 02:26:56 EDT 2002 Verify backup Wed Sep 4 02:26:56 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Sep 4 02:50:47 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Fri Aug 16 02:00:24 EDT 2002 Backup Date: Thu Aug 8 02:00:24 EDT 2002 Backup Date: Tue Aug 6 02:00:24 EDT 2002 Backup Date: Tue Jul 23 02:00:24 EDT 2002 Backup Date: Fri Jul 12 02:00:24 EDT 2002 From root@editorialunilit.com Sat Sep 7 00:12:14 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g874C91k023276 for ; Sat, 7 Sep 2002 00:12:09 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g874C4VA029464 for ; Sat, 7 Sep 2002 00:12:08 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g874Ala8036566; Sat, 7 Sep 2002 00:10:47 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g874AlEY027604; Sat, 7 Sep 2002 00:10:47 -0400 Date: Sat, 7 Sep 2002 00:10:47 -0400 From: root@editorialunilit.com Message-Id: <200209070410.g874AlEY027604@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0079 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2549 System Id: unilit Backup Started: Fri Sep 6 23:50:00 EDT 2002 Dumpdate: Thu Aug 22 00:01:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 21 23:56 ./image.data -rw-r--r-- 1 root system 321 Aug 21 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0079 Backup Date: Fri Sep 6 23:50:31 EDT 2002 mksysb started Fri Sep 6 23:50:31 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7629 cache hits, 152 cache misses 153678 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 6004. Rewind Tape Sat Sep 7 00:00:44 EDT 2002 /dev/rmt0: The media surface is damaged. Sleeping for 10 minutes to let tape drive cool down. /dev/rmt0: The media surface is damaged. Verify mksysb Sat Sep 7 00:10:45 EDT 2002 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Sat Sep 7 00:10:46 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Wed Aug 21 23:50:25 EDT 2002 Backup Date: Tue Jun 11 23:52:36 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3488 79% 917 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 666384 44% 13267 9% /var /dev/hd3 81920 68016 17% 102 1% /tmp /dev/hd1 196608 60928 70% 1098 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8936 94% 3722 81% /usr/local /dev/lv03 147456 29728 80% 5395 59% /bms /dev/lv04 409600 129888 69% 2453 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 880384 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 2409 Sat Sep 7 00:00 2048 8 Clean /btdata/SPAN 156276 used B: 285 Sat Sep 7 00:00 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Sat Sep 7 02:50:54 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g876or1k019576; Sat, 7 Sep 2002 02:50:53 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g876opVA016998; Sat, 7 Sep 2002 02:50:52 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g876opK13966; Sat, 7 Sep 2002 02:50:51 -0400 Date: Sat, 7 Sep 2002 02:50:51 -0400 From: root Message-Id: <200209070650.g876opK13966@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2550 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 7 02:00:00 EDT 2002 BMS backup Sat Sep 7 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Sat Sep 7 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Sep 7 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1314959360 (1.2GB, 902kB/s) 1422.60s real 4.04s user 24.35s system Rewind Tape Sat Sep 7 02:25:56 EDT 2002 BMS backup Sat Sep 7 02:26:53 EDT 2002 Verify backup Sat Sep 7 02:26:53 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Sep 7 02:50:50 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Wed Aug 28 02:00:20 EDT 2002 Backup Date: Tue Aug 20 02:00:24 EDT 2002 Backup Date: Sat Jul 27 02:00:24 EDT 2002 Backup Date: Tue Jul 16 02:00:24 EDT 2002 Backup Date: Sat Jun 29 02:00:24 EDT 2002 From root@wall.wall.com Sat Sep 7 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g878i21k035658; Sat, 7 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g878Zrru035836; Sat, 7 Sep 2002 04:35:53 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42686; Sat, 7 Sep 2002 04:28:41 -0400 Date: Sat, 7 Sep 2002 04:28:41 -0400 From: root@wall.wall.com Message-Id: <200209070828.EAA42686@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2551 System Id: wall Backup Started: Sat Sep 7 02:00:01 EDT 2002 Backup of btas image started Sat Sep 7 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Sep 7 02:27:22 EDT 2002] 68.2% Dumpdate: Fri Sep 6 02:33:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 06 02:27 ./image.data -rw-r--r-- 1 root system 2693 Sep 06 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Sat Sep 7 02:27:49 EDT 2002 mksysb started Sat Sep 7 02:27:50 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46516 files.............................. 2237 of 46516 files (4%).............................. 2237 of 46516 files (4%).............................. 2237 of 46516 files (4%).............................. 2275 of 46516 files (4%).............................. 2275 of 46516 files (4%).............................. 2275 of 46516 files (4%).............................. 2326 of 46516 files (5%).............................. 10725 of 46516 files (23%).............................. 20399 of 46516 files (43%).............................. 25401 of 46516 files (54%).............................. 41952 of 46516 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 7 03:36:29 EDT 2002 Verify mksysb Sat Sep 7 03:36:31 EDT 2002 Dumpdate: Sat Sep 7 02:34:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 07 02:29 ./image.data -rw-r--r-- 1 root system 2735 Sep 07 02:27 ./tapeid.data 1522622 Kbytes, 46516 files 0 cache hits, 0 cache misses Backup finished Sat Sep 7 04:28:40 EDT 2002 **** Usage Log: **** Uses: 60 Backup Date: Fri Sep 6 02:26:37 EDT 2002 Backup Date: Thu Sep 5 02:26:56 EDT 2002 Backup Date: Wed Sep 4 02:27:04 EDT 2002 Backup Date: Tue Sep 3 02:26:59 EDT 2002 Backup Date: Sat Aug 31 02:26:56 EDT 2002 From root@csichb.com Sat Sep 7 04:50:26 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g878oQ1k030368 for ; Sat, 7 Sep 2002 04:50:26 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g878oOVA022086 for ; Sat, 7 Sep 2002 04:50:25 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g878oOIk018484 for ; Sat, 7 Sep 2002 04:50:24 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g878oOBt021544 for bmsaix@bmsi.com; Sat, 7 Sep 2002 04:50:24 -0400 Date: Sat, 7 Sep 2002 04:50:24 -0400 From: root@csichb.com Message-Id: <200209070850.g878oOBt021544@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2552 System Id: csi Backup Started: Sat Sep 7 02:00:01 EDT 2002 Dumpdate: Tue Sep 3 02:04:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 03 02:01 ./image.data -rw-r--r-- 1 root system 571 Sep 03 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Sep 7 02:00:22 EDT 2002 mksysb started Sat Sep 7 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 90567 files.............................. 311 of 90567 files (0%).............................. 313 of 90567 files (0%).............................. 5335 of 90567 files (5%).............................. 7213 of 90567 files (7%).............................. 7256 of 90567 files (8%).............................. 8085 of 90567 files (8%).............................. 22441 of 90567 files (24%).............................. 33743 of 90567 files (37%).............................. 34504 of 90567 files (38%).............................. 34604 of 90567 files (38%).............................. 43530 of 90567 files (48%).............................. 51823 of 90567 files (57%).............................. 62237 of 90567 files (68%).............................. 69899 of 90567 files (77%).............................. 74696 of 90567 files (82%).............................. 82346 of 90567 files (90%)......................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Sep 7 03:29:21 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Sep 7 03:29:23 EDT 2002 Verify mksysb Sat Sep 7 03:30:33 EDT 2002 Dumpdate: Sat Sep 7 02:04:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 07 02:01 ./image.data -rw-r--r-- 1 root system 613 Sep 07 02:00 ./tapeid.data 2287687 Kbytes, 90567 files Backup finished Sat Sep 7 04:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 321048 60% 22151 23% /var /dev/hd3 344064 266992 23% 89 1% /tmp /dev/hd1 1130496 216968 81% 866 1% /home /dev/lv00 524288 92264 83% 6059 19% /bms /dev/lv01 835584 65480 93% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 8 Backup Date: Tue Sep 3 02:00:18 EDT 2002 Backup Date: Sat Aug 31 02:00:21 EDT 2002 Backup Date: Sat Aug 24 02:00:22 EDT 2002 Backup Date: Sat Aug 17 02:00:22 EDT 2002 Backup Date: Sat Aug 10 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Fri Sep 6 04:50:20 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g868oJ6f039038 for ; Fri, 6 Sep 2002 04:50:19 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g868oJrs034170 for bmsaix@bmsi.com; Fri, 6 Sep 2002 04:50:19 -0400 Date: Fri, 6 Sep 2002 04:50:19 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209060850.g868oJrs034170@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 2553 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 6 00:30:00 EDT 2002 mksysb backup Fri Sep 6 00:30:26 EDT 2002 Dumpdate: Sat Jul 13 00:42:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Jul 13 00:33 ./image.data -rw-r--r-- 1 root system 2162 Jul 13 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0085 Backup Date: Fri Sep 6 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Sep 6 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 6 02:54:06 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 42694. mksysb backup Fri Sep 6 02:55:18 EDT 2002 Dumpdate: Fri Sep 6 00:42:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Sep 06 00:34 ./image.data -rw-r--r-- 1 root system 2142 Sep 06 00:30 ./tapeid.data Verify backup Fri Sep 6 02:55:26 EDT 2002 Segment 1-4: mksysb 4277649 Kbytes, 142621 files 88.6% Backup finished Fri Sep 6 04:50:18 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Sat Jul 13 00:30:34 EDT 2002 Backup Date: Tue Jul 9 00:30:34 EDT 2002 Backup Date: Thu Jun 20 00:30:33 EDT 2002 Backup Date: Thu May 2 00:30:34 EDT 2002 Backup Date: Wed Feb 27 00:32:35 EST 2002 From root@csichb.com Fri Sep 6 04:52:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g868qU6f020916 for ; Fri, 6 Sep 2002 04:52:30 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g868qSVA032960 for ; Fri, 6 Sep 2002 04:52:29 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g868qSIk021910 for ; Fri, 6 Sep 2002 04:52:28 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g868qR8m018380 for bmsaix@bmsi.com; Fri, 6 Sep 2002 04:52:27 -0400 Date: Fri, 6 Sep 2002 04:52:27 -0400 From: root@csichb.com Message-Id: <200209060852.g868qR8m018380@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2554 System Id: csi Backup Started: Fri Sep 6 02:00:01 EDT 2002 Dumpdate: Fri Aug 30 02:05:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 30 02:01 ./image.data -rw-r--r-- 1 root system 1705 Aug 30 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Sep 6 02:00:24 EDT 2002 mksysb started Fri Sep 6 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............. Creating list of files to back up........ Backing up 90085 files.............................. 311 of 90085 files (0%).............................. 311 of 90085 files (0%).............................. 5230 of 90085 files (5%).............................. 7201 of 90085 files (7%).............................. 7244 of 90085 files (8%).............................. 7303 of 90085 files (8%).............................. 19663 of 90085 files (21%).............................. 32317 of 90085 files (35%).............................. 34015 of 90085 files (37%).............................. 34119 of 90085 files (37%).............................. 42281 of 90085 files (46%).............................. 48014 of 90085 files (53%).............................. 61369 of 90085 files (68%).............................. 68438 of 90085 files (75%).............................. 73534 of 90085 files (81%).............................. 81002 of 90085 files (89%)............................. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Sep 6 03:30:59 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Sep 6 03:31:01 EDT 2002 Verify mksysb Fri Sep 6 03:32:09 EDT 2002 Dumpdate: Fri Sep 6 02:05:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 06 02:01 ./image.data -rw-r--r-- 1 root system 1747 Sep 06 02:00 ./tapeid.data 2282083 Kbytes, 90085 files Backup finished Fri Sep 6 04:52:27 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 328304 59% 21682 23% /var /dev/hd3 344064 267184 23% 89 1% /tmp /dev/hd1 1130496 218424 81% 866 1% /home /dev/lv00 524288 94192 83% 6047 19% /bms /dev/lv01 835584 66656 93% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 35 Backup Date: Fri Aug 30 02:00:22 EDT 2002 Backup Date: Fri Aug 23 02:00:23 EDT 2002 Backup Date: Fri Aug 16 02:00:22 EDT 2002 Backup Date: Fri Aug 9 02:00:22 EDT 2002 Backup Date: Fri Aug 2 02:00:22 EDT 2002 From root@wall.wall.com Fri Sep 6 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g868i26f036358; Fri, 6 Sep 2002 04:44:02 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g868Pj94034192; Fri, 6 Sep 2002 04:25:45 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA43184; Fri, 6 Sep 2002 04:25:15 -0400 Date: Fri, 6 Sep 2002 04:25:15 -0400 From: root@wall.wall.com Message-Id: <200209060825.EAA43184@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2555 System Id: wall Backup Started: Fri Sep 6 02:00:00 EDT 2002 Backup of btas image started Fri Sep 6 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Sep 6 02:26:09 EDT 2002] 68.2% Dumpdate: Thu Sep 5 02:34:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 05 02:28 ./image.data -rw-r--r-- 1 root system 2651 Sep 05 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Fri Sep 6 02:26:37 EDT 2002 mksysb started Fri Sep 6 02:26:38 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46459 files.............................. 2230 of 46459 files (4%).............................. 2230 of 46459 files (4%).............................. 2230 of 46459 files (4%).............................. 2268 of 46459 files (4%).............................. 2268 of 46459 files (4%).............................. 2268 of 46459 files (4%).............................. 2319 of 46459 files (4%).............................. 8713 of 46459 files (18%).............................. 20047 of 46459 files (43%).............................. 25350 of 46459 files (54%).............................. 42330 of 46459 files (91%).............. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 6 03:32:59 EDT 2002 Verify mksysb Fri Sep 6 03:33:01 EDT 2002 Dumpdate: Fri Sep 6 02:33:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 06 02:27 ./image.data -rw-r--r-- 1 root system 2693 Sep 06 02:26 ./tapeid.data 1521972 Kbytes, 46459 files 0 cache hits, 0 cache misses Backup finished Fri Sep 6 04:25:14 EDT 2002 **** Usage Log: **** Uses: 59 Backup Date: Thu Sep 5 02:26:56 EDT 2002 Backup Date: Wed Sep 4 02:27:04 EDT 2002 Backup Date: Tue Sep 3 02:26:59 EDT 2002 Backup Date: Sat Aug 31 02:26:56 EDT 2002 Backup Date: Fri Aug 30 02:27:05 EDT 2002 From root@editorialunilit.com Fri Sep 6 04:14:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g868EC6f036386 for ; Fri, 6 Sep 2002 04:14:12 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g868EBVA016520 for ; Fri, 6 Sep 2002 04:14:11 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g868Csa8035154; Fri, 6 Sep 2002 04:12:54 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g868CrKo030544; Fri, 6 Sep 2002 04:12:53 -0400 Date: Fri, 6 Sep 2002 04:12:53 -0400 From: root@editorialunilit.com Message-Id: <200209060812.g868CrKo030544@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2556 System Id: unilit Backup Started: Thu Sep 5 23:50:01 EDT 2002 Dumpdate: Wed Aug 21 00:01:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 20 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 20 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Thu Sep 5 23:50:22 EDT 2002 mksysb started Thu Sep 5 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7626 cache hits, 155 cache misses 153592 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 6930. Rewind Tape Fri Sep 6 02:29:13 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Sep 6 02:39:14 EDT 2002 Dumpdate: Fri Sep 6 00:02:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 05 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 05 23:50 ./tapeid.data 2826049 Kbytes, 33730 files Backup finished Fri Sep 6 04:12:52 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Tue Aug 20 23:50:22 EDT 2002 Backup Date: Tue Aug 6 23:50:22 EDT 2002 Backup Date: Tue Jul 23 23:50:22 EDT 2002 Backup Date: Tue Jul 9 23:50:22 EDT 2002 Backup Date: Mon Jun 24 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 665024 44% 12870 9% /var /dev/hd3 81920 68016 17% 103 2% /tmp /dev/hd1 196608 60960 69% 1096 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8936 94% 3722 81% /usr/local /dev/lv03 147456 29776 80% 5394 59% /bms /dev/lv04 409600 130080 69% 2450 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 887216 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 2495 Fri Sep 6 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 173 Fri Sep 6 02:29 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Fri Sep 6 02:50:52 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g866op6f043614; Fri, 6 Sep 2002 02:50:51 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g866onVA033760; Fri, 6 Sep 2002 02:50:49 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g866omw11833; Fri, 6 Sep 2002 02:50:48 -0400 Date: Fri, 6 Sep 2002 02:50:48 -0400 From: root Message-Id: <200209060650.g866omw11833@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2557 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 6 02:00:00 EDT 2002 BMS backup Fri Sep 6 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0008 Backup Date: Fri Sep 6 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Sep 6 02:02:16 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1313894400 (1.2GB, 903kB/s) 1421.76s real 4.18s user 23.12s system Rewind Tape Fri Sep 6 02:25:58 EDT 2002 BMS backup Fri Sep 6 02:26:48 EDT 2002 Verify backup Fri Sep 6 02:26:48 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Sep 6 02:50:48 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Tue Aug 27 02:00:20 EDT 2002 Backup Date: Sat Aug 10 02:00:24 EDT 2002 Backup Date: Fri Jul 26 02:00:24 EDT 2002 Backup Date: Fri Jun 28 02:00:24 EDT 2002 Backup Date: Fri Jun 14 02:00:24 EDT 2002 From root@acustomsbroker.com Thu Sep 5 02:50:25 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g856oN6f034652; Thu, 5 Sep 2002 02:50:23 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g856oLVA024520; Thu, 5 Sep 2002 02:50:22 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g856oLG08843; Thu, 5 Sep 2002 02:50:21 -0400 Date: Thu, 5 Sep 2002 02:50:21 -0400 From: root Message-Id: <200209050650.g856oLG08843@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2558 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Sep 5 02:00:00 EDT 2002 BMS backup Thu Sep 5 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Thu Sep 5 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Sep 5 02:02:22 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1313331200 (1.2GB, 904kB/s) 1418.64s real 4.44s user 24.64s system Rewind Tape Thu Sep 5 02:26:01 EDT 2002 BMS backup Thu Sep 5 02:26:42 EDT 2002 Verify backup Thu Sep 5 02:26:42 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Sep 5 02:50:21 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Sat Aug 17 02:00:24 EDT 2002 Backup Date: Fri Aug 9 02:00:24 EDT 2002 Backup Date: Wed Jul 24 02:00:23 EDT 2002 Backup Date: Thu Jun 27 02:00:27 EDT 2002 Backup Date: Thu Jun 13 02:00:24 EDT 2002 From root@editorialunilit.com Thu Sep 5 04:07:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8587v6f041794 for ; Thu, 5 Sep 2002 04:07:57 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8587tVA018796 for ; Thu, 5 Sep 2002 04:07:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8586ca8048378; Thu, 5 Sep 2002 04:06:38 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8586chn028664; Thu, 5 Sep 2002 04:06:38 -0400 Date: Thu, 5 Sep 2002 04:06:38 -0400 From: root@editorialunilit.com Message-Id: <200209050806.g8586chn028664@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2559 System Id: unilit Backup Started: Wed Sep 4 23:50:01 EDT 2002 Dumpdate: Tue Aug 20 00:01:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 19 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 19 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Wed Sep 4 23:50:22 EDT 2002 mksysb started Wed Sep 4 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7622 cache hits, 142 cache misses 153519 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 16152. Rewind Tape Thu Sep 5 02:27:19 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Sep 5 02:37:20 EDT 2002 Dumpdate: Thu Sep 5 00:01:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 04 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 04 23:50 ./tapeid.data 2820418 Kbytes, 33166 files Backup finished Thu Sep 5 04:06:37 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Mon Aug 19 23:50:22 EDT 2002 Backup Date: Mon Aug 5 23:50:21 EDT 2002 Backup Date: Mon Jul 22 23:50:22 EDT 2002 Backup Date: Mon Jul 8 23:50:24 EDT 2002 Backup Date: Fri Jun 21 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 668712 44% 12310 9% /var /dev/hd3 81920 68040 17% 102 1% /tmp /dev/hd1 196608 60960 69% 1096 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 30112 80% 5392 59% /bms /dev/lv04 409600 130096 69% 2450 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 894896 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 2568 Thu Sep 5 02:27 2048 8 Clean /btdata/SPAN 156276 used B: 38 Thu Sep 5 02:27 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Thu Sep 5 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g858i26f021668; Thu, 5 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g858Zocd031084; Thu, 5 Sep 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA32122; Thu, 5 Sep 2002 04:27:47 -0400 Date: Thu, 5 Sep 2002 04:27:47 -0400 From: root@wall.wall.com Message-Id: <200209050827.EAA32122@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: O X-Status: X-Keywords: X-UID: 2560 System Id: wall Backup Started: Thu Sep 5 02:00:00 EDT 2002 Backup of btas image started Thu Sep 5 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Sep 5 02:26:30 EDT 2002] 68.2% Dumpdate: Wed Sep 4 02:34:13 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 04 02:28 ./image.data -rw-r--r-- 1 root system 2609 Sep 04 02:27 ./tapeid.data Tape Id: wall0055 Backup Date: Thu Sep 5 02:26:56 EDT 2002 mksysb started Thu Sep 5 02:26:57 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46424 files.............................. 2219 of 46424 files (4%).............................. 2219 of 46424 files (4%).............................. 2219 of 46424 files (4%).............................. 2257 of 46424 files (4%).............................. 2257 of 46424 files (4%).............................. 2257 of 46424 files (4%).............................. 2308 of 46424 files (4%).............................. 9956 of 46424 files (21%).............................. 19671 of 46424 files (42%).............................. 25321 of 46424 files (54%).............................. 40407 of 46424 files (87%)............................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 5 03:35:34 EDT 2002 Verify mksysb Thu Sep 5 03:35:35 EDT 2002 Dumpdate: Thu Sep 5 02:34:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 05 02:28 ./image.data -rw-r--r-- 1 root system 2651 Sep 05 02:26 ./tapeid.data 1524081 Kbytes, 46424 files 0 cache hits, 0 cache misses Backup finished Thu Sep 5 04:27:46 EDT 2002 **** Usage Log: **** Uses: 58 Backup Date: Wed Sep 4 02:27:04 EDT 2002 Backup Date: Tue Sep 3 02:26:59 EDT 2002 Backup Date: Sat Aug 31 02:26:56 EDT 2002 Backup Date: Fri Aug 30 02:27:05 EDT 2002 Backup Date: Sat Apr 13 02:27:38 EDT 2002 From root@bmsaix.bmsi.com Thu Sep 5 04:48:27 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g858mQ6f024322 for ; Thu, 5 Sep 2002 04:48:26 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g858mQ9p039678 for bmsaix@bmsi.com; Thu, 5 Sep 2002 04:48:26 -0400 Date: Thu, 5 Sep 2002 04:48:26 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209050848.g858mQ9p039678@bmsaix.bmsi.com> Subject: bmsaix0091 backup Status: O X-Status: X-Keywords: X-UID: 2561 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Sep 5 00:30:01 EDT 2002 mksysb backup Thu Sep 5 00:30:26 EDT 2002 Dumpdate: Thu Aug 29 00:45:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 29 00:36 ./image.data -rw-r--r-- 1 root system 1932 Aug 29 00:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0091 Backup Date: Thu Sep 5 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Sep 5 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 5 02:53:29 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 21180. mksysb backup Thu Sep 5 02:54:32 EDT 2002 Dumpdate: Thu Sep 5 00:42:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Sep 05 00:34 ./image.data -rw-r--r-- 1 root system 1974 Sep 05 00:30 ./tapeid.data Verify backup Thu Sep 5 02:54:39 EDT 2002 Segment 1-4: mksysb 4272286 Kbytes, 142581 files 88.6% Backup finished Thu Sep 5 04:48:25 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Thu Aug 29 00:33:06 EDT 2002 From root@csichb.com Thu Sep 5 05:03:05 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g859346f020938 for ; Thu, 5 Sep 2002 05:03:04 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g85933VA024398 for ; Thu, 5 Sep 2002 05:03:03 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g85932Ik030450 for ; Thu, 5 Sep 2002 05:03:02 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g85932BK046762 for bmsaix@bmsi.com; Thu, 5 Sep 2002 05:03:02 -0400 Date: Thu, 5 Sep 2002 05:03:02 -0400 From: root@csichb.com Message-Id: <200209050903.g85932BK046762@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2562 System Id: csi Backup Started: Thu Sep 5 02:00:01 EDT 2002 Dumpdate: Thu Aug 29 02:05:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 29 02:01 ./image.data -rw-r--r-- 1 root system 865 Aug 29 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Sep 5 02:00:24 EDT 2002 mksysb started Thu Sep 5 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 90142 files.............................. 311 of 90142 files (0%).............................. 311 of 90142 files (0%).............................. 5122 of 90142 files (5%).............................. 7188 of 90142 files (7%).............................. 7231 of 90142 files (8%).............................. 7257 of 90142 files (8%).............................. 17297 of 90142 files (19%).............................. 30388 of 90142 files (33%).............................. 34063 of 90142 files (37%).............................. 34171 of 90142 files (37%).............................. 34380 of 90142 files (38%).............................. 43382 of 90142 files (48%).............................. 50929 of 90142 files (56%).............................. 61425 of 90142 files (68%).............................. 67673 of 90142 files (75%).............................. 72765 of 90142 files (80%).............................. 77921 of 90142 files (86%).............................. 87356 of 90142 files (96%)...... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Sep 5 03:37:27 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Sep 5 03:37:29 EDT 2002 Verify mksysb Thu Sep 5 03:38:39 EDT 2002 Dumpdate: Thu Sep 5 02:05:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 05 02:01 ./image.data -rw-r--r-- 1 root system 907 Sep 05 02:00 ./tapeid.data 2277169 Kbytes, 90142 files Backup finished Thu Sep 5 05:03:01 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 340768 57% 21751 23% /var /dev/hd3 344064 267320 23% 89 1% /tmp /dev/hd1 1130496 219200 81% 866 1% /home /dev/lv00 524288 96208 82% 6034 19% /bms /dev/lv01 835584 67720 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 15 Backup Date: Thu Aug 29 02:00:22 EDT 2002 Backup Date: Thu Aug 22 02:00:22 EDT 2002 Backup Date: Thu Aug 15 02:00:23 EDT 2002 Backup Date: Thu Aug 8 02:00:21 EDT 2002 Backup Date: Thu Aug 1 02:00:22 EDT 2002 From root@editorialunilit.com Mon Sep 2 23:51:48 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g833pl6f039670 for ; Mon, 2 Sep 2002 23:51:47 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g833pkVA029676 for ; Mon, 2 Sep 2002 23:51:46 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g833oTa8035260; Mon, 2 Sep 2002 23:50:29 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g833oSoB037818; Mon, 2 Sep 2002 23:50:28 -0400 Date: Mon, 2 Sep 2002 23:50:28 -0400 From: root@editorialunilit.com Message-Id: <200209030350.g833oSoB037818@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2563 System Id: unilit Backup Started: Mon Sep 2 23:50:00 EDT 2002 Dumpdate: Sat Aug 31 00:02:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 30 23:56 ./image.data -rw-r--r-- 1 root system 1623 Aug 30 23:50 ./tapeid.data Backup tape has not been changed!. From root@bmsaix.bmsi.com Tue Sep 3 00:30:30 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g834UT6f043048 for ; Tue, 3 Sep 2002 00:30:30 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g834UTL6039462 for bmsaix@bmsi.com; Tue, 3 Sep 2002 00:30:29 -0400 Date: Tue, 3 Sep 2002 00:30:29 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209030430.g834UTL6039462@bmsaix.bmsi.com> Subject: bmsaix backup Status: O X-Status: X-Keywords: X-UID: 2564 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 3 00:30:00 EDT 2002 mksysb backup Tue Sep 3 00:30:21 EDT 2002 Dumpdate: Sat Aug 31 00:43:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 31 00:34 ./image.data -rw-r--r-- 1 root system 2226 Aug 31 00:30 ./tapeid.data Backup tape has not been changed! Tape Id: bmsaix0083 From root@acustomsbroker.com Tue Sep 3 02:50:27 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g836oP6f039464; Tue, 3 Sep 2002 02:50:26 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g836oOVA021648; Tue, 3 Sep 2002 02:50:24 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g836oN601849; Tue, 3 Sep 2002 02:50:23 -0400 Date: Tue, 3 Sep 2002 02:50:23 -0400 From: root Message-Id: <200209030650.g836oN601849@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: O X-Status: X-Keywords: X-UID: 2565 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 3 02:00:00 EDT 2002 BMS backup Tue Sep 3 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Tue Sep 3 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Sep 3 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1312675840 (1.2GB, 908kB/s) 1411.78s real 4.24s user 24.16s system Rewind Tape Tue Sep 3 02:25:53 EDT 2002 BMS backup Tue Sep 3 02:26:37 EDT 2002 Verify backup Tue Sep 3 02:26:37 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Sep 3 02:50:22 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Wed Aug 7 02:00:24 EDT 2002 Backup Date: Fri Aug 2 02:00:23 EDT 2002 Backup Date: Thu Jul 11 02:00:23 EDT 2002 Backup Date: Sat Jun 8 02:00:24 EDT 2002 Backup Date: Wed May 15 02:00:23 EDT 2002 From root@wall.wall.com Tue Sep 3 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g838i26f034570; Tue, 3 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g838Znim022230; Tue, 3 Sep 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42366; Tue, 3 Sep 2002 04:25:28 -0400 Date: Tue, 3 Sep 2002 04:25:28 -0400 From: root@wall.wall.com Message-Id: <200209030825.EAA42366@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: O X-Status: X-Keywords: X-UID: 2566 System Id: wall Backup Started: Tue Sep 3 02:00:00 EDT 2002 Backup of btas image started Tue Sep 3 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Sep 3 02:26:33 EDT 2002] 68.2% Dumpdate: Sat Aug 31 02:34:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 31 02:28 ./image.data -rw-r--r-- 1 root system 2525 Aug 31 02:26 ./tapeid.data Tape Id: wall0055 Backup Date: Tue Sep 3 02:26:59 EDT 2002 mksysb started Tue Sep 3 02:26:59 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46258 files.............................. 2205 of 46258 files (4%).............................. 2205 of 46258 files (4%).............................. 2205 of 46258 files (4%).............................. 2243 of 46258 files (4%).............................. 2243 of 46258 files (4%).............................. 2243 of 46258 files (4%).............................. 2294 of 46258 files (4%).............................. 10696 of 46258 files (23%).............................. 20165 of 46258 files (43%).............................. 25170 of 46258 files (54%).............................. 42382 of 46258 files (91%).............. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Sep 3 03:33:11 EDT 2002 Verify mksysb Tue Sep 3 03:33:13 EDT 2002 Dumpdate: Tue Sep 3 02:34:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Sep 03 02:28 ./image.data -rw-r--r-- 1 root system 2567 Sep 03 02:26 ./tapeid.data 1522817 Kbytes, 46258 files 0 cache hits, 0 cache misses Backup finished Tue Sep 3 04:25:26 EDT 2002 **** Usage Log: **** Uses: 56 Backup Date: Sat Aug 31 02:26:56 EDT 2002 Backup Date: Fri Aug 30 02:27:05 EDT 2002 Backup Date: Sat Apr 13 02:27:38 EDT 2002 Backup Date: Fri Apr 12 02:27:44 EDT 2002 Backup Date: Thu Apr 11 02:26:38 EDT 2002 From root@csichb.com Tue Sep 3 04:46:29 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g838kS6f017222 for ; Tue, 3 Sep 2002 04:46:28 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g838kRVA019554 for ; Tue, 3 Sep 2002 04:46:28 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g838kQIk028864 for ; Tue, 3 Sep 2002 04:46:26 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g838kQVU040506 for bmsaix@bmsi.com; Tue, 3 Sep 2002 04:46:26 -0400 Date: Tue, 3 Sep 2002 04:46:26 -0400 From: root@csichb.com Message-Id: <200209030846.g838kQVU040506@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2567 System Id: csi Backup Started: Tue Sep 3 02:00:00 EDT 2002 Dumpdate: Sat Aug 31 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 31 02:01 ./image.data -rw-r--r-- 1 root system 529 Aug 31 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Tue Sep 3 02:00:18 EDT 2002 mksysb started Tue Sep 3 02:00:18 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 90745 files.............................. 311 of 90745 files (0%).............................. 313 of 90745 files (0%).............................. 5359 of 90745 files (5%).............................. 7170 of 90745 files (7%).............................. 7213 of 90745 files (7%).............................. 8167 of 90745 files (8%).............................. 23888 of 90745 files (26%).............................. 34634 of 90745 files (38%).............................. 34770 of 90745 files (38%).............................. 34784 of 90745 files (38%).............................. 43986 of 90745 files (48%).............................. 56076 of 90745 files (61%).............................. 66070 of 90745 files (72%).............................. 71468 of 90745 files (78%).............................. 76551 of 90745 files (84%).............................. 85749 of 90745 files (94%).............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Sep 3 03:27:26 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Sep 3 03:27:28 EDT 2002 Verify mksysb Tue Sep 3 03:28:36 EDT 2002 Dumpdate: Tue Sep 3 02:04:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 03 02:01 ./image.data -rw-r--r-- 1 root system 571 Sep 03 02:00 ./tapeid.data 2273426 Kbytes, 90745 files Backup finished Tue Sep 3 04:46:25 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150552 97% 56744 10% /usr /dev/hd9var 786432 351960 56% 22374 23% /var /dev/hd3 344064 267616 23% 89 1% /tmp /dev/hd1 1130496 212552 82% 866 1% /home /dev/lv00 524288 100136 81% 6016 19% /bms /dev/lv01 835584 69136 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 7 Backup Date: Sat Aug 31 02:00:21 EDT 2002 Backup Date: Sat Aug 24 02:00:22 EDT 2002 Backup Date: Sat Aug 17 02:00:22 EDT 2002 Backup Date: Sat Aug 10 02:00:22 EDT 2002 Backup Date: Sat Aug 3 02:00:21 EDT 2002 From root@acustomsbroker.com Sat Aug 31 02:50:50 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V6ol6f035850; Sat, 31 Aug 2002 02:50:47 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V6ojVA017426; Sat, 31 Aug 2002 02:50:46 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7V6ojm25639; Sat, 31 Aug 2002 02:50:45 -0400 Date: Sat, 31 Aug 2002 02:50:45 -0400 From: root Message-Id: <200208310650.g7V6ojm25639@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2568 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 31 02:00:00 EDT 2002 BMS backup Sat Aug 31 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Sat Aug 31 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Aug 31 02:02:22 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1319116800 (1.2GB, 913kB/s) 1411.10s real 4.46s user 24.31s system Rewind Tape Sat Aug 31 02:25:53 EDT 2002 BMS backup Sat Aug 31 02:26:49 EDT 2002 Verify backup Sat Aug 31 02:26:49 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Aug 31 02:50:44 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Fri Aug 23 02:00:28 EDT 2002 Backup Date: Wed Aug 14 02:00:24 EDT 2002 Backup Date: Wed Jul 31 02:00:24 EDT 2002 Backup Date: Fri Jul 19 02:00:24 EDT 2002 Backup Date: Wed Jul 3 02:00:24 EDT 2002 From root@editorialunilit.com Sat Aug 31 04:16:19 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V8GJ6f026766 for ; Sat, 31 Aug 2002 04:16:19 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V8GIVA008838 for ; Sat, 31 Aug 2002 04:16:18 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7V8F0a8037324; Sat, 31 Aug 2002 04:15:00 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7V8F0Vf035274; Sat, 31 Aug 2002 04:15:00 -0400 Date: Sat, 31 Aug 2002 04:15:00 -0400 From: root@editorialunilit.com Message-Id: <200208310815.g7V8F0Vf035274@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2569 System Id: unilit Backup Started: Fri Aug 30 23:50:01 EDT 2002 Dumpdate: Fri Aug 16 00:02:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 15 23:56 ./image.data -rw-r--r-- 1 root system 1581 Aug 15 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Fri Aug 30 23:50:24 EDT 2002 mksysb started Fri Aug 30 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7628 cache hits, 157 cache misses 153266 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 30214. Rewind Tape Sat Aug 31 02:28:39 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Aug 31 02:38:40 EDT 2002 Dumpdate: Sat Aug 31 00:02:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 30 23:56 ./image.data -rw-r--r-- 1 root system 1623 Aug 30 23:50 ./tapeid.data 2815336 Kbytes, 34411 files Backup finished Sat Aug 31 04:14:59 EDT 2002 **** Usage Log: **** Uses: 32 Backup Date: Thu Aug 15 23:50:24 EDT 2002 Backup Date: Thu Aug 1 23:50:27 EDT 2002 Backup Date: Thu Jul 18 23:50:23 EDT 2002 Backup Date: Wed Jul 3 23:50:23 EDT 2002 Backup Date: Wed Jun 19 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 666936 44% 13503 10% /var /dev/hd3 81920 68064 17% 102 1% /tmp /dev/hd1 196608 67824 66% 1095 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 30480 80% 5387 59% /bms /dev/lv04 409600 134240 68% 2507 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 895704 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 2821 Sat Aug 31 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 132 Sat Aug 31 02:28 2048 15 Clean /btdata/EDX 8449 used From root@bmsaix.bmsi.com Sat Aug 31 04:43:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V8h76f018502 for ; Sat, 31 Aug 2002 04:43:07 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g7V8h66W034876 for bmsaix@bmsi.com; Sat, 31 Aug 2002 04:43:06 -0400 Date: Sat, 31 Aug 2002 04:43:06 -0400 From: root@bmsaix.bmsi.com Message-Id: <200208310843.g7V8h66W034876@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: O X-Status: X-Keywords: X-UID: 2570 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Aug 31 00:30:00 EDT 2002 mksysb backup Sat Aug 31 00:30:26 EDT 2002 Dumpdate: Sat Aug 3 00:42:38 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Aug 03 00:34 ./image.data -rw-r--r-- 1 root system 2246 Aug 03 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0083 Backup Date: Sat Aug 31 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Aug 31 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 31 03:00:21 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 43720. mksysb backup Sat Aug 31 03:00:58 EDT 2002 Dumpdate: Sat Aug 31 00:43:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 31 00:34 ./image.data -rw-r--r-- 1 root system 2226 Aug 31 00:30 ./tapeid.data Verify backup Sat Aug 31 03:01:05 EDT 2002 Segment 1-4: mksysb 4289313 Kbytes, 142624 files 88.6% Backup finished Sat Aug 31 04:43:06 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Sat Aug 3 00:30:37 EDT 2002 Backup Date: Sat Jul 27 00:30:33 EDT 2002 Backup Date: Sat Jun 29 00:30:33 EDT 2002 Backup Date: Sat May 25 00:30:33 EDT 2002 Backup Date: Sat May 11 00:30:30 EDT 2002 From root@wall.wall.com Sat Aug 31 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V8i26f017274; Sat, 31 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7V8Znui024524; Sat, 31 Aug 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38668; Sat, 31 Aug 2002 04:27:59 -0400 Date: Sat, 31 Aug 2002 04:27:59 -0400 From: root@wall.wall.com Message-Id: <200208310827.EAA38668@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: O X-Status: X-Keywords: X-UID: 2571 System Id: wall Backup Started: Sat Aug 31 02:00:00 EDT 2002 Backup of btas image started Sat Aug 31 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Aug 31 02:26:30 EDT 2002] 68.2% Dumpdate: Fri Aug 30 02:34:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 30 02:28 ./image.data -rw-r--r-- 1 root system 2483 Aug 30 02:27 ./tapeid.data Tape Id: wall0055 Backup Date: Sat Aug 31 02:26:56 EDT 2002 mksysb started Sat Aug 31 02:26:57 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46469 files.............................. 2184 of 46469 files (4%).............................. 2184 of 46469 files (4%).............................. 2184 of 46469 files (4%).............................. 2222 of 46469 files (4%).............................. 2222 of 46469 files (4%).............................. 2222 of 46469 files (4%).............................. 2274 of 46469 files (4%).............................. 11276 of 46469 files (24%).............................. 20394 of 46469 files (43%).............................. 25396 of 46469 files (54%).............................. 41914 of 46469 files (90%)........................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Aug 31 03:35:23 EDT 2002 Verify mksysb Sat Aug 31 03:35:24 EDT 2002 Dumpdate: Sat Aug 31 02:34:03 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 31 02:28 ./image.data -rw-r--r-- 1 root system 2525 Aug 31 02:26 ./tapeid.data 1524658 Kbytes, 46469 files 0 cache hits, 0 cache misses Backup finished Sat Aug 31 04:27:58 EDT 2002 **** Usage Log: **** Uses: 55 Backup Date: Fri Aug 30 02:27:05 EDT 2002 Backup Date: Sat Apr 13 02:27:38 EDT 2002 Backup Date: Fri Apr 12 02:27:44 EDT 2002 Backup Date: Thu Apr 11 02:26:38 EDT 2002 Backup Date: Wed Apr 10 02:28:31 EDT 2002 From root@csichb.com Sat Aug 31 04:47:27 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V8lQ6f041428 for ; Sat, 31 Aug 2002 04:47:26 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7V8lPVA021578 for ; Sat, 31 Aug 2002 04:47:25 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7V8lOIk015068 for ; Sat, 31 Aug 2002 04:47:24 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7V8lOBU048744 for bmsaix@bmsi.com; Sat, 31 Aug 2002 04:47:24 -0400 Date: Sat, 31 Aug 2002 04:47:24 -0400 From: root@csichb.com Message-Id: <200208310847.g7V8lOBU048744@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2572 System Id: csi Backup Started: Sat Aug 31 02:00:00 EDT 2002 Dumpdate: Sat Aug 24 02:04:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 24 02:01 ./image.data -rw-r--r-- 1 root system 487 Aug 24 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Aug 31 02:00:21 EDT 2002 mksysb started Sat Aug 31 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 90861 files.............................. 311 of 90861 files (0%).............................. 313 of 90861 files (0%).............................. 5458 of 90861 files (6%).............................. 7259 of 90861 files (7%).............................. 7302 of 90861 files (8%).........................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg7V5MpIk026976: A file or directory in the path name does not exist. ..... 8287 of 90861 files (9%).............................. 24259 of 90861 files (26%).............................. 34745 of 90861 files (38%).............................. 34850 of 90861 files (38%).............................. 34899 of 90861 files (38%).............................. 44101 of 90861 files (48%).............................. 55300 of 90861 files (60%).............................. 63618 of 90861 files (70%).............................. 71054 of 90861 files (78%).............................. 76213 of 90861 files (83%).............................. 85463 of 90861 files (94%)................ 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. BTAS/X Started [Sat Aug 31 03:28:05 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Aug 31 03:28:07 EDT 2002 Verify mksysb Sat Aug 31 03:29:15 EDT 2002 Dumpdate: Sat Aug 31 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 31 02:01 ./image.data -rw-r--r-- 1 root system 529 Aug 31 02:00 ./tapeid.data 2289751 Kbytes, 90860 files Backup finished Sat Aug 31 04:47:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150552 97% 56744 10% /usr /dev/hd9var 786432 322784 59% 22400 23% /var /dev/hd3 344064 267632 23% 89 1% /tmp /dev/hd1 1130496 212552 82% 866 1% /home /dev/lv00 524288 76680 86% 6105 19% /bms /dev/lv01 835584 69888 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 6 Backup Date: Sat Aug 24 02:00:22 EDT 2002 Backup Date: Sat Aug 17 02:00:22 EDT 2002 Backup Date: Sat Aug 10 02:00:22 EDT 2002 Backup Date: Sat Aug 3 02:00:21 EDT 2002 Backup Date: Sat Jul 27 02:00:28 EDT 2002 From root@acustomsbroker.com Wed Sep 11 02:50:26 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B6oO1k043352; Wed, 11 Sep 2002 02:50:25 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B6oNVA024968; Wed, 11 Sep 2002 02:50:23 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8B6oMW03528; Wed, 11 Sep 2002 02:50:23 -0400 Date: Wed, 11 Sep 2002 02:50:23 -0400 From: root Message-Id: <200209110650.g8B6oMW03528@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2573 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 11 02:00:00 EDT 2002 BMS backup Wed Sep 11 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Wed Sep 11 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Sep 11 02:02:13 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1311508480 (1.2GB, 904kB/s) 1416.64s real 4.28s user 23.52s system Rewind Tape Wed Sep 11 02:25:50 EDT 2002 BMS backup Wed Sep 11 02:26:40 EDT 2002 Verify backup Wed Sep 11 02:26:40 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Sep 11 02:50:22 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Sat Aug 24 02:00:24 EDT 2002 Backup Date: Thu Aug 15 02:00:21 EDT 2002 Backup Date: Sat Aug 3 02:00:24 EDT 2002 Backup Date: Thu Aug 1 02:00:24 EDT 2002 Backup Date: Sat Jul 20 02:00:24 EDT 2002 From root@editorialunilit.com Wed Sep 11 04:06:16 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B8661k041410 for ; Wed, 11 Sep 2002 04:06:07 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B865VA036738 for ; Wed, 11 Sep 2002 04:06:06 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8B84na8054464; Wed, 11 Sep 2002 04:04:49 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8B84mRo010174; Wed, 11 Sep 2002 04:04:48 -0400 Date: Wed, 11 Sep 2002 04:04:48 -0400 From: root@editorialunilit.com Message-Id: <200209110804.g8B84mRo010174@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2574 System Id: unilit Backup Started: Tue Sep 10 23:50:00 EDT 2002 Dumpdate: Tue Aug 27 00:01:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 26 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 26 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Tue Sep 10 23:50:21 EDT 2002 mksysb started Tue Sep 10 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7671 cache hits, 136 cache misses 154136 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 50388. Rewind Tape Wed Sep 11 02:25:30 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Sep 11 02:35:31 EDT 2002 Dumpdate: Wed Sep 11 00:01:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Sep 10 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 10 23:50 ./tapeid.data 2814355 Kbytes, 33051 files Backup finished Wed Sep 11 04:04:47 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Mon Aug 26 23:50:22 EDT 2002 Backup Date: Fri Aug 9 23:50:22 EDT 2002 Backup Date: Fri Jul 26 23:50:22 EDT 2002 Backup Date: Fri Jul 12 23:50:21 EDT 2002 Backup Date: Thu Jun 27 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 679888 43% 12176 9% /var /dev/hd3 81920 67968 18% 102 1% /tmp /dev/hd1 196608 60632 70% 1098 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8936 94% 3722 81% /usr/local /dev/lv03 147456 29376 81% 5398 59% /bms /dev/lv04 409600 129760 69% 2460 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 897896 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 1951 Wed Sep 11 02:25 2048 8 Clean /btdata/SPAN 156276 used B: 213 Wed Sep 11 02:25 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Wed Sep 11 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B8i21m044668; Wed, 11 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8B8ZmgL043286; Wed, 11 Sep 2002 04:35:48 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41580; Wed, 11 Sep 2002 04:24:42 -0400 Date: Wed, 11 Sep 2002 04:24:42 -0400 From: root@wall.wall.com Message-Id: <200209110824.EAA41580@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2575 System Id: wall Backup Started: Wed Sep 11 02:00:01 EDT 2002 Backup of btas image started Wed Sep 11 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Sep 11 02:26:29 EDT 2002] 68.2% Dumpdate: Tue Sep 10 02:34:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 10 02:28 ./image.data -rw-r--r-- 1 root system 2441 Sep 10 02:27 ./tapeid.data Tape Id: wall0052 Backup Date: Wed Sep 11 02:26:58 EDT 2002 mksysb started Wed Sep 11 02:26:59 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46543 files.............................. 2273 of 46543 files (4%).............................. 2273 of 46543 files (4%).............................. 2273 of 46543 files (4%).............................. 2311 of 46543 files (4%).............................. 2311 of 46543 files (4%).............................. 2311 of 46543 files (4%).............................. 2364 of 46543 files (5%).............................. 11892 of 46543 files (25%).............................. 20402 of 46543 files (43%).............................. 27320 of 46543 files (58%).............................. 42758 of 46543 files (91%)......... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 11 03:32:41 EDT 2002 Verify mksysb Wed Sep 11 03:32:43 EDT 2002 Dumpdate: Wed Sep 11 02:34:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 11 02:28 ./image.data -rw-r--r-- 1 root system 2483 Sep 11 02:26 ./tapeid.data 1524214 Kbytes, 46543 files 0 cache hits, 0 cache misses Backup finished Wed Sep 11 04:24:41 EDT 2002 **** Usage Log: **** Uses: 54 Backup Date: Tue Sep 10 02:27:07 EDT 2002 Backup Date: Sat Apr 27 02:26:39 EDT 2002 Backup Date: Fri Apr 26 02:27:56 EDT 2002 Backup Date: Thu Apr 25 02:27:09 EDT 2002 Backup Date: Wed Apr 24 02:26:14 EDT 2002 From root@csichb.com Wed Sep 11 04:52:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B8qU1k041220 for ; Wed, 11 Sep 2002 04:52:30 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8B8qSVA021134 for ; Wed, 11 Sep 2002 04:52:29 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8B8qSIk052106 for ; Wed, 11 Sep 2002 04:52:28 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8B8qR7t042736 for bmsaix@bmsi.com; Wed, 11 Sep 2002 04:52:27 -0400 Date: Wed, 11 Sep 2002 04:52:27 -0400 From: root@csichb.com Message-Id: <200209110852.g8B8qR7t042736@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2576 System Id: csi Backup Started: Wed Sep 11 02:00:01 EDT 2002 Dumpdate: Wed Sep 4 02:05:40 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 04 02:01 ./image.data -rw-r--r-- 1 root system 3427 Sep 04 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Sep 11 02:00:23 EDT 2002 mksysb started Wed Sep 11 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 90375 files.............................. 311 of 90375 files (0%).............................. 311 of 90375 files (0%).............................. 5339 of 90375 files (5%).............................. 7248 of 90375 files (8%).............................. 7291 of 90375 files (8%).............................. 7536 of 90375 files (8%).............................. 20808 of 90375 files (23%).............................. 32894 of 90375 files (36%).............................. 34310 of 90375 files (37%).............................. 34409 of 90375 files (38%).............................. 42739 of 90375 files (47%).............................. 49788 of 90375 files (55%).............................. 61687 of 90375 files (68%).............................. 69025 of 90375 files (76%).............................. 73934 of 90375 files (81%).............................. 82086 of 90375 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Sep 11 03:31:11 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Sep 11 03:31:13 EDT 2002 Verify mksysb Wed Sep 11 03:32:21 EDT 2002 Dumpdate: Wed Sep 11 02:05:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 11 02:01 ./image.data -rw-r--r-- 1 root system 3469 Sep 11 02:00 ./tapeid.data 2299715 Kbytes, 90375 files Backup finished Wed Sep 11 04:52:27 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 300584 62% 21926 23% /var /dev/hd3 344064 266728 23% 89 1% /tmp /dev/hd1 1130496 211680 82% 864 1% /home /dev/lv00 524288 82560 85% 6096 19% /bms /dev/lv01 835584 62368 93% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 76 Backup Date: Wed Sep 4 02:00:22 EDT 2002 Backup Date: Wed Aug 28 02:00:22 EDT 2002 Backup Date: Wed Aug 21 02:00:24 EDT 2002 Backup Date: Wed Aug 14 02:00:22 EDT 2002 Backup Date: Wed Aug 7 02:00:22 EDT 2002 From root@acustomsbroker.com Tue Sep 10 02:50:38 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A6oa1k042770; Tue, 10 Sep 2002 02:50:36 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A6oYVA013598; Tue, 10 Sep 2002 02:50:34 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8A6oXw01169; Tue, 10 Sep 2002 02:50:33 -0400 Date: Tue, 10 Sep 2002 02:50:33 -0400 From: root Message-Id: <200209100650.g8A6oXw01169@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2577 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 10 02:00:00 EDT 2002 BMS backup Tue Sep 10 02:00:23 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Tue Sep 10 02:00:23 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Sep 10 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1311252480 (1.2GB, 907kB/s) 1412.82s real 4.40s user 23.85s system Rewind Tape Tue Sep 10 02:25:54 EDT 2002 BMS backup Tue Sep 10 02:26:45 EDT 2002 Verify backup Tue Sep 10 02:26:45 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Sep 10 02:50:33 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Sat Aug 31 02:00:24 EDT 2002 Backup Date: Fri Aug 23 02:00:28 EDT 2002 Backup Date: Wed Aug 14 02:00:24 EDT 2002 Backup Date: Wed Jul 31 02:00:24 EDT 2002 Backup Date: Fri Jul 19 02:00:24 EDT 2002 From root@editorialunilit.com Tue Sep 10 04:09:06 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A8911k036804 for ; Tue, 10 Sep 2002 04:09:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A88uVA026582 for ; Tue, 10 Sep 2002 04:09:01 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8A87da8051832; Tue, 10 Sep 2002 04:07:40 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8A87dRE026742; Tue, 10 Sep 2002 04:07:39 -0400 Date: Tue, 10 Sep 2002 04:07:39 -0400 From: root@editorialunilit.com Message-Id: <200209100807.g8A87dRE026742@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2578 System Id: unilit Backup Started: Mon Sep 9 23:50:00 EDT 2002 Dumpdate: Fri Aug 23 00:01:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 22 23:56 ./image.data -rw-r--r-- 1 root system 489 Aug 22 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0080 Backup Date: Mon Sep 9 23:50:25 EDT 2002 mksysb started Mon Sep 9 23:50:26 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7635 cache hits, 145 cache misses 153871 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 42870. Rewind Tape Tue Sep 10 02:28:24 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Sep 10 02:38:25 EDT 2002 Dumpdate: Tue Sep 10 00:01:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 09 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 09 23:50 ./tapeid.data 2826480 Kbytes, 32781 files Backup finished Tue Sep 10 04:07:38 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Thu Aug 22 23:50:21 EDT 2002 Backup Date: Thu Aug 8 23:50:22 EDT 2002 Backup Date: Thu Jul 25 23:50:22 EDT 2002 Backup Date: Thu Jul 11 23:50:24 EDT 2002 Backup Date: Wed Jun 26 23:50:25 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 687128 42% 11908 9% /var /dev/hd3 81920 67984 18% 102 1% /tmp /dev/hd1 196608 60664 70% 1098 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8936 94% 3722 81% /usr/local /dev/lv03 147456 29576 80% 5397 59% /bms /dev/lv04 409600 129768 69% 2459 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 875048 67% 387 1% /mail Free Mounted Blksiz Opens Status A: 2216 Tue Sep 10 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 272 Tue Sep 10 02:28 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Tue Sep 10 04:44:03 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A8i21k027632; Tue, 10 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8A8Znk5043448; Tue, 10 Sep 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34654; Tue, 10 Sep 2002 04:26:05 -0400 Date: Tue, 10 Sep 2002 04:26:05 -0400 From: root@wall.wall.com Message-Id: <200209100826.EAA34654@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0052 backup Status: RO X-Status: X-Keywords: X-UID: 2579 System Id: wall Backup Started: Tue Sep 10 02:00:00 EDT 2002 Backup of btas image started Tue Sep 10 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Sep 10 02:26:40 EDT 2002] 68.2% Dumpdate: Sat Apr 27 02:33:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 27 02:28 ./image.data -rw-r--r-- 1 root system 2399 Apr 27 02:26 ./tapeid.data Tape Id: wall0052 Backup Date: Tue Sep 10 02:27:07 EDT 2002 mksysb started Tue Sep 10 02:27:08 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46458 files.............................. 2263 of 46458 files (4%).............................. 2263 of 46458 files (4%).............................. 2263 of 46458 files (4%).............................. 2301 of 46458 files (4%).............................. 2301 of 46458 files (4%).............................. 2301 of 46458 files (4%).............................. 2354 of 46458 files (5%).............................. 11897 of 46458 files (25%)..................backup: 0511-449 An error occurred accessing ./var/locks/LCK..tty0: A file or directory in the path name does not exist. ............ 20326 of 46458 files (43%).............................. 28801 of 46458 files (61%).............................. 42231 of 46458 files (90%)................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Sep 10 03:34:24 EDT 2002 Verify mksysb Tue Sep 10 03:34:26 EDT 2002 Dumpdate: Tue Sep 10 02:34:14 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 10 02:28 ./image.data -rw-r--r-- 1 root system 2441 Sep 10 02:27 ./tapeid.data 1522563 Kbytes, 46457 files 0 cache hits, 0 cache misses Backup finished Tue Sep 10 04:26:04 EDT 2002 **** Usage Log: **** Uses: 53 Backup Date: Sat Apr 27 02:26:39 EDT 2002 Backup Date: Fri Apr 26 02:27:56 EDT 2002 Backup Date: Thu Apr 25 02:27:09 EDT 2002 Backup Date: Wed Apr 24 02:26:14 EDT 2002 Backup Date: Tue Apr 23 02:27:59 EDT 2002 From root@bmsaix.bmsi.com Tue Sep 10 04:48:41 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A8me1k041786 for ; Tue, 10 Sep 2002 04:48:40 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8A8meD1026672 for bmsaix@bmsi.com; Tue, 10 Sep 2002 04:48:40 -0400 Date: Tue, 10 Sep 2002 04:48:40 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209100848.g8A8meD1026672@bmsaix.bmsi.com> Subject: bmsaix0090 backup Status: RO X-Status: X-Keywords: X-UID: 2580 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 10 00:30:00 EDT 2002 mksysb backup Tue Sep 10 00:30:26 EDT 2002 Dumpdate: Tue Aug 27 00:45:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 27 00:36 ./image.data -rw-r--r-- 1 root system 1932 Aug 27 00:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0090 Backup Date: Tue Sep 10 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Sep 10 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Sep 10 03:01:28 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 23702. mksysb backup Tue Sep 10 03:03:17 EDT 2002 Dumpdate: Tue Sep 10 00:43:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 10 00:34 ./image.data -rw-r--r-- 1 root system 1974 Sep 10 00:30 ./tapeid.data Verify backup Tue Sep 10 03:03:24 EDT 2002 Segment 1-4: mksysb 4274194 Kbytes, 142599 files 88.6% Backup finished Tue Sep 10 04:48:39 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Tue Aug 27 00:33:07 EDT 2002 From root@csichb.com Tue Sep 10 04:55:17 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A8tG1k044738 for ; Tue, 10 Sep 2002 04:55:16 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8A8tFVA013628 for ; Tue, 10 Sep 2002 04:55:15 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8A8tEIk027008 for ; Tue, 10 Sep 2002 04:55:14 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8A8tEIi029554 for bmsaix@bmsi.com; Tue, 10 Sep 2002 04:55:14 -0400 Date: Tue, 10 Sep 2002 04:55:14 -0400 From: root@csichb.com Message-Id: <200209100855.g8A8tEIi029554@csichb.com> To: bmsaix@bmsi.com Subject: csi0022 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2581 System Id: csi Backup Started: Tue Sep 10 02:00:01 EDT 2002 Dumpdate: Tue Aug 27 02:04:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 27 02:01 ./image.data -rw-r--r-- 1 root system 613 Aug 27 02:00 ./tapeid.data Tape Id: csi0022 Backup Date: Tue Sep 10 02:00:22 EDT 2002 mksysb started Tue Sep 10 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............. Creating list of files to back up........ Backing up 90549 files.............................. 311 of 90549 files (0%).............................. 311 of 90549 files (0%).............................. 5213 of 90549 files (5%).............................. 7234 of 90549 files (7%).............................. 7277 of 90549 files (8%).............................. 7303 of 90549 files (8%).............................. 18644 of 90549 files (20%).............................. 31634 of 90549 files (34%).............................. 34472 of 90549 files (38%).............................. 34582 of 90549 files (38%).............................. 40617 of 90549 files (44%).............................. 46841 of 90549 files (51%).............................. 56993 of 90549 files (62%).............................. 67081 of 90549 files (74%).............................. 72315 of 90549 files (79%).............................. 77264 of 90549 files (85%).............................. 87547 of 90549 files (96%)......... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Sep 10 03:32:36 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Sep 10 03:32:38 EDT 2002 Verify mksysb Tue Sep 10 03:33:46 EDT 2002 Dumpdate: Tue Sep 10 02:05:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 10 02:01 ./image.data -rw-r--r-- 1 root system 655 Sep 10 02:00 ./tapeid.data 2289133 Kbytes, 90549 files Backup finished Tue Sep 10 04:55:13 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 327680 59% 22112 23% /var /dev/hd3 344064 266832 23% 89 1% /tmp /dev/hd1 1130496 213632 82% 864 1% /home /dev/lv00 524288 84440 84% 6082 19% /bms /dev/lv01 835584 62368 93% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 9 Backup Date: Tue Aug 27 02:00:24 EDT 2002 Backup Date: Tue Aug 20 02:00:23 EDT 2002 Backup Date: Tue Aug 13 02:00:22 EDT 2002 Backup Date: Tue Aug 6 02:00:22 EDT 2002 Backup Date: Tue Jul 30 02:00:22 EDT 2002 From root@www.bmsi.com Fri Aug 30 12:28:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UGRa6v033734; Fri, 30 Aug 2002 12:28:14 -0400 Received: from www.bmsi.com (loopback [127.0.0.1]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7U0nlxD015284; Thu, 29 Aug 2002 20:49:49 -0400 Received: (from root@localhost) by www.bmsi.com (8.12.3/8.12.3/Submit) id g7U0m1Zq016558; Thu, 29 Aug 2002 20:48:01 -0400 Date: Thu, 29 Aug 2002 20:48:01 -0400 From: root@www.bmsi.com Message-Id: <200208300048.g7U0m1Zq016558@www.bmsi.com> To: bmsweb@bmsi.com, stuart@bmsi.com Subject: bmsweb0010 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2582 System Id: bmsweb Backup Started: Thu Aug 29 18:44:56 EDT 2002 BTAS/X frozen for the duration of this process /btdata/ROOT 75.1% Dumpdate: Sat Mar 2 05:22:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 9478 Mar 02 2002 ./image.data -rw-rw-r-- 1 root system 1014 Mar 02 2002 ./tapeid.data Tape Id: bmsweb0010 Backup Date: Thu Aug 29 18:59:03 EDT 2002 mksysb started Thu Aug 29 18:59:05 EDT 2002 bosboot: Boot image is 6428 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Aug 29 20:02:47 EDT 2002 mksysb backup Thu Aug 29 20:03:13 EDT 2002 Dumpdate: Thu Aug 29 19:06:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4623 Sep 04 1997 ./bosinst.data -rw-rw-r-- 1 root system 10077 Aug 29 19:01 ./image.data -rw-rw-r-- 1 root system 1056 Aug 29 18:59 ./tapeid.data Verify backup Thu Aug 29 20:03:25 EDT 2002 Segment 1-4: mksysb 1027989 Kbytes, 22440 files 88.9% 0 cache hits, 0 cache misses Backup finished Thu Aug 29 20:47:59 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Sat Mar 2 05:14:52 EST 2002 Backup Date: Sat Sep 29 11:42:57 EDT 2001 Backup Date: Tue Feb 6 23:12:31 EST 2001 Backup Date: Wed Jul 19 05:09:54 EDT 2000 Backup Date: Thu Feb 17 05:02:10 EST 2000 From root@acustomsbroker.com Fri Aug 30 14:49:37 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UInY6f021212; Fri, 30 Aug 2002 14:49:34 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UInSVA014558; Fri, 30 Aug 2002 14:49:31 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g7U6p7N23410; Fri, 30 Aug 2002 02:51:07 -0400 Date: Fri, 30 Aug 2002 02:51:07 -0400 From: root Message-Id: <200208300651.g7U6p7N23410@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2583 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Aug 30 02:00:00 EDT 2002 BMS backup Fri Aug 30 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Fri Aug 30 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Aug 30 02:02:17 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1317724160 (1.2GB, 900kB/s) 1428.98s real 4.68s user 24.37s system Rewind Tape Fri Aug 30 02:26:06 EDT 2002 BMS backup Fri Aug 30 02:27:04 EDT 2002 Verify backup Fri Aug 30 02:27:04 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Aug 30 02:51:07 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Thu Aug 22 02:00:21 EDT 2002 Backup Date: Tue Aug 13 02:00:24 EDT 2002 Backup Date: Tue Jul 30 02:00:24 EDT 2002 Backup Date: Thu Jul 18 02:00:24 EDT 2002 Backup Date: Tue Jul 9 02:00:24 EDT 2002 From root@editorialunilit.com Fri Aug 30 14:58:03 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UIw26f024572 for ; Fri, 30 Aug 2002 14:58:02 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UIw0VA033750 for ; Fri, 30 Aug 2002 14:58:00 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g7U7fAa8027766; Fri, 30 Aug 2002 03:41:10 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g7U7f9KX044660; Fri, 30 Aug 2002 03:41:09 -0400 Date: Fri, 30 Aug 2002 03:41:09 -0400 From: root@editorialunilit.com Message-Id: <200208300741.g7U7f9KX044660@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2584 System Id: unilit Backup Started: Thu Aug 29 23:50:00 EDT 2002 Dumpdate: Thu Aug 15 00:03:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Aug 14 23:57 ./image.data -rw-r--r-- 1 root system 1581 Aug 14 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Thu Aug 29 23:50:58 EDT 2002 mksysb started Thu Aug 29 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7650 cache hits, 143 cache misses 152989 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 35428. Rewind Tape Fri Aug 30 02:29:07 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Aug 30 02:39:08 EDT 2002 Dumpdate: Fri Aug 30 00:03:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 29 23:57 ./image.data -rw-r--r-- 1 root system 1623 Aug 29 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1518744 Kbytes, 996 files Backup finished Fri Aug 30 03:41:08 EDT 2002 **** Usage Log: **** Uses: 32 Backup Date: Wed Aug 14 23:50:58 EDT 2002 Backup Date: Wed Jul 31 23:50:57 EDT 2002 Backup Date: Wed Jul 17 23:50:57 EDT 2002 Backup Date: Tue Jul 2 23:50:59 EDT 2002 Backup Date: Tue Jun 18 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 675536 43% 12878 9% /var /dev/hd3 81920 68080 17% 102 1% /tmp /dev/hd1 196608 67824 66% 1095 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8944 94% 3722 81% /usr/local /dev/lv03 147456 30936 80% 5385 59% /bms /dev/lv04 409600 134696 68% 2498 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 920696 65% 386 1% /mail Free Mounted Blksiz Opens Status A: 3098 Fri Aug 30 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 360 Fri Aug 30 02:29 2048 15 Clean /btdata/EDX 8449 used From root@wall.wall.com Fri Aug 30 04:44:03 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7U8i26f039276; Fri, 30 Aug 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g7U8ZnZB039648; Fri, 30 Aug 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA26240; Fri, 30 Aug 2002 04:28:18 -0400 Date: Fri, 30 Aug 2002 04:28:18 -0400 From: root@wall.wall.com Message-Id: <200208300828.EAA26240@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0055 backup Status: RO X-Status: X-Keywords: X-UID: 2585 System Id: wall Backup Started: Fri Aug 30 02:00:00 EDT 2002 Backup of btas image started Fri Aug 30 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Aug 30 02:26:38 EDT 2002] 68.2% Dumpdate: Sat Apr 13 02:34:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 Apr 13 02:29 ./image.data -rw-r--r-- 1 root system 2441 Apr 13 02:27 ./tapeid.data Tape Id: wall0055 Backup Date: Fri Aug 30 02:27:05 EDT 2002 mksysb started Fri Aug 30 02:27:05 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46321 files.............................. 2171 of 46321 files (4%).............................. 2171 of 46321 files (4%).............................. 2171 of 46321 files (4%).............................. 2209 of 46321 files (4%).............................. 2209 of 46321 files (4%).............................. 2209 of 46321 files (4%).............................. 2261 of 46321 files (4%).............................. 10651 of 46321 files (22%).............................. 20221 of 46321 files (43%).............................. 25254 of 46321 files (54%).............................. 40709 of 46321 files (87%)............................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Aug 30 03:35:55 EDT 2002 Verify mksysb Fri Aug 30 03:35:57 EDT 2002 Dumpdate: Fri Aug 30 02:34:11 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 30 02:28 ./image.data -rw-r--r-- 1 root system 2483 Aug 30 02:27 ./tapeid.data 1523383 Kbytes, 46321 files 0 cache hits, 0 cache misses Backup finished Fri Aug 30 04:28:17 EDT 2002 **** Usage Log: **** Uses: 54 Backup Date: Sat Apr 13 02:27:38 EDT 2002 Backup Date: Fri Apr 12 02:27:44 EDT 2002 Backup Date: Thu Apr 11 02:26:38 EDT 2002 Backup Date: Wed Apr 10 02:28:31 EDT 2002 Backup Date: Tue Apr 9 02:26:27 EDT 2002 From root@csichb.com Fri Aug 30 14:47:15 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UIlE6f021042 for ; Fri, 30 Aug 2002 14:47:15 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g7UIlCVA033164 for ; Fri, 30 Aug 2002 14:47:12 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g7U8nnIk033678 for ; Fri, 30 Aug 2002 04:49:49 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g7U8nnkd041450 for bmsaix@bmsi.com; Fri, 30 Aug 2002 04:49:49 -0400 Date: Fri, 30 Aug 2002 04:49:49 -0400 From: root@csichb.com Message-Id: <200208300849.g7U8nnkd041450@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2586 System Id: csi Backup Started: Fri Aug 30 02:00:00 EDT 2002 Dumpdate: Fri Aug 23 02:05:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 23 02:01 ./image.data -rw-r--r-- 1 root system 1663 Aug 23 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Aug 30 02:00:22 EDT 2002 mksysb started Fri Aug 30 02:00:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 91074 files.............................. 311 of 91074 files (0%).............................. 313 of 91074 files (0%).............................. 5174 of 91074 files (5%).............................. 7251 of 91074 files (7%).............................. 7294 of 91074 files (8%).............................. 7573 of 91074 files (8%).............................. 21926 of 91074 files (24%).............................. 33727 of 91074 files (37%).............................. 35010 of 91074 files (38%).............................. 35109 of 91074 files (38%).............................. 43443 of 91074 files (47%).............................. 51767 of 91074 files (56%).............................. 62581 of 91074 files (68%).............................. 70367 of 91074 files (77%).............................. 75398 of 91074 files (82%).............................. 83879 of 91074 files (92%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Aug 30 03:30:06 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Aug 30 03:30:08 EDT 2002 Verify mksysb Fri Aug 30 03:31:15 EDT 2002 Dumpdate: Fri Aug 30 02:05:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Aug 30 02:01 ./image.data -rw-r--r-- 1 root system 1705 Aug 30 02:00 ./tapeid.data 2283029 Kbytes, 91074 files Backup finished Fri Aug 30 04:49:48 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5752 83% 2191 27% / /dev/hd2 4947968 150592 97% 56744 10% /usr /dev/hd9var 786432 328728 59% 22623 24% /var /dev/hd3 344064 267768 23% 89 1% /tmp /dev/hd1 1130496 222048 81% 866 1% /home /dev/lv00 524288 78896 85% 6097 19% /bms /dev/lv01 835584 70728 92% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 34 Backup Date: Fri Aug 23 02:00:23 EDT 2002 Backup Date: Fri Aug 16 02:00:22 EDT 2002 Backup Date: Fri Aug 9 02:00:22 EDT 2002 Backup Date: Fri Aug 2 02:00:22 EDT 2002 Backup Date: Fri Jul 26 02:00:22 EDT 2002 From root@csichb.com Sat Sep 14 04:55:35 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E8tZ1k015908 for ; Sat, 14 Sep 2002 04:55:35 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E8tXVA020302 for ; Sat, 14 Sep 2002 04:55:34 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8E8tXTn026644 for ; Sat, 14 Sep 2002 04:55:33 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8E8tX1C007338 for bmsaix@bmsi.com; Sat, 14 Sep 2002 04:55:33 -0400 Date: Sat, 14 Sep 2002 04:55:33 -0400 From: root@csichb.com Message-Id: <200209140855.g8E8tX1C007338@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2587 System Id: csi Backup Started: Sat Sep 14 02:00:00 EDT 2002 Dumpdate: Sat Sep 7 02:04:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 07 02:01 ./image.data -rw-r--r-- 1 root system 613 Sep 07 02:00 ./tapeid.data Tape Id: csi0023 Backup Date: Sat Sep 14 02:00:21 EDT 2002 mksysb started Sat Sep 14 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 89743 files.............................. 311 of 89743 files (0%).............................. 311 of 89743 files (0%).............................. 5255 of 89743 files (5%).............................. 7275 of 89743 files (8%).............................. 7318 of 89743 files (8%).............................. 7395 of 89743 files (8%).............................. 18995 of 89743 files (21%).............................. 30003 of 89743 files (33%).............................. 33666 of 89743 files (37%).............................. 33776 of 89743 files (37%).............................. 39279 of 89743 files (43%).............................. 46692 of 89743 files (52%).............................. 59431 of 89743 files (66%).............................. 66825 of 89743 files (74%).............................. 71504 of 89743 files (79%).............................. 76361 of 89743 files (85%).............................. 86717 of 89743 files (96%)........... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Sat Sep 14 03:32:32 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Sat Sep 14 03:32:33 EDT 2002 Verify mksysb Sat Sep 14 03:33:44 EDT 2002 Dumpdate: Sat Sep 14 02:04:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 14 02:01 ./image.data -rw-r--r-- 1 root system 655 Sep 14 02:00 ./tapeid.data 2315157 Kbytes, 89743 files Backup finished Sat Sep 14 04:55:32 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 277040 65% 21266 22% /var /dev/hd3 344064 266352 23% 89 1% /tmp /dev/hd1 1130496 208000 82% 865 1% /home /dev/lv00 524288 75488 86% 6121 19% /bms /dev/lv01 835584 55944 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 9 Backup Date: Sat Sep 7 02:00:22 EDT 2002 Backup Date: Tue Sep 3 02:00:18 EDT 2002 Backup Date: Sat Aug 31 02:00:21 EDT 2002 Backup Date: Sat Aug 24 02:00:22 EDT 2002 Backup Date: Sat Aug 17 02:00:22 EDT 2002 From root@bmsaix.bmsi.com Sat Sep 14 04:52:14 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E8qD1k042936 for ; Sat, 14 Sep 2002 04:52:13 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8E8qCZN013232 for bmsaix@bmsi.com; Sat, 14 Sep 2002 04:52:12 -0400 Date: Sat, 14 Sep 2002 04:52:12 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209140852.g8E8qCZN013232@bmsaix.bmsi.com> Subject: bmsaix0089 backup Status: RO X-Status: X-Keywords: X-UID: 2588 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 14 00:30:00 EDT 2002 mksysb backup Sat Sep 14 00:30:26 EDT 2002 Dumpdate: Sat Aug 24 00:45:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 24 00:36 ./image.data -rw-r--r-- 1 root system 1932 Aug 24 00:33 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0089 Backup Date: Sat Sep 14 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Sep 14 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./tmp/.a000f.2694: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 14 03:06:25 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 40876. mksysb backup Sat Sep 14 03:08:02 EDT 2002 Dumpdate: Sat Sep 14 00:43:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 14 00:34 ./image.data -rw-r--r-- 1 root system 1974 Sep 14 00:30 ./tapeid.data Verify backup Sat Sep 14 03:08:09 EDT 2002 Segment 1-4: mksysb 4290277 Kbytes, 143017 files 88.6% Backup finished Sat Sep 14 04:52:12 EDT 2002 **** Usage Log: **** Uses: 1 Backup Date: Sat Aug 24 00:33:08 EDT 2002 From root@wall.wall.com Sat Sep 14 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E8i21k042730; Sat, 14 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8E8ZoL4035172; Sat, 14 Sep 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA21542; Sat, 14 Sep 2002 04:27:16 -0400 Date: Sat, 14 Sep 2002 04:27:16 -0400 From: root@wall.wall.com Message-Id: <200209140827.EAA21542@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2589 System Id: wall Backup Started: Sat Sep 14 02:00:01 EDT 2002 Backup of btas image started Sat Sep 14 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Sep 14 02:28:14 EDT 2002] 68.2% Dumpdate: Sat May 11 02:35:35 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 11 02:29 ./image.data -rw-r--r-- 1 root system 1013 May 11 02:28 ./tapeid.data Tape Id: wall0056 Backup Date: Sat Sep 14 02:28:41 EDT 2002 mksysb started Sat Sep 14 02:28:42 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46720 files.............................. 2306 of 46720 files (4%).............................. 2306 of 46720 files (4%).............................. 2306 of 46720 files (4%).............................. 2344 of 46720 files (5%).............................. 2344 of 46720 files (5%).............................. 2344 of 46720 files (5%).............................. 2396 of 46720 files (5%).............................. 10802 of 46720 files (23%).............................. 20550 of 46720 files (43%).............................. 25563 of 46720 files (54%).............................. 42617 of 46720 files (91%)............. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 14 03:35:02 EDT 2002 Verify mksysb Sat Sep 14 03:35:03 EDT 2002 Dumpdate: Sat Sep 14 02:35:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 14 02:30 ./image.data -rw-r--r-- 1 root system 1055 Sep 14 02:28 ./tapeid.data 1526294 Kbytes, 46720 files 0 cache hits, 0 cache misses Backup finished Sat Sep 14 04:27:15 EDT 2002 **** Usage Log: **** Uses: 20 Backup Date: Sat May 11 02:28:28 EDT 2002 Backup Date: Thu Mar 21 02:27:32 EST 2002 Backup Date: Wed Mar 20 02:28:24 EST 2002 Backup Date: Tue Mar 19 02:27:50 EST 2002 Backup Date: Thu Mar 7 02:27:06 EST 2002 From root@editorialunilit.com Sat Sep 14 03:30:35 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E7UT1k038040 for ; Sat, 14 Sep 2002 03:30:29 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E7UPVA021000 for ; Sat, 14 Sep 2002 03:30:28 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8E7T8a8047916; Sat, 14 Sep 2002 03:29:08 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8E7T76m007466; Sat, 14 Sep 2002 03:29:07 -0400 Date: Sat, 14 Sep 2002 03:29:07 -0400 From: root@editorialunilit.com Message-Id: <200209140729.g8E7T76m007466@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2590 System Id: unilit Backup Started: Fri Sep 13 23:50:00 EDT 2002 Dumpdate: Fri Aug 30 00:03:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 29 23:57 ./image.data -rw-r--r-- 1 root system 1623 Aug 29 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Fri Sep 13 23:50:56 EDT 2002 mksysb started Fri Sep 13 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7767 cache hits, 141 cache misses 154708 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 32900. Rewind Tape Sat Sep 14 02:29:49 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Sep 14 02:39:50 EDT 2002 Dumpdate: Sat Sep 14 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 13 23:57 ./image.data -rw-r--r-- 1 root system 1665 Sep 13 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1405415 Kbytes, 381 files Backup finished Sat Sep 14 03:29:06 EDT 2002 **** Usage Log: **** Uses: 33 Backup Date: Thu Aug 29 23:50:58 EDT 2002 Backup Date: Wed Aug 14 23:50:58 EDT 2002 Backup Date: Wed Jul 31 23:50:57 EDT 2002 Backup Date: Wed Jul 17 23:50:57 EDT 2002 Backup Date: Tue Jul 2 23:50:59 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3480 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 653480 45% 11426 8% /var /dev/hd3 81920 67920 18% 101 1% /tmp /dev/hd1 196608 37072 82% 1112 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6808 96% 3743 82% /usr/local /dev/lv03 147456 28728 81% 5403 59% /bms /dev/lv04 409600 129272 69% 2470 20% /span /dev/lv05 1048576 379152 64% 22 1% /btdata /dev/lv06 2588672 890408 66% 388 1% /mail Free Mounted Blksiz Opens Status A: 1379 Sat Sep 14 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 378 Sat Sep 14 02:29 2048 15 Clean /btdata/EDX 8735 used From root@acustomsbroker.com Sat Sep 14 02:50:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E6oi1k022354; Sat, 14 Sep 2002 02:50:44 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8E6ogVA018774; Sat, 14 Sep 2002 02:50:43 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8E6ogi11683; Sat, 14 Sep 2002 02:50:42 -0400 Date: Sat, 14 Sep 2002 02:50:42 -0400 From: root Message-Id: <200209140650.g8E6ogi11683@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2591 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 14 02:00:00 EDT 2002 BMS backup Sat Sep 14 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Sat Sep 14 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Sep 14 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1312911360 (1.2GB, 907kB/s) 1414.44s real 4.24s user 24.07s system Rewind Tape Sat Sep 14 02:25:54 EDT 2002 BMS backup Sat Sep 14 02:26:50 EDT 2002 Verify backup Sat Sep 14 02:26:50 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Sep 14 02:50:41 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Wed Sep 4 02:00:25 EDT 2002 Backup Date: Fri Aug 16 02:00:24 EDT 2002 Backup Date: Thu Aug 8 02:00:24 EDT 2002 Backup Date: Tue Aug 6 02:00:24 EDT 2002 Backup Date: Tue Jul 23 02:00:24 EDT 2002 From root@csichb.com Fri Sep 13 10:04:12 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8DE4B1k029728 for ; Fri, 13 Sep 2002 10:04:11 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8DE3wVC020362 for ; Fri, 13 Sep 2002 10:04:10 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8D8xAIk052264 for ; Fri, 13 Sep 2002 04:59:11 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8D8xA4w042280 for bmsaix@bmsi.com; Fri, 13 Sep 2002 04:59:10 -0400 Date: Fri, 13 Sep 2002 04:59:10 -0400 From: root@csichb.com Message-Id: <200209130859.g8D8xA4w042280@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2592 System Id: csi Backup Started: Fri Sep 13 02:00:01 EDT 2002 Dumpdate: Fri Sep 6 02:05:23 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 06 02:01 ./image.data -rw-r--r-- 1 root system 1747 Sep 06 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Sep 13 02:00:24 EDT 2002 mksysb started Fri Sep 13 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............. Creating list of files to back up........ Backing up 90117 files.............................. 311 of 90117 files (0%).............................. 311 of 90117 files (0%).............................. 5138 of 90117 files (5%).............................. 7045 of 90117 files (7%).............................. 7308 of 90117 files (8%).............................. 7309 of 90117 files (8%).............................. 16268 of 90117 files (18%).............................. 29674 of 90117 files (32%).............................. 34031 of 90117 files (37%).............................. 34146 of 90117 files (37%).............................. 37458 of 90117 files (41%).............................. 44383 of 90117 files (49%).............................. 55904 of 90117 files (62%).............................. 65711 of 90117 files (72%).............................. 70944 of 90117 files (78%).............................. 75909 of 90117 files (84%).............................. 84969 of 90117 files (94%).............. 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Fri Sep 13 03:33:38 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Sep 13 03:33:40 EDT 2002 Verify mksysb Fri Sep 13 03:35:01 EDT 2002 Dumpdate: Fri Sep 13 02:05:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 13 02:01 ./image.data -rw-r--r-- 1 root system 1789 Sep 13 02:00 ./tapeid.data 2308130 Kbytes, 90117 files Backup finished Fri Sep 13 04:57:54 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 292840 63% 21650 23% /var /dev/hd3 344064 266480 23% 89 1% /tmp /dev/hd1 1130496 209880 82% 864 1% /home /dev/lv00 524288 77648 86% 6113 19% /bms /dev/lv01 835584 55944 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 36 Backup Date: Fri Sep 6 02:00:24 EDT 2002 Backup Date: Fri Aug 30 02:00:22 EDT 2002 Backup Date: Fri Aug 23 02:00:23 EDT 2002 Backup Date: Fri Aug 16 02:00:22 EDT 2002 Backup Date: Fri Aug 9 02:00:22 EDT 2002 From root@wall.wall.com Fri Sep 13 04:44:04 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8D8i21k019680; Fri, 13 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8D8Zofa019626; Fri, 13 Sep 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA29450; Fri, 13 Sep 2002 04:28:42 -0400 Date: Fri, 13 Sep 2002 04:28:42 -0400 From: root@wall.wall.com Message-Id: <200209130828.EAA29450@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2593 System Id: wall Backup Started: Fri Sep 13 02:00:00 EDT 2002 Backup of btas image started Fri Sep 13 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Sep 13 02:27:47 EDT 2002] 68.2% Dumpdate: Thu Sep 12 02:34:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 12 02:28 ./image.data -rw-r--r-- 1 root system 3197 Sep 12 02:27 ./tapeid.data Tape Id: wall0050 Backup Date: Fri Sep 13 02:28:14 EDT 2002 mksysb started Fri Sep 13 02:28:15 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46631 files.............................. 2293 of 46631 files (4%).............................. 2293 of 46631 files (4%).............................. 2293 of 46631 files (4%).............................. 2331 of 46631 files (4%).............................. 2331 of 46631 files (4%).............................. 2331 of 46631 files (4%).............................. 2383 of 46631 files (5%).............................. 11018 of 46631 files (23%).............................. 20478 of 46631 files (43%).............................. 25468 of 46631 files (54%).............................. 39733 of 46631 files (85%).............................. 44860 of 46631 files (96%).. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 13 03:37:17 EDT 2002 Verify mksysb Fri Sep 13 03:37:18 EDT 2002 Dumpdate: Fri Sep 13 02:35:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 13 02:29 ./image.data -rw-r--r-- 1 root system 3239 Sep 13 02:28 ./tapeid.data 1525450 Kbytes, 46631 files 0 cache hits, 0 cache misses Backup finished Fri Sep 13 04:28:41 EDT 2002 **** Usage Log: **** Uses: 72 Backup Date: Thu Sep 12 02:27:21 EDT 2002 Backup Date: Fri May 10 02:27:00 EDT 2002 Backup Date: Thu May 9 02:26:48 EDT 2002 Backup Date: Wed May 8 02:28:07 EDT 2002 Backup Date: Tue May 7 02:26:26 EDT 2002 From root@editorialunilit.com Fri Sep 13 04:12:45 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8D8Ce1k042944 for ; Fri, 13 Sep 2002 04:12:40 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8D8CdVA020368 for ; Fri, 13 Sep 2002 04:12:40 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8D8BMa8007110; Fri, 13 Sep 2002 04:11:22 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8D8BMbb028868; Fri, 13 Sep 2002 04:11:22 -0400 Date: Fri, 13 Sep 2002 04:11:22 -0400 From: root@editorialunilit.com Message-Id: <200209130811.g8D8BMbb028868@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2594 System Id: unilit Backup Started: Thu Sep 12 23:50:00 EDT 2002 Dumpdate: Thu Aug 29 00:03:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 28 23:57 ./image.data -rw-r--r-- 1 root system 1665 Aug 28 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Thu Sep 12 23:50:56 EDT 2002 mksysb started Thu Sep 12 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7744 cache hits, 189 cache misses 154604 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 13264. Rewind Tape Fri Sep 13 02:28:45 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Sep 13 02:38:46 EDT 2002 Dumpdate: Fri Sep 13 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Sep 12 23:57 ./image.data -rw-r--r-- 1 root system 1707 Sep 12 23:50 ./tapeid.data 2827560 Kbytes, 33642 files Backup finished Fri Sep 13 04:11:21 EDT 2002 **** Usage Log: **** Uses: 34 Backup Date: Wed Aug 28 23:50:57 EDT 2002 Backup Date: Tue Aug 13 23:51:03 EDT 2002 Backup Date: Tue Jul 30 23:50:57 EDT 2002 Backup Date: Tue Jul 16 23:50:57 EDT 2002 Backup Date: Mon Jul 1 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3488 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 659984 45% 12721 9% /var /dev/hd3 81920 67936 18% 101 1% /tmp /dev/hd1 196608 64240 68% 1105 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6816 96% 3743 82% /usr/local /dev/lv03 147456 28928 81% 5402 59% /bms /dev/lv04 409600 129456 69% 2465 20% /span /dev/lv05 1048576 379152 64% 22 1% /btdata /dev/lv06 2588672 895304 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 1483 Fri Sep 13 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 106 Fri Sep 13 02:28 2048 15 Clean /btdata/EDX 8735 used From root@acustomsbroker.com Fri Sep 13 02:50:28 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8D6oR1k028242; Fri, 13 Sep 2002 02:50:27 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8D6oPVA030064; Fri, 13 Sep 2002 02:50:26 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8D6oPP07437; Fri, 13 Sep 2002 02:50:25 -0400 Date: Fri, 13 Sep 2002 02:50:25 -0400 From: root Message-Id: <200209130650.g8D6oPP07437@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2595 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 13 02:00:00 EDT 2002 BMS backup Fri Sep 13 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Fri Sep 13 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.8% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Sep 13 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1312266240 (1.2GB, 908kB/s) 1410.87s real 4.15s user 24.41s system Rewind Tape Fri Sep 13 02:25:49 EDT 2002 BMS backup Fri Sep 13 02:26:35 EDT 2002 Verify backup Fri Sep 13 02:26:35 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Sep 13 02:50:25 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Tue Sep 3 02:00:23 EDT 2002 Backup Date: Wed Aug 7 02:00:24 EDT 2002 Backup Date: Fri Aug 2 02:00:23 EDT 2002 Backup Date: Thu Jul 11 02:00:23 EDT 2002 Backup Date: Sat Jun 8 02:00:24 EDT 2002 From root@csichb.com Thu Sep 12 05:18:48 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8C9Il1k035340 for ; Thu, 12 Sep 2002 05:18:47 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8C9IkVA020526 for ; Thu, 12 Sep 2002 05:18:46 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8C9IjIk044892 for ; Thu, 12 Sep 2002 05:18:45 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8C9IjAn027316 for bmsaix@bmsi.com; Thu, 12 Sep 2002 05:18:45 -0400 Date: Thu, 12 Sep 2002 05:18:45 -0400 From: root@csichb.com Message-Id: <200209120918.g8C9IjAn027316@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2596 System Id: csi Backup Started: Thu Sep 12 02:00:01 EDT 2002 Dumpdate: Thu Sep 5 02:05:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9145 Sep 05 02:01 ./image.data -rw-r--r-- 1 root system 907 Sep 05 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Sep 12 02:00:24 EDT 2002 mksysb started Thu Sep 12 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................. Creating list of files to back up........ Backing up 90332 files.............................. 311 of 90332 files (0%).............................. 311 of 90332 files (0%).............................. 5019 of 90332 files (5%).............................. 7001 of 90332 files (7%).............................. 7299 of 90332 files (8%).............................. 7299 of 90332 files (8%).............................. 8349 of 90332 files (9%).............................. 29192 of 90332 files (32%).............................. 34219 of 90332 files (37%).............................. 34282 of 90332 files (37%).............................. 34365 of 90332 files (38%).............................. 34524 of 90332 files (38%).............................. 43557 of 90332 files (48%).............................. 47857 of 90332 files (52%).............................. 56192 of 90332 files (62%).............................. 65199 of 90332 files (72%).............................. 69952 of 90332 files (77%).............................. 73988 of 90332 files (81%).............................. 81495 of 90332 files (90%).............................. 88557 of 90332 files (98%)... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Thu Sep 12 03:47:24 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Sep 12 03:47:26 EDT 2002 Verify mksysb Thu Sep 12 03:48:40 EDT 2002 Dumpdate: Thu Sep 12 02:06:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 12 02:01 ./image.data -rw-r--r-- 1 root system 949 Sep 12 02:00 ./tapeid.data 2302953 Kbytes, 90332 files Backup finished Thu Sep 12 05:18:44 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 301568 62% 21873 23% /var /dev/hd3 344064 266616 23% 89 1% /tmp /dev/hd1 1130496 210104 82% 864 1% /home /dev/lv00 524288 79416 85% 6104 19% /bms /dev/lv01 835584 58992 93% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 16 Backup Date: Thu Sep 5 02:00:24 EDT 2002 Backup Date: Thu Aug 29 02:00:22 EDT 2002 Backup Date: Thu Aug 22 02:00:22 EDT 2002 Backup Date: Thu Aug 15 02:00:23 EDT 2002 Backup Date: Thu Aug 8 02:00:21 EDT 2002 From root@bmsaix.bmsi.com Thu Sep 12 04:47:31 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8C8lV1k019070 for ; Thu, 12 Sep 2002 04:47:31 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8C8lUYE017014 for bmsaix@bmsi.com; Thu, 12 Sep 2002 04:47:30 -0400 Date: Thu, 12 Sep 2002 04:47:30 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209120847.g8C8lUYE017014@bmsaix.bmsi.com> Subject: bmsaix0091 backup Status: RO X-Status: X-Keywords: X-UID: 2597 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Sep 12 00:30:01 EDT 2002 mksysb backup Thu Sep 12 00:30:26 EDT 2002 Dumpdate: Thu Sep 5 00:42:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Sep 05 00:34 ./image.data -rw-r--r-- 1 root system 1974 Sep 05 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0091 Backup Date: Thu Sep 12 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Sep 12 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai494452a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4b4452a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4b44: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/named/gathsys.com.CK1fya: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 12 02:58:14 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 21604. mksysb backup Thu Sep 12 02:59:00 EDT 2002 Dumpdate: Thu Sep 12 00:43:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 12 00:34 ./image.data -rw-r--r-- 1 root system 2016 Sep 12 00:30 ./tapeid.data Verify backup Thu Sep 12 02:59:07 EDT 2002 Segment 1-4: mksysb 4279636 Kbytes, 142734 files 88.6% Backup finished Thu Sep 12 04:47:30 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Thu Sep 5 00:30:34 EDT 2002 Backup Date: Thu Aug 29 00:33:06 EDT 2002 From root@wall.wall.com Thu Sep 12 04:44:03 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8C8i21k034102; Thu, 12 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8C8ZnuI030458; Thu, 12 Sep 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA09578; Thu, 12 Sep 2002 04:26:19 -0400 Date: Thu, 12 Sep 2002 04:26:19 -0400 From: root@wall.wall.com Message-Id: <200209120826.EAA09578@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0050 backup Status: RO X-Status: X-Keywords: X-UID: 2598 System Id: wall Backup Started: Thu Sep 12 02:00:01 EDT 2002 Backup of btas image started Thu Sep 12 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Sep 12 02:26:55 EDT 2002] 68.2% Dumpdate: Fri May 10 02:34:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 10 02:28 ./image.data -rw-r--r-- 1 root system 3155 May 10 02:27 ./tapeid.data Tape Id: wall0050 Backup Date: Thu Sep 12 02:27:21 EDT 2002 mksysb started Thu Sep 12 02:27:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46586 files.............................. 2282 of 46586 files (4%).............................. 2282 of 46586 files (4%).............................. 2282 of 46586 files (4%).............................. 2320 of 46586 files (4%).............................. 2320 of 46586 files (4%).............................. 2320 of 46586 files (4%).............................. 2372 of 46586 files (5%).............................. 11761 of 46586 files (25%).............................. 20439 of 46586 files (43%).............................. 25429 of 46586 files (54%).............................. 39692 of 46586 files (85%)....................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 12 03:34:54 EDT 2002 Verify mksysb Thu Sep 12 03:34:56 EDT 2002 Dumpdate: Thu Sep 12 02:34:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 12 02:28 ./image.data -rw-r--r-- 1 root system 3197 Sep 12 02:27 ./tapeid.data 1525336 Kbytes, 46586 files 0 cache hits, 0 cache misses Backup finished Thu Sep 12 04:26:19 EDT 2002 **** Usage Log: **** Uses: 71 Backup Date: Fri May 10 02:27:00 EDT 2002 Backup Date: Thu May 9 02:26:48 EDT 2002 Backup Date: Wed May 8 02:28:07 EDT 2002 Backup Date: Tue May 7 02:26:26 EDT 2002 Backup Date: Sat May 4 02:26:59 EDT 2002 From root@editorialunilit.com Thu Sep 12 03:32:57 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8C7Wr1k034192 for ; Thu, 12 Sep 2002 03:32:53 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8C7WqVA013950 for ; Thu, 12 Sep 2002 03:32:52 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8C7VZa8012616; Thu, 12 Sep 2002 03:31:35 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8C7VYoW055110; Thu, 12 Sep 2002 03:31:34 -0400 Date: Thu, 12 Sep 2002 03:31:34 -0400 From: root@editorialunilit.com Message-Id: <200209120731.g8C7VYoW055110@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2599 System Id: unilit Backup Started: Wed Sep 11 23:50:00 EDT 2002 Dumpdate: Wed Aug 28 00:02:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 27 23:56 ./image.data -rw-r--r-- 1 root system 3093 Aug 27 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Wed Sep 11 23:50:24 EDT 2002 mksysb started Wed Sep 11 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7671 cache hits, 134 cache misses 154404 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 28636. Rewind Tape Thu Sep 12 02:28:04 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Sep 12 02:38:05 EDT 2002 Dumpdate: Thu Sep 12 00:02:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Sep 11 23:56 ./image.data -rw-r--r-- 1 root system 3135 Sep 11 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1511675 Kbytes, 997 files Backup finished Thu Sep 12 03:31:33 EDT 2002 **** Usage Log: **** Uses: 68 Backup Date: Tue Aug 27 23:50:34 EDT 2002 Backup Date: Mon Aug 12 23:50:37 EDT 2002 Backup Date: Mon Jul 29 23:50:39 EDT 2002 Backup Date: Mon Jul 15 23:50:23 EDT 2002 Backup Date: Fri Jun 28 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3496 79% 916 23% / /dev/hd2 458752 47128 90% 6266 11% /usr /dev/hd9var 1179648 669008 44% 12356 9% /var /dev/hd3 81920 67960 18% 101 1% /tmp /dev/hd1 196608 59712 70% 1098 5% /home /dev/lv01 1032192 137568 87% 145 1% /work /dev/lv02 147456 8936 94% 3722 81% /usr/local /dev/lv03 147456 29072 81% 5400 59% /bms /dev/lv04 409600 129680 69% 2461 20% /span /dev/lv05 1048576 380288 64% 22 1% /btdata /dev/lv06 2588672 900360 66% 387 1% /mail Free Mounted Blksiz Opens Status A: 1683 Thu Sep 12 02:28 2048 8 Clean /btdata/SPAN 156276 used B: 211 Thu Sep 12 02:28 2048 15 Clean /btdata/EDX 8449 used From root@acustomsbroker.com Tue Sep 17 02:50:46 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H6og1k018122; Tue, 17 Sep 2002 02:50:43 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H6ofVA017136; Tue, 17 Sep 2002 02:50:41 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8H6oep22453; Tue, 17 Sep 2002 02:50:40 -0400 Date: Tue, 17 Sep 2002 02:50:40 -0400 From: root Message-Id: <200209170650.g8H6oep22453@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2600 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 17 02:00:00 EDT 2002 BMS backup Tue Sep 17 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0008 Backup Date: Tue Sep 17 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Sep 17 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1309634560 (1.2GB, 898kB/s) 1423.91s real 4.09s user 24.24s system Rewind Tape Tue Sep 17 02:25:58 EDT 2002 BMS backup Tue Sep 17 02:26:48 EDT 2002 Verify backup Tue Sep 17 02:26:48 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Sep 17 02:50:40 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Fri Sep 6 02:00:24 EDT 2002 Backup Date: Tue Aug 27 02:00:20 EDT 2002 Backup Date: Sat Aug 10 02:00:24 EDT 2002 Backup Date: Fri Jul 26 02:00:24 EDT 2002 Backup Date: Fri Jun 28 02:00:24 EDT 2002 From root@wall.wall.com Tue Sep 17 04:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H8i21k032200; Tue, 17 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8H8ZpHD032086; Tue, 17 Sep 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA30380; Tue, 17 Sep 2002 04:28:00 -0400 Date: Tue, 17 Sep 2002 04:28:00 -0400 From: root@wall.wall.com Message-Id: <200209170828.EAA30380@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2601 System Id: wall Backup Started: Tue Sep 17 02:00:00 EDT 2002 Backup of btas image started Tue Sep 17 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Sep 17 02:27:08 EDT 2002] 68.2% Dumpdate: Sat Sep 14 02:35:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 14 02:30 ./image.data -rw-r--r-- 1 root system 1055 Sep 14 02:28 ./tapeid.data Tape Id: wall0056 Backup Date: Tue Sep 17 02:27:35 EDT 2002 mksysb started Tue Sep 17 02:27:36 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46634 files.............................. 2332 of 46634 files (5%).............................. 2332 of 46634 files (5%).............................. 2332 of 46634 files (5%).............................. 2370 of 46634 files (5%).............................. 2370 of 46634 files (5%).............................. 2370 of 46634 files (5%).............................. 2421 of 46634 files (5%).............................. 10528 of 46634 files (22%).............................. 19895 of 46634 files (42%).............................. 25459 of 46634 files (54%).............................. 39904 of 46634 files (85%)........................ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Sep 17 03:35:41 EDT 2002 Verify mksysb Tue Sep 17 03:35:42 EDT 2002 Dumpdate: Tue Sep 17 02:34:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 17 02:28 ./image.data -rw-r--r-- 1 root system 1097 Sep 17 02:27 ./tapeid.data 1524111 Kbytes, 46634 files 0 cache hits, 0 cache misses Backup finished Tue Sep 17 04:27:58 EDT 2002 **** Usage Log: **** Uses: 21 Backup Date: Sat Sep 14 02:28:41 EDT 2002 Backup Date: Sat May 11 02:28:28 EDT 2002 Backup Date: Thu Mar 21 02:27:32 EST 2002 Backup Date: Wed Mar 20 02:28:24 EST 2002 Backup Date: Tue Mar 19 02:27:50 EST 2002 From root@editorialunilit.com Tue Sep 17 04:47:31 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H8lQ1k040986 for ; Tue, 17 Sep 2002 04:47:27 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H8lMVA029060 for ; Tue, 17 Sep 2002 04:47:26 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8H8k5a8051938; Tue, 17 Sep 2002 04:46:05 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8H8k4vj051680; Tue, 17 Sep 2002 04:46:04 -0400 Date: Tue, 17 Sep 2002 04:46:04 -0400 From: root@editorialunilit.com Message-Id: <200209170846.g8H8k4vj051680@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2602 System Id: unilit Backup Started: Mon Sep 16 23:50:00 EDT 2002 Dumpdate: Sat Aug 31 00:02:44 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Aug 30 23:56 ./image.data -rw-r--r-- 1 root system 1623 Aug 30 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Mon Sep 16 23:50:29 EDT 2002 mksysb started Mon Sep 16 23:50:30 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7773 cache hits, 144 cache misses 154881 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 30074. Rewind Tape Tue Sep 17 02:29:37 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Sep 17 02:39:38 EDT 2002 Dumpdate: Tue Sep 17 00:02:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 16 23:56 ./image.data -rw-r--r-- 1 root system 1665 Sep 16 23:50 ./tapeid.data 2847200 Kbytes, 32468 files Backup finished Tue Sep 17 04:46:04 EDT 2002 **** Usage Log: **** Uses: 33 Backup Date: Fri Aug 30 23:50:24 EDT 2002 Backup Date: Thu Aug 15 23:50:24 EDT 2002 Backup Date: Thu Aug 1 23:50:27 EDT 2002 Backup Date: Thu Jul 18 23:50:23 EDT 2002 Backup Date: Wed Jul 3 23:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 665232 44% 11528 8% /var /dev/hd3 81920 67896 18% 101 1% /tmp /dev/hd1 196608 37048 82% 1112 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6808 96% 3743 82% /usr/local /dev/lv03 147456 28576 81% 5405 59% /bms /dev/lv04 409600 129256 69% 2473 20% /span /dev/lv05 1048576 379152 64% 22 1% /btdata /dev/lv06 2588672 882136 66% 388 1% /mail Free Mounted Blksiz Opens Status A: 1206 Tue Sep 17 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 446 Tue Sep 17 02:29 2048 15 Clean /btdata/EDX 8735 used From root@csichb.com Tue Sep 17 04:51:47 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H8pk1k014748 for ; Tue, 17 Sep 2002 04:51:47 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H8pjVA016596 for ; Tue, 17 Sep 2002 04:51:46 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8H8pjTn004740 for ; Tue, 17 Sep 2002 04:51:45 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8H8pik0018550 for bmsaix@bmsi.com; Tue, 17 Sep 2002 04:51:44 -0400 Date: Tue, 17 Sep 2002 04:51:44 -0400 From: root@csichb.com Message-Id: <200209170851.g8H8pik0018550@csichb.com> To: bmsaix@bmsi.com Subject: csi0019 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2603 System Id: csi Backup Started: Tue Sep 17 02:00:01 EDT 2002 Dumpdate: Tue Jun 4 02:04:12 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9144 Jun 04 02:01 ./image.data -rw-r--r-- 1 root system 487 Jun 04 02:00 ./tapeid.data Tape Id: csi0019 Backup Date: Tue Sep 17 02:00:22 EDT 2002 mksysb started Tue Sep 17 02:00:22 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image......... Creating list of files to back up........ Backing up 89763 files.............................. 311 of 89763 files (0%).............................. 311 of 89763 files (0%).............................. 5256 of 89763 files (5%).............................. 7300 of 89763 files (8%).............................. 7343 of 89763 files (8%).............................. 7369 of 89763 files (8%).............................. 18201 of 89763 files (20%).............................. 30050 of 89763 files (33%).............................. 33686 of 89763 files (37%).............................. 33796 of 89763 files (37%).............................. 40460 of 89763 files (45%).............................. 46023 of 89763 files (51%).............................. 55636 of 89763 files (61%).............................. 65085 of 89763 files (72%).............................. 69912 of 89763 files (77%).............................. 74510 of 89763 files (83%).............................. 81476 of 89763 files (90%)............................ 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Tue Sep 17 03:35:05 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Tue Sep 17 03:35:06 EDT 2002 Verify mksysb Tue Sep 17 03:36:17 EDT 2002 Dumpdate: Tue Sep 17 02:04:36 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 17 02:01 ./image.data -rw-r--r-- 1 root system 529 Sep 17 02:00 ./tapeid.data /dev/rmt0.1: Media surface error Backup finished Tue Sep 17 04:51:43 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 296824 63% 21262 22% /var /dev/hd3 344064 266176 23% 89 1% /tmp /dev/hd1 1130496 207032 82% 865 1% /home /dev/lv00 524288 67424 88% 6146 19% /bms /dev/lv01 835584 53448 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 6 Backup Date: Tue Jun 4 02:00:22 EDT 2002 Backup Date: Fri Apr 19 02:00:21 EDT 2002 Backup Date: Tue Apr 2 02:00:22 EST 2002 Backup Date: Thu Feb 7 02:00:21 EST 2002 Backup Date: Tue Jan 8 02:00:22 EST 2002 From root@bmsaix.bmsi.com Tue Sep 17 04:52:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8H8q71k012002 for ; Tue, 17 Sep 2002 04:52:07 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8H8q6CJ035294 for bmsaix@bmsi.com; Tue, 17 Sep 2002 04:52:06 -0400 Date: Tue, 17 Sep 2002 04:52:06 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209170852.g8H8q6CJ035294@bmsaix.bmsi.com> Subject: bmsaix0090 backup Status: RO X-Status: X-Keywords: X-UID: 2604 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 17 00:30:00 EDT 2002 mksysb backup Tue Sep 17 00:30:22 EDT 2002 Dumpdate: Tue Sep 10 00:43:00 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 10 00:34 ./image.data -rw-r--r-- 1 root system 1974 Sep 10 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0090 Backup Date: Tue Sep 17 00:30:30 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Sep 17 00:31:01 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg8H4Mfok011810: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg8H4Mfok011810: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Sep 17 03:03:51 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 29384. mksysb backup Tue Sep 17 03:05:35 EDT 2002 Dumpdate: Tue Sep 17 00:43:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 17 00:34 ./image.data -rw-r--r-- 1 root system 2016 Sep 17 00:30 ./tapeid.data Verify backup Tue Sep 17 03:05:42 EDT 2002 Segment 1-4: mksysb 4297405 Kbytes, 143059 files 88.6% Backup finished Tue Sep 17 04:52:06 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Tue Sep 10 00:30:34 EDT 2002 Backup Date: Tue Aug 27 00:33:07 EDT 2002 From stuart@bmsaix.bmsi.com Sat Sep 21 06:23:04 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8LAN41k038154 for ; Sat, 21 Sep 2002 06:23:04 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8LAN2VA024900 for ; Sat, 21 Sep 2002 06:23:03 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g8LAN2uv024900 for ; Sat, 21 Sep 2002 06:23:02 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8LAN1XJ016368 for bmsaix@bmsi.com; Sat, 21 Sep 2002 06:23:01 -0400 Date: Sat, 21 Sep 2002 06:23:01 -0400 From: root@csichb.com Message-Id: <200209211023.g8LAN1XJ016368@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2605 System Id: csi Backup Started: Sat Sep 21 02:00:00 EDT 2002 Stop Edx Sat Sep 21 02:00:00 EDT 2002 Copy /btdata/ROOT to /btsave Sat Sep 21 02:00:01 EDT 2002 70.5% Copy /btdata/ITS to /btsave Sat Sep 21 02:05:01 EDT 2002 /btdata/ITS: image backup complete 77.0% BTAS/X Started [Sat Sep 21 02:05:49 EDT 2002] /btdata/ITS mounted on /edx/ITS Tape Id: csi0023 Backup Date: Sat Sep 21 02:05:54 EDT 2002 mksysb started Sat Sep 21 02:05:54 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............. Creating list of files to back up........ Backing up 89085 files.............................. 11 of 89085 files (0%).............................. 315 of 89085 files (0%).............................. 315 of 89085 files (0%).............................. 5042 of 89085 files (5%).............................. 6659 of 89085 files (7%).............................. 7358 of 89085 files (8%).............................. 7401 of 89085 files (8%).............................. 7402 of 89085 files (8%).............................. 12664 of 89085 files (14%).............................. 27897 of 89085 files (31%).............................. 30943 of 89085 files (34%).............................. 32939 of 89085 files (36%).............................. 33056 of 89085 files (37%).............................. 33065 of 89085 files (37%).............................. 33259 of 89085 files (37%).............................. 41397 of 89085 files (46%)................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. . 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Sat Sep 21 03:34:03 EDT 2002 Verify mksysb Sat Sep 21 03:35:09 EDT 2002 Dumpdate: Sat Sep 21 02:10:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9870 Sep 21 02:07 ./image.data -rw-r--r-- 1 root system 697 Sep 21 02:05 ./tapeid.data /dev/rmt0.1: Media surface error after 778605 Kbytes, 7400 files Backup finished Sat Sep 21 06:23:01 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5840 83% 2192 27% / /dev/hd2 4947968 155416 97% 56793 10% /usr /dev/hd9var 786432 233608 71% 20469 21% /var /dev/hd3 344064 265768 23% 91 1% /tmp /dev/hd1 1130496 192616 83% 865 1% /home /dev/lv00 524288 62752 89% 6200 19% /bms /dev/lv01 835584 51712 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc /dev/lv04 835584 606896 28% 19 1% /btsave **** Usage Log: **** Uses: 10 Backup Date: Sat Sep 14 02:00:21 EDT 2002 Backup Date: Sat Sep 7 02:00:22 EDT 2002 Backup Date: Tue Sep 3 02:00:18 EDT 2002 Backup Date: Sat Aug 31 02:00:21 EDT 2002 Backup Date: Sat Aug 24 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Sat Sep 21 04:44:08 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8L8i71k029190 for ; Sat, 21 Sep 2002 04:44:08 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8L8i6OK036350 for bmsaix@bmsi.com; Sat, 21 Sep 2002 04:44:06 -0400 Date: Sat, 21 Sep 2002 04:44:06 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209210844.g8L8i6OK036350@bmsaix.bmsi.com> Subject: bmsaix0083 backup Status: RO X-Status: X-Keywords: X-UID: 2606 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 21 00:30:00 EDT 2002 mksysb backup Sat Sep 21 00:30:26 EDT 2002 Dumpdate: Sat Aug 31 00:43:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Aug 31 00:34 ./image.data -rw-r--r-- 1 root system 2226 Aug 31 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0083 Backup Date: Sat Sep 21 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Sep 21 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg8L4M82q025872: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg8L4M82q025872: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 21 03:00:50 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 22050. mksysb backup Sat Sep 21 03:01:47 EDT 2002 Dumpdate: Sat Sep 21 00:43:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 21 00:34 ./image.data -rw-r--r-- 1 root system 2193 Sep 21 00:30 ./tapeid.data Verify backup Sat Sep 21 03:01:55 EDT 2002 Segment 1-4: mksysb 4325254 Kbytes, 145096 files 88.7% Backup finished Sat Sep 21 04:44:06 EDT 2002 **** Usage Log: **** Uses: 8 Backup Date: Sat Aug 31 00:30:34 EDT 2002 Backup Date: Sat Aug 3 00:30:37 EDT 2002 Backup Date: Sat Jul 27 00:30:33 EDT 2002 Backup Date: Sat Jun 29 00:30:33 EDT 2002 Backup Date: Sat May 25 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Sat Sep 21 04:44:05 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8L8i21k037054; Sat, 21 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8L8ZpQB021492; Sat, 21 Sep 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA37860; Sat, 21 Sep 2002 04:29:14 -0400 Date: Sat, 21 Sep 2002 04:29:14 -0400 From: root@wall.wall.com Message-Id: <200209210829.EAA37860@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2607 System Id: wall Backup Started: Sat Sep 21 02:00:00 EDT 2002 Backup of btas image started Sat Sep 21 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Sep 21 02:26:47 EDT 2002] 68.2% Dumpdate: Fri Sep 20 02:35:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13537 Sep 20 02:29 ./image.data -rw-r--r-- 1 root system 1223 Sep 20 02:28 ./tapeid.data Tape Id: wall0056 Backup Date: Sat Sep 21 02:27:13 EDT 2002 mksysb started Sat Sep 21 02:27:14 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46905 files.............................. 2380 of 46905 files (5%).............................. 2380 of 46905 files (5%).............................. 2380 of 46905 files (5%).............................. 2418 of 46905 files (5%).............................. 2418 of 46905 files (5%).............................. 2418 of 46905 files (5%).............................. 2469 of 46905 files (5%).............................. 11263 of 46905 files (24%).............................. 20590 of 46905 files (43%).............................. 25691 of 46905 files (54%).............................. 39637 of 46905 files (84%).............................. 45095 of 46905 files (96%)....... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 21 03:37:14 EDT 2002 Verify mksysb Sat Sep 21 03:37:15 EDT 2002 Dumpdate: Sat Sep 21 02:34:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13537 Sep 21 02:28 ./image.data -rw-r--r-- 1 root system 1265 Sep 21 02:27 ./tapeid.data 1527801 Kbytes, 46905 files 0 cache hits, 0 cache misses Backup finished Sat Sep 21 04:29:13 EDT 2002 **** Usage Log: **** Uses: 25 Backup Date: Fri Sep 20 02:28:29 EDT 2002 Backup Date: Thu Sep 19 02:26:44 EDT 2002 Backup Date: Wed Sep 18 02:27:22 EDT 2002 Backup Date: Tue Sep 17 02:27:35 EDT 2002 Backup Date: Sat Sep 14 02:28:41 EDT 2002 From stuart@bmsaix.bmsi.com Sat Sep 21 02:50:33 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8L6oV1k032348; Sat, 21 Sep 2002 02:50:31 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8L6oTVA021598; Sat, 21 Sep 2002 02:50:30 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8L6oTf31911; Sat, 21 Sep 2002 02:50:29 -0400 Date: Sat, 21 Sep 2002 02:50:29 -0400 From: root Message-Id: <200209210650.g8L6oTf31911@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2608 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 21 02:00:00 EDT 2002 BMS backup Sat Sep 21 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Sat Sep 21 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Sep 21 02:02:25 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1311641600 (1.2GB, 908kB/s) 1410.00s real 4.58s user 24.17s system Rewind Tape Sat Sep 21 02:25:55 EDT 2002 BMS backup Sat Sep 21 02:26:47 EDT 2002 Verify backup Sat Sep 21 02:26:47 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Sep 21 02:50:29 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Tue Sep 10 02:00:23 EDT 2002 Backup Date: Sat Aug 31 02:00:24 EDT 2002 Backup Date: Fri Aug 23 02:00:28 EDT 2002 Backup Date: Wed Aug 14 02:00:24 EDT 2002 Backup Date: Wed Jul 31 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Sat Sep 21 00:08:43 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8L48b1k023880 for ; Sat, 21 Sep 2002 00:08:37 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8L48aVA019476 for ; Sat, 21 Sep 2002 00:08:36 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8L47Ia8022200; Sat, 21 Sep 2002 00:07:19 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8L47Isq056758; Sat, 21 Sep 2002 00:07:18 -0400 Date: Sat, 21 Sep 2002 00:07:18 -0400 From: root@editorialunilit.com Message-Id: <200209210407.g8L47Isq056758@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0086 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2609 System Id: unilit Backup Started: Fri Sep 20 23:50:00 EDT 2002 /dev/rmt0.1 fsf 3 failed: The device is not ready for operation. /dev/rmt0: Media surface error Assigning New Tape Id Fri Sep 20 23:50:34 EDT 2002 Retensioning Tape Fri Sep 20 23:50:34 EDT 2002 /dev/rmt0: The media surface is damaged. Tape Id: unilit0086 Backup Date: Fri Sep 20 23:50:34 EDT 2002 /dev/rmt0: The media surface is damaged. mksysb started Fri Sep 20 23:50:35 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8174 cache hits, 195 cache misses 0512-017 mksysb: Cannot write to the device /dev/rmt0.1. Either write protected or in use. 155868 cache hits, 89 cache misses 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 59190. Rewind Tape Fri Sep 20 23:57:15 EDT 2002 /dev/rmt0: The media surface is damaged. Sleeping for 10 minutes to let tape drive cool down. /dev/rmt0: The media surface is damaged. Verify mksysb Sat Sep 21 00:07:16 EDT 2002 /dev/rmt0.1: The media surface is damaged. /dev/rmt0: Media surface error /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: The media surface is damaged. /dev/rmt0.1: Media surface error /dev/rmt0: The media surface is damaged. Backup finished Sat Sep 21 00:07:17 EDT 2002 **** Usage Log: **** Uses: 0 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3464 79% 918 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 627944 47% 12772 9% /var /dev/hd3 81920 67824 18% 101 1% /tmp /dev/hd1 196608 37016 82% 1113 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6792 96% 3743 82% /usr/local /dev/lv03 147456 27528 82% 5433 59% /bms /dev/lv04 409600 128336 69% 2490 20% /span /dev/lv05 1048576 377768 64% 22 1% /btdata /dev/lv06 2588672 865896 67% 388 1% /mail Free Mounted Blksiz Opens Status A: 152 Fri Sep 20 23:57 2048 8 Clean /btdata/SPAN 156276 used B: 666 Fri Sep 20 23:57 2048 15 Clean /btdata/EDX 9080 used From stuart@bmsaix.bmsi.com Fri Sep 20 04:47:59 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K8lx1k034254 for ; Fri, 20 Sep 2002 04:47:59 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8K8lxxS044234 for bmsaix@bmsi.com; Fri, 20 Sep 2002 04:47:59 -0400 Date: Fri, 20 Sep 2002 04:47:59 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209200847.g8K8lxxS044234@bmsaix.bmsi.com> Subject: bmsaix0084 backup Status: RO X-Status: X-Keywords: X-UID: 2610 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 20 00:30:00 EDT 2002 mksysb backup Fri Sep 20 00:30:26 EDT 2002 Dumpdate: Thu Jun 27 00:42:04 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17563 Jun 27 00:34 ./image.data -rw-r--r-- 1 root system 2120 Jun 27 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0084 Backup Date: Fri Sep 20 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Sep 20 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 20 02:58:32 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 28318. mksysb backup Fri Sep 20 02:59:12 EDT 2002 Dumpdate: Fri Sep 20 00:43:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 20 00:34 ./image.data -rw-r--r-- 1 root system 2025 Sep 20 00:30 ./tapeid.data Verify backup Fri Sep 20 02:59:20 EDT 2002 Segment 1-4: mksysb 4324284 Kbytes, 145227 files 88.7% Backup finished Fri Sep 20 04:47:58 EDT 2002 **** Usage Log: **** Uses: 4 Backup Date: Thu Jun 27 00:30:33 EDT 2002 Backup Date: Thu Jun 6 00:30:34 EDT 2002 Backup Date: Thu May 30 00:30:34 EDT 2002 Backup Date: Tue Feb 26 00:32:34 EST 2002 From stuart@bmsaix.bmsi.com Fri Sep 20 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K8i21k044114; Fri, 20 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8K8Zp4i043996; Fri, 20 Sep 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA32934; Fri, 20 Sep 2002 04:28:21 -0400 Date: Fri, 20 Sep 2002 04:28:21 -0400 From: root@wall.wall.com Message-Id: <200209200828.EAA32934@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2611 System Id: wall Backup Started: Fri Sep 20 02:00:00 EDT 2002 Backup of btas image started Fri Sep 20 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Sep 20 02:28:03 EDT 2002] 68.2% Dumpdate: Thu Sep 19 02:33:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 19 02:28 ./image.data -rw-r--r-- 1 root system 1181 Sep 19 02:26 ./tapeid.data Tape Id: wall0056 Backup Date: Fri Sep 20 02:28:29 EDT 2002 mksysb started Fri Sep 20 02:28:30 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image............................... Creating list of files to back up..... Backing up 46838 files.............................. 2368 of 46838 files (5%).............................. 2368 of 46838 files (5%).............................. 2368 of 46838 files (5%).............................. 2406 of 46838 files (5%).............................. 2406 of 46838 files (5%).............................. 2406 of 46838 files (5%).............................. 2457 of 46838 files (5%).............................. 10799 of 46838 files (23%).............................. 20170 of 46838 files (43%).............................. 25645 of 46838 files (54%).............................. 41654 of 46838 files (88%)..................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 20 03:36:01 EDT 2002 Verify mksysb Fri Sep 20 03:36:02 EDT 2002 Dumpdate: Fri Sep 20 02:35:39 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13537 Sep 20 02:29 ./image.data -rw-r--r-- 1 root system 1223 Sep 20 02:28 ./tapeid.data 1526989 Kbytes, 46838 files 0 cache hits, 0 cache misses Backup finished Fri Sep 20 04:28:20 EDT 2002 **** Usage Log: **** Uses: 24 Backup Date: Thu Sep 19 02:26:44 EDT 2002 Backup Date: Wed Sep 18 02:27:22 EDT 2002 Backup Date: Tue Sep 17 02:27:35 EDT 2002 Backup Date: Sat Sep 14 02:28:41 EDT 2002 Backup Date: Sat May 11 02:28:28 EDT 2002 From stuart@bmsaix.bmsi.com Fri Sep 20 04:22:22 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K8ML1k035016 for ; Fri, 20 Sep 2002 04:22:21 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K8L5VA015476 for ; Fri, 20 Sep 2002 04:22:20 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g8K64Puv026020 for ; Fri, 20 Sep 2002 02:04:25 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8K64Pfi034478 for bmsaix@bmsi.com; Fri, 20 Sep 2002 02:04:25 -0400 Date: Fri, 20 Sep 2002 02:04:25 -0400 From: root@csichb.com Message-Id: <200209200604.g8K64Pfi034478@csichb.com> To: bmsaix@bmsi.com Subject: csi0018 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2612 System Id: csi Backup Started: Fri Sep 20 02:00:00 EDT 2002 Dumpdate: Fri Sep 13 02:05:26 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 13 02:01 ./image.data -rw-r--r-- 1 root system 1789 Sep 13 02:00 ./tapeid.data Tape Id: csi0018 Backup Date: Fri Sep 20 02:00:34 EDT 2002 mksysb started Fri Sep 20 02:00:34 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............... 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. BTAS/X Started [Fri Sep 20 02:04:18 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Fri Sep 20 02:04:19 EDT 2002 Verify mksysb Fri Sep 20 02:04:23 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error Backup finished Fri Sep 20 02:04:25 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5840 83% 2190 27% / /dev/hd2 4947968 155488 97% 56792 10% /usr /dev/hd9var 786432 248528 69% 21046 22% /var /dev/hd3 344064 265856 23% 89 1% /tmp /dev/hd1 1130496 193176 83% 865 1% /home /dev/lv00 524288 64160 88% 6190 19% /bms /dev/lv01 835584 52176 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 37 Backup Date: Fri Sep 13 02:00:24 EDT 2002 Backup Date: Fri Sep 6 02:00:24 EDT 2002 Backup Date: Fri Aug 30 02:00:22 EDT 2002 Backup Date: Fri Aug 23 02:00:23 EDT 2002 Backup Date: Fri Aug 16 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Fri Sep 20 04:11:55 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K8Bs1k044032 for ; Fri, 20 Sep 2002 04:11:54 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K8BrVA020482 for ; Fri, 20 Sep 2002 04:11:53 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8K8Aaa8052412; Fri, 20 Sep 2002 04:10:36 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8K8AZxu051130; Fri, 20 Sep 2002 04:10:35 -0400 Date: Fri, 20 Sep 2002 04:10:35 -0400 From: root@editorialunilit.com Message-Id: <200209200810.g8K8AZxu051130@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0078 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2613 System Id: unilit Backup Started: Thu Sep 19 23:50:00 EDT 2002 Dumpdate: Fri Sep 6 00:02:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 05 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 05 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0078 Backup Date: Thu Sep 19 23:50:21 EDT 2002 mksysb started Thu Sep 19 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8170 cache hits, 198 cache misses 155754 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 58580. Rewind Tape Fri Sep 20 02:30:58 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Sep 20 02:40:59 EDT 2002 Dumpdate: Fri Sep 20 00:01:56 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 19 23:56 ./image.data -rw-r--r-- 1 root system 573 Sep 19 23:50 ./tapeid.data 2878532 Kbytes, 33737 files Backup finished Fri Sep 20 04:10:34 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Thu Sep 5 23:50:22 EDT 2002 Backup Date: Tue Aug 20 23:50:22 EDT 2002 Backup Date: Tue Aug 6 23:50:22 EDT 2002 Backup Date: Tue Jul 23 23:50:22 EDT 2002 Backup Date: Tue Jul 9 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 623216 48% 12762 9% /var /dev/hd3 81920 67840 18% 101 1% /tmp /dev/hd1 196608 37016 82% 1113 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6800 96% 3743 82% /usr/local /dev/lv03 147456 27880 82% 5431 59% /bms /dev/lv04 409600 128600 69% 2481 20% /span /dev/lv05 1048576 377768 64% 22 1% /btdata /dev/lv06 2588672 868912 67% 388 1% /mail Free Mounted Blksiz Opens Status A: 267 Fri Sep 20 02:30 2048 8 Clean /btdata/SPAN 156276 used B: 10 Fri Sep 20 02:30 2048 15 Clean /btdata/EDX 9080 used From stuart@bmsaix.bmsi.com Fri Sep 20 02:50:58 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K6ou1k036264; Fri, 20 Sep 2002 02:50:56 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8K6ofVA008076; Fri, 20 Sep 2002 02:50:55 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8K6ofi29728; Fri, 20 Sep 2002 02:50:41 -0400 Date: Fri, 20 Sep 2002 02:50:41 -0400 From: root Message-Id: <200209200650.g8K6ofi29728@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0005 backup Status: RO X-Status: X-Keywords: X-UID: 2614 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 20 02:00:00 EDT 2002 BMS backup Fri Sep 20 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0005 Backup Date: Fri Sep 20 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Sep 20 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1311385600 (1.2GB, 901kB/s) 1422.43s real 4.70s user 24.45s system Rewind Tape Fri Sep 20 02:26:03 EDT 2002 BMS backup Fri Sep 20 02:26:49 EDT 2002 Verify backup Fri Sep 20 02:26:50 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Sep 20 02:50:40 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Fri Aug 30 02:00:24 EDT 2002 Backup Date: Thu Aug 22 02:00:21 EDT 2002 Backup Date: Tue Aug 13 02:00:24 EDT 2002 Backup Date: Tue Jul 30 02:00:24 EDT 2002 Backup Date: Thu Jul 18 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Thu Sep 19 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J8i21k036066; Thu, 19 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8J8Zpam016200; Thu, 19 Sep 2002 04:35:51 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42286; Thu, 19 Sep 2002 04:24:53 -0400 Date: Thu, 19 Sep 2002 04:24:53 -0400 From: root@wall.wall.com Message-Id: <200209190824.EAA42286@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2615 System Id: wall Backup Started: Thu Sep 19 02:00:01 EDT 2002 Backup of btas image started Thu Sep 19 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Sep 19 02:26:18 EDT 2002] 68.2% Dumpdate: Wed Sep 18 02:34:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 18 02:28 ./image.data -rw-r--r-- 1 root system 1139 Sep 18 02:27 ./tapeid.data Tape Id: wall0056 Backup Date: Thu Sep 19 02:26:44 EDT 2002 mksysb started Thu Sep 19 02:26:45 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46795 files.............................. 2357 of 46795 files (5%).............................. 2357 of 46795 files (5%).............................. 2357 of 46795 files (5%).............................. 2395 of 46795 files (5%).............................. 2395 of 46795 files (5%).............................. 2395 of 46795 files (5%).............................. 2446 of 46795 files (5%).............................. 10866 of 46795 files (23%).............................. 20158 of 46795 files (43%).............................. 25608 of 46795 files (54%).............................. 42692 of 46795 files (91%)............ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 19 03:32:45 EDT 2002 Verify mksysb Thu Sep 19 03:32:46 EDT 2002 Dumpdate: Thu Sep 19 02:33:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 19 02:28 ./image.data -rw-r--r-- 1 root system 1181 Sep 19 02:26 ./tapeid.data 1526655 Kbytes, 46795 files 0 cache hits, 0 cache misses Backup finished Thu Sep 19 04:24:52 EDT 2002 **** Usage Log: **** Uses: 23 Backup Date: Wed Sep 18 02:27:22 EDT 2002 Backup Date: Tue Sep 17 02:27:35 EDT 2002 Backup Date: Sat Sep 14 02:28:41 EDT 2002 Backup Date: Sat May 11 02:28:28 EDT 2002 Backup Date: Thu Mar 21 02:27:32 EST 2002 From stuart@bmsaix.bmsi.com Thu Sep 19 04:27:24 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J8RN1k016030 for ; Thu, 19 Sep 2002 04:27:23 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J8RMVA015710 for ; Thu, 19 Sep 2002 04:27:22 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g8J8RLuv033492 for ; Thu, 19 Sep 2002 04:27:21 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8J8RLZN033050 for bmsaix@bmsi.com; Thu, 19 Sep 2002 04:27:21 -0400 Date: Thu, 19 Sep 2002 04:27:21 -0400 From: root@csichb.com Message-Id: <200209190827.g8J8RLZN033050@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2616 System Id: csi Backup Started: Thu Sep 19 02:00:00 EDT 2002 Dumpdate: Thu Sep 12 02:06:06 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 12 02:01 ./image.data -rw-r--r-- 1 root system 949 Sep 12 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Sep 19 02:00:23 EDT 2002 mksysb started Thu Sep 19 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg.... Creating tape boot image................ Creating list of files to back up....... Backing up 89789 files.............................. 311 of 89789 files (0%).............................. 311 of 89789 files (0%).............................. 4557 of 89789 files (5%).............................. 5530 of 89789 files (6%).............................. 7319 of 89789 files (8%).............................. 7361 of 89789 files (8%).............................. 7362 of 89789 files (8%).............................. 7362 of 89789 files (8%).............................. 7387 of 89789 files (8%).............................. 11771 of 89789 files (13%).............................. 20266 of 89789 files (22%).............................. 28622 of 89789 files (31%).............................. 32024 of 89789 files (35%).............................. 33624 of 89789 files (37%).............................. 33627 of 89789 files (37%).............................. 33641 of 89789 files (37%)........backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. . 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. BTAS/X Started [Thu Sep 19 03:27:52 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Thu Sep 19 03:27:53 EDT 2002 Verify mksysb Thu Sep 19 03:28:39 EDT 2002 Dumpdate: Thu Sep 19 02:06:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 19 02:01 ./image.data -rw-r--r-- 1 root system 991 Sep 19 02:00 ./tapeid.data /dev/rmt0.1: I/O error Backup finished Thu Sep 19 04:27:20 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5848 83% 2189 27% / /dev/hd2 4947968 155488 97% 56792 10% /usr /dev/hd9var 786432 257976 68% 21220 22% /var /dev/hd3 344064 265952 23% 89 1% /tmp /dev/hd1 1130496 196312 83% 865 1% /home /dev/lv00 524288 69704 87% 6165 19% /bms /dev/lv01 835584 53312 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 17 Backup Date: Thu Sep 12 02:00:24 EDT 2002 Backup Date: Thu Sep 5 02:00:24 EDT 2002 Backup Date: Thu Aug 29 02:00:22 EDT 2002 Backup Date: Thu Aug 22 02:00:22 EDT 2002 Backup Date: Thu Aug 15 02:00:23 EDT 2002 From stuart@bmsaix.bmsi.com Thu Sep 19 04:10:04 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J89s1k019054 for ; Thu, 19 Sep 2002 04:09:54 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J89rVA008100 for ; Thu, 19 Sep 2002 04:09:53 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8J88aa8027120; Thu, 19 Sep 2002 04:08:36 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8J88aZ6025582; Thu, 19 Sep 2002 04:08:36 -0400 Date: Thu, 19 Sep 2002 04:08:36 -0400 From: root@editorialunilit.com Message-Id: <200209190808.g8J88aZ6025582@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: O X-Status: X-Keywords: X-UID: 2617 System Id: unilit Backup Started: Wed Sep 18 23:50:00 EDT 2002 Dumpdate: Thu Sep 5 00:01:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 04 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 04 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Wed Sep 18 23:50:22 EDT 2002 mksysb started Wed Sep 18 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7816 cache hits, 147 cache misses 155399 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 43052. Rewind Tape Thu Sep 19 02:29:11 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Sep 19 02:39:12 EDT 2002 Dumpdate: Thu Sep 19 00:01:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 18 23:56 ./image.data -rw-r--r-- 1 root system 573 Sep 18 23:50 ./tapeid.data 2862018 Kbytes, 33562 files Backup finished Thu Sep 19 04:08:35 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Wed Sep 4 23:50:22 EDT 2002 Backup Date: Mon Aug 19 23:50:22 EDT 2002 Backup Date: Mon Aug 5 23:50:21 EDT 2002 Backup Date: Mon Jul 22 23:50:22 EDT 2002 Backup Date: Mon Jul 8 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 644048 46% 12611 9% /var /dev/hd3 81920 67856 18% 101 1% /tmp /dev/hd1 196608 37056 82% 1112 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6800 96% 3743 82% /usr/local /dev/lv03 147456 28368 81% 5409 59% /bms /dev/lv04 409600 128752 69% 2480 20% /span /dev/lv05 1048576 379152 64% 22 1% /btdata /dev/lv06 2588672 878176 67% 388 1% /mail Free Mounted Blksiz Opens Status A: 688 Thu Sep 19 02:29 2048 8 Clean /btdata/SPAN 156276 used B: 404 Thu Sep 19 02:29 2048 15 Clean /btdata/EDX 8735 used From stuart@bmsaix.bmsi.com Thu Sep 19 02:50:02 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J6o11k032808; Thu, 19 Sep 2002 02:50:01 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8J6nxVA022830; Thu, 19 Sep 2002 02:50:00 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8J6nw127180; Thu, 19 Sep 2002 02:49:58 -0400 Date: Thu, 19 Sep 2002 02:49:58 -0400 From: root Message-Id: <200209190649.g8J6nw127180@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2618 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Sep 19 02:00:00 EDT 2002 BMS backup Thu Sep 19 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Thu Sep 19 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Sep 19 02:02:14 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1310935040 (1.2GB, 912kB/s) 1403.49s real 4.51s user 24.73s system Rewind Tape Thu Sep 19 02:25:37 EDT 2002 BMS backup Thu Sep 19 02:26:25 EDT 2002 Verify backup Thu Sep 19 02:26:25 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Sep 19 02:49:58 EDT 2002 **** Usage Log: **** Uses: 27 Backup Date: Thu Aug 29 02:00:24 EDT 2002 Backup Date: Wed Aug 21 02:00:25 EDT 2002 Backup Date: Wed Jul 17 02:00:24 EDT 2002 Backup Date: Sat Jul 6 02:00:24 EDT 2002 Backup Date: Tue Jun 18 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 18 05:01:04 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I9131k027664 for ; Wed, 18 Sep 2002 05:01:03 -0400 Received: from csi.csichb.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I90vVA034874 for ; Wed, 18 Sep 2002 05:01:02 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csichb.com (8.12.1/8.12.1) with ESMTP id g8I90uTn044922 for ; Wed, 18 Sep 2002 05:00:56 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8I90uQn018672 for bmsaix@bmsi.com; Wed, 18 Sep 2002 05:00:56 -0400 Date: Wed, 18 Sep 2002 05:00:56 -0400 From: root@csichb.com Message-Id: <200209180900.g8I90uQn018672@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2619 System Id: csi Backup Started: Wed Sep 18 02:00:00 EDT 2002 Dumpdate: Wed Sep 11 02:05:52 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 11 02:01 ./image.data -rw-r--r-- 1 root system 3469 Sep 11 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Sep 18 02:00:23 EDT 2002 mksysb started Wed Sep 18 02:00:24 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 90119 files.............................. 311 of 90119 files (0%).............................. 311 of 90119 files (0%).............................. 5152 of 90119 files (5%).............................. 7102 of 90119 files (7%).............................. 7352 of 90119 files (8%).............................. 7353 of 90119 files (8%).............................. 15748 of 90119 files (17%).............................. 29521 of 90119 files (32%).............................. 34032 of 90119 files (37%).............................. 34148 of 90119 files (37%).............................. 37387 of 90119 files (41%).............................. 44443 of 90119 files (49%).............................. 55797 of 90119 files (61%).............................. 64950 of 90119 files (72%).............................. 70509 of 90119 files (78%).............................. 75455 of 90119 files (83%).............................. 83434 of 90119 files (92%)...................... 0512-038 mksysb: Backup Completed Successfully. BTAS/X Started [Wed Sep 18 03:35:13 EDT 2002] /btdata/ITS mounted on /edx/ITS Rewind Tape Wed Sep 18 03:35:14 EDT 2002 Verify mksysb Wed Sep 18 03:36:26 EDT 2002 Dumpdate: Wed Sep 18 02:05:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 18 02:01 ./image.data -rw-r--r-- 1 root system 3511 Sep 18 02:00 ./tapeid.data 2322838 Kbytes, 90119 files Backup finished Wed Sep 18 05:00:55 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5736 83% 2191 27% / /dev/hd2 4947968 150456 97% 56745 10% /usr /dev/hd9var 786432 268320 66% 21609 22% /var /dev/hd3 344064 266064 23% 89 1% /tmp /dev/hd1 1130496 205032 82% 865 1% /home /dev/lv00 524288 65512 88% 6155 19% /bms /dev/lv01 835584 53448 94% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc **** Usage Log: **** Uses: 77 Backup Date: Wed Sep 11 02:00:23 EDT 2002 Backup Date: Wed Sep 4 02:00:22 EDT 2002 Backup Date: Wed Aug 28 02:00:22 EDT 2002 Backup Date: Wed Aug 21 02:00:24 EDT 2002 Backup Date: Wed Aug 14 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 18 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I8i21k027794; Wed, 18 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8I8Zn5C012010; Wed, 18 Sep 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA16074; Wed, 18 Sep 2002 04:25:34 -0400 Date: Wed, 18 Sep 2002 04:25:34 -0400 From: root@wall.wall.com Message-Id: <200209180825.EAA16074@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0056 backup Status: RO X-Status: X-Keywords: X-UID: 2620 System Id: wall Backup Started: Wed Sep 18 02:00:00 EDT 2002 Backup of btas image started Wed Sep 18 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Sep 18 02:26:56 EDT 2002] 68.2% Dumpdate: Tue Sep 17 02:34:43 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 17 02:28 ./image.data -rw-r--r-- 1 root system 1097 Sep 17 02:27 ./tapeid.data Tape Id: wall0056 Backup Date: Wed Sep 18 02:27:22 EDT 2002 mksysb started Wed Sep 18 02:27:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46765 files.............................. 2345 of 46765 files (5%).............................. 2345 of 46765 files (5%).............................. 2345 of 46765 files (5%).............................. 2383 of 46765 files (5%).............................. 2383 of 46765 files (5%).............................. 2383 of 46765 files (5%).............................. 2435 of 46765 files (5%).............................. 11746 of 46765 files (25%).............................. 20582 of 46765 files (44%).............................. 25590 of 46765 files (54%).............................. 42892 of 46765 files (91%)........... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 18 03:33:17 EDT 2002 Verify mksysb Wed Sep 18 03:33:18 EDT 2002 Dumpdate: Wed Sep 18 02:34:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 18 02:28 ./image.data -rw-r--r-- 1 root system 1139 Sep 18 02:27 ./tapeid.data 1524920 Kbytes, 46765 files 0 cache hits, 0 cache misses Backup finished Wed Sep 18 04:25:33 EDT 2002 **** Usage Log: **** Uses: 22 Backup Date: Tue Sep 17 02:27:35 EDT 2002 Backup Date: Sat Sep 14 02:28:41 EDT 2002 Backup Date: Sat May 11 02:28:28 EDT 2002 Backup Date: Thu Mar 21 02:27:32 EST 2002 Backup Date: Wed Mar 20 02:28:24 EST 2002 From stuart@bmsaix.bmsi.com Wed Sep 18 04:14:47 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I8Ek1k030046 for ; Wed, 18 Sep 2002 04:14:46 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I8EjVA028936 for ; Wed, 18 Sep 2002 04:14:46 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8I8DRa8018918; Wed, 18 Sep 2002 04:13:28 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8I8DRaS030948; Wed, 18 Sep 2002 04:13:27 -0400 Date: Wed, 18 Sep 2002 04:13:27 -0400 From: root@editorialunilit.com Message-Id: <200209180813.g8I8DRaS030948@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2621 System Id: unilit Backup Started: Tue Sep 17 23:50:00 EDT 2002 Dumpdate: Wed Sep 4 00:03:28 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 03 23:58 ./image.data -rw-r--r-- 1 root system 531 Sep 03 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Tue Sep 17 23:51:44 EDT 2002 mksysb started Tue Sep 17 23:51:44 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 7813 cache hits, 145 cache misses 155136 cache hits, 90 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 52514. Rewind Tape Wed Sep 18 02:33:22 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Sep 18 02:43:23 EDT 2002 Dumpdate: Wed Sep 18 00:03:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 17 23:58 ./image.data -rw-r--r-- 1 root system 573 Sep 17 23:51 ./tapeid.data 2880476 Kbytes, 32521 files Backup finished Wed Sep 18 04:13:26 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Tue Sep 3 23:51:51 EDT 2002 Backup Date: Fri Aug 16 23:51:52 EDT 2002 Backup Date: Fri Aug 2 23:50:21 EDT 2002 Backup Date: Fri Jul 19 23:50:42 EDT 2002 Backup Date: Fri Jul 5 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 651144 45% 11574 8% /var /dev/hd3 81920 67880 18% 101 1% /tmp /dev/hd1 196608 37056 82% 1112 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6808 96% 3743 82% /usr/local /dev/lv03 147456 28256 81% 5407 59% /bms /dev/lv04 409600 129064 69% 2478 20% /span /dev/lv05 1048576 379152 64% 22 1% /btdata /dev/lv06 2588672 837464 68% 388 1% /mail Free Mounted Blksiz Opens Status A: 951 Wed Sep 18 02:33 2048 8 Clean /btdata/SPAN 156276 used B: 415 Wed Sep 18 02:33 2048 15 Clean /btdata/EDX 8735 used From stuart@bmsaix.bmsi.com Wed Sep 18 02:51:41 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I6pe1k039102; Wed, 18 Sep 2002 02:51:40 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8I6oNVA032866; Wed, 18 Sep 2002 02:51:39 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8I6oNu25052; Wed, 18 Sep 2002 02:50:23 -0400 Date: Wed, 18 Sep 2002 02:50:23 -0400 From: root Message-Id: <200209180650.g8I6oNu25052@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2622 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 18 02:00:00 EDT 2002 BMS backup Wed Sep 18 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Wed Sep 18 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Sep 18 02:02:15 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1310392320 (1.2GB, 902kB/s) 1418.09s real 4.46s user 23.63s system Rewind Tape Wed Sep 18 02:25:53 EDT 2002 BMS backup Wed Sep 18 02:26:45 EDT 2002 Verify backup Wed Sep 18 02:26:45 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Sep 18 02:50:22 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Sat Sep 7 02:00:20 EDT 2002 Backup Date: Wed Aug 28 02:00:20 EDT 2002 Backup Date: Tue Aug 20 02:00:24 EDT 2002 Backup Date: Sat Jul 27 02:00:24 EDT 2002 Backup Date: Tue Jul 16 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Tue Sep 24 04:44:03 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O8i21k029520; Tue, 24 Sep 2002 04:44:02 -0400 Received: (from uucp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8O8Pk6B036428; Tue, 24 Sep 2002 04:25:46 -0400 Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA19320; Tue, 24 Sep 2002 04:25:05 -0400 Date: Tue, 24 Sep 2002 04:25:05 -0400 From: root@wall.wall.com Message-Id: <200209240825.EAA19320@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0051 backup Status: RO X-Status: X-Keywords: X-UID: 2623 System Id: wall Backup Started: Tue Sep 24 02:00:00 EDT 2002 Backup of btas image started Tue Sep 24 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Sep 24 02:26:17 EDT 2002] 68.2% Dumpdate: Fri May 24 02:33:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13534 May 24 02:27 ./image.data -rw-r--r-- 1 root system 3617 May 24 02:26 ./tapeid.data Tape Id: wall0051 Backup Date: Tue Sep 24 02:26:44 EDT 2002 mksysb started Tue Sep 24 02:26:45 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image.............................. Creating list of files to back up..... Backing up 46848 files.............................. 2403 of 46848 files (5%).............................. 2403 of 46848 files (5%).............................. 2403 of 46848 files (5%).............................. 2441 of 46848 files (5%).............................. 2441 of 46848 files (5%).............................. 2441 of 46848 files (5%).............................. 2494 of 46848 files (5%)................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248519: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248520: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248521: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248522: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248523: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248524: A file or directory in the path name does not exist. .............. 11232 of 46848 files (23%).............................. 20623 of 46848 files (44%).............................. 25613 of 46848 files (54%).............................. 41828 of 46848 files (89%)................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Tue Sep 24 03:33:36 EDT 2002 Verify mksysb Tue Sep 24 03:33:37 EDT 2002 Dumpdate: Tue Sep 24 02:33:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 24 02:28 ./image.data -rw-r--r-- 1 root system 3659 Sep 24 02:26 ./tapeid.data 1525904 Kbytes, 46842 files 0 cache hits, 0 cache misses Backup finished Tue Sep 24 04:25:04 EDT 2002 **** Usage Log: **** Uses: 82 Backup Date: Fri May 24 02:26:12 EDT 2002 Backup Date: Thu May 23 02:28:25 EDT 2002 Backup Date: Wed May 22 02:26:58 EDT 2002 Backup Date: Tue May 21 02:28:39 EDT 2002 Backup Date: Sat May 18 02:27:39 EDT 2002 From stuart@bmsaix.bmsi.com Tue Sep 24 04:12:33 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O8CT1k036420 for ; Tue, 24 Sep 2002 04:12:29 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O8CSVA033806 for ; Tue, 24 Sep 2002 04:12:28 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8O8BAa8058228; Tue, 24 Sep 2002 04:11:10 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8O8BAqt056946; Tue, 24 Sep 2002 04:11:10 -0400 Date: Tue, 24 Sep 2002 04:11:10 -0400 From: root@editorialunilit.com Message-Id: <200209240811.g8O8BAqt056946@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0080 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2624 System Id: unilit Backup Started: Mon Sep 23 23:50:01 EDT 2002 Dumpdate: Tue Sep 10 00:01:59 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10742 Sep 09 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 09 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0080 Backup Date: Mon Sep 23 23:50:22 EDT 2002 mksysb started Mon Sep 23 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8133 cache hits, 214 cache misses 156066 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 33460. Rewind Tape Tue Sep 24 02:31:09 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Sep 24 02:41:10 EDT 2002 Dumpdate: Tue Sep 24 00:01:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 23 23:56 ./image.data -rw-r--r-- 1 root system 573 Sep 23 23:50 ./tapeid.data 2871936 Kbytes, 33894 files Backup finished Tue Sep 24 04:11:09 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Mon Sep 9 23:50:25 EDT 2002 Backup Date: Thu Aug 22 23:50:21 EDT 2002 Backup Date: Thu Aug 8 23:50:22 EDT 2002 Backup Date: Thu Jul 25 23:50:22 EDT 2002 Backup Date: Thu Jul 11 23:50:24 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 647096 46% 12903 9% /var /dev/hd3 81920 67808 18% 101 1% /tmp /dev/hd1 196608 37016 82% 1113 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6792 96% 3743 82% /usr/local /dev/lv03 147456 27744 82% 5435 59% /bms /dev/lv04 409600 128144 69% 2493 20% /span /dev/lv05 1048576 377584 64% 22 1% /btdata /dev/lv06 2588672 863848 67% 388 1% /mail Free Mounted Blksiz Opens Status A: 0 Tue Sep 24 02:31 2048 8 Clean /btdata/SPAN 156322 used B: 485 Tue Sep 24 02:31 2048 15 Clean /btdata/EDX 9080 used From stuart@bmsaix.bmsi.com Tue Sep 24 02:50:29 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O6oR1k024556; Tue, 24 Sep 2002 02:50:28 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O6oQVA021012; Tue, 24 Sep 2002 02:50:26 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8O6oPe11177; Tue, 24 Sep 2002 02:50:25 -0400 Date: Tue, 24 Sep 2002 02:50:25 -0400 From: root Message-Id: <200209240650.g8O6oPe11177@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0001 backup Status: RO X-Status: X-Keywords: X-UID: 2625 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Sep 24 02:00:00 EDT 2002 BMS backup Tue Sep 24 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0001 Backup Date: Tue Sep 24 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Sep 24 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1312839680 (1.2GB, 911kB/s) 1407.45s real 4.72s user 23.54s system Rewind Tape Tue Sep 24 02:25:47 EDT 2002 BMS backup Tue Sep 24 02:26:43 EDT 2002 Verify backup Tue Sep 24 02:26:43 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Sep 24 02:50:25 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Sat Sep 14 02:00:24 EDT 2002 Backup Date: Wed Sep 4 02:00:25 EDT 2002 Backup Date: Fri Aug 16 02:00:24 EDT 2002 Backup Date: Thu Aug 8 02:00:24 EDT 2002 Backup Date: Tue Aug 6 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Tue Sep 24 02:15:09 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O6F81k027540 for ; Tue, 24 Sep 2002 02:15:08 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8O6F7VA021646 for ; Tue, 24 Sep 2002 02:15:07 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g8O6F6uv014718 for ; Tue, 24 Sep 2002 02:15:07 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8O6F6qU027790 for bmsaix@bmsi.com; Tue, 24 Sep 2002 02:15:06 -0400 Date: Tue, 24 Sep 2002 02:15:06 -0400 From: root@csichb.com Message-Id: <200209240615.g8O6F6qU027790@csichb.com> To: bmsaix@bmsi.com Subject: csi0023 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2626 System Id: csi Backup Started: Tue Sep 24 02:00:00 EDT 2002 Stop Edx Tue Sep 24 02:00:00 EDT 2002 Copy /btdata/ROOT to /btsave Tue Sep 24 02:00:01 EDT 2002 /btdata/ROOT: image backup complete 70.6% Copy /btdata/ITS to /btsave Tue Sep 24 02:05:15 EDT 2002 /btdata/ITS: image backup complete 77.0% BTAS/X Started [Tue Sep 24 02:06:08 EDT 2002] /btdata/ITS mounted on /edx/ITS Dumpdate: Sat Sep 21 02:10:48 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9870 Sep 21 02:07 ./image.data -rw-r--r-- 1 root system 697 Sep 21 02:05 ./tapeid.data Tape Id: csi0023 Backup Date: Tue Sep 24 02:07:33 EDT 2002 mksysb started Tue Sep 24 02:07:34 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image...............backup: 0511-447 An error occurred closing /dev/rmt0.1: The media surface is damaged. 0512-021 mksysb: Attempt to create a bootable tape failed: mkinsttape /dev/rmt0.1 failed with return code 9. Rewind Tape Tue Sep 24 02:12:21 EDT 2002 Verify mksysb Tue Sep 24 02:12:22 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Tue Sep 24 02:15:06 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5824 83% 2193 27% / /dev/hd2 4947968 155416 97% 56793 10% /usr /dev/hd9var 786432 267760 66% 19803 21% /var /dev/hd3 344064 265656 23% 91 1% /tmp /dev/hd1 1130496 180752 85% 869 1% /home /dev/lv00 524288 54736 90% 6221 19% /bms /dev/lv01 835584 48544 95% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc /dev/lv04 835584 606432 28% 19 1% /btsave **** Usage Log: **** Uses: 11 Backup Date: Sat Sep 21 02:05:54 EDT 2002 Backup Date: Sat Sep 14 02:00:21 EDT 2002 Backup Date: Sat Sep 7 02:00:22 EDT 2002 Backup Date: Tue Sep 3 02:00:18 EDT 2002 Backup Date: Sat Aug 31 02:00:21 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 25 04:46:22 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P8kL1k043594 for ; Wed, 25 Sep 2002 04:46:21 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8P8kKvF042050 for bmsaix@bmsi.com; Wed, 25 Sep 2002 04:46:20 -0400 Date: Wed, 25 Sep 2002 04:46:20 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209250846.g8P8kKvF042050@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2627 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 25 00:30:00 EDT 2002 mksysb backup Wed Sep 25 00:30:26 EDT 2002 Dumpdate: Wed Sep 4 00:42:42 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Sep 04 00:34 ./image.data -rw-r--r-- 1 root system 2100 Sep 04 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Sep 25 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Sep 25 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Sep 25 03:00:21 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 41536. mksysb backup Wed Sep 25 03:00:58 EDT 2002 Dumpdate: Wed Sep 25 00:43:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 25 00:34 ./image.data -rw-r--r-- 1 root system 2067 Sep 25 00:30 ./tapeid.data Verify backup Wed Sep 25 03:01:05 EDT 2002 Segment 1-4: mksysb 4324618 Kbytes, 145051 files 88.7% Backup finished Wed Sep 25 04:46:20 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Wed Sep 4 00:30:33 EDT 2002 Backup Date: Wed Aug 28 00:30:34 EDT 2002 Backup Date: Thu Aug 22 00:30:01 EDT 2002 Backup Date: Wed Aug 21 00:33:06 EDT 2002 Backup Date: Wed Aug 14 00:30:33 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 25 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P8i21k013304; Wed, 25 Sep 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8P8Znfx027474; Wed, 25 Sep 2002 04:35:49 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA22206; Wed, 25 Sep 2002 04:28:44 -0400 Date: Wed, 25 Sep 2002 04:28:44 -0400 From: root@wall.wall.com Message-Id: <200209250828.EAA22206@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2628 System Id: wall Backup Started: Wed Sep 25 02:00:00 EDT 2002 Backup of btas image started Wed Sep 25 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Sep 25 02:27:12 EDT 2002] 68.2% Dumpdate: Thu Aug 22 02:34:34 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Aug 22 02:28 ./image.data -rw-r--r-- 1 root system 2273 Aug 22 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Sep 25 02:27:39 EDT 2002 mksysb started Wed Sep 25 02:27:39 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46929 files.............................. 2414 of 46929 files (5%).............................. 2414 of 46929 files (5%).............................. 2414 of 46929 files (5%).............................. 2452 of 46929 files (5%).............................. 2452 of 46929 files (5%).............................. 2452 of 46929 files (5%).............................. 2504 of 46929 files (5%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248645: A file or directory in the path name does not exist. ............. 11141 of 46929 files (23%).............................. 20482 of 46929 files (43%).............................. 25705 of 46929 files (54%).............................. 40537 of 46929 files (86%).............................. 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Wed Sep 25 03:36:44 EDT 2002 Verify mksysb Wed Sep 25 03:36:46 EDT 2002 Dumpdate: Wed Sep 25 02:34:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 25 02:29 ./image.data -rw-r--r-- 1 root system 2315 Sep 25 02:27 ./tapeid.data 1525250 Kbytes, 46928 files 0 cache hits, 0 cache misses Backup finished Wed Sep 25 04:28:43 EDT 2002 **** Usage Log: **** Uses: 50 Backup Date: Thu Aug 22 02:27:28 EDT 2002 Backup Date: Wed Aug 21 02:26:46 EDT 2002 Backup Date: Tue Aug 20 02:27:49 EDT 2002 Backup Date: Sat Aug 17 02:27:13 EDT 2002 Backup Date: Fri Aug 16 02:26:37 EDT 2002 From stuart@bmsaix.bmsi.com Wed Sep 25 04:13:37 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P8DW1k004790 for ; Wed, 25 Sep 2002 04:13:32 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P8DVVA013618 for ; Wed, 25 Sep 2002 04:13:32 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8P8CEa8041926; Wed, 25 Sep 2002 04:12:14 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8P8CDuY039620; Wed, 25 Sep 2002 04:12:13 -0400 Date: Wed, 25 Sep 2002 04:12:13 -0400 From: root@editorialunilit.com Message-Id: <200209250812.g8P8CDuY039620@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0081 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2629 System Id: unilit Backup Started: Tue Sep 24 23:50:01 EDT 2002 Dumpdate: Wed Sep 11 00:01:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Sep 10 23:56 ./image.data -rw-r--r-- 1 root system 531 Sep 10 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0081 Backup Date: Tue Sep 24 23:50:22 EDT 2002 mksysb started Tue Sep 24 23:50:22 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8152 cache hits, 208 cache misses 156256 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 26886. Rewind Tape Wed Sep 25 02:31:48 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Sep 25 02:41:49 EDT 2002 Dumpdate: Wed Sep 25 00:01:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 24 23:56 ./image.data -rw-r--r-- 1 root system 573 Sep 24 23:50 ./tapeid.data 2874908 Kbytes, 34169 files Backup finished Wed Sep 25 04:12:13 EDT 2002 **** Usage Log: **** Uses: 7 Backup Date: Tue Sep 10 23:50:21 EDT 2002 Backup Date: Mon Aug 26 23:50:22 EDT 2002 Backup Date: Fri Aug 9 23:50:22 EDT 2002 Backup Date: Fri Jul 26 23:50:22 EDT 2002 Backup Date: Fri Jul 12 23:50:21 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 644288 46% 13175 9% /var /dev/hd3 81920 67800 18% 101 1% /tmp /dev/hd1 196608 37000 82% 1113 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6792 96% 3743 82% /usr/local /dev/lv03 147456 27568 82% 5437 59% /bms /dev/lv04 409600 127992 69% 2494 20% /span /dev/lv05 1048576 376824 65% 22 1% /btdata /dev/lv06 2588672 862888 67% 388 1% /mail Free Mounted Blksiz Opens Status A: 0 Wed Sep 25 02:31 2048 8 Clean /btdata/SPAN 156512 used B: 506 Wed Sep 25 02:31 2048 15 Clean /btdata/EDX 9080 used From stuart@bmsaix.bmsi.com Wed Sep 25 03:52:29 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P7qT1k013298 for ; Wed, 25 Sep 2002 03:52:29 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P7qRVA021556 for ; Wed, 25 Sep 2002 03:52:28 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g8P7qRuv043402 for ; Wed, 25 Sep 2002 03:52:27 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g8P7qR2v019320 for bmsaix@bmsi.com; Wed, 25 Sep 2002 03:52:27 -0400 Date: Wed, 25 Sep 2002 03:52:27 -0400 From: root@csichb.com Message-Id: <200209250752.g8P7qR2v019320@csichb.com> To: bmsaix@bmsi.com Subject: csi0024 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2630 System Id: csi Backup Started: Wed Sep 25 02:00:00 EDT 2002 Stop Edx Wed Sep 25 02:00:00 EDT 2002 Copy /btdata/ROOT to /btsave Wed Sep 25 02:00:02 EDT 2002 /btdata/ROOT: image backup complete Copy /btdata/ITS to /btsave Wed Sep 25 02:05:43 EDT 2002 /btdata/ITS: image backup complete 77.0% BTAS/X Started [Wed Sep 25 02:06:32 EDT 2002] /btdata/ITS mounted on /edx/ITS /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files Assigning New Tape Id Wed Sep 25 02:08:17 EDT 2002 Retensioning Tape Wed Sep 25 02:08:17 EDT 2002 Tape Id: csi0024 Backup Date: Wed Sep 25 02:08:17 EDT 2002 mksysb started Wed Sep 25 02:08:17 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ Creating list of files to back up........ Backing up 89039 files.............................. 7 of 89039 files (0%).............................. 7 of 89039 files (0%).............................. 7 of 89039 files (0%).............................. 7 of 89039 files (0%)...................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. .. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. Rewind Tape Wed Sep 25 02:37:33 EDT 2002 Verify mksysb Wed Sep 25 02:38:18 EDT 2002 Dumpdate: Wed Sep 25 02:13:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9870 Sep 25 02:09 ./image.data -rw-r--r-- 1 root system 277 Sep 25 02:08 ./tapeid.data /dev/rmt0.1: Media surface error after 25162 Kbytes, 6 files Backup finished Wed Sep 25 03:52:26 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5832 83% 2192 27% / /dev/hd2 4947968 155416 97% 56793 10% /usr /dev/hd9var 786432 245072 69% 20390 21% /var /dev/hd3 344064 265552 23% 91 1% /tmp /dev/hd1 1130496 180144 85% 869 1% /home /dev/lv00 524288 52512 90% 6231 20% /bms /dev/lv01 835584 48544 95% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc /dev/lv04 835584 606088 28% 19 1% /btsave **** Usage Log: **** Uses: 0 From stuart@bmsaix.bmsi.com Wed Sep 25 02:50:12 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P6oA1k029028; Wed, 25 Sep 2002 02:50:10 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8P6o8VA021668; Wed, 25 Sep 2002 02:50:08 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8P6o7C13822; Wed, 25 Sep 2002 02:50:07 -0400 Date: Wed, 25 Sep 2002 02:50:07 -0400 From: root Message-Id: <200209250650.g8P6o7C13822@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0010 backup Status: RO X-Status: X-Keywords: X-UID: 2631 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Sep 25 02:00:00 EDT 2002 BMS backup Wed Sep 25 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0010 Backup Date: Wed Sep 25 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Sep 25 02:02:19 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1313167360 (1.2GB, 904kB/s) 1418.29s real 4.07s user 24.32s system Rewind Tape Wed Sep 25 02:25:58 EDT 2002 BMS backup Wed Sep 25 02:26:39 EDT 2002 Verify backup Wed Sep 25 02:26:39 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Sep 25 02:50:07 EDT 2002 **** Usage Log: **** Uses: 30 Backup Date: Thu Sep 5 02:00:20 EDT 2002 Backup Date: Sat Aug 17 02:00:24 EDT 2002 Backup Date: Fri Aug 9 02:00:24 EDT 2002 Backup Date: Wed Jul 24 02:00:23 EDT 2002 Backup Date: Thu Jun 27 02:00:27 EDT 2002 From root@bmsaix.bmsi.com Sat Sep 28 04:45:02 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8S8j11k042794 for ; Sat, 28 Sep 2002 04:45:01 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8S8j1mL022050 for bmsaix@bmsi.com; Sat, 28 Sep 2002 04:45:01 -0400 Date: Sat, 28 Sep 2002 04:45:01 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209280845.g8S8j1mL022050@bmsaix.bmsi.com> Subject: bmsaix0089 backup Status: RO X-Status: X-Keywords: X-UID: 2632 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 28 00:30:01 EDT 2002 mksysb backup Sat Sep 28 00:30:23 EDT 2002 Dumpdate: Sat Sep 14 00:43:24 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 14 00:34 ./image.data -rw-r--r-- 1 root system 1974 Sep 14 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: bmsaix0089 Backup Date: Sat Sep 28 00:30:30 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Sat Sep 28 00:31:02 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 28 02:59:20 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 17228. mksysb backup Sat Sep 28 03:00:57 EDT 2002 Dumpdate: Sat Sep 28 00:43:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 28 00:34 ./image.data -rw-r--r-- 1 root system 1941 Sep 28 00:30 ./tapeid.data Verify backup Sat Sep 28 03:01:04 EDT 2002 Segment 1-4: mksysb 4325634 Kbytes, 145191 files 88.7% Backup finished Sat Sep 28 04:45:00 EDT 2002 **** Usage Log: **** Uses: 2 Backup Date: Sat Sep 14 00:30:34 EDT 2002 Backup Date: Sat Aug 24 00:33:08 EDT 2002 From root@wall.wall.com Sat Sep 28 05:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8S9i21m025672; Sat, 28 Sep 2002 05:44:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8S9L0e8036858; Sat, 28 Sep 2002 05:21:00 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA41428; Sat, 28 Sep 2002 04:28:08 -0400 Date: Sat, 28 Sep 2002 04:28:08 -0400 From: root@wall.wall.com Message-Id: <200209280828.EAA41428@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2633 System Id: wall Backup Started: Sat Sep 28 02:00:01 EDT 2002 Backup of btas image started Sat Sep 28 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Sat Sep 28 02:26:55 EDT 2002] 68.2% Dumpdate: Fri Sep 27 02:35:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 27 02:29 ./image.data -rw-r--r-- 1 root system 2399 Sep 27 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Sat Sep 28 02:27:22 EDT 2002 mksysb started Sat Sep 28 02:27:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47116 files.............................. 2448 of 47116 files (5%).............................. 2448 of 47116 files (5%).............................. 2448 of 47116 files (5%).............................. 2486 of 47116 files (5%).............................. 2486 of 47116 files (5%).............................. 2486 of 47116 files (5%).............................. 2538 of 47116 files (5%).............................. 11844 of 47116 files (25%).............................. 20873 of 47116 files (44%).............................. 25887 of 47116 files (54%).............................. 42600 of 47116 files (90%)........................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Sat Sep 28 03:35:52 EDT 2002 Verify mksysb Sat Sep 28 03:35:54 EDT 2002 Dumpdate: Sat Sep 28 02:34:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 28 02:28 ./image.data -rw-r--r-- 1 root system 2441 Sep 28 02:27 ./tapeid.data 1526711 Kbytes, 47116 files 0 cache hits, 0 cache misses Backup finished Sat Sep 28 04:28:07 EDT 2002 **** Usage Log: **** Uses: 53 Backup Date: Fri Sep 27 02:28:15 EDT 2002 Backup Date: Thu Sep 26 02:28:05 EDT 2002 Backup Date: Wed Sep 25 02:27:39 EDT 2002 Backup Date: Thu Aug 22 02:27:28 EDT 2002 Backup Date: Wed Aug 21 02:26:46 EDT 2002 From root@editorialunilit.com Sat Sep 28 03:36:10 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8S7a51k013652 for ; Sat, 28 Sep 2002 03:36:05 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8S7ZxVA016618 for ; Sat, 28 Sep 2002 03:36:04 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8S7Yga8041596; Sat, 28 Sep 2002 03:34:42 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8S7Ygm9052090; Sat, 28 Sep 2002 03:34:42 -0400 Date: Sat, 28 Sep 2002 03:34:42 -0400 From: root@editorialunilit.com Message-Id: <200209280734.g8S7Ygm9052090@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0072 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2634 System Id: unilit Backup Started: Fri Sep 27 23:50:00 EDT 2002 Dumpdate: Sat Sep 14 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 13 23:57 ./image.data -rw-r--r-- 1 root system 1665 Sep 13 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0072 Backup Date: Fri Sep 27 23:50:57 EDT 2002 mksysb started Fri Sep 27 23:50:58 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8176 cache hits, 193 cache misses 156778 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/mqueue/dfg8S3w0a8032330: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 52796. Rewind Tape Sat Sep 28 02:31:53 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Sat Sep 28 02:41:54 EDT 2002 Dumpdate: Sat Sep 28 00:03:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 27 23:57 ./image.data -rw-r--r-- 1 root system 1707 Sep 27 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1408881 Kbytes, 376 files Backup finished Sat Sep 28 03:34:41 EDT 2002 **** Usage Log: **** Uses: 34 Backup Date: Fri Sep 13 23:50:56 EDT 2002 Backup Date: Thu Aug 29 23:50:58 EDT 2002 Backup Date: Wed Aug 14 23:50:58 EDT 2002 Backup Date: Wed Jul 31 23:50:57 EDT 2002 Backup Date: Wed Jul 17 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 615240 48% 12588 9% /var /dev/hd3 81920 67760 18% 101 1% /tmp /dev/hd1 196608 36960 82% 1115 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6784 96% 3743 82% /usr/local /dev/lv03 147456 37128 75% 5443 60% /bms /dev/lv04 409600 128888 69% 2502 20% /span /dev/lv05 1048576 374736 65% 22 1% /btdata /dev/lv06 2588672 857624 67% 386 1% /mail Free Mounted Blksiz Opens Status A: 0 Sat Sep 28 02:31 2048 8 Clean /btdata/SPAN 157034 used B: 596 Sat Sep 28 02:31 2048 15 Clean /btdata/EDX 9080 used From root@acustomsbroker.com Sat Sep 28 02:50:31 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8S6oT1k038424; Sat, 28 Sep 2002 02:50:29 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8S6oSVA016950; Sat, 28 Sep 2002 02:50:28 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8S6oRg25536; Sat, 28 Sep 2002 02:50:27 -0400 Date: Sat, 28 Sep 2002 02:50:27 -0400 From: root Message-Id: <200209280650.g8S6oRg25536@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0006 backup Status: RO X-Status: X-Keywords: X-UID: 2635 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Sat Sep 28 02:00:01 EDT 2002 BMS backup Sat Sep 28 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0006 Backup Date: Sat Sep 28 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Sat Sep 28 02:02:23 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1315072000 (1.2GB, 908kB/s) 1413.71s real 4.44s user 24.01s system Rewind Tape Sat Sep 28 02:25:57 EDT 2002 BMS backup Sat Sep 28 02:26:51 EDT 2002 Verify backup Sat Sep 28 02:26:51 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Sat Sep 28 02:50:27 EDT 2002 **** Usage Log: **** Uses: 28 Backup Date: Thu Sep 19 02:00:24 EDT 2002 Backup Date: Thu Aug 29 02:00:24 EDT 2002 Backup Date: Wed Aug 21 02:00:25 EDT 2002 Backup Date: Wed Jul 17 02:00:24 EDT 2002 Backup Date: Sat Jul 6 02:00:24 EDT 2002 From root@bmsaix.bmsi.com Fri Sep 27 04:49:43 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8R8ng1k015976 for ; Fri, 27 Sep 2002 04:49:43 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8R8ngVl042852 for bmsaix@bmsi.com; Fri, 27 Sep 2002 04:49:42 -0400 Date: Fri, 27 Sep 2002 04:49:42 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209270849.g8R8ngVl042852@bmsaix.bmsi.com> Subject: bmsaix0085 backup Status: RO X-Status: X-Keywords: X-UID: 2636 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 27 00:30:00 EDT 2002 mksysb backup Fri Sep 27 00:30:26 EDT 2002 Dumpdate: Fri Sep 6 00:42:58 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Sep 06 00:34 ./image.data -rw-r--r-- 1 root system 2142 Sep 06 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0085 Backup Date: Fri Sep 27 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Fri Sep 27 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4ce1df6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4c51df6: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4c51: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4ce2e38: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4c52e38: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4c52: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 27 02:58:00 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 30304. mksysb backup Fri Sep 27 02:58:40 EDT 2002 Dumpdate: Fri Sep 27 00:43:21 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 27 00:34 ./image.data -rw-r--r-- 1 root system 2109 Sep 27 00:30 ./tapeid.data Verify backup Fri Sep 27 02:58:47 EDT 2002 Segment 1-4: mksysb 4319418 Kbytes, 145144 files 88.7% Backup finished Fri Sep 27 04:49:42 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Fri Sep 6 00:30:34 EDT 2002 Backup Date: Sat Jul 13 00:30:34 EDT 2002 Backup Date: Tue Jul 9 00:30:34 EDT 2002 Backup Date: Thu Jun 20 00:30:33 EDT 2002 Backup Date: Thu May 2 00:30:34 EDT 2002 From root@wall.wall.com Fri Sep 27 05:14:06 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8R9E21m037562; Fri, 27 Sep 2002 05:14:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8R8p9vR033484; Fri, 27 Sep 2002 04:51:09 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42400; Fri, 27 Sep 2002 04:26:33 -0400 Date: Fri, 27 Sep 2002 04:26:33 -0400 From: root@wall.wall.com Message-Id: <200209270826.EAA42400@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2637 System Id: wall Backup Started: Fri Sep 27 02:00:00 EDT 2002 Backup of btas image started Fri Sep 27 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Fri Sep 27 02:27:49 EDT 2002] 68.2% Dumpdate: Thu Sep 26 02:35:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 26 02:29 ./image.data -rw-r--r-- 1 root system 2357 Sep 26 02:28 ./tapeid.data Tape Id: wall0058 Backup Date: Fri Sep 27 02:28:15 EDT 2002 mksysb started Fri Sep 27 02:28:16 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 47029 files.............................. 2437 of 47029 files (5%).............................. 2437 of 47029 files (5%).............................. 2437 of 47029 files (5%).............................. 2475 of 47029 files (5%).............................. 2475 of 47029 files (5%).............................. 2475 of 47029 files (5%).............................. 2527 of 47029 files (5%).............................. 11531 of 47029 files (24%).............................. 20792 of 47029 files (44%).............................. 25794 of 47029 files (54%).............................. 43151 of 47029 files (91%)............ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Fri Sep 27 03:34:17 EDT 2002 Verify mksysb Fri Sep 27 03:34:18 EDT 2002 Dumpdate: Fri Sep 27 02:35:22 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 27 02:29 ./image.data -rw-r--r-- 1 root system 2399 Sep 27 02:28 ./tapeid.data 1525721 Kbytes, 47029 files 0 cache hits, 0 cache misses Backup finished Fri Sep 27 04:26:32 EDT 2002 **** Usage Log: **** Uses: 52 Backup Date: Thu Sep 26 02:28:05 EDT 2002 Backup Date: Wed Sep 25 02:27:39 EDT 2002 Backup Date: Thu Aug 22 02:27:28 EDT 2002 Backup Date: Wed Aug 21 02:26:46 EDT 2002 Backup Date: Tue Aug 20 02:27:49 EDT 2002 From root@acustomsbroker.com Fri Sep 27 02:51:13 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8R6p91k042094; Fri, 27 Sep 2002 02:51:10 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8R6p7VA020282; Fri, 27 Sep 2002 02:51:08 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8R6p7X20008; Fri, 27 Sep 2002 02:51:07 -0400 Date: Fri, 27 Sep 2002 02:51:07 -0400 From: root Message-Id: <200209270651.g8R6p7X20008@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0007 backup Status: RO X-Status: X-Keywords: X-UID: 2638 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Fri Sep 27 02:00:00 EDT 2002 BMS backup Fri Sep 27 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0007 Backup Date: Fri Sep 27 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Fri Sep 27 02:02:20 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/maillog: file changed as we read it tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1314519040 (1.2GB, 900kB/s) tar: Error exit delayed from previous errors 1425.70s real 4.42s user 23.93s system Rewind Tape Fri Sep 27 02:26:06 EDT 2002 BMS backup Fri Sep 27 02:27:01 EDT 2002 Verify backup Fri Sep 27 02:27:01 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Fri Sep 27 02:51:06 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Wed Sep 18 02:00:20 EDT 2002 Backup Date: Sat Sep 7 02:00:20 EDT 2002 Backup Date: Wed Aug 28 02:00:20 EDT 2002 Backup Date: Tue Aug 20 02:00:24 EDT 2002 Backup Date: Sat Jul 27 02:00:24 EDT 2002 From root@editorialunilit.com Fri Sep 27 02:44:30 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8R6iQ1k041166 for ; Fri, 27 Sep 2002 02:44:26 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8R6iPVA034022 for ; Fri, 27 Sep 2002 02:44:25 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8R6h7a8037346; Fri, 27 Sep 2002 02:43:07 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8R6h79d056544; Fri, 27 Sep 2002 02:43:07 -0400 Date: Fri, 27 Sep 2002 02:43:07 -0400 From: root@editorialunilit.com Message-Id: <200209270643.g8R6h79d056544@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0070 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2639 System Id: unilit Backup Started: Thu Sep 26 23:50:00 EDT 2002 Dumpdate: Fri Sep 13 00:03:19 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Sep 12 23:57 ./image.data -rw-r--r-- 1 root system 1707 Sep 12 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0070 Backup Date: Thu Sep 26 23:50:56 EDT 2002 mksysb started Thu Sep 26 23:50:57 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8170 cache hits, 195 cache misses 156630 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-432 A write error occurred: The media surface is damaged. backup: 0511-079 The backup media may be damaged. Use a different disk to run the backup. 0512-005 mksysb: Backup Completed. The backup command completed with errors. The messages displayed on Standard Error contained additional information. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 29224. Rewind Tape Fri Sep 27 02:08:09 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Fri Sep 27 02:18:10 EDT 2002 Dumpdate: Fri Sep 27 00:03:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 26 23:57 ./image.data -rw-r--r-- 1 root system 1749 Sep 26 23:50 ./tapeid.data /dev/rmt0.1: Media surface error after 728159 Kbytes, 275 files Backup finished Fri Sep 27 02:43:06 EDT 2002 **** Usage Log: **** Uses: 35 Backup Date: Thu Sep 12 23:50:56 EDT 2002 Backup Date: Wed Aug 28 23:50:57 EDT 2002 Backup Date: Tue Aug 13 23:51:03 EDT 2002 Backup Date: Tue Jul 30 23:50:57 EDT 2002 Backup Date: Tue Jul 16 23:50:57 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 626392 47% 12464 9% /var /dev/hd3 81920 67768 18% 101 1% /tmp /dev/hd1 196608 36960 82% 1115 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6792 96% 3743 82% /usr/local /dev/lv03 147456 37088 75% 5441 60% /bms /dev/lv04 409600 128984 69% 2502 20% /span /dev/lv05 1048576 375328 65% 22 1% /btdata /dev/lv06 2588672 859792 67% 385 1% /mail Free Mounted Blksiz Opens Status A: 0 Fri Sep 27 02:08 2048 8 Clean /btdata/SPAN 156886 used B: 508 Fri Sep 27 02:08 2048 15 Clean /btdata/EDX 9080 used From root@bmsaix.bmsi.com Thu Sep 26 04:48:06 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8Q8m51k020952 for ; Thu, 26 Sep 2002 04:48:05 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g8Q8m5M4027086 for bmsaix@bmsi.com; Thu, 26 Sep 2002 04:48:05 -0400 Date: Thu, 26 Sep 2002 04:48:05 -0400 From: root@bmsaix.bmsi.com Message-Id: <200209260848.g8Q8m5M4027086@bmsaix.bmsi.com> Subject: bmsaix0091 backup Status: RO X-Status: X-Keywords: X-UID: 2640 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Sep 26 00:30:00 EDT 2002 mksysb backup Thu Sep 26 00:30:26 EDT 2002 Dumpdate: Thu Sep 12 00:43:05 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 12 00:34 ./image.data -rw-r--r-- 1 root system 2016 Sep 12 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0091 Backup Date: Thu Sep 26 00:30:34 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Sep 26 00:31:08 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Sep 26 02:59:32 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 15940. mksysb backup Thu Sep 26 03:00:11 EDT 2002 Dumpdate: Thu Sep 26 00:43:27 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 26 00:34 ./image.data -rw-r--r-- 1 root system 1983 Sep 26 00:30 ./tapeid.data Verify backup Thu Sep 26 03:00:18 EDT 2002 Segment 1-4: mksysb 4315487 Kbytes, 145092 files 88.7% Backup finished Thu Sep 26 04:48:04 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Thu Sep 12 00:30:34 EDT 2002 Backup Date: Thu Sep 5 00:30:34 EDT 2002 Backup Date: Thu Aug 29 00:33:06 EDT 2002 From root@wall.wall.com Thu Sep 26 04:44:07 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8Q8i21m018018; Thu, 26 Sep 2002 04:44:05 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g8Q8ZoWR045032; Thu, 26 Sep 2002 04:35:50 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA29350; Thu, 26 Sep 2002 04:28:09 -0400 Date: Thu, 26 Sep 2002 04:28:09 -0400 From: root@wall.wall.com Message-Id: <200209260828.EAA29350@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2641 System Id: wall Backup Started: Thu Sep 26 02:00:01 EDT 2002 Backup of btas image started Thu Sep 26 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Sep 26 02:27:39 EDT 2002] 68.2% Dumpdate: Wed Sep 25 02:34:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 25 02:29 ./image.data -rw-r--r-- 1 root system 2315 Sep 25 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Sep 26 02:28:05 EDT 2002 mksysb started Thu Sep 26 02:28:06 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46967 files.............................. 2425 of 46967 files (5%).............................. 2425 of 46967 files (5%).............................. 2425 of 46967 files (5%).............................. 2463 of 46967 files (5%).............................. 2463 of 46967 files (5%).............................. 2463 of 46967 files (5%).............................. 2515 of 46967 files (5%).................backup: 0511-449 An error occurred accessing ./bms/tdni/output/IN248716: A file or directory in the path name does not exist. ............. 11540 of 46967 files (24%).............................. 20735 of 46967 files (44%).............................. 25737 of 46967 files (54%).............................. 41238 of 46967 files (87%)...................... 0512-003 mksysb may not have been able to archive some files. The messages displayed on the Standard Error contained additional information. Rewind Tape Thu Sep 26 03:35:56 EDT 2002 Verify mksysb Thu Sep 26 03:35:58 EDT 2002 Dumpdate: Thu Sep 26 02:35:15 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 26 02:29 ./image.data -rw-r--r-- 1 root system 2357 Sep 26 02:28 ./tapeid.data 1525304 Kbytes, 46966 files 0 cache hits, 0 cache misses Backup finished Thu Sep 26 04:28:08 EDT 2002 **** Usage Log: **** Uses: 51 Backup Date: Wed Sep 25 02:27:39 EDT 2002 Backup Date: Thu Aug 22 02:27:28 EDT 2002 Backup Date: Wed Aug 21 02:26:46 EDT 2002 Backup Date: Tue Aug 20 02:27:49 EDT 2002 Backup Date: Sat Aug 17 02:27:13 EDT 2002 From root@editorialunilit.com Thu Sep 26 03:34:09 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8Q7Y81k040256 for ; Thu, 26 Sep 2002 03:34:08 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8Q7Y7VA021576 for ; Thu, 26 Sep 2002 03:34:07 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g8Q7Woa8021622; Thu, 26 Sep 2002 03:32:50 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g8Q7WnwD030580; Thu, 26 Sep 2002 03:32:49 -0400 Date: Thu, 26 Sep 2002 03:32:49 -0400 From: root@editorialunilit.com Message-Id: <200209260732.g8Q7WnwD030580@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0056 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2642 System Id: unilit Backup Started: Wed Sep 25 23:50:01 EDT 2002 Dumpdate: Thu Sep 12 00:02:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Sep 11 23:56 ./image.data -rw-r--r-- 1 root system 3135 Sep 11 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: unilit0056 Backup Date: Wed Sep 25 23:50:24 EDT 2002 mksysb started Wed Sep 25 23:50:25 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8169 cache hits, 195 cache misses 156504 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 56126. Rewind Tape Thu Sep 26 02:29:10 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Sep 26 02:39:11 EDT 2002 Dumpdate: Thu Sep 26 00:02:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 25 23:56 ./image.data -rw-r--r-- 1 root system 3177 Sep 25 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1512430 Kbytes, 988 files Backup finished Thu Sep 26 03:32:48 EDT 2002 **** Usage Log: **** Uses: 69 Backup Date: Wed Sep 11 23:50:24 EDT 2002 Backup Date: Tue Aug 27 23:50:34 EDT 2002 Backup Date: Mon Aug 12 23:50:37 EDT 2002 Backup Date: Mon Jul 29 23:50:39 EDT 2002 Backup Date: Mon Jul 15 23:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 634096 47% 12783 9% /var /dev/hd3 81920 67784 18% 101 1% /tmp /dev/hd1 196608 36992 82% 1113 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6792 96% 3743 82% /usr/local /dev/lv03 147456 37288 75% 5439 60% /bms /dev/lv04 409600 127792 69% 2497 20% /span /dev/lv05 1048576 375832 65% 22 1% /btdata /dev/lv06 2588672 865264 67% 385 1% /mail Free Mounted Blksiz Opens Status A: 0 Thu Sep 26 02:29 2048 8 Clean /btdata/SPAN 156760 used B: 435 Thu Sep 26 02:29 2048 15 Clean /btdata/EDX 9080 used From root@acustomsbroker.com Thu Sep 26 02:51:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g8Q6p41k038938; Thu, 26 Sep 2002 02:51:04 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g8Q6p2VA007996; Thu, 26 Sep 2002 02:51:03 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g8Q6p0D16790; Thu, 26 Sep 2002 02:51:00 -0400 Date: Thu, 26 Sep 2002 02:51:00 -0400 From: root Message-Id: <200209260651.g8Q6p0D16790@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0008 backup Status: RO X-Status: X-Keywords: X-UID: 2643 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Sep 26 02:00:00 EDT 2002 BMS backup Thu Sep 26 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 15, line 1 Tape Id: abc0008 Backup Date: Thu Sep 26 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Sep 26 02:02:21 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1313525760 (1.2GB, 901kB/s) 1424.63s real 4.51s user 24.00s system Rewind Tape Thu Sep 26 02:26:05 EDT 2002 BMS backup Thu Sep 26 02:26:57 EDT 2002 Verify backup Thu Sep 26 02:26:57 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Sep 26 02:51:00 EDT 2002 **** Usage Log: **** Uses: 29 Backup Date: Tue Sep 17 02:00:20 EDT 2002 Backup Date: Fri Sep 6 02:00:24 EDT 2002 Backup Date: Tue Aug 27 02:00:20 EDT 2002 Backup Date: Sat Aug 10 02:00:24 EDT 2002 Backup Date: Fri Jul 26 02:00:24 EDT 2002 From root@bmsaix.bmsi.com Tue Oct 1 04:51:50 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g918pn1k013062 for ; Tue, 1 Oct 2002 04:51:49 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g918pnhx030718 for bmsaix@bmsi.com; Tue, 1 Oct 2002 04:51:49 -0400 Date: Tue, 1 Oct 2002 04:51:49 -0400 From: root@bmsaix.bmsi.com Message-Id: <200210010851.g918pnhx030718@bmsaix.bmsi.com> Subject: bmsaix0090 backup Status: RO X-Status: X-Keywords: X-UID: 2644 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Tue Oct 1 00:30:00 EDT 2002 mksysb backup Tue Oct 1 00:30:25 EDT 2002 Dumpdate: Tue Sep 17 00:43:17 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 17 00:34 ./image.data -rw-r--r-- 1 root system 2016 Sep 17 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0090 Backup Date: Tue Oct 1 00:30:33 EDT 2002 block: 2 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Tue Oct 1 00:31:03 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg914LKsa037950: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/dfg914LLRV037954: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg914LKsa037950: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/clientmqueue/qfg914LLRV037954: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/save/@36242.4353.defang: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/named/gathsys.com.6e7O7a: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Oct 1 03:03:17 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 41640. mksysb backup Tue Oct 1 03:04:44 EDT 2002 Dumpdate: Tue Oct 1 00:43:49 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Oct 01 00:34 ./image.data -rw-r--r-- 1 root system 1983 Oct 01 00:30 ./tapeid.data Verify backup Tue Oct 1 03:04:52 EDT 2002 Segment 1-4: mksysb 4316217 Kbytes, 143883 files 88.7% Backup finished Tue Oct 1 04:51:48 EDT 2002 **** Usage Log: **** Uses: 3 Backup Date: Tue Sep 17 00:30:30 EDT 2002 Backup Date: Tue Sep 10 00:30:34 EDT 2002 Backup Date: Tue Aug 27 00:33:07 EDT 2002 From root@wall.wall.com Tue Oct 1 05:44:05 2002 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g919i21m028608; Tue, 1 Oct 2002 05:44:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g919LqpX028510; Tue, 1 Oct 2002 05:21:52 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA34768; Tue, 1 Oct 2002 04:26:14 -0400 Date: Tue, 1 Oct 2002 04:26:14 -0400 From: root@wall.wall.com Message-Id: <200210010826.EAA34768@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2645 System Id: wall Backup Started: Tue Oct 1 02:00:01 EDT 2002 Backup of btas image started Tue Oct 1 02:00:01 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Tue Oct 1 02:27:29 EDT 2002] 68.2% Dumpdate: Sat Sep 28 02:34:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13536 Sep 28 02:28 ./image.data -rw-r--r-- 1 root system 2441 Sep 28 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Tue Oct 1 02:27:59 EDT 2002 mksysb started Tue Oct 1 02:28:00 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46921 files.............................. 2468 of 46921 files (5%).............................. 2468 of 46921 files (5%).............................. 2468 of 46921 files (5%).............................. 2506 of 46921 files (5%).............................. 2506 of 46921 files (5%).............................. 2506 of 46921 files (5%).............................. 2559 of 46921 files (5%).............................. 12246 of 46921 files (26%).............................. 20660 of 46921 files (44%).............................. 27594 of 46921 files (58%).............................. 43367 of 46921 files (92%)............ 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Tue Oct 1 03:34:08 EDT 2002 Verify mksysb Tue Oct 1 03:34:09 EDT 2002 Dumpdate: Tue Oct 1 02:35:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Oct 01 02:29 ./image.data -rw-r--r-- 1 root system 2483 Oct 01 02:27 ./tapeid.data 1524849 Kbytes, 46921 files 0 cache hits, 0 cache misses Backup finished Tue Oct 1 04:26:13 EDT 2002 **** Usage Log: **** Uses: 54 Backup Date: Sat Sep 28 02:27:22 EDT 2002 Backup Date: Fri Sep 27 02:28:15 EDT 2002 Backup Date: Thu Sep 26 02:28:05 EDT 2002 Backup Date: Wed Sep 25 02:27:39 EDT 2002 Backup Date: Thu Aug 22 02:27:28 EDT 2002 From root@editorialunilit.com Tue Oct 1 03:46:58 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g917kv1k039466 for ; Tue, 1 Oct 2002 03:46:57 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g917kuVA013832 for ; Tue, 1 Oct 2002 03:46:56 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g917jda8041572; Tue, 1 Oct 2002 03:45:39 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g917jctk013666; Tue, 1 Oct 2002 03:45:38 -0400 Date: Tue, 1 Oct 2002 03:45:38 -0400 From: root@editorialunilit.com Message-Id: <200210010745.g917jctk013666@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0073 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2646 System Id: unilit Backup Started: Mon Sep 30 23:50:00 EDT 2002 Dumpdate: Tue Sep 17 00:02:50 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 16 23:56 ./image.data -rw-r--r-- 1 root system 1665 Sep 16 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0073 Backup Date: Mon Sep 30 23:50:24 EDT 2002 mksysb started Mon Sep 30 23:50:24 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8172 cache hits, 195 cache misses 156983 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 24604. Rewind Tape Tue Oct 1 02:34:37 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Tue Oct 1 02:44:38 EDT 2002 Dumpdate: Tue Oct 1 00:02:51 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 30 23:56 ./image.data -rw-r--r-- 1 root system 1707 Sep 30 23:50 ./tapeid.data /dev/rmt0.1: I/O error after 1627731 Kbytes, 997 files Backup finished Tue Oct 1 03:45:37 EDT 2002 **** Usage Log: **** Uses: 34 Backup Date: Mon Sep 16 23:50:29 EDT 2002 Backup Date: Fri Aug 30 23:50:24 EDT 2002 Backup Date: Thu Aug 15 23:50:24 EDT 2002 Backup Date: Thu Aug 1 23:50:27 EDT 2002 Backup Date: Thu Jul 18 23:50:23 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 639048 46% 14220 10% /var /dev/hd3 81920 67744 18% 101 1% /tmp /dev/hd1 196608 30736 85% 1119 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6784 96% 3743 82% /usr/local /dev/lv03 147456 37040 75% 5445 60% /bms /dev/lv04 409600 137088 67% 2439 20% /span /dev/lv05 1048576 373912 65% 22 1% /btdata /dev/lv06 2588672 857208 67% 386 1% /mail Free Mounted Blksiz Opens Status A: 1 Tue Oct 1 02:34 2048 8 Clean /btdata/SPAN 157240 used B: 513 Tue Oct 1 02:34 2048 15 Clean /btdata/EDX 9080 used From root@acustomsbroker.com Tue Oct 1 02:50:07 2002 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g916o61k017054; Tue, 1 Oct 2002 02:50:06 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g916o4VA031418; Tue, 1 Oct 2002 02:50:05 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g916o4K03225; Tue, 1 Oct 2002 02:50:04 -0400 Date: Tue, 1 Oct 2002 02:50:04 -0400 From: root Message-Id: <200210010650.g916o4K03225@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0004 backup Status: RO X-Status: X-Keywords: X-UID: 2647 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Tue Oct 1 02:00:00 EDT 2002 BMS backup Tue Oct 1 02:00:20 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0004 Backup Date: Tue Oct 1 02:00:20 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Tue Oct 1 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1310085120 (1.2GB, 911kB/s) 1405.12s real 4.45s user 23.74s system Rewind Tape Tue Oct 1 02:25:44 EDT 2002 BMS backup Tue Oct 1 02:26:33 EDT 2002 Verify backup Tue Oct 1 02:26:33 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Tue Oct 1 02:50:03 EDT 2002 **** Usage Log: **** Uses: 32 Backup Date: Sat Sep 21 02:00:24 EDT 2002 Backup Date: Tue Sep 10 02:00:23 EDT 2002 Backup Date: Sat Aug 31 02:00:24 EDT 2002 Backup Date: Fri Aug 23 02:00:28 EDT 2002 Backup Date: Wed Aug 14 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Thu Oct 3 05:44:05 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g939i21m032708; Thu, 3 Oct 2002 05:44:03 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g939LGx7038750; Thu, 3 Oct 2002 05:21:16 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA38520; Thu, 3 Oct 2002 04:29:13 -0400 Date: Thu, 3 Oct 2002 04:29:13 -0400 From: root@wall.wall.com Message-Id: <200210030829.EAA38520@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2648 System Id: wall Backup Started: Thu Oct 3 02:00:00 EDT 2002 Backup of btas image started Thu Oct 3 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Thu Oct 3 02:27:56 EDT 2002] 68.2% Dumpdate: Wed Oct 2 02:34:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Oct 02 02:28 ./image.data -rw-r--r-- 1 root system 2525 Oct 02 02:26 ./tapeid.data Tape Id: wall0058 Backup Date: Thu Oct 3 02:28:22 EDT 2002 mksysb started Thu Oct 3 02:28:23 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46953 files.............................. 2483 of 46953 files (5%).............................. 2483 of 46953 files (5%).............................. 2483 of 46953 files (5%).............................. 2521 of 46953 files (5%).............................. 2521 of 46953 files (5%).............................. 2521 of 46953 files (5%).............................. 2573 of 46953 files (5%).............................. 12264 of 46953 files (26%).............................. 20679 of 46953 files (44%).............................. 25685 of 46953 files (54%).............................. 42463 of 46953 files (90%)........................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Oct 3 03:37:00 EDT 2002 Verify mksysb Thu Oct 3 03:37:01 EDT 2002 Dumpdate: Thu Oct 3 02:35:31 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Oct 03 02:29 ./image.data -rw-r--r-- 1 root system 2567 Oct 03 02:28 ./tapeid.data 1526138 Kbytes, 46953 files 0 cache hits, 0 cache misses Backup finished Thu Oct 3 04:29:12 EDT 2002 **** Usage Log: **** Uses: 56 Backup Date: Wed Oct 2 02:26:56 EDT 2002 Backup Date: Tue Oct 1 02:27:59 EDT 2002 Backup Date: Sat Sep 28 02:27:22 EDT 2002 Backup Date: Fri Sep 27 02:28:15 EDT 2002 Backup Date: Thu Sep 26 02:28:05 EDT 2002 From stuart@bmsaix.bmsi.com Thu Oct 3 04:50:39 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g938oc1k038794 for ; Thu, 3 Oct 2002 04:50:38 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g938ocDH034946 for bmsaix@bmsi.com; Thu, 3 Oct 2002 04:50:38 -0400 Date: Thu, 3 Oct 2002 04:50:38 -0400 From: root@bmsaix.bmsi.com Message-Id: <200210030850.g938ocDH034946@bmsaix.bmsi.com> Subject: bmsaix0084 backup Status: RO X-Status: X-Keywords: X-UID: 2649 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Thu Oct 3 00:30:00 EDT 2002 mksysb backup Thu Oct 3 00:30:26 EDT 2002 Dumpdate: Fri Sep 20 00:43:25 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 20 00:34 ./image.data -rw-r--r-- 1 root system 2025 Sep 20 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0084 Backup Date: Thu Oct 3 00:30:33 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Thu Oct 3 00:31:04 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/D.bmsai4e5d060: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/D.amcwe888b060: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/amcweb2/C.amcweb2C888b: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4e496dd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4ccd6dd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4ccd: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4e4ec3a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4ccec3a: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4cce: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4e50834: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4ccf834: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4ccf: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4e5537f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4cd037f: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4cd0: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4e56e65: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4cd1e65: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4cd1: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4e5b819: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4cd2819: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4cd2: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/save/@36242.5536.defang: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Thu Oct 3 02:59:23 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 14884. mksysb backup Thu Oct 3 03:00:09 EDT 2002 Dumpdate: Thu Oct 3 00:43:47 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Oct 03 00:34 ./image.data -rw-r--r-- 1 root system 2067 Oct 03 00:30 ./tapeid.data Verify backup Thu Oct 3 03:00:16 EDT 2002 Segment 1-4: mksysb 4328031 Kbytes, 144274 files 88.7% Backup finished Thu Oct 3 04:50:37 EDT 2002 **** Usage Log: **** Uses: 5 Backup Date: Fri Sep 20 00:30:34 EDT 2002 Backup Date: Thu Jun 27 00:30:33 EDT 2002 Backup Date: Thu Jun 6 00:30:34 EDT 2002 Backup Date: Thu May 30 00:30:34 EDT 2002 Backup Date: Tue Feb 26 00:32:34 EST 2002 From stuart@bmsaix.bmsi.com Thu Oct 3 04:13:52 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g938Dl1k017400 for ; Thu, 3 Oct 2002 04:13:47 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g938DkVA021218 for ; Thu, 3 Oct 2002 04:13:46 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g938CTa8050256; Thu, 3 Oct 2002 04:12:29 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g938CSn7012110; Thu, 3 Oct 2002 04:12:28 -0400 Date: Thu, 3 Oct 2002 04:12:28 -0400 From: root@editorialunilit.com Message-Id: <200210030812.g938CSn7012110@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0077 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2650 System Id: unilit Backup Started: Wed Oct 2 23:50:01 EDT 2002 Dumpdate: Thu Sep 19 00:01:57 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 18 23:56 ./image.data -rw-r--r-- 1 root system 573 Sep 18 23:50 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0077 Backup Date: Wed Oct 2 23:50:22 EDT 2002 mksysb started Wed Oct 2 23:50:23 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8232 cache hits, 168 cache misses 157283 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 6292. Rewind Tape Thu Oct 3 02:30:46 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Thu Oct 3 02:40:47 EDT 2002 Dumpdate: Thu Oct 3 00:01:54 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Oct 02 23:56 ./image.data -rw-r--r-- 1 root system 615 Oct 02 23:50 ./tapeid.data 2891631 Kbytes, 35440 files Backup finished Thu Oct 3 04:12:27 EDT 2002 **** Usage Log: **** Uses: 8 Backup Date: Wed Sep 18 23:50:22 EDT 2002 Backup Date: Wed Sep 4 23:50:22 EDT 2002 Backup Date: Mon Aug 19 23:50:22 EDT 2002 Backup Date: Mon Aug 5 23:50:21 EDT 2002 Backup Date: Mon Jul 22 23:50:22 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3464 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 618168 48% 14459 10% /var /dev/hd3 81920 67648 18% 102 1% /tmp /dev/hd1 196608 26256 87% 1121 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6776 96% 3743 82% /usr/local /dev/lv03 147456 36808 76% 5449 60% /bms /dev/lv04 409600 132424 68% 2461 20% /span /dev/lv05 1048576 372712 65% 22 1% /btdata /dev/lv06 2588672 852488 68% 387 1% /mail Free Mounted Blksiz Opens Status A: 1 Thu Oct 3 02:30 2048 8 Clean /btdata/SPAN 157540 used B: 515 Thu Oct 3 02:30 2048 15 Clean /btdata/EDX 9080 used From stuart@bmsaix.bmsi.com Thu Oct 3 02:50:11 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g936o91k015850; Thu, 3 Oct 2002 02:50:09 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g936o7VA016458; Thu, 3 Oct 2002 02:50:08 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g936o7u09572; Thu, 3 Oct 2002 02:50:07 -0400 Date: Thu, 3 Oct 2002 02:50:07 -0400 From: root Message-Id: <200210030650.g936o7u09572@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0002 backup Status: RO X-Status: X-Keywords: X-UID: 2651 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Thu Oct 3 02:00:00 EDT 2002 BMS backup Thu Oct 3 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0002 Backup Date: Thu Oct 3 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Thu Oct 3 02:02:18 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1309050880 (1.2GB, 904kB/s) 1414.21s real 4.34s user 23.81s system Rewind Tape Thu Oct 3 02:25:52 EDT 2002 BMS backup Thu Oct 3 02:26:34 EDT 2002 Verify backup Thu Oct 3 02:26:34 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Thu Oct 3 02:50:07 EDT 2002 **** Usage Log: **** Uses: 31 Backup Date: Fri Sep 13 02:00:24 EDT 2002 Backup Date: Tue Sep 3 02:00:23 EDT 2002 Backup Date: Wed Aug 7 02:00:24 EDT 2002 Backup Date: Fri Aug 2 02:00:23 EDT 2002 Backup Date: Thu Jul 11 02:00:23 EDT 2002 From stuart@bmsaix.bmsi.com Thu Oct 3 02:13:34 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g936DY1k015692 for ; Thu, 3 Oct 2002 02:13:34 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g936DVVA026292 for ; Thu, 3 Oct 2002 02:13:32 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g936DTuv035578 for ; Thu, 3 Oct 2002 02:13:31 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g936DSOX046668 for bmsaix@bmsi.com; Thu, 3 Oct 2002 02:13:28 -0400 Date: Thu, 3 Oct 2002 02:13:28 -0400 From: root@csichb.com Message-Id: <200210030613.g936DSOX046668@csichb.com> To: bmsaix@bmsi.com Subject: csi0021 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2652 System Id: csi Backup Started: Thu Oct 3 02:00:01 EDT 2002 Stop Edx Thu Oct 3 02:00:01 EDT 2002 Copy /btdata/ROOT to /btsave Thu Oct 3 02:00:02 EDT 2002 /btdata/ROOT: image backup complete 70.5% Copy /btdata/ITS to /btsave Thu Oct 3 02:05:43 EDT 2002 /btdata/ITS: image backup complete 77.0% BTAS/X Started [Thu Oct 3 02:06:37 EDT 2002] /btdata/ITS mounted on /edx/ITS Dumpdate: Thu Sep 19 02:06:01 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 19 02:01 ./image.data -rw-r--r-- 1 root system 991 Sep 19 02:00 ./tapeid.data Tape Id: csi0021 Backup Date: Thu Oct 3 02:09:02 EDT 2002 mksysb started Thu Oct 3 02:09:02 EDT 2002 Creating information file (/image.data) for rootvg...... Creating tape boot image................ 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. Rewind Tape Thu Oct 3 02:13:18 EDT 2002 Verify mksysb Thu Oct 3 02:13:23 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Thu Oct 3 02:13:27 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2193 27% / /dev/hd2 4947968 155256 97% 56796 10% /usr /dev/hd9var 786432 193576 76% 19495 20% /var /dev/hd3 344064 264968 23% 91 1% /tmp /dev/hd1 1130496 168240 86% 863 1% /home /dev/lv00 524288 60304 89% 6212 19% /bms /dev/lv01 835584 43632 95% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc /dev/lv04 835584 604552 28% 19 1% /btsave **** Usage Log: **** Uses: 18 Backup Date: Thu Sep 19 02:00:23 EDT 2002 Backup Date: Thu Sep 12 02:00:24 EDT 2002 Backup Date: Thu Sep 5 02:00:24 EDT 2002 Backup Date: Thu Aug 29 02:00:22 EDT 2002 Backup Date: Thu Aug 22 02:00:22 EDT 2002 From stuart@bmsaix.bmsi.com Wed Oct 2 04:44:10 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g928i91k019152 for ; Wed, 2 Oct 2002 04:44:09 -0400 Received: (from root@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) id g928i81R023238 for bmsaix@bmsi.com; Wed, 2 Oct 2002 04:44:08 -0400 Date: Wed, 2 Oct 2002 04:44:08 -0400 From: root@bmsaix.bmsi.com Message-Id: <200210020844.g928i81R023238@bmsaix.bmsi.com> Subject: bmsaix0074 backup Status: RO X-Status: X-Keywords: X-UID: 2653 System Id: bmsaix Using backup spec file /var/backup/daily.spec Backup Started: Wed Oct 2 00:30:01 EDT 2002 mksysb backup Wed Oct 2 00:30:26 EDT 2002 Dumpdate: Wed Sep 25 00:43:16 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17565 Sep 25 00:34 ./image.data -rw-r--r-- 1 root system 2067 Sep 25 00:30 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 18, line 1 Tape Id: bmsaix0074 Backup Date: Wed Oct 2 00:30:34 EDT 2002 block: 3 blocks of 1024 bytes Segment 1-4: mksysb mksysb started Wed Oct 2 00:31:05 EDT 2002 bosboot: Boot image is 6578 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... .........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.bmsai4dfcd75: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/D.wall4cbcd75: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/spool/uucp/wall/C.wallC4cbc: A file or directory in the path name does not exist. backup: 0511-449 An error occurred accessing ./var/log/milter/save/@36242.4929.defang: A file or directory in the path name does not exist. 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Oct 2 02:58:43 EDT 2002 0513-059 The btas Subsystem has been started. Subsystem PID is 26990. mksysb backup Wed Oct 2 02:59:25 EDT 2002 Dumpdate: Wed Oct 2 00:43:55 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4535 Aug 01 1995 ./bosinst.data -rw-r--r-- 1 root system 17564 Oct 02 00:34 ./image.data -rw-r--r-- 1 root system 2109 Oct 02 00:30 ./tapeid.data Verify backup Wed Oct 2 02:59:33 EDT 2002 Segment 1-4: mksysb 4320599 Kbytes, 144217 files 88.7% Backup finished Wed Oct 2 04:44:08 EDT 2002 **** Usage Log: **** Uses: 6 Backup Date: Wed Sep 25 00:30:34 EDT 2002 Backup Date: Wed Sep 4 00:30:33 EDT 2002 Backup Date: Wed Aug 28 00:30:34 EDT 2002 Backup Date: Thu Aug 22 00:30:01 EDT 2002 Backup Date: Wed Aug 21 00:33:06 EDT 2002 From stuart@bmsaix.bmsi.com Wed Oct 2 04:44:04 2002 -0400 Received: from bmsaix.bmsi.com (localhost [127.0.0.1]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g928i21k022152; Wed, 2 Oct 2002 04:44:02 -0400 Received: (from lp@localhost) by bmsaix.bmsi.com (8.12.3/8.12.3/Submit) with UUCP id g928a5sP030696; Wed, 2 Oct 2002 04:36:05 -0400 X-Authentication-Warning: bmsaix.bmsi.com: lp set sender to root@wall.wall.com using -f Received: (from root@localhost) by wall.wall.com (8.9.1/8.9.1) id EAA42246; Wed, 2 Oct 2002 04:27:36 -0400 Date: Wed, 2 Oct 2002 04:27:36 -0400 From: root@wall.wall.com Message-Id: <200210020827.EAA42246@wall.wall.com> To: carlos.soto@fritz.com, stuart@bmsi.com, wall@bmsi.com Subject: wall0058 backup Status: RO X-Status: X-Keywords: X-UID: 2654 System Id: wall Backup Started: Wed Oct 2 02:00:00 EDT 2002 Backup of btas image started Wed Oct 2 02:00:00 EDT 2002 /dev/rbtas: image backup complete BTAS/X Started [Wed Oct 2 02:26:29 EDT 2002] 68.2% Dumpdate: Tue Oct 1 02:35:09 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Oct 01 02:29 ./image.data -rw-r--r-- 1 root system 2483 Oct 01 02:27 ./tapeid.data Tape Id: wall0058 Backup Date: Wed Oct 2 02:26:56 EDT 2002 mksysb started Wed Oct 2 02:26:56 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image............................... Creating list of files to back up..... Backing up 46862 files.............................. 2479 of 46862 files (5%).............................. 2479 of 46862 files (5%).............................. 2479 of 46862 files (5%).............................. 2517 of 46862 files (5%).............................. 2517 of 46862 files (5%).............................. 2517 of 46862 files (5%).............................. 2569 of 46862 files (5%).............................. 11926 of 46862 files (25%).............................. 20595 of 46862 files (43%).............................. 25607 of 46862 files (54%).............................. 42431 of 46862 files (90%)........................... 0512-038 mksysb: Backup Completed Successfully. Rewind Tape Wed Oct 2 03:35:28 EDT 2002 Verify mksysb Wed Oct 2 03:35:29 EDT 2002 Dumpdate: Wed Oct 2 02:34:02 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5106 Mar 23 1998 ./bosinst.data -rw-r--r-- 1 root system 13535 Oct 02 02:28 ./image.data -rw-r--r-- 1 root system 2525 Oct 02 02:26 ./tapeid.data 1525095 Kbytes, 46862 files 0 cache hits, 0 cache misses Backup finished Wed Oct 2 04:27:35 EDT 2002 **** Usage Log: **** Uses: 55 Backup Date: Tue Oct 1 02:27:59 EDT 2002 Backup Date: Sat Sep 28 02:27:22 EDT 2002 Backup Date: Fri Sep 27 02:28:15 EDT 2002 Backup Date: Thu Sep 26 02:28:05 EDT 2002 Backup Date: Wed Sep 25 02:27:39 EDT 2002 From stuart@bmsaix.bmsi.com Wed Oct 2 04:13:50 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g928Dj1k012124 for ; Wed, 2 Oct 2002 04:13:46 -0400 Received: from unilit.editorialunilit.com (spanpub [64.80.61.162]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g928DiVA021212 for ; Wed, 2 Oct 2002 04:13:45 -0400 Received: from unilit.editorialunilit.com (localhost [127.0.0.1]) by unilit.editorialunilit.com (8.12.3/8.12.1) with ESMTP id g928CQa8045308; Wed, 2 Oct 2002 04:12:26 -0400 Received: (from root@localhost) by unilit.editorialunilit.com (8.12.3/8.12.3/Submit) id g928CQHH055290; Wed, 2 Oct 2002 04:12:26 -0400 Date: Wed, 2 Oct 2002 04:12:26 -0400 From: root@editorialunilit.com Message-Id: <200210020812.g928CQHH055290@unilit.editorialunilit.com> To: jon@unilit.editorialunilit.com, sil@unilit.editorialunilit.com, stuart@bmsi.com Subject: unilit0076 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2655 System Id: unilit Backup Started: Tue Oct 1 23:50:00 EDT 2002 Dumpdate: Wed Sep 18 00:03:20 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10744 Sep 17 23:58 ./image.data -rw-r--r-- 1 root system 573 Sep 17 23:51 ./tapeid.data ./tapeid.data ./tapeid.last differ: char 19, line 1 Tape Id: unilit0076 Backup Date: Tue Oct 1 23:51:46 EDT 2002 mksysb started Tue Oct 1 23:51:46 EDT 2002 0513-044 The stop of the xlnbms Subsystem was completed successfully. 8233 cache hits, 169 cache misses 157187 cache hits, 89 cache misses bosboot: Boot image is 6462 512 byte blocks. 0+1 records in. 1+0 records out. Backing up the system... ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ 0512-038 mksysb: Backup Completed Successfully. 0513-059 The xlnbms Subsystem has been started. Subsystem PID is 56864. Rewind Tape Wed Oct 2 02:32:26 EDT 2002 Sleeping for 10 minutes to let tape drive cool down. Verify mksysb Wed Oct 2 02:42:27 EDT 2002 Dumpdate: Wed Oct 2 00:03:46 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 4536 Nov 12 1997 ./bosinst.data -rw-r--r-- 1 root system 10743 Oct 01 23:58 ./image.data -rw-r--r-- 1 root system 615 Oct 01 23:51 ./tapeid.data 2875926 Kbytes, 35479 files Backup finished Wed Oct 2 04:12:25 EDT 2002 **** Usage Log: **** Uses: 8 Backup Date: Tue Sep 17 23:51:44 EDT 2002 Backup Date: Tue Sep 3 23:51:51 EDT 2002 Backup Date: Fri Aug 16 23:51:52 EDT 2002 Backup Date: Fri Aug 2 23:50:21 EDT 2002 Backup Date: Fri Jul 19 23:50:42 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 16384 3472 79% 917 23% / /dev/hd2 458752 46912 90% 6273 11% /usr /dev/hd9var 1179648 638696 46% 14500 10% /var /dev/hd3 81920 67688 18% 102 1% /tmp /dev/hd1 196608 26256 87% 1121 5% /home /dev/lv01 1032192 136432 87% 147 1% /work /dev/lv02 147456 6784 96% 3743 82% /usr/local /dev/lv03 147456 36688 76% 5448 60% /bms /dev/lv04 409600 132568 68% 2460 20% /span /dev/lv05 1048576 373104 65% 22 1% /btdata /dev/lv06 2588672 861104 67% 387 1% /mail Free Mounted Blksiz Opens Status A: 0 Wed Oct 2 02:32 2048 8 Clean /btdata/SPAN 157443 used B: 522 Wed Oct 2 02:32 2048 15 Clean /btdata/EDX 9080 used From stuart@bmsaix.bmsi.com Wed Oct 2 02:50:20 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g926oI1k016192; Wed, 2 Oct 2002 02:50:18 -0400 Received: from abc.acustomsbroker.com (abcpub [66.37.64.246]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g926oGVA034732; Wed, 2 Oct 2002 02:50:17 -0400 Received: (from root@localhost) by abc.acustomsbroker.com (8.11.6/8.11.6) id g926oG106388; Wed, 2 Oct 2002 02:50:16 -0400 Date: Wed, 2 Oct 2002 02:50:16 -0400 From: root Message-Id: <200210020650.g926oG106388@abc.acustomsbroker.com> To: abc@bmsi.com, jloux@acustomsbroker.com, stuart@bmsi.com Subject: abc0003 backup Status: RO X-Status: X-Keywords: X-UID: 2656 System Id: abc Using backup spec file /var/backup/daily.spec Backup Started: Wed Oct 2 02:00:00 EDT 2002 BMS backup Wed Oct 2 02:00:24 EDT 2002 ./tapeid.data ./tapeid.last differ: char 16, line 1 Tape Id: abc0003 Backup Date: Wed Oct 2 02:00:24 EDT 2002 block: 2 blocks of 1024 bytes /btdata/ROOT: image backup complete 72.9% Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot Tar backup started Wed Oct 2 02:02:27 EDT 2002 tar: Removing leading `/' from member names tar: /var/log/milter/pythonsock: socket ignored tar: /dev/log: socket ignored tar: /dev/printer: socket ignored tar: /dev/gpmctl: socket ignored tar: Removing leading `/' from link names Total bytes written: 1308139520 (1.2GB, 906kB/s) 1410.05s real 4.46s user 24.26s system Rewind Tape Wed Oct 2 02:25:57 EDT 2002 BMS backup Wed Oct 2 02:26:43 EDT 2002 Verify backup Wed Oct 2 02:26:43 EDT 2002 Segment 2: tar -l --atime-preserve --totals -X daily.exclude / /boot 88.6% Backup finished Wed Oct 2 02:50:15 EDT 2002 **** Usage Log: **** Uses: 32 Backup Date: Wed Sep 11 02:00:20 EDT 2002 Backup Date: Sat Aug 24 02:00:24 EDT 2002 Backup Date: Thu Aug 15 02:00:21 EDT 2002 Backup Date: Sat Aug 3 02:00:24 EDT 2002 Backup Date: Thu Aug 1 02:00:24 EDT 2002 From stuart@bmsaix.bmsi.com Wed Oct 2 02:13:47 2002 -0400 Received: from www.bmsi.com (bmsweb.bmsi.com [219.109.11.130]) by bmsaix.bmsi.com (8.12.3/8.12.3) with ESMTP id g926Dk1k038530 for ; Wed, 2 Oct 2002 02:13:47 -0400 Received: from csi.csi.com (csi.csi.com [207.231.101.254]) by www.bmsi.com (8.12.3/8.12.3) with ESMTP id g926DjVA034734 for ; Wed, 2 Oct 2002 02:13:46 -0400 Received: from csichb.com (loopback [127.0.0.1]) by csi.csi.com (8.12.1/8.12.1) with ESMTP id g926Diuv019382 for ; Wed, 2 Oct 2002 02:13:44 -0400 Received: (from root@localhost) by csichb.com (8.12.1/8.12.1/Submit) id g926DiNK042042 for bmsaix@bmsi.com; Wed, 2 Oct 2002 02:13:44 -0400 Date: Wed, 2 Oct 2002 02:13:44 -0400 From: root@csichb.com Message-Id: <200210020613.g926DiNK042042@csichb.com> To: bmsaix@bmsi.com Subject: csi0017 mksysb backup Status: RO X-Status: X-Keywords: X-UID: 2657 System Id: csi Backup Started: Wed Oct 2 02:00:00 EDT 2002 Stop Edx Wed Oct 2 02:00:00 EDT 2002 Copy /btdata/ROOT to /btsave Wed Oct 2 02:00:02 EDT 2002 70.5% Copy /btdata/ITS to /btsave Wed Oct 2 02:05:42 EDT 2002 /btdata/ITS: image backup complete 77.0% BTAS/X Started [Wed Oct 2 02:06:30 EDT 2002] /btdata/ITS mounted on /edx/ITS Dumpdate: Wed Sep 18 02:05:53 2002 Disk: by name Fsname: by name User: root -rw-r--r-- 1 root system 5172 May 14 1999 ./bosinst.data -rw-r--r-- 1 root system 9146 Sep 18 02:01 ./image.data -rw-r--r-- 1 root system 3511 Sep 18 02:00 ./tapeid.data Tape Id: csi0017 Backup Date: Wed Oct 2 02:09:45 EDT 2002 mksysb started Wed Oct 2 02:09:45 EDT 2002 Creating information file (/image.data) for rootvg..... Creating tape boot image................ 0301-161 bosboot: dd failed to copy /dev/rmt0.1. 0301-165 bosboot: WARNING! bosboot failed - do not attempt to boot device. 0512-016 mksysb: Attempt to create a bootable tape failed: bosboot -d /dev/rmt0.1 -a failed with return code 48. Rewind Tape Wed Oct 2 02:13:36 EDT 2002 Verify mksysb Wed Oct 2 02:13:41 EDT 2002 /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0: I/O error after 0 Kbytes, 0 files /dev/rmt0.1 fsf 3 failed: There is an input or output error. /dev/rmt0.1: I/O error after 0 Kbytes, 0 files Backup finished Wed Oct 2 02:13:43 EDT 2002 Filesystem 512-blocks Free %Used Iused %Iused Mounted on /dev/hd4 32768 5816 83% 2193 27% / /dev/hd2 4947968 155312 97% 56795 10% /usr /dev/hd9var 786432 215432 73% 19240 20% /var /dev/hd3 344064 265080 23% 91 1% /tmp /dev/hd1 1130496 169120 86% 863 1% /home /dev/lv00 524288 62536 89% 6204 19% /bms /dev/lv01 835584 43800 95% 20 1% /btdata /dev/lv02 65536 61344 7% 307 4% /Public /dev/lv03 131072 21984 84% 27 1% /pc /dev/lv04 835584 604880 28% 19 1% /btsave **** Usage Log: **** Uses: 78 Backup Date: Wed Sep 18 02:00:23 EDT 2002 Backup Date: Wed Sep 11 02:00:23 EDT 2002 Backup Date: Wed Sep 4 02:00:22 EDT 2002 Backup Date: Wed Aug 28 02:00:22 EDT 2002 Backup Date: Wed Aug 21 02:00:24 EDT 2002