9.4 安裝 Identity Reporting

可以使用以下方法來安裝 Identity Reporting:

9.4.1 執行互動式安裝

  1. 從 NetIQ 下載網站下載 Identity_Manager_4.7_Linux.iso

  2. 掛接下載的 .iso

  3. .iso 檔案的根目錄中,執行以下指令:

    ./install.sh

  4. 通讀授權合約。

  5. 輸入 y 以接受授權合約。

  6. 決定要安裝的 Identity Manager 伺服器版本。輸入 y 將安裝 Advanced Edition,輸入 n 將安裝 Standard Edition。

  7. 指定 Identity Reporting 並繼續安裝。

  8. 設定安裝的元件。如需詳細資訊,請參閱節 10.0, 設定安裝的元件

9.4.2 以靜默模式安裝

  1. 從 NetIQ 下載網站下載 Identity_Manager_4.7_Linux.iso

  2. 掛接下載的 .iso

  3. .iso 的根目錄中,執行以下指令:

    ./create_silent_props.sh

  4. 輸入 y 以確認建立檔案。

  5. 若要安裝 JRE,請輸入 y

  6. 決定要安裝的 Identity Manager 伺服器版本。輸入 y 將安裝 Advanced Edition,輸入 n 將安裝 Standard Edition。

  7. 選取元件的組態模式。如需詳細資訊,請參閱節 10.0, 設定安裝的元件

  8. 指定 Identity Reporting 並繼續安裝。

  9. 執行以下指令以執行靜默安裝:

    ./install.sh -s -f <location of the silent properties file>

    例如,

    ./install.sh -s -f /mnt/silent.properties,其中,/mnt/silent.properties 是靜默內容檔案的儲存位置。