検索クエリーを入力してください
<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 エージェント
KVMGuest エージェントのリソースタイプ定義
KVMGuest エージェントのリソースタイプの定義は、次のとおりです。
type KVMGuest ( static int IntentionalOffline = 1 static boolean AEPTimeout = 1 static int MigrateTimeout = 300 static int MigrateWaitLimit = 2 static keylist SupportedActions = { "guestmigrated", "vmconfigsync", "DevScan" } static keylist SupportedOperations = { "migrate"} static keylist RegList = { "GuestName", "DelayAfterGuestOnline", "DelayAfterGuestOffline", "RHEVMInfo", "DROpts" } static str ArgList[] = { GuestName, DelayAfterGuestOnline, DelayAfterGuestOffline, SyncDir, GuestConfigFilePath, CEInfo, RHEVMInfo, ResyncVMCfg, DROpts } str CEInfo{} = { Enabled=0, CESystem=NONE, FaultOnHBLoss=1 } str RHEVMInfo{} = { Enabled=0, URL=NONE, User=NONE, Password=NONE, Cluster=NONE, UseManualRHEVMFencing=0 } str GuestName int DelayAfterGuestOnline = 5 int DelayAfterGuestOffline = 30 str SyncDir str GuestConfigFilePath boolean ResyncVMCfg = 0 str DROpts{} = { ConfigureNetwork=0, IPAddress=NONE, Netmask=NONE, Gateway=NONE, DNSServers=NONE, DNSSearchPath=NONE, Device=NONE }