내가 겪고 있는 문제는 TSM이 내 / 파티션의 하위 디렉토리로 재귀하는 것을 거부한다는 것입니다. 이것은 다른 파티션에서는 작동하지 않으며 반복됩니다. 이것은 내 포함/제외 목록과 아무 관련이 없습니다.
다음은 TSM의 출력입니다.
# dsmc preview backup / -cons -subdir=yes
IBM Tivoli Storage Manager
Command Line Backup-Archive Client Interface
Client Version 7, Release 1, Level 3.1
Client date/time: 25/01/16 18:29:49
(c) Copyright by IBM Corporation and other(s) 1990, 2015. All Rights Reserved.
Node Name: NODENAME.EXAMPLE.COM
Session established with server BLACKHOLE: Linux/x86_64
Server Version 6, Release 3, Level 5.0
Server date/time: 25/01/16 18:29:49 Last access: 25/01/16 18:28:47
Preview function invoked.
Depending on the number of objects to query, this operation could take a while to complete.
Are you sure you want to continue? (Yes (Y)/No (N)) y
Name: Size: Type: Status: Pattern: Source: Mgmt Class:
----- ----- ----- ------- -------- ------- -----------
/lib 5 B - Included - - DEFAULT
/foo 0 B - Included - - DEFAULT
Preview output has been successfully written to file 'dsmprev.txt'.
이것이 내 루트 파티션의 실제 모습입니다(파일 foo는 디버깅용입니다).
# ls -l /
total 25
drwxr-xr-x 1 root root 1066 Jan 23 13:04 bin
drwxr-xr-x 6 root root 4096 Jan 6 12:45 boot
drwxr-xr-x 22 root root 4620 Jan 25 18:06 dev
drwxr-xr-x 1 root root 5626 Jan 25 15:04 etc
-rw-r--r-- 1 root root 0 Jan 25 18:29 foo
drwxr-xr-x 1 root root 100 Nov 4 15:52 home
lrwxrwxrwx 1 root root 5 Oct 20 16:09 lib -> lib64
drwxr-xr-x 1 root root 1410 Oct 20 16:09 lib32
drwxr-xr-x 1 root root 4880 Jan 25 09:50 lib64
drwxr-xr-x 1 root root 10 Oct 24 22:17 media
drwxr-xr-x 1 root root 10 Oct 31 2013 mnt
drwxr-xr-x 1 root root 348 Jan 24 17:12 opt
dr-xr-xr-x 388 root root 0 Jan 25 08:55 proc
drwx------ 1 root root 512 Jan 25 18:26 root
drwxr-xr-x 26 root root 680 Jan 25 18:06 run
drwxr-xr-x 1 root root 4060 Jan 25 09:50 sbin
drwxr-xr-x 1 root root 0 May 27 2015 srv
dr-xr-xr-x 12 root root 0 Jan 25 18:29 sys
drwxrwxrwt 18 root root 1500 Jan 25 18:26 tmp
drwxr-xr-x 1 root root 194 Nov 15 14:11 usr
drwxr-xr-x 1 root root 186 May 31 2015 var
/ 파일 시스템은 btrfs에 있으며 아직 하위 볼륨이 없습니다.
이것은 내 dsm.sys 파일의 내용입니다(대부분 표준).
SErvername BLACKHOLE
COMMMethod TCPip
TCPPort 1542
SSL YES
TCPServeraddress blackhole.example.com
NODENAME nodename.example.com
PasswordDir "/etc/tivoli/"
PasswordAccess generate
ErrorLogName "/var/log/tsm/dsmerror.log"
SchedLogName "/var/log/tsm/dsmsched.log"
inclexcl /etc/tivoli/incl-excl-file
inclexcl 파일은 현재 비어 있습니다(하지만 일반 파일은 여전히 실패하고 다른 컴퓨터에서는 제대로 작동합니다).
답변1
이 문제는 TSM 클라이언트가 btrfs 파일 시스템의 파일을 자동으로 건너뛰고 바인드 마운트할 수 있는 사용 중인 TSM 버전의 버그로 인해 발생합니다.
오류에 대한 자세한 내용은 IBM 웹사이트에서 확인할 수 있습니다. http://www-01.ibm.com/support/docview.wss?uid=swg21977589
해결 방법은 최신 버전의 TSM 클라이언트(예: 7.1.4.1)로 업그레이드하는 것입니다.