検索クエリーを入力してください
<book_title> を検索 ...
Cluster Server 7.4.3 付属エージェントリファレンスガイド - Linux
Last Published:
2020-12-25
Product(s):
InfoScale & Storage Foundation (7.4.3)
Platform: Linux
- 付属エージェントの概要
- ストレージエージェント
- DiskGroup エージェント
- DiskGroupSnap エージェント
- Volume エージェント
- VolumeSet エージェント
- LVMLogicalVolume エージェント
- LVMVolumeGroup エージェント
- Mount エージェント
- Mount エージェントの設定例
- VMwareDisksエージェント
- SFCache エージェント
- Network エージェント
- ネットワークエージェントについて
- IP エージェント
- NIC エージェント
- IPMultiNIC エージェント
- MultiNICA エージェント
- DNS エージェント
- AWSIP エージェント
- AWSRoute53 エージェント
- AzureDNSZone エージェント
- ファイル共有エージェント
- サービスエージェントとアプリケーションエージェント
- Apache HTTP サーバーエージェント
- Application エージェント
- CoordPoint エージェント
- KVMGuest エージェント
- KVMGuest エージェントに関する注意
- KVMGuest 環境の設定例
- RHEV 環境の設定例
- Process エージェント
- ProcessOnOnly エージェント
- インフラエージェントとサポートエージェント
- エージェントのテスト
- レプリケーションエージェント
- RVG エージェント
- RVGPrimary エージェント
- RVGSnapshot
- RVGShared エージェント
- RVGLogowner エージェント
- RVGSharedPri エージェント
- VFRJob エージェント
設定
Linux 用の設定は次のとおりです。
system north system south group NicGrp ( SystemList = { north, south} AutoStartList = { north } Parallel = 1 ) Phantom my_phantom ( ) NIC NicGrp_eth0 ( Device = eth0 ) group Grp1 ( SystemList = { north, south } AutoStartList = { north } ) Proxy nicproxy( TargetResName = "NicGrp_eth0" ) NotifierMngr ntfr ( SnmpConsoles = { "SNMPServerName" = Information } SmtpServer = "smtp.example.com" SmtpRecipients = { "vcsadmin@example.com" = SevereError } ) ntfr requires nicproxy // resource dependency tree // // group Grp1 // { // NotifierMngr ntfr // { // Proxy nicproxy // } // }