對存取檔案系統的內容的其他移轉需求
移轉到
Automation Orchestrator
檔案系統的內容必須遵循基於容器的新應用裝置的需求。由於
Automation Orchestrator
Appliance 在容器中執行,因此對檔案系統的存取有一定的限制。js-io-rights.conf
檔案仍決定了是否可從 Automation Orchestrator
指令碼 API 存取檔案,但您無法在檔案系統中使用任意資料夾。Automation Orchestrator
服務可存取的主資料夾為 /var/run/vco
。在 Automation Orchestrator
Appliance 檔案系統下,此資料夾對應至 /data/vco/var/run/vco
下。所有存取 Automation Orchestrator
指令碼 API 的本機檔案都必須移至指定的主目錄。在主目錄下,您可以為內容建立子目錄。例如,如果您想要將外部 NFS 磁碟區掛接到
Automation Orchestrator
Appliance,必須將其掛接在 /data/vco/var/run/vco/
mount_directory_path
中。之後,Automation Orchestrator
指令碼 API 可以存取位於 /var/run/vco/
的已掛接 NFS 磁碟區。mount_directory_path
Kerberos 組態
若要使用 Kerberos 組態,則只能使用
/data/vco/usr/lib/vco/app-server/conf/krb5.conf
檔案。如需 Kerberos 偵錯記錄的相關資訊,請參閱《安裝和設定
中的Automation Orchestrator
》〈啟用 Kerberos 偵錯記錄〉
。