Search
AND
OR
Front page
|
Reload
Coastal and Oceanic Research Group at Kobe University
Navigation
Top
Members
Contact and Access
Projects
Publications
Funding
Awards
Gallery
Linux
Matlab
ROMS
Seminars
Classes
COFTEC
Internal
(authenticated)
recent(5)
2026-01-21
Seminars
2025-12-08
gallery_2025.11.25
2025-12-05
Gallery
gallery_2025.9.4
2025-11-28
FrontPage
since Feb 2012.
edit
Total:0/Today:0
Linux/Install
Start:
*Installation [#g87845a1]
**/opt configuration [#g3950b46]
create /opt partion during installation.
$ su
password:
$ cd /usr/local
$ mv * /opt
$ cd /usr
$ rmdir /usr/local
$ ln -s /opt local
Basic idea is that we are fond of having non-mandriva app...
/optに必要なソフトをコピーする。例えばsnapperにocean:/opt...
まず、snapper上で、
$ su
password:
$ chown yusuke:yusuke -R /opt
を実行して、/optに書き込み権限を与える(この場合、ユーザ...
次にocean上で、
$ su
password:
cd /opt
$ rsync -av --progress * yusuke@snapper:/opt/
を実行し、ocean:/opt --> snapper:/optに同期させる。
続いてMatlab関連のファイルをコピーする。例えばtatsuya@oce...
$ su
password:
$ cd /home/tatsuya
$ rsync -av --progress matlab yuki@snapper:~/
「.cshrc」ファイルを編集する。編集済みのものがyuki@snappe...
$ scp -pv yuki@snapper:/home/yuki/.cshrc .
$ cd ~
$ source .cshrc
最後にROMSのテストファイルをコピーする。ここではhideki@oc...
$ ssh octopus
$ cd ~/ROMS/test1
$ rsync -av --progress code grid bry yuki@snapper:/home/...
**NVIDIATM video driver [#z099fd2b]
Use mcc (Mandriva Control Center) to install linux kernel...
Leave x-window to get console mode
su
telinit 3
then
sh NVIDIA-Linux-x86_64-260.19.44.run
from the appropriate directory where the driver file is s...
Basically, video drivers must be merged with Linux kernel...
**Failure in mounting a DVD drive during installation [#c...
For workstations with ASUS P8H67-V mother board, a DVD dr...
This is caused by incomplete packaging of the Mandriva 20...
A (crude) solution is to detach the DVD data cable from a...
**Dropping NIC with a kernel message like "Disabling IRQ ...
You should add "irqpoll" during booting your machine to p...
su
vi /boot/grub/menu.lst
kernel /vmlinuz ............ vga=788 irqpoll
and reboot your machine.
**Restart MATLAB license manually [#u123aad0]
As a user, go to /opt/MATLAB/R2011a/etc, then submit
./lmstart
This sequence should be done automatically upon booting.
**Fixing hostname of the machine [#ub373260]
Add your hostname in /etc/hosts
It reads:
127.0.0.1 sardine
127.0.0.1 localhost
: :
Edit /etc/sysconfig/network
NETWORKING=yes
CRDA_DOMAIN=US
HOSTNAME=sardine.dce.kobe-u.ac.jp
Restart network with
/etc/init.d/network restart
**Configure RAID 5 [#n75c81ac]
Go with mcc and do the followings:
-Local disks --> Manage disk partitions
-sdb, sdc, sdd, sde --> Linux Raid
-add all 4 disks to RAID --> RAID 5, md0
-raid --> mount point (such as /snapper <-- you have to m...
-execute "format" command.
to check raid signature, submit
mdadm --examine /dev/sdX1 (where X stands for b,c,d or...
for all the disks to make sure if they have the same sign...
Magic : a92b4aaa
Version : 00.90.00
UUID : 4b1175ca:a8baaaac:134a2d0d:3b22ab35
Creation Time : Wed Feb 17 10:25:21 2010
UUID is the signature. Then copy & paste it to /etc/mdadm...
[root@ainu etc]# vi /etc/mdadm.conf
DEVICE /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1...
ARRAY /dev/md0 UUID=ee47f80d:c8a96e63:d8dad40f:1b9552ad ...
MAILADDR uchiyama@we.love.ocean
Then check the status of creation of your RAID volume.
cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdb1[0] sdc1[1] sdd1[2] sde1[4]
5860532352 blocks super 1.2 level 5, 128k chunk, a...
[==========>..........] recovery = 50.9% (9944646...
That's all for now. It may take up to several hours. Go...
End:
*Installation [#g87845a1]
**/opt configuration [#g3950b46]
create /opt partion during installation.
$ su
password:
$ cd /usr/local
$ mv * /opt
$ cd /usr
$ rmdir /usr/local
$ ln -s /opt local
Basic idea is that we are fond of having non-mandriva app...
/optに必要なソフトをコピーする。例えばsnapperにocean:/opt...
まず、snapper上で、
$ su
password:
$ chown yusuke:yusuke -R /opt
を実行して、/optに書き込み権限を与える(この場合、ユーザ...
次にocean上で、
$ su
password:
cd /opt
$ rsync -av --progress * yusuke@snapper:/opt/
を実行し、ocean:/opt --> snapper:/optに同期させる。
続いてMatlab関連のファイルをコピーする。例えばtatsuya@oce...
$ su
password:
$ cd /home/tatsuya
$ rsync -av --progress matlab yuki@snapper:~/
「.cshrc」ファイルを編集する。編集済みのものがyuki@snappe...
$ scp -pv yuki@snapper:/home/yuki/.cshrc .
$ cd ~
$ source .cshrc
最後にROMSのテストファイルをコピーする。ここではhideki@oc...
$ ssh octopus
$ cd ~/ROMS/test1
$ rsync -av --progress code grid bry yuki@snapper:/home/...
**NVIDIATM video driver [#z099fd2b]
Use mcc (Mandriva Control Center) to install linux kernel...
Leave x-window to get console mode
su
telinit 3
then
sh NVIDIA-Linux-x86_64-260.19.44.run
from the appropriate directory where the driver file is s...
Basically, video drivers must be merged with Linux kernel...
**Failure in mounting a DVD drive during installation [#c...
For workstations with ASUS P8H67-V mother board, a DVD dr...
This is caused by incomplete packaging of the Mandriva 20...
A (crude) solution is to detach the DVD data cable from a...
**Dropping NIC with a kernel message like "Disabling IRQ ...
You should add "irqpoll" during booting your machine to p...
su
vi /boot/grub/menu.lst
kernel /vmlinuz ............ vga=788 irqpoll
and reboot your machine.
**Restart MATLAB license manually [#u123aad0]
As a user, go to /opt/MATLAB/R2011a/etc, then submit
./lmstart
This sequence should be done automatically upon booting.
**Fixing hostname of the machine [#ub373260]
Add your hostname in /etc/hosts
It reads:
127.0.0.1 sardine
127.0.0.1 localhost
: :
Edit /etc/sysconfig/network
NETWORKING=yes
CRDA_DOMAIN=US
HOSTNAME=sardine.dce.kobe-u.ac.jp
Restart network with
/etc/init.d/network restart
**Configure RAID 5 [#n75c81ac]
Go with mcc and do the followings:
-Local disks --> Manage disk partitions
-sdb, sdc, sdd, sde --> Linux Raid
-add all 4 disks to RAID --> RAID 5, md0
-raid --> mount point (such as /snapper <-- you have to m...
-execute "format" command.
to check raid signature, submit
mdadm --examine /dev/sdX1 (where X stands for b,c,d or...
for all the disks to make sure if they have the same sign...
Magic : a92b4aaa
Version : 00.90.00
UUID : 4b1175ca:a8baaaac:134a2d0d:3b22ab35
Creation Time : Wed Feb 17 10:25:21 2010
UUID is the signature. Then copy & paste it to /etc/mdadm...
[root@ainu etc]# vi /etc/mdadm.conf
DEVICE /dev/sdb1 /dev/sdc1 /dev/sdd1 /dev/sde1 /dev/sdf1...
ARRAY /dev/md0 UUID=ee47f80d:c8a96e63:d8dad40f:1b9552ad ...
MAILADDR uchiyama@we.love.ocean
Then check the status of creation of your RAID volume.
cat /proc/mdstat
Personalities : [raid6] [raid5] [raid4]
md0 : active raid5 sdb1[0] sdc1[1] sdd1[2] sde1[4]
5860532352 blocks super 1.2 level 5, 128k chunk, a...
[==========>..........] recovery = 50.9% (9944646...
That's all for now. It may take up to several hours. Go...
Page: