トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS


  • 追加された行はこの色です。
  • 削除された行はこの色です。
#contentsx
**バックアップ用ストレージプールの登録(コピー・ストレージプール) [#yb506751]
-デバイスクラスの登録
***デバイスクラスの登録 [#n44d862f]
 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.

-ストレージプールの登録
***ストレージプールの登録 [#y8f9f9c0]
 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).

-ストレージプールのコピー実行
**ストレージプールのコピー実行 [#p6ead971]
 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