Difference between revisions of "CAE Linux"
From ERPXE Wiki
(Created page with "{{Plugin | logo = | website = http://www.caelinux.com/ | wikipedia = | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | version = 2011 | from_erpxe_...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
| license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | | license = [http://en.wikipedia.org/wiki/Gpl GNU General Public License] | ||
| version = 2011 | | version = 2011 | ||
− | | from_erpxe_version = 1. | + | | from_erpxe_version = 1.04 |
| http = {{no}} | | http = {{no}} | ||
| nfs = {{yes}} | | nfs = {{yes}} | ||
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 = | ||
Line 27: | Line 27: | ||
}} | }} | ||
− | 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. | + | 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. | ||
{{TFTPPlugin | {{TFTPPlugin | ||
Line 47: | Line 49: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
[[Category:Linux Live]] | [[Category:Linux Live]] | ||
− | [[Category:Supported from ERPXE 1. | + | [[Category:Supported from ERPXE 1.04]] |
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!