>2 ダイナミックプロセッサデアロケーションは、オンライン中に 物理的に CPU を取ったり付けたり出来る機能ではありません。 放っておくと、その内システムダウンに繋がる可能性のある CPU に プロセスを割り当てないよう、OS がスケジューリングする機能です。 そういった CPU にプロセスを割り当てないようにして、 次回の点検時までシステムダウンしないように頑張ります。
あ、、、新しいスーパードームについては知らないですケド。
9 :まつらー :2000/10/05(木) 21:52
>2 CPU 障害の内 LPMC が発生するのは、キャッシュエラーだけです。 PA8500, PA8600 だと Instruction Cache 1 bit ECC Error, Data Cache 1 bit ECC Error (Private clean line のみ)。 これらのエラーは ECC により訂正されるので、データインテグリティは 保たれ、システムダウンしないのですが、基本的に物が壊れているので 放って置くと、ECC 2bits Error に成長したり、1 bit Error の line を Dirty にしてしまう可能性があります。
mediainit -v /dev/rfloppy/c201d0s0 tar cv /dev/rfloppy/c201d0s0 uhiuhi でフォーマットとか作成してあんの tar xv /dev/rfloppy/c201d0s0で引く感じなんだけどね Linuxでのデバイスなんて指定すりゃいいのか? Turbo6,7WSとpotatoがあるのですが
./configure で、最後に checking for ANSI C header files... yes checking for u_int32_t... no checking for uint32_t... yes checking for u_int16_t... no checking for uint16_t... yes checking for u_int8_t... no checking for uint8_t... yes checking for ipaddr_t... no checking for in_port_t... no checking for pthread_create in -lpthread... no checking for pthread_create in -lpthreads... no checking for pthread_create in -lc_r... no checking for pthread_create... no Error: pthreads are required to build this package. Error: See the README file. hpux%[59]: が出ます。 pthread_create はどうやって作るんですかね?? README見ても載ってません。うむむむむ
644 :教えてUX :02/01/24 22:30
4Gのハードディスクですが、ファイル書き込んでないのに、どんどん使用領域が増えていき、BOOTしてから20分ほどで、100%になってしまいます。 rebootすると、64%にもどり、また20分すると...。 bdfでみてるとどんどん増えていきます。 du もしくは du -a で、サイズを調べてもこれといって大きなファイルはないです? むしろ、100%の時の法が200Kぐらいすくないんですけど。 アプリはDISK FULLになるまでは動きます。 なんで?だれか助けてください。
make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O2" の時点でエラーが出て、そのまま make CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O2" make install CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O" にも進めるけど、同じエラーが出てインストールできない。
./xgcc -B./ -DIN_GCC -g -O -I./include -I. -I. -I./config \ -c ./objc/encoding.c -o objc/encoding.o In file included from include/objc/objc-api.h:33, from objc/encoding.h:33, from ./objc/encoding.c:28: include/stdio.h:30: warning: `__va__list' redefined /usr/include/ctype.h:26: warning: this is the location of the previous definition include/objc/hash.h: In function `hash_ptr': In file included from include/objc/objc-api.h:31, from objc/encoding.h:33, from ./objc/encoding.c:28: include/objc/hash.h:163: `size_t' undeclared (first use in this function) include/objc/hash.h:163: (Each undeclared identifier is reported only once include/objc/hash.h:163: for each function it appears in.) include/objc/hash.h:163: parse error before `key' include/sys/types.h: At top level: In file included from include/stdio.h:33, from include/objc/objc-api.h:33, from objc/encoding.h:33, from ./objc/encoding.c:28: include/sys/types.h:235: `size_t' used prior to declaration make: *** [objc/encoding.o] Error 1
$ cc hello.c (Bundled) cc: "hello.c", line 3: error 1705: Function prototypes are an ANSI feature. と出力されるので、Solaris の /usr/ucb/cc みたいな ものなのかと、勝手に思っていました。
3c3 < int main(void){ --- > int main(){ とする事で、a.out ができて期待する動作はしました。
HP/UX 上で gcc のインラインアセンブリで TS(TEST AND SET) 使いたいんですけど、どうしたらいいっすか(;´Д`)ハァハァ
951 :名無しさん@お腹いっぱい。 :02/06/14 07:57
あと STI と CLI に変わる命令も教えてください(;´Д`)ハァハァ
952 :名無しさん@お腹いっぱい。 :02/06/14 13:50
Gerry Kane の "PA-RISC 2.0 ARCHITECTURE" を購入することを勧める。
x86 に疎いんで TS (BTS の事か?)の代替については答えれないけど。 "The destination bit indexed by the source value is copied into the Carry Flag and then set in the destination." Carry Flag 自体、どんな風に使うか知らないからなぁ。。。 排他制御とかか?だったら LDCW (Load and Clear Word) かな?
STI/CLI は、割り込みマスク制御か? だったら SSM/RSM (Set/Reset System Mas) かな。