Actions

FreeSBC:Baremetal:Installation A: Difference between revisions

m (Added a note to disable CPU throttling in baremetal machine)
m (Typo + differenciate between management port and data port)
Line 8: Line 8:
* 80GB hard drive
* 80GB hard drive
* 8G RAM
* 8G RAM
* Ethernet adapters
* One management Ethernet
* Data Ethernet adapters
** 5,000 sessions or less: one 1Gbps interface
** 10,000 sessions or less: two 1Gbps interface
** 10,000 sessions or less: two 1Gbps interface
** 60,000 sessions: two 10Gbps interface
** 60,000 sessions: two 10Gbps interfaces
** See list of supported Network Interface Cards (NICs) here: [[Supported_NICs|List of supported NICs]]
** See list of supported Network Interface Cards (NICs) here: [[Supported_NICs|List of supported NICs]]
* Console access through serial port or keyboard/monitor ports
* Console access through serial port or keyboard/monitor ports
Line 16: Line 18:


For better performance (see [[TSBC-SW:Baremetal:Optimizations|optimization]] section)
For better performance (see [[TSBC-SW:Baremetal:Optimizations|optimization]] section)
* NUMA tunning
* NUMA tuning
* PCIe tunning
* PCIe tuning


== Getting the ISO ==
== Getting the ISO ==

Revision as of 15:19, 7 August 2017


Requirements

Minimal server requirements:

  • 64 bits server
  • Quad core Intel CPU 2GHz
  • Optical disk drive
  • 80GB hard drive
  • 8G RAM
  • One management Ethernet
  • Data Ethernet adapters
    • 5,000 sessions or less: one 1Gbps interface
    • 10,000 sessions or less: two 1Gbps interface
    • 60,000 sessions: two 10Gbps interfaces
    • See list of supported Network Interface Cards (NICs) here: List of supported NICs
  • Console access through serial port or keyboard/monitor ports
  • BIOS setup for maximum performance (i.e. no dynamic CPU throttling)

For better performance (see optimization section)

  • NUMA tuning
  • PCIe tuning

Getting the ISO

Please contact our sales team to get a copy of the latest TBSC-SW ISO.

Installing using the ISO

The ISO installation process will reformat the server's disks and install all the necessary software.

Physical installation steps

  1. Identify which Ethernet networks you need and connect them to your server. Refer to TSBC-SW:Networking for more information
  2. Burn the ISO onto a DVD
  3. Get an access to the console of the server. Usually, this is achieved by connecting a keyboard and screen to the server.
  4. Insert the DVD in the optical drive of your server and boot from the DVD drive.
  5. You should get the to the "Virtual Appliance Installer" menu on your display:
    ISO install prompt.jpg
  6. Hit 'R' key, then 'ENTER' key to start the installation
    ISO installing.jpg
  7. Wait for the installation process to complete. When installation is complete, the server will reboot itself.
    • Important: Make sure to remove the DVD from the drive while the server is rebooting. If you get back to "Virtual Appliance Installer", just eject the CD and reboot again.

Changing the root password

  1. Use the console to login into the server
    1. user: root
    2. password: root
  2. Change the password to something stronger than root:
# passwd
New password: ........
Retype new password: ........
passwd: all authentication tokens updated successfully.

Assigning IP address

By default, all detect network interfaces will have DHCP enabled. Thus, the server might already have an IP address assigned if the network has a DHCP server running. In such case, you can display and use it to access the web portal configuration panel.

  1. Retrieve an IP address assigned by DHCP
 # ifconfig

If there is no IP assigned, you will need to configure one manually.

  1. Assign a IP address to the Ethernet interface having network connectivity. Example if the NIC's name would be eth0:
 # ip link set eth0 up
 # ip addresss add 192.168.178.30/24 dev eth0

Accessing the TSBC-SW web portal

  1. Open a web browser to the IP of your server, on port 12358. Example if your server address is 192.168.178.30, the URL would be:
    http://192.168.178.30:12358
  2. You should get to the TSBC Configuration Wizard
    TSBC WebPortal Configuration wizard.jpg

From here, you can go to Web Portal Initial Configuration Guide to continue the installation, and/or optimize your server to get the maximum out of your server.

Web Portal Initial Configuration

Click on the following link to pursue installation from the web portal: TSBC-SW:WebPortal:Initial Configuration

Optimizations

Click on the following link for baremetal server optimizations: TSBC-SW:Baremetal:Optimizations