Changes between Version 23 and Version 24 of 3D_Lustre


Ignore:
Timestamp:
Jul 10, 2008, 3:30:52 PM (16 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • 3D_Lustre

    v23 v24  
    420420Finished ! It works...
    421421
     422=== 9.1 Amira Service ===
     423
     424rock@fly:~> cd ./Amira4.1.1/bin/  [[BR]]
     425rock@fly:~/Amira4.1.1/bin> sudo chmod a+x serviceSetup.sh [[BR]]
     426rock@fly:~/Amira4.1.1/bin> ./serviceSetup.sh  [[BR]]
     427rock@fly:~/Amira4.1.1/bin> sudo /etc/init.d/xinetd restart [[BR]]
     428rock@fly:~/Amira4.1.1/bin> sudo netstat -tnlp
     429
     430{{{
     431Active Internet connections (only servers)
     432Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
     433tcp        0      0 0.0.0.0:2049            0.0.0.0:*               LISTEN      -                   
     434tcp        0      0 0.0.0.0:32802           0.0.0.0:*               LISTEN      -                   
     435tcp        0      0 0.0.0.0:616             0.0.0.0:*               LISTEN      3831/ypbind         
     436tcp        0      0 0.0.0.0:5900            0.0.0.0:*               LISTEN      18763/xinetd       
     437tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      3589/portmap       
     438tcp        0      0 0.0.0.0:6000            0.0.0.0:*               LISTEN      16769/X             
     439tcp        0      0 127.0.0.1:2544          0.0.0.0:*               LISTEN      3867/zmd           
     440tcp        0      0 0.0.0.0:10000           0.0.0.0:*               LISTEN      3827/perl
     441           
     442tcp        0      0 0.0.0.0:17234           0.0.0.0:*               LISTEN      18763/xinetd ---> Amira daemon
     443
     444tcp        0      0 0.0.0.0:756             0.0.0.0:*               LISTEN      3974/rpc.mountd     
     445tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      4089/sshd           
     446tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      4596/cupsd         
     447tcp        0      0 127.0.0.1:25            0.0.0.0:*               LISTEN      4167/master         
     448tcp        0      0 0.0.0.0:603             0.0.0.0:*               LISTEN      3817/ypserv         
     449tcp        0      0 0.0.0.0:607             0.0.0.0:*               LISTEN      3822/rpc.ypxfrd     
     450}}}
     451
     452rock@fly:~/Amira4.1.1/bin> less /etc/xinetd.d/amira  [[BR]]
     453{{{
     454# Amira's Service
     455service amira
     456{
     457        type = UNLISTED
     458        socket_type = STREAM
     459        protocol = TCP
     460        wait = no
     461        user = root
     462        server = /home/rock/Amira4.1.1/bin/amiradaemon
     463        server_args = -daemonExePath /home/rock/Amira4.1.1/bin/start
     464        port = 17234
     465}
     466}}}
     467
    422468== 10.NVIDIA GeForce 7300 GT Installation ==
    423469