Home | LOC Messages | Administrative Details | Agenda | Presentations | Tutorials | Computers & Network | List of Participants | Pictures Gallery |
/home/linux/
/school/data/
/school/tutorials/
/home/nfsShare/
/school/soft/
. Everything should work out of the box, without further configuration !
Here is a list of scientific software available on each desktop:
Software | Documentation | How to launch it |
---|---|---|
amdlib | http://www.jmmc.fr/data_processing_amber.htm | just type emacs -f yorick in a konsole |
Aspro | http://www.jmmc.fr/aspro | Do not use the jmmc web site launcher, just type aspro in a konsole You can also have a preview on the new aspro version using Aspro2 |
IDL | just type idl in a konsole |
|
LITpro | http://www.jmmc.fr/litpro you can use the online help in the menu application |
Do not use the jmmc web site launcher, just type LITpro in a konsole |
MIA | http://mia/![]() |
|
Oifits Validator | http://www.jmmc.fr/oival | web app |
oifitslib | only oifits-merge is installed |
|
python | ||
scisoft | copy following URL in Firefox : file:///scisoft/doc/![]() |
|
SearchCal | http://www.jmmc.fr/searchcal you can use the online help in the application menu bar |
Do not use the jmmc web site launcher, just type SearchCal in a konsole |
yorick | Quick guide![]() ![]() |
just type emacs -f yorick in a konsole |
Topcat | The soft gets it own online help | type topcat-full in a konsole |
Aladin | The soft gets it own online help | type Aladin in a konsole ( ![]() |
eii
WPA
vltischool
SSID | login | password | |
orange |
VY0GK06 |
R5K178738 |
![]() |
orange |
VM8093O |
WKHSCG721 |
![]() |
DC-7800-nn
for IP address 192.168.0.nn
, where nn
is written on each workstation sticker. ------ | 01 | ------------------------------- | 20 | 17 | 14 | 07 | 22 | 27 | ------------------------------- ------------------------------- | 06 | 23 | 21 | 05 | 10 | 19 | ------------------------------- -------------------------- | 25 | 13 | 02 | 16 | 04 | -------------------------- -------------------------- | 29 | 11 | 26 | 03 | 24 | --------------------------
192.168.0.249
.
/mariotti/home/data/porquerolles/nfsShare/
) to each workstation (accessible in /home/nfsShare/
);
eii
WiFi by pointing your favorite web browser to http://server.org/mariotti/home/data/porquerolles/
. /mariotti/home/data/porquerolles/school/
server subdirectory is the source of all data replicated on each workstation. rsyncFromMacminiToClients.sh
Other commands can also be run (as root) on all the clients at once using PSSH : pssh -P -t -1 -h /root/hostList.txt "urpmi --auto mpmath"
The server IP address is 192.168.0.250
.
After a server reboot (electricity shortage, ...), you should enter the following commands (as root):
cd /root/porquerolles/admin ./serverSetup.sh
[root@server admin]# more /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=static IPADDR=192.168.0.250 NETMASK=255.255.255.0 GATEWAY=192.168.0.254 ONBOOT=yes METRIC=10 MII_NOT_SUPPORTED=yes USERCTL=no DNS1=192.168.0.1 RESOLV_MODS=no LINK_DETECTION_DELAY=6 IPV6INIT=no IPV6TO4INIT=no ACCOUNTING=yes