メインコンテンツへスキップ

Solutions Enablerのnetcnfgファイルとは何ですか?

Views:
Visibility:
Public
Votes:
0
Category:
oncommand-insight
Specialty:
ds_dii
Last Updated:

環境

  • OnCommand Insight(OCI)7.3.x
  • EMC Solutions Enabler

回答

OnCommand Insightは、EMC Solutions Enabler CLI Suite(別名symcli)を使用して、EMC Symmetrixアレイからインベントリデータを収集します。Solutions Enablerは、FCまたはiSCSI管理ボリュームゲートキーパーと呼ばれる)を介して、アレイをインバンドで管理します。

多くのOCIのお客様は、SymmetrixアレイとOCIサーバー間のインバンド接続を設定することを望んでいません。この目標は、EMC Solutions Enablerをクライアント/サーバーモードで使用することで達成できます。

クライアント/サーバモードの場合は、データソースをホストするOCI Acquisition Unit(AU)に、Solutions Enablerサーバにインストールされているものと同じバージョンまたはそれより古いバージョンのSolutions Enablerをインストールする必要があります。ただし、OCIでは、EMCの公式サポート状況にかかわらず、8.xに対するSolutions Enabler 7.xの使用はサポートされていません。NetAppは、8.xに対してSolutions Enabler 7.xを使用すると信頼性の低いデータが返されると判断しています。

Solutions Enablerは、環境変数を設定することによりクライアント/サーバモードで動作します。この環境変数は、OCI Solutions Enablerデータソースによって自動的に処理されます。ただし、クライアント/サーバモードを機能させるには、netcnfgファイルに意味のあるエイリアスを定義する必要があります。


netcnfg ファイルは ..\SYMAPI\config\netcnfg
にあります。注: netcnfg ファイルは、Solutions Enabler (CLI) データソースを使用する場合にのみ必要です。

Solutions Enablerをインストールすると、netcnfgファイルはテンプレートおよび編集可能なファイルになりますSYMAPI構成ディレクトリにあります。テキストエディタを使用して、次の形式でnetwork servicesをファイルに追加します:

service_name domain_name  network_protocol  server_node_name  server_network_address  port_number security_level

各値の意味は次のとおりです。

  • service_name = Solutions Enablerサーバへの参照となるサービスの名前 hostname_SECUREのような構文を使用することを強く推奨します。エイリアス「hostname_SECURE」がホスト「hostname」を参照していることがわかるように
  • domain_name = 指定せず、ハイフン(-)に置き換えてください
  • network_protocol = TCPIPである必要があります
  • server_node_name = サーバホストの名前
  • server_network_address = サーバのネットワークアドレス
    注:ハイフン(-)は、指定されていないserver_node_nameまたはserver_network_addressに置き換えることができますが、少なくとも1つは指定する必要があります。
  • port_number = サーバのポート番号
  • security_level = サーバがネゴシエートする予定の接続のタイプ有効な値は、SECUREANY、およびNONSECUREです。また、ハイフン(-)を
    指定して、プラットフォームのデフォルト設定を使用することもできます。
    注:これをSECUREに設定することを推奨します。サーバモードで動作するSolutions Enablerは、Solutions Enabler 7.x以降、SECURE接続要求のみをデフォルトで受け入れます。

 

netcnfg ファイルの例:

SYMAPI_SERVER - TCPIP node001 12.345.67.89 7777 ANY
BACKUP_SERVER - TCPIP node002 - 6666 SECURE
SERVER_IP6 - TCPIP node003 3FFE:80C0:22C:18:250:88FF:FEAD:F92F 6666 SECURE

追加情報

EMC Solutions Enabler Version 7.5 Installation Guide、116ページの「クライアント構成」から

 

NetApp provides no representations or warranties regarding the accuracy or reliability or serviceability of any information or recommendations provided in this publication or with respect to any results that may be obtained by the use of the information or observance of any recommendations provided herein. The information in this document is distributed AS IS and the use of this information or the implementation of any recommendations or techniques herein is a customer's responsibility and depends on the customer's ability to evaluate and integrate them into the customer's operational environment. This document and the information contained herein may be used solely in connection with the NetApp products discussed in this document.