メイン コンテンツに進む
  • すばやく簡単にご注文が可能
  • 注文内容の表示、配送状況をトラック
  • 会員限定の特典や割引のご利用
  • 製品リストの作成とアクセスが可能
  • 「Company Administration(会社情報の管理)」では、お使いのDell EMCのサイトや製品、製品レベルでのコンタクト先に関する情報を管理できます。
一部の文書番号が変更されている可能性があります。探しているものではない場合は、すべての文書を検索してみてください。文書の検索

How to Install Dell Networking OS10 or OS9 on Dell Open Networking (ON) Switches

概要: Install OS9 and OS10 on Dell ON switch BY ONIE Methods.

この記事は自動翻訳されたものである可能性があります。品質に関するフィードバックがある場合は、このページの下部にあるフォームを使用してお知らせください。

文書の内容


手順

This article explains the steps required to install Dell Networking OS on Dell Open Networking (ON) switches.
 

Steps required for installing OS on Dell Open Networking (ON) switches

 
NOTE: OS10 downloads are available on the Dell Digital Locker.
NOTE: See the ONIE Quick Start Guide for information about installing using HTTP or TFTP.
 
  1. Log in to the ONIE loader on the switch by choosing the menu on the boot process.
HOW11548_en_US__4ONIE Loader(1)
  1. Choose the ONIE loader from the boot menu.
image.png
 
NOTE: This example below already has an FTOS install.
  1. You may see continual messages similar to those seen below. To stop these messages, run the below command twice to be sure the service stops: 

onie-discovery-stop 

HOW11548_en_US__5ON Switch FTOS install 3

  1. Run the command fdisk -l to view the current storage locations. This helps determine where the USB is. In this case, the USB is at "/dev/sdb1" For the following steps, ensure to reference the proper location. If you do not see the USB device that means the format is not correct or the USB key has some partitions. The mandatory format required is FAT or FAT32 or EXT4 for Linux.
HOW11548_en_US__6ON Switch FTOS install 4
  1. (Optional) If required, format the USB by running the command:
mkfs.vfat /dev/sdb1 
HOW11548_en_US__7ON Switch FTOS install 5
  1. If you have already copied the BIN file into the (extract the TAR with 7-zip), go to next steps. If NOT, unplug the key and plug into a laptop and copy the BIN file.
  2. Create a directory for the USB to mount to:
mkdir /mnt/usb
HOW11548_en_US__8ON Switch FTOS install 7
  1. Mount the USB to the newly created directory: 
mount -t vfat /dev/sdb1 /mnt/usb
HOW11548_en_US__9ON Switch FTOS install 8
  1. Go to the directory where we just mounted the USB drive:
cd /mnt/usb
HOW11548_en_US__10ON Switch FTOS install 9
  1. From here, run the ls command. You should see the operating system file listed.
Format for OS9:
 
image.png

Format of OS10:
 
PKGS_OS10-Enterprise-10.5.4.55- installer-x86_64.bin
  1. Now the operating system can be installed. Ensure that the correct filename is used (filenames are case-sensitive): 
onie-nos-install <name of file.bin>
image.png
 

文書のプロパティ


影響を受ける製品

OS9, PowerSwitch S3048-ON, PowerSwitch S4048-ON, PowerSwitch S4810-ON, PowerSwitch S6000 ON, PowerSwitch Z9100-ON, SmartFabric OS10 Software

最後に公開された日付

24 2月 2023

バージョン

4

文書の種類

How To