在 Linux 上安裝 ZENworks Desktop Management Services (ZENworks 桌面管理服務) 時,您將使用用於設定這些服務的資訊回答特定問題。您可以在完成安裝後使用 /opt/novell/zenworks/bin 目錄中的 ZENworks 7 Linux 組態公用程式 (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 檔案的預設位置顯示為 /etc/opt/novell/zenworks/zdm/novell-zdm-configure.properties。.conf 檔案是您要執行之所有 ConfigureAction 的完整清單。
依預設,novell-zdm-configure 公用程式會自動偵測您已安裝在 Linux 伺服器上的 ZENworks 服務,並僅執行關聯的 ConfigureAction。
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 參數指向該檔案可能會更好。如果您僅要重新設定一個元件,則可以使用 -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, 準備靜音安裝。