Results 1 to 4 of 4
-
12-21-2011, 12:42 PM #1Newcomer
- Join Date
- Dec 2011
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
ANS1228E, ANS4007E, and ANS1587W, Oh my!
Hello,
We are getting a handful of errors with our backup. Some are caused by the files/directories being hidden.
First, my system info:
Code:IBM Tivoli Storage ManagerCommand Line Backup-Archive Client Interface Client Version 6, Release 2, Level 2.0 Client date/time: 12/21/2011 12:35:09 (c) Copyright by IBM Corporation and other(s) 1990, 2010. All Rights Reserved. Node Name: MSEAS Session established with server BACKUP-L: Linux/x86_64 Server Version 6, Release 2, Level 2.30 Server date/time: 12/21/2011 12:35:09 Last access: 12/21/2011 12:25:50 # uname -a Linux mseas.mit.edu 2.6.18-92.1.22.el5 #1 SMP Tue Dec 16 11:57:43 EST 2008 x86_64 x86_64 x86_64 GNU/Linux # cat /etc/redhat-release CentOS release 5.2 (Final)
Here is the last bit of my tsmerror.log
Here's the permission readout of that last access denied failure file:Code:12/21/2011 08:03:21 ANS1228E Sending of object '/gdata/projects/awacs/PE_forcing/2006/Sep27/PJH01/gmeta_ccnt_rad' failed 12/21/2011 08:03:21 ANS4007E Error processing '/gdata/projects/awacs/PE_forcing/2006/Sep27/PJH 01/gmeta_ccnt_rad': access to the object is denied 12/21/2011 08:03:21 ANS1228E Sending of object '/gdata/projects/awacs/PE_forcing/2006/Sep27/PJ H01/gmeta_ccnt_wstr' failed 12/21/2011 08:03:21 ANS4007E Error processing '/gdata/projects/awacs/PE_forcing/2006/Sep27/PJH 01/gmeta_ccnt_wstr': access to the object is denied 12/21/2011 08:55:30 ANS1587W I/O error reading file attributes for: /gdata/projects/philex/Ma tlab/VelFM/resetvbotwt.m~. errno = 22, Invalid argument 12/21/2011 09:03:39 ANS0361I DIAG: TransErrno: Unexpected error from lstat, errno = 117 12/21/2011 09:03:39 ANS1999E Incremental processing of '/gdata' stopped. 12/21/2011 09:03:39 ANS1028S An internal program error occurred. 12/21/2011 09:03:39 ANS1512E Scheduled event 'TUE-2400' failed. Return code = 12.
And here is my attempt to leave out files ending with tildes, beginning with periods, and the /var/log directoryCode:# ls -l gmeta_ccnt_wstr -rw-rw-r-- 1 wgleslie awacs 42838560 Dec 19 10:55 gmeta_ccnt_wstr
Any idea why I'm getting the errors? Any help is greatly appreciated.Code:# cat inclexcl.txt exclude /var/log/* exclude "/gdata/.../.*" exclude.dir "/gdata/.../.*" exclude "/gdata/.../*~"
JeremyLast edited by jrpatton; 12-27-2011 at 08:44 AM.
-
12-21-2011, 03:57 PM #2
I wonder if it's a locale issue? I've run into them a bunch of times with Linux boxes.
Try: locale-gen en_US Then try your backup. If that works, you'll have to make sure you set that up permanently. Good luck!
-
12-22-2011, 04:06 AM #3Senior Member
- Join Date
- Apr 2007
- Location
- Oslo, Norway
- Posts
- 240
- Thanks
- 2
- Thanked 17 Times in 17 Posts
Hi,
Are any of these files residing on a nfs/cifs/smb share? If so, then make sure the backup user (root?) has access to the files.-= Trident =-
-
12-27-2011, 08:43 AM #4Newcomer
- Join Date
- Dec 2011
- Posts
- 2
- Thanks
- 0
- Thanked 0 Times in 0 Posts
Hey,
Sorry it has taken me a while to get back to you. I came down with a flu. I'll try not to spread it on the forum.
@Trident
The /gdata partition is a gluster file system. root should have access to everything on it. Also root is the backup user.
Code:# df -TFilesystem Type 1K-blocks Used Available Use% Mounted on /dev/sda1 ext3 15872604 12290728 2762564 82% / /dev/sda2 ext3 15872636 13718260 1335064 92% /var /dev/sda3 ext3 15872636 290840 14762484 2% /tmp /dev/sda6 ext3 89263748 66304632 18424772 79% /state/partition1 tmpfs tmpfs 12344884 0 12344884 0% /dev/shm tmpfs tmpfs 6027864 55680 5972184 1% /var/lib/ganglia/rrds /dev/sdb ext3 2403044780 1788159516 492817552 79% /srv/www glusterfs#mseas-data:/gdata fuse 58301389568 41993640832 16307748736 73% /gdata mseas-data:/home/wgleslie nfs 3170680256 2830709120 178909856 95% /home/wgleslie mseas-data:/home/kyigit nfs 3170680256 2830709120 178909856 95% /home/kyigit /dev/hdb iso9660 16178 16178 0 100% /media/Chelsio S310X mseas-data:/home/mirabito nfs 3170680256 2830709120 178909856 95% /home/mirabito mseas-data:/home/akashp nfs 3170680256 2830709120 178909856 95% /home/akashp mseas-data:/home/ltapovan nfs 3170680256 2830709120 178909856 95% /home/ltapovan mseas-data:/home/mpuecker nfs 3170680256 2830709120 178909856 95% /home/mpuecker mseas-data:/home/ce107 nfs 3170680256 2830709120 178909856 95% /home/ce107
@mikeymac
en_US is already listed in the locales
Code:# locale -a | grep "en_US*"en_US en_US.iso88591 en_US.iso885915 en_US.utf8 # /etc/locale LANG=en_US.iso885915 LC_CTYPE="en_US.iso885915" LC_NUMERIC="en_US.iso885915" LC_TIME="en_US.iso885915" LC_COLLATE="en_US.iso885915" LC_MONETARY="en_US.iso885915" LC_MESSAGES="en_US.iso885915" LC_PAPER="en_US.iso885915" LC_NAME="en_US.iso885915" LC_ADDRESS="en_US.iso885915" LC_TELEPHONE="en_US.iso885915" LC_MEASUREMENT="en_US.iso885915" LC_IDENTIFICATION="en_US.iso885915" LC_ALL=
Last edited by jrpatton; 12-27-2011 at 09:00 AM.
Similar Threads
-
ANS4007E: Access to the object denied
By kreddy in forum Backup / Archive DiscussionReplies: 3Last Post: 03-30-2011, 04:03 PM -
ANS1228E and ANS4007E message
By budiss in forum Backup / Archive DiscussionReplies: 6Last Post: 03-29-2011, 04:45 PM -
ANS4007E-Access to the object is denied
By kreddy in forum TSM OperationReplies: 1Last Post: 03-04-2011, 09:55 AM -
ANS1228E Sending of object failed & ANS4007E Error processing '/file' access to the o
By faiznaqiud in forum Backup / Archive DiscussionReplies: 1Last Post: 08-05-2010, 10:13 PM -
ANS1587W I/O error reading file attributes
By seb in forum TSM ClientReplies: 5Last Post: 10-02-2008, 04:41 AM


Reply With Quote
