Difference between revisions of "BirgHPC"
From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://birg1.fbb.utm.my/birghpc/ | wikipedia = | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | version = 1.2.1 | from...") |
|||
Line 38: | Line 38: | ||
}} | }} | ||
− | + | birgHPC x32: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | |
− | cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/birghpc/i386/vmlinuz |
− | cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/birghpc/i386/initrd.img |
− | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/birghpc/i386/live/ |
− | + | birgHPC x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!) | |
− | cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/birghpc/x86_64/vmlinuz |
− | cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/ | + | cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/birghpc/x86_64/initrd.img |
− | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/ | + | cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/birghpc/x86_64/live/ |
{{PluginInstructionsEnd}} | {{PluginInstructionsEnd}} |
Latest revision as of 00:34, 17 March 2013
Important information
This plugin requires a static IP address (Default is 10.0.0.1). Every change to the server IP MUST be reflected into the plugin's menu file. How to adjust ERPXE to local IP address
return to Plugins list
BirgHPC 1.2.1 http://birg1.fbb.utm.my/birghpc/ |
---|
Contents
Information
ERPXE Module
- Name: - BirgHPC
- Version: 1.2.1
- Official website: http://birg1.fbb.utm.my/birghpc/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
BirgHPC | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | Yes | Yes | Yes | Yes |
Plugin Requirments
BirgHPC | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
birgHPC (Bioinformatic Research Group High Performance Computing) is a free Linux Live CD distribution based on PelicanHPC and Debian Live.
Linux Installation Instructions
Download birghpc121-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract birghpc121-XXX.tar.gz file:
tar -xvzf birghpc121-XXX.tar.gz
Download birgHPC ISO Latest Version to /mnt/ :
http://birg1.fbb.utm.my/birghpc/
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/birghpc_ARCH_1.2.1.iso /mnt/cdrom/
birgHPC x32: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/birghpc/i386/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/birghpc/i386/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/birghpc/i386/live/
birgHPC x64: Copy initrd.img , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/live/vmlinuz /tftpboot/er/plugins/birghpc/x86_64/vmlinuz cp /mnt/cdrom/live/initrd.img /tftpboot/er/plugins/birghpc/x86_64/initrd.img cp /mnt/cdrom/live/filesystem.* /tftpboot/er/shares/birghpc/x86_64/live/
Verify files with filelist.txt in each folder.
All Done!