ZENworksデスクトップ管理サービスをLinuxにインストールする場合は、特定の質問に回答してサービスの設定に必要な情報を提供します。インストールの完了後に、/opt/novell/zenworks/binディレクトリにあるZENworks 7 Linux Configurationユーティリティ(novell-zdm-configure)を使用して個々のプロセスの設定を変更できます。
メモ:このユーティリティは、コンポーネントの元のインストール方法にかかわらず、インストールが完了しているコンポーネントの設定変更に使用できます。
この設定ユーティリティで使用できるパラメータの一覧を確認するには、次のコマンドを入力します。
./novell-zdm-configure -h[elp]
このユーティリティのヘルプには次の内容が一覧表示されます。
ZENworks Desktop Management 7 Linux Configuration Utility USAGE: novell-zdm-configure [<option> [<arg>]]... where <options> are: -p = <arg> specifies path to a properties file. (default /etc/opt/novell/zenworks/zdm/novell-zdm-configure.properties) -l = <arg> is the pathname of the logfile to create. (default /var/log/novell/zenworks/zdm/novell-zdm-configure.log) -c = <arg> is a list of ConfigureAction class names (e.g. "name1,name2"). (default "") -f = <arg> is a file (one per line list of ConfigureAction class names). (default /etc/opt/novell/zenworks/zdm/novell-zdm-configure-actions.conf) -a = allow internal list of ConfigureActions if not otherwise specified. (default false) -e = attempt subsequent ConfigureActions if an error occurs. (default false) -z = force the ConfigureActions to ignore previous configurations. (default false) -n = use color display. (default false) -h = display this message.
ファイルのデフォルトの場所は、novell-zdm-configure-actions.conf file is shown as /etc/opt/novell/zenworks/zdm/novell-zdm-configure.propertiesとして示されています。.confファイルは、実行するすべてのConfigureActionsの総合的なリストです。
デフォルトでは、novell-zdm-configureユーティリティは、LinuxサーバにインストールされているZENworksサービスを自動的に検出し、関連するConfigureActionsのみを実行します。
novell-zdm-configure.confファイルの例を次に示します。
############################################################## # novell-zdm-configure.conf # # # # ZENworks configuration ConfigureAction list # # # # Supply the class name of the ConfigureActions that you # # want novell-zdm-configure to run, one class name per line.# # Classes will be called in the order specified in this # # file. # # # # Note:You must supply a complete class name unless the # # class exists in the following package: # # # # com.novell.application.zenworks.install.configure # # # ############################################################## ExtendSchemaConfigureAction ImagingConfigureAction LicensingConfigureAction XTierConfigureAction NetBiosNameConfigureAction SSLConfigureAction InventoryServerConfigureAction SybaseConfigureAction StandaloneConfigureAction RMServerConfigureAction XMLProxyConfigureAction
設定ファイルによってインストール(ファイルのコピー)プロセスが実行されることはありません。このファイルは、既にインストールされている機能の設定または再設定にのみ使用されます。
このファイルを編集して再設定するコンポーネントを変更できますが、ファイルのコピーを作成し、-fパラメータを使用してそのコピーを指定することをお勧めします。1つのコンポーネントのみを再設定する場合は、-cパラメータを使用して単一のクラス名(XTierConfigureActionなど)をリストし、その元の設定を変更できます。詳細については、セクション 24.2.1, 再設定の例を参照してください。
ワークステーションインベントリコンポーネントの設定ファイルは、-cオプションを使用して個別に実行することはできません。以下の制限が適用されます。
メモ:他の設定ファイルは、上記の組み合わせと共に実行することができます。.
90日間限定の評価版製品をインストールしていたユーザが製品の購入を決定した場合、ライセンスコードの更新が必要となり、設定ファイルを使用する可能性があります。次の例の手順に従ってライセンスを再設定します。
/opt/novell/zenworks/binディレクトリに移動します。
bashプロンプトで次のコマンドを入力します。
./novell-zdm-configure -c LicensingConfigureAction
インストールプログラムが起動し、認証アカウント情報を要求するプロンプトが表示されます。アカウント情報が確認されたら、ライセンスコードを要求するプロンプトが表示されます。
製品を購入した時に受け取ったライセンスコードを入力します。
メモ:コマンドラインで-cオプションを使用して必要なConfigureActionを指定できます。ConfigureActionのリストは、novell-zdm-configure.confファイルとsilent.propertiesファイルに含まれています。silent.propertiesの詳細については、セクション 23.1, サイレントインストールの準備を参照してください。