Skip to main content
Cluster and storage switches
本繁體中文版使用機器翻譯,譯文僅供參考,若與英文版本牴觸,應以英文版本為準。

以ONIE模式安裝CummulUS Linux

貢獻者

當交換器以ONIE模式執行時、請遵循此程序來安裝Cummulos Linux(CL)OS。

註 可以在交換器執行Cummulos Linux或ONIE時安裝Cummulos Linux(CL)作業系統(請參閱 "以Cummuls模式安裝")。
關於這項工作

您可以使用開放式網路安裝環境(ONIE)來安裝Cummulus Linux、以便自動探索網路安裝程式映像。這有助於以作業系統選擇(例如Cummulas Linux)來保護交換器的系統模式。使用ONIE安裝Cummulis Linux最簡單的方法、就是使用本機HTTP探索。

註 如果您的主機已啟用IPv6、請確定它正在執行Web伺服器。如果您的主機已啟用IPV4、請確定除了Web伺服器、主機還在執行DHCP。

此程序示範如何在系統管理員在ONIE中開機後升級Cummuls Linux。

步驟
  1. 將Cummuls Linux安裝檔案下載至Web伺服器的根目錄。重新命名此檔案「onie-installer」。

  2. 使用乙太網路纜線將主機連接至交換器的管理乙太網路連接埠。

  3. 開啟交換器電源。交換器會下載ONIE映像安裝程式並開機。安裝完成後、會在終端機視窗中顯示CummUS Linux登入提示。

    註 每次安裝CummUS Linux時、整個檔案系統結構都會被清除並重新建置。
  4. 重新啟動SN2100交換器:

    cumulus@cumulus:mgmt:~$ sudo reboot
  5. 在"GNU Grub(GNU Grub)"屏幕上按* Esc*鍵以中斷正常的引導過程,選擇"ONIE(* ONIE )"並按 Enter鍵。

  6. 在下一個畫面中、選取「* ONIE:install OS*(* ONIE:安裝OS*)」。

  7. ONIE安裝程式探索程序會執行搜尋自動安裝。按* Enter *可暫時停止此程序。

  8. 當探索程序停止時:

    ONIE:/ # onie-stop
    discover: installer mode detected.
    Stopping: discover...start-stop-daemon: warning: killing process 427:
    No such process done.
  9. 如果您的網路上正在執行DHCP服務、請確認已正確指派IP位址、子網路遮罩和預設閘道:

    ifconfig eth0

    顯示範例
    ONIE:/ # ifconfig eth0
    eth0   Link encap:Ethernet  HWaddr B8:CE:F6:19:1D:F6
           inet addr:10.233.204.71  Bcast:10.233.205.255  Mask:255.255.254.0
           inet6 addr: fe80::bace:f6ff:fe19:1df6/64 Scope:Link
           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
           RX packets:21344 errors:0 dropped:2135 overruns:0 frame:0
           TX packets:3500 errors:0 dropped:0 overruns:0 carrier:0
           collisions:0 txqueuelen:1000
           RX bytes:6119398 (5.8 MiB)  TX bytes:472975 (461.8 KiB)
           Memory:dfc00000-dfc1ffff
    
    ONIE:/ # route
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    
    default         10.233.204.1    0.0.0.0         UG    0      0      0   eth0
    10.233.204.0    *               255.255.254.0   U     0      0      0   eth0
  10. 如果手動定義IP定址方案、請執行下列步驟:

    ONIE:/ # ifconfig eth0 10.233.204.71 netmask 255.255.254.0
    ONIE:/ # route add default gw 10.233.204.1
  11. 重複步驟9、確認已正確輸入靜態資訊。

  12. 安裝CummUS Linux:

    ONIE:/ # route
    
      Kernel IP routing table
    
      ONIE:/ # onie-nos-install http://<web-server>/<path>/cumulus-linux-4.4.3-mlx-amd64.bin
    
      Stopping: discover... done.
      Info: Attempting http://10.60.132.97/x/eng/testbedN,svl/nic/files/cumulus-linux-4.4.3-mlx-amd64.bin ...
      Connecting to 10.60.132.97 (10.60.132.97:80)
      installer            100% |*|   552M  0:00:00 ETA
      ...
      ...
  13. 安裝完成後、請登入交換器:

    顯示範例
    cumulus login: cumulus
    Password: cumulus
    You are required to change your password immediately (administrator enforced)
    Changing password for cumulus.
    Current password: cumulus
    New password: <new_password>
    Retype new password: <new_password>
  14. 驗證Cummuls Linux版本:

    net show version

    顯示範例
    cumulus@cumulus:mgmt:~$ net show version
    NCLU_VERSION=1.0-cl4.4.3u4
    DISTRIB_ID="Cumulus Linux"
    DISTRIB_RELEASE=4.4.3
    DISTRIB_DESCRIPTION="Cumulus Linux 4.4.3”
接下來呢?

"安裝RCF指令碼"