Difference between revisions of "CAE Linux"
From ERPXE Wiki
Line 14: | Line 14: | ||
| antivirus = {{no}} | | antivirus = {{no}} | ||
| deployment = {{no}} | | deployment = {{no}} | ||
− | | diagnostic = {{ | + | | diagnostic = {{no}} |
| installation = {{yes}} | | installation = {{yes}} | ||
| live = {{yes}} | | live = {{yes}} | ||
− | | recovery = {{ | + | | recovery = {{no}} |
| requireIP = true | | requireIP = true | ||
| image1 = | | image1 = |
Latest revision as of 16:30, 22 April 2012
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
CAE Linux 2011 http://www.caelinux.com/ |
---|
Contents
Information
ERPXE Module
- Name: - CAE Linux
- Version: 2011
- Official website: http://www.caelinux.com/
- License: GNU General Public License
- Wikpedia Page:
- Download: http://www.erpxe.com/downloads
Plugin type
CAE Linux | Anti-Virus | Deployment | Diagnostics | OS Installation | Live Media | Recovery Tools |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | No |
Plugin Requirments
CAE Linux | CIFS | HTTP | Internet | NFS | Linux OS | Windows OS |
---|---|---|---|---|---|---|
No | No | No | Yes | Yes | Yes |
Screen Shots
Special Information
Based on the open-source CAE softwares Salomé, Code_Aster, Code_Saturne, OpenFOAM and Elmer ,
you can load your CAD geometry, generate a computation mesh and setup your simulation problem in a few minutes.
Linux Installation Instructions
Download caelinux2011-XXX.tar.gz to /
https://sourceforge.net/projects/erpxe/files/plugins/
extract caelinux2011-XXX.tar.gz file:
tar -xvzf caelinux2011-XXX.tar.gz
Download CAE Linux 2011 ISO Latest Version to /mnt/ :
http://www.caelinux.com
Mount ISO file to temporary location (/mnt/cdrom/)
mkdir /mnt/cdrom/ mount -o loop /mnt/caelinux2011.iso /mnt/cdrom/
Copy initrd.gz , vmlinuz , filesystem.* to appropriate directory: (LOWER CASE ONLY!)
cp /mnt/cdrom/casper/vmlinuz /tftpboot/er/plugins/caelinux/vmlinuz cp /mnt/cdrom/casper/initrd.gz /tftpboot/er/plugins/caelinux/initrd.gz cp /mnt/cdrom/casper/filesystem.* /tftpboot/er/shares/caelinux/casper/
Verify files with filelist.txt in each folder.
All Done!