Reference Guide

Table Of Contents
4. Configure the IP addresses on the Management port, where x.x.x.x represents your internal IP address. After you configure
the Management port, the response should be up.
$ ifconfig eth0 x.x.x.x netmask 255.255.0.0 up
5. Install the software on the device. The installation command accesses the OS10 software from the specified SCP, TFTP, or
FTP URL, creates partitions, verifies installation, and reboots itself.
$ onie-nos-install image_filename location
For example, enter
ONIE:/ # onie-nos-install ftp://a.b.c.d/PKGS_OS10–Enterprise-x.x.xx.bin
Where a.b.c.d represents the location to download the image file from, and x.x.xx represents the version number of the
software to install.
The OS10 installer image creates several partitions, including OS10-A (active and default) and OS10-B (standby). After
installation completes, the system automatically reboots and loads OS10.
Install manually using USB drive
You can manually install the OS10 software image using USB media. Verify that the USB storage device supports a FAT or
EXT2 file system. For instructions on how to format a USB device in FAT or EXT2 format, see the accompanying Windows
documentation for FAT formatting or Linux documentation for FAT or EXT2 formatting.
1. Plug the USB storage device into the USB storage port on the device.
2. Power up the system to automatically boot with the ONIE: Rescue option.
3. (Optional) Stop the ONIE discovery process if the device boots to ONIE: Install.
$ onie-discovery-stop
4. Create a USB mount location on the system.
$ mkdir /mnt/media
5. Identify the path to the USB drive.
$ fdisk -l
6. Mount the USB media plugged in the USB port on the device.
$ mount -t vfat usb-drive-path /mnt/media
7. Install the software from the USB, where /mnt/media specifies the path where the USB partition is mounted.
$ onie-nos-install /mnt/media/image_file
The ONIE auto-discovery process discovers the image file at the specified USB path, loads the software image, and reboots.
See the ONIE User Guide for more information.
Log into OS10
To log in to OS10 Enterprise Edition, power up the device and wait for the system to perform a power-on self test (POST).
Enter admin for both the default user name and user password. For better security, change the default admin password
during the first OS10 login. The system saves the new password for future logins. After you change the password through the
CLI, enter the write memory command to save the configuration.
OS10 login: admin
Password: admin
Last login: Mon Mar 20 13:58:27 2017 on ttyS0
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
24
Getting Started