- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Installmemo/TSM/stgpool へ行く。
- 1 (2008-11-20 (木) 10:02:19)
- 2 (2008-11-20 (木) 10:09:53)
- 3 (2008-12-29 (月) 17:01:48)
- 4 (2008-12-30 (火) 11:07:45)
- 5 (2009-02-11 (水) 13:46:26)
- 6 (2009-02-16 (月) 23:41:27)
- 7 (2009-02-20 (金) 11:36:26)
- 8 (2009-02-22 (日) 17:28:15)
- 9 (2009-04-26 (日) 10:04:00)
- 10 (2009-07-24 (金) 17:37:02)
- 11 (2009-07-29 (水) 16:03:26)
- 12 (2009-07-29 (水) 22:18:24)
- 13 (2013-02-04 (月) 21:22:57)
- 14 (2017-04-14 (金) 11:10:30)
TSMでのストレージ管理概念 †
ディスクを使用したストレージプールの登録 †
順次ファイルボリュームの登録 †
- デバイスクラスの登録
TSM:SERVER1> define devclass fileclass1 devtype=file directory=/tsmdata/current ANR2017I Administrator SERVER_CONSOLE issued command: DEFINE DEVCLASS fileclass1 devtype=file directory=/tsmdata/current ANR2203I Device class FILECLASS1 defined.
- ストレージプールの登録
TSM:SERVER1> define stgpool diskpool1 fileclass1 maxscratch=100 ANR2017I Administrator SERVER_CONSOLE issued command: DEFINE STGPOOL diskpool1 fileclass1 maxscratch=100 ANR2200I Storage pool DISKPOOL1 defined (device class FILECLASS1).
※maxscratch:ストレージプールで使用する最大ファイル数
テープ装置を使用したストレージプールの登録 †
バックアップ用ストレージプールの登録(コピー・ストレージプール) †
- デバイスクラスの登録
TSM:SERVER1> define devclass fileclass2 devtype=file directory=/tsmdata/backup ANR2017I Administrator SERVER_CONSOLE issued command: DEFINE DEVCLASS fileclass2 devtype=file directory=/tsmdata/backup ANR2203I Device class FILECLASS2 defined.
- ストレージプールの登録
TSM:SERVER1> define stgpool testbackpool fileclass2 pooltype=copy maxscratch=100 ANR2017I Administrator SERVER_CONSOLE issued command: DEFINE STGPOOL testbackpool fileclass2 pooltype=copy maxscratch=100 ANR2200I Storage pool TESTBACKPOOL defined (device class FILECLASS2).
- ストレージプールのコピー実行
TSM:SERVER1> backup stgpool diskpool1 testbackpool ANR2017I Administrator SERVER_CONSOLE issued command: BACKUP STGPOOL diskpool1 testbackpool ANR0984I Process 2 for BACKUP STORAGE POOL started in the BACKGROUND at 11:35:01 AM. ANR2110I BACKUP STGPOOL started as process 2. ANR1210I Backup of primary storage pool DISKPOOL1 to copy storage pool TESTBACKPOOL started as process 2. ANR1228I Removable volume /tsmdata/current/00000003.BFS is required for storage pool backup. ANR8340I FILE volume /tsmdata/backup/00000004.BFS mounted. ANR8340I FILE volume /tsmdata/current/00000003.BFS mounted. ANR1340I Scratch volume /tsmdata/backup/00000004.BFS is now defined in storage pool TESTBACKPOOL. ANR0512I Process 2 opened input volume /tsmdata/current/00000003.BFS. ANR0513I Process 2 opened output volume /tsmdata/backup/00000004.BFS. ANR1212I Backup process 2 ended for storage pool DISKPOOL1. ANR0986I Process 2 for BACKUP STORAGE POOL running in the BACKGROUND processed 16 items for a total of 4,671,334 bytes with a completion state of SUCCESS at 11:35:01 AM. ANR1214I Backup of primary storage pool DISKPOOL1 to copy storage pool TESTBACKPOOL has ended. Files Backed Up: 16, Bytes Backed Up: 4671334, Unreadable Files: 0, Unreadable Bytes: 0.
Counter: 3827,
today: 2,
yesterday: 2