KB 686001 - ASUS Server Stress Testing Guide for INTEL and AMD Platforms

KB 686001 - ASUS Server Stress Testing Guide for INTEL and AMD Platforms

Creating a Bootable USB with Asus Test Tool

Step 1: Download Required Files

  1. Download Asus Linux Image
    1. Save the Linux image file provided by Asus.
  2. Download Memtest Tool:
    1. Open a browser, search for "Memtest," and download the free version from the Passmark website.

Step 2: Prepare Bootable USB

  1. Extract Memtest:
    1. Locate the downloaded file and extract its contents.
  2. Run ImageUSB Tool:
    • Locate and launch imageusb from the extracted Memtest files.
  3. Insert USB Drive:
    • Connect your USB drive to the system.
  4. Create Bootable USB:
    • Select the Asus-provided Linux image file (e.g., Rocky Linux) in imageusb and start the imaging process.
  5. Complete Imaging:
    • Once the process is complete, safely remove the USB drive.

 Run Tests

  1. Connect to the server:
    • Insert the bootable USB into the target server.
  2. Boot from USB:
    • Power on the server and press F8 to select the bootable USB device.
  3. Automatic Testing:
    • The test will begin automatically upon booting.
  4. View Results:
    • Once completed, the results will be saved with the server’s IP address in a text file (e.g., ipaddress_sysinfo_iB.txt).
    • To view results, type the following commands:
      cat ipaddress_sysinfo_iB.txt
      ls

Copying Files from Rocky Linux to USB

  1. Insert USB Drive:
    • Connect the USB drive to your computer.
  2. Identify USB Drive:
    • Open a terminal and type:
      sudo fdisk -l
    • Note the identifier (e.g., /dev/sdb1) of your USB drive.
  3. Mount USB Drive:
    • If not mounted, manually mount the drive:
      sudo mount /dev/sdb1 /mnt
  4. Copy File to USB:
    • Navigate to the file’s directory:
      cd ~
    • Use the cp command to copy the file:
      cp filename.txt /mnt
    • Example:
      cp 192.168.7.251_sysinfo_iB.txt /mnt
  5. Verify File Copy:
    • Check the contents of the USB drive:
      ls /mnt
  6. Unmount USB:
    • Safely unmount the USB drive:
      sudo umount /mnt

Formatting a USB Drive in Rocky Linux

Method 1: Using the Terminal
  1. Identify USB Drive:
    • Run:
      sudo fdisk -l
  2. Unmount USB:
    • Unmount the USB drive if mounted:
      sudo umount /dev/sdb1
  3. Format USB:
    • For FAT32:
      sudo mkfs.vfat -F 32 /dev/sdb1
    • For NTFS:
      sudo mkfs.ntfs /dev/sdb1
    • For ext4:
      sudo mkfs.ext4 /dev/sdb1
  4. Verify Format:
    • Confirm formatting:
      sudo fdisk -l /dev/sdb1

By following these steps, you can create bootable USB, test the server, transfer files from Rocky Linux, and format USB drives efficiently.


    • Recent Articles

    • KB-630208 | How to use Find and Locate to search for files in Linux

      Purpose To provide Linux administrators and Field Engineers with guidance on using the find and locate utilities to efficiently search for files and directories within a Linux filesystem based on criteria such as name, type, size, timestamps, ...
    • KB-630164 | How to use rsync to Synchronize Files

      Purpose To provide a clear and practical procedure for using the rsync utility to synchronize files and directories between local systems and remote hosts, including push and pull operations, while preserving file attributes and optimizing data ...
    • KB-630107 | How to create a Linux swap file

      Purpose To provide Field Engineers and Linux administrators with a standardized procedure for creating, configuring, and validating a Linux swap file. This procedure helps ensure sufficient virtual memory is available when physical RAM is exhausted ...
    • MSI All-in-One (AIO) PC – Physical Damage Policy for Warranty Claims

      MSI All-in-One (AIO) PC – Physical Damage Policy for Warranty Claims MSI's standard warranty does not cover physical or accidental damage to an All-in-One (AIO) PC. If the damage is determined to be caused by external factors rather than a ...
    • KB 134833 - Troubleshooting NVSM Alert NV-CPU-XX – Unrecoverable CPU Internal Error

      Purpose This document provides a general troubleshooting procedure for the NVIDIA System Management (NVSM) alert NV-CPU-XX, which indicates that a CPU has reported an internal error. The article outlines how to verify whether the alert represents an ...
    • Popular Articles

    • CP Plus Camera and NVR Configuration

      NVR Configuration The CP Plus Pro Series of NVRs have been meticulously designed for providing you with upgraded performance and higher recording quality in your IP video surveillance solution. The robust processor that has been inculcated in this ...
    • KB 775235 - Kerberos Authentication – Overview

      What is Kerberos? Kerberos is a secure authentication method used in our Active Directory (AD) environment (mbuzztech.com). It allows users to: Access multiple systems without re-entering passwords (Single Sign-On – SSO) Log in once Where We Use It ...
    • How to Remove and Reinstall NVIDIA Drivers on Ubuntu

      This article provides step by step guide to completely remove existing NVIDIA drivers and reinstall specific version of the NVIDIA driver on the Ubuntu system Prerequisites Administrative (sudo) access to the Ubuntu system. Internet access to ...
    • KB 692001 - Personal Computers and Servers - Classification and Point of Contact

      We can classify the computers that MBUZZ handles based on their form-factor as below: Tower Workstations, Desktops, Gaming PCs and SFF (Small form factor) PCs fall under this category. These are computers people would use on a desk and rarely move. ...
    • KB 298031 - M.2 SSD Tier List

      The sequential read and write speeds, which are usually the most advertised number, are not a proper benchmark of real-world performance or the quality of an SSD. This article categorizes and tiers SSDs based on factors like the type of NAND flash, ...