StressLinux

From ERPXE Wiki
Revision as of 01:04, 3 February 2012 by Admin (talk | contribs)

return to Plugins list

StressLinux 0.3.1
tornado-stress.jpg
http://www.stresslinux.org/

Information

ERPXE Module

  • Name: - StressLinux
  • Version: 0.3.1

Plugin type

Plugin type
StressLinux Anti-Virus Deployment Diagnostics OS Installation Live Media Recovery Tools
No No Yes No Yes No

Plugin Requirments

Plugin Requirments
StressLinux CIFS HTTP Internet NFS Linux OS Windows OS
No No No Yes Yes No

Screen Shots

Special Information

stresslinux is a minimal linux distribution running from a bootable cdrom, usb, vmware or via PXE (wip).

stresslinux makes use of some utitlities available on the net like: stress, cpuburn, hddtemp, lm_sensors ...

stresslinux is dedicated to users who want to test their system(s) entirely on high load and monitoring the health.

Linux Installation Instructions

Download opensuse114-XXX.tar.gz to /

https://sourceforge.net/projects/erpxe/files/plugins/

extract opensuse114-XXX.tar.gz file:

tar -xvzf opensuse114-XXX.tar.gz

Download openSUSE 11.4 ISO Latest Version to /mnt/ :

http://fedoraproject.org/en/get-fedora

Mount ISO file to temporary location (/mnt/cdrom/)

mkdir /mnt/cdrom/
mount -o loop /mnt/openSUSE-XX-DVD.iso /mnt/cdrom/

openSUSE 11.4 x86: Copy initrd , linux and the entire ISO to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/images/boot/i386/loader/initrd /tftpboot/er/plugins/opensuse/initrd
cp /mnt/cdrom/images/pxeboot/linux /tftpboot/er/plugins/opensuse/linux
cp -R /mnt/cdrom/* /tftpboot/er/shares/opensuse/11.4/i386/

openSUSE 11.4 x64: Copy initrd , linux and the entire ISO to appropriate directory: (LOWER CASE ONLY!)

cp /mnt/cdrom/images/pxeboot/linux /tftpboot/er/plugins/opensuse/linux64
cp /mnt/cdrom/images/pxeboot/initrd /tftpboot/er/plugins/opensuse/initrd64
cp -R /mnt/cdrom/* /tftpboot/er/shares/opensuse/11.4/x86_64/

Verify files with filelist.txt in each folder.

All Done!