Dell Z9432F-ON ONIE Firmware Release Notes page 9

Emc
Table of Contents

Advertisement

3. Reload the switch in EXEC mode.
OS10# reload
Option 2
For switches running software version 10.4.x.x or earlier:
1. Log in to Dell EMC SmartFabric OS10 as the Linux administrator.
Debian GNU/Linux 9 OS10 ttyS0
Dell EMC Networking Operating System (OS10)
OS10 login: admin
Password: admin
2. Configure an IP address for the management port to get the firmware updater over the network.
OS10# configure terminal
OS10(config)# interface mgmt 1/1/1
OS10(conf-if-ma-1/1/1)# no ip address dhcp
OS10(conf-if-ma-1/1/1)# ip address xx.xx.xxx.xx/xx
OS10(conf-if-ma-1/1/1)# no shutdown
OS10(conf-if-ma-1/1/1)# exit
OS10(config)# management route xx.xx.x.x/xx managementethernet
OS10(config)# exit
OS10#
3. Confirm you can reach the network.
OS10# ping -c4 xx.xx.x.xxx
PING xx.xx.x.xxx (xx.xx.x.xxx) 56(84) bytes of data.
64 bytes from xx.xx.x.xxx: icmp_seq=1 ttl=61 time=2.59 ms
64 bytes from xx.xx.x.xxx: icmp_seq=2 ttl=61 time=2.48 ms
64 bytes from xx.xx.x.xxx: icmp_seq=3 ttl=61 time=2.62 ms
64 bytes from xx.xx.x.xxx: icmp_seq=4 ttl=61 time=2.41 ms
--- xx.xx.x.xxx ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 2.411/2.526/2.621/0.104 ms
OS10#
4. Get the Linux prompt using the system bash command.
OS10# system bash
admin@OS10:/config/home/admin$
5. Change the directory to /home/admin using the cd command.
admin@OS10:/config/home/admin$ cd
admin@OS10:~$
6. Confirm that the ONIE partition is already mounted.
admin@OS10:~$ mount | grep onie
/dev/sda2 on /mnt/onie-boot type ext4 (rw,relatime,data=ordered)
admin@OS10:~$
As shown, the ONIE partition is mounted. If it is not mounted, follow these steps:
a. Change to Root mode.
admin@OS10:~$ sudo -i
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
9

Advertisement

Table of Contents
loading

Table of Contents