Changes between Version 7 and Version 8 of Internal/VirtualPL/IntegratedExpt


Ignore:
Timestamp:
Sep 19, 2006, 3:32:35 PM (18 years ago)
Author:
rmahindra
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/IntegratedExpt

    v7 v8  
    4040 You might need to configure Apache server for the Planet Lab nodes. This can be done as follows
    4141
    42  1. ssh to the appropriate planet lab node from the grid console
     42
     43    1.ssh to the appropriate planet lab node from the grid console
    4344
    4445        ssh -v -l orbit_pkamat pli1.pa-3.hpl.hp.com
     46
    4547 
    46  2. Check if httpd is already installed using the following command
     48    2.Check if httpd is already installed using the following command
    4749
    4850        rpm -q httpd
    4951
    50  3. If not installed use yum to install it as follows
     52
     53    3.If not installed use yum to install it as follows
    5154 
    5255        sudo yum update
    5356        sudo yum -y install httpd
    5457
    55  4. Then configure the Apache server using httpd.conf. Search for Listen. The default port would be given as 80. Change this to 8080 as port 80 cannot be used.
     58
     59    4.Then configure the Apache server using httpd.conf. Search for Listen. The default port would be given as 80. Change this to 8080 as port 80    cannot be used.
    5660
    5761      Listen 80
     
    6165
    6266
     67    5.The video file has to be copied on to the planet lab node. The scp command is used for this purpose. Supposing the video file name is inc.avi
    6368
    64  5
     69         scp inc.avi orbit_pkamat@pli1.pa-3.hpl.hp.com
     70
     71
     72    6.The configure file httpd.conf has to be edited once again. Search for documentroot. This is the main user directory. Change the path to the place where the video file is located.
     73
     74