如果您必須在不使用 Solaris Resource Manager 的情況下開機,就必須變更 /etc/system 檔案中的 initclass 變數以參考分時 (TS) 而非 SHR。最簡單的方法就是使用 boot 指令的-a (詢問) 選項,提示您輸入一個系統檔案。然後再按下 RETURN 鍵以接受其他提示的預設值,直到您被提示要輸入系統檔的名稱。在系統出現提示時請輸入系統檔案名稱,鍵入 etc/system.noshrload (沒有前導斜線)作為回應。以下是程序範例:
Note that /etc/system.noshrload is a backup copy of /etc/system made at the time Solaris Resource Manager was installed.If there have been subsequent edits to /etc/system, then /etc/system.noshrload should be maintained in parallel so that it differs only by the occurrence of the Solaris Resource Manager modification:
# diff /etc/system /etc/system.noshrload < # enable srm < set initclass='SHR' |