此程序可以在指令行而不是從設定檔來安裝 Solaris Flash 歸檔以及使用 archive_location 關鍵字。您不需要使用設定檔檔案,就能迅速擷取歸檔。
將 Solaris Live Upgrade SUNWlucfg、SUNWlur 和 SUNWluu 套裝軟體安裝到您的系統。這些套裝軟體必須是將要升級至之發行版本的套裝軟體。如需逐步程序,請參閱使用 pkgadd 指令安裝 Solaris Live Upgrade。
成為超級使用者,或者假定一個對等身份。
身份包含授權指令與特權指令。如需有關角色的更多資訊,請參閱「System Administration Guide: Security Services」中的「Configuring RBAC (Task Map)」。
鍵入:
# luupgrade -f -n BE_name -s os_image_path -J 'archive_location path-to-profile' |
指定從 Solaris Flash 歸檔升級作業系統。
指定欲升級的啟動環境名稱。
指定包含作業系統影像的目錄路徑名稱。此目錄可以在安裝媒體 (如 DVD-ROM、CD-ROM) 上,或者其可以為 NFS 或 UFS 目錄。此作業系統影像提供 miniroot,可啟動最小的可開機根 (/) 檔案系統,以利於 Solaris Flash 歸檔的安裝。此 miniroot 不是要安裝的影像。-j 選項提供含有 Solaris Flash 歸檔作業系統影像之設定檔的路徑。
指定 archive_location 設定檔關鍵字和 JumpStart 設定檔的路徑。-s 選項的作業系統版本和 Solaris Flash 歸檔作業系統版本必須相同。如需關鍵字值,請參閱「Solaris 10 5/09 安裝指南:自訂 JumpStart 及進階安裝」中的「archive_location 關鍵字」。
該啟動環境已準備就緒,可以啟動。請參閱啟動某啟動環境。
在此範例中,歸檔已安裝在 second_disk 啟動環境上。-s 選項提供 miniroot,可啟動最小的可開機根 (/) 檔案系統,以利於 Solaris Flash 歸檔的安裝。此 miniroot 不是要安裝的影像。-j 選項提供 Solaris Flash 歸檔作業系統影像的路徑。-J 選項及 archive_location 關鍵字可用來擷取歸檔。除了可共用的檔案之外,所有在 second_disk 上的檔案皆被覆寫。pkgadd 指令會增加將要升級至之發行版本的 Solaris Live Upgrade 套裝軟體。
# pkgadd -d /server/packages SUNWlucfg SUNWlur SUNWluu # luupgrade -f -n second_disk \ -s /net/installmachine/export/solarisX/OS_image \ -J 'archive_location http://example.com/myflash.flar' |