自動化 StorageGRID 組態
安裝並設定網格節點之後、您可以自動化 StorageGRID 系統的組態。
-
您可以從安裝歸檔中得知下列檔案的位置。
檔案名稱 說明 configure-storagegrid.py
Python指令碼用於自動化組態
設定-storagegrid。same.json
用於指令碼的組態檔範例
設定-storagegrid。blank.json
與指令碼搭配使用的空白組態檔
-
您已建立
configure-storagegrid.json
組態檔。若要建立此檔案、您可以修改範例組態檔案 (configure-storagegrid.sample.json
)或空白組態檔 (configure-storagegrid.blank.json
)。
您可以使用 configure-storagegrid.py
Python指令碼和 configure-storagegrid.json
組態檔、以自動化StorageGRID 您的整個系統組態。
-
登入您用來執行Python指令碼的Linux機器。
-
切換至您擷取安裝歸檔的目錄。
例如:+
cd StorageGRID-Webscale-version/platform
其中
platform
是debs
、rpms`或 `vsphere
。 -
執行Python指令碼並使用您建立的組態檔。
例如:
./configure-storagegrid.py ./configure-storagegrid.json --start-install
恢復套件 .zip
檔案會在組態程序期間產生、並下載至您執行安裝與組態程序的目錄。您必須備份「恢復套件」檔案、以便StorageGRID 在一個或多個網格節點故障時、恢復該系統。例如、將其複製到安全的備份網路位置、以及安全的雲端儲存位置。
必須保護恢復套件檔案、因為其中包含可用於從StorageGRID 該系統取得資料的加密金鑰和密碼。 |
如果您指定應該產生隨機密碼、則需要擷取 Passwords.txt
歸檔並尋找存取StorageGRID 您的支援系統所需的密碼。
###################################################################### ##### The StorageGRID "recovery package" has been downloaded as: ##### ##### ./sgws-recovery-package-994078-rev1.zip ##### ##### Safeguard this file as it will be needed in case of a ##### ##### StorageGRID node recovery. ##### ######################################################################
系統會在顯示確認訊息時安裝及設定您的系統。StorageGRID
StorageGRID has been configured and installed.