Linux オペレーティング・システム

ボリューム・グループ内にないリソースの構成

クラスター内のいずれかのノードで ext2、ext3、または reiserfs リソース・タイプを使用して共有ディスク・ストレージ・リソースを作成した場合、これらのリソースを構成する必要があります。

手順

1 次ノードで次のステップを実行してください。

  1. mount コマンドを発行して、ファイル・システムをマウントします。
    例えば、次のコマンドは X ファイル・システムをマウントします。
    mount X
  2. stoprpdomain および startrpdomain コマンドを発行して、ドメインを再始動します。
    例えば、次のコマンドは tsm_domain を再始動します。
    stoprpdomain tsm_domain
    startrpdomain tsm_domain
  3. umount コマンドを発行して、ファイル・システムをアンマウントします。
    例えば、次のコマンドは X ファイル・システムをアンマウントします。
    umount X
  4. 以下のコマンドを実行して、 IBM®.AgfileSystem、すべてのストレージリソースが System Automation for Multiplatforms
    lsrsc -s “Name==’Resource_Name' && ResourceType=1” IBM.AgFileSystem

    例えば、tsmalog リソースを確認するには、以下のコマンドを発行します。

    lsrsrc -s "Name=='tsmalog' && ResourceType=1" IBM.AgFileSystem
          Resource Persistent Attributes for IBM.AgFileSystem resource 1:
          ResourceHandle= "0x2038 0xffff 0x6ad47197 0x256fc23d 0x9338a9950x263fa510"
          Name                = "tsmalog"
          ResourceType        = 1   <------------------------------
          MountPoint          = ""        
          DeviceName          = ""         
          Vfs                 = "ext3"         
          AggregateResource   = "0x3fff 0xffff 0x00000000 0x00000000 0x00000000 0x00000000"         
          ContainerResource   = "0x2036 0xffff 0x6ad47197 0x256fc23d 0x9338a995 0x25ffaa28"  
          GhostDevice         = 0
          ResourceId          = "360050768019c021d30000000000005da"         
          ProtectionMode      = 1
          UserControl         = 0         
          SysMountPoint       = "/tsmalog"         
          Label               = "/tsmalog"
          FSID                = "5792f887-8547-4c33-a519-9d0c50ab6882"         
          PreOnlineMethod     = 0
          ContainerResourceId = "360050768019c021d30000000000005da"
          AutoMonitor         = 1        
          Options             = "defaults,noauto"        
          PreOfflineMethod    = 0
          ActivePeerDomain    = "TSM_Domain"
          NodeNameList        = {"tsmlnode01.storage.tucson.ibm.com","tsmlnode02.storage.tucson.ibm.com"}