export_facet

指定したファイルにリアルタイム・モニタリング・ファセットをエクスポートします。

書式

emcli  export_facet
       -name="<name>"
       -target_type="<target_type>"
       -entity_type="<entity_type>"
       -output_file="<file>"

オプション

  • Name

    エクスポートするファセットの名前(内部)。

  • target_type

    エクスポートするファセットのターゲット・タイプ(内部)。自分の環境で使用可能なすべてのターゲット・タイプを確認するには、$AGENT_HOME/sysman/admin/metadataディレクトリをチェックしてください。メタデータ・ファイル(XMLファイル)は、各ターゲット・タイプに存在します。

  • entity_type

    エクスポートするファセットのosfile、osprocess、osuserなどのエンティティ・タイプ(内部)。

  • output_file

    エクスポート・ファイルの名前。

次の例では、$HOME/reports/facet.xmlファイルにfooファセットをエクスポートします。

emcli export_facet 
      -name="foo" 
      -target_type="host" 
      -entity_type="osfile" 
      -output_file="$HOME/reports/facet.xml"