Users Guide

Table Of Contents
3. In the Command Prompt, type sudo stress --cpu <forks> --hdd <pummels> --timeout <seconds> --
verbose, and press <Enter>.
For example, sudo stress --cpu 8 --hdd 4 --timeout 30s --verbose.
If the stress test is successful, a successful run completed message is displayed.
Sharing files using Samba share service
Samba share is used to share the files between systems running Linux and Windows.
To use the Samba share service:
1. Start the server using the Linux-Based Diagnostic Tools (Dell 9G-13G servers) option.
The CentOS desktop is displayed. By default, the Samba services running on the on-boot and /var/data folders are
shared.
2. Open the terminal window.
3. Type ifconfig and press Enter.
The network interface configuration is displayed.
4. Make note of the IP address of the server.
5. Log in to a server running a Windows operating system.
6. Click Start > Run. In the Open box, type the IP address of the server running Support Live Image, and then press Enter.
The Samba shared folder data is displayed.
Testing network connectivity
To test the network connectivity:
1. On the server, connect the network cable to either the network port that is having issues or to NIC1.
2. Boot the system using the Linux-Based Diagnostic Tools (Dell 9G-13G servers) option.
The CentOS desktop is displayed.
3. Double-click the gnome-terminal icon
The GNOME terminal window is displayed.
4. At the command prompt:
Type ifconfig, and then press <Enter> to display the network interface parameters, such as the IP address.
Type route, and then press <Enter> to determine the default gateway.
Type ping ip_address b, and then press <Enter> to verify if you can ping the default gateway.
Assigning a static IP address and default gateway
To assign a static IP address and default gateway:
1. Boot the system using the Linux-Based Diagnostics Tools (Dell 9G-13G servers) option.
The CentOS desktop is displayed.
2. Double-click the gnome-terminal icon.
The GNOME terminal window is displayed.
3. At the command prompt, type su , and then press <Enter>.
The Password prompt is displayed.
4. Type dell, and then press <Enter>.
The root user command prompt is displayed.
5. Type service NetworkManager stop, and press <Enter>.
6. To assign a static IP, type ifconfig <eth0> <ip_address> netmask <subnet> , and then press <Enter>.
7. To assign a default gateway, type route add default gw <ip_address>, and then press <Enter>.
8. Type service NetworkManager start, and then press <Enter>.
Using Support Live Image
21