2007-10-07から1日間の記事一覧

問題は山積している

整理する。書きながら考えるメモ。 まず、VIVER CORE Serverに入れるファイルサーバー。適当なネットワークファイルシステムが見つからない。ファイルが共有できないと、いろいろできない。と言うか、何もできない。 現状、500MB超のシステムをメモリのぶち…

codaの全自動インストールスクリプト

#!/bin/sh dest=$HOME/self/test/coda # dep # readline-devel # lwp wget http://www.coda.cs.cmu.edu/pub/coda/src/lwp-2.3.tar.gz || exit 1 tar zxvf lwp-2.3.tar.gz || exit 1 cd lwp-2.3 || exit 1 ./configure --prefix=$dest || exit 1 make -j3 || …

Cluster File Systems, Inc.がSunに

Webサイトをのぞいてみたら、Sunになってた。 http://www.clusterfs.com/ http://www.sun.com/software/clusterfs/index.xmlSunはマジか?あるいはネタか気まぐれか? Cluster File Systems, Inc.と言えばLustre。Solarisに搭載する気かな?普通にHPC向けだ…