Changes between Version 2 and Version 3 of Internal/Myplc/InstallMyplc


Ignore:
Timestamp:
Apr 23, 2012, 5:46:07 PM (12 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/Myplc/InstallMyplc

    v2 v3  
    11== My PLC installation for Orbit ==
     2
     3=== Relevant Infomation ===
     4Installation documented at [http://groups.geni.net/geni/wiki/GpoLab/MyplcReferenceImplementation here].
     5
     6Varibles values are:
     7{{{
     8<base_os>                       Fedora 8                guess - please fix
     9<myplc_distribution>            planetlab-f8-i386-5.0   guess - please fix
     10<myplc_baseurl>                 http://build.planet-lab.org/planetlab/f8/pl-f8-i386-5.0-k32-rc-20/RPMS/         
     11<myplc_root_user>               root
     12<myplc_root_password>   Make it something new since we might have to share this with others... 
     13<myplc_support_email>   plc-admin@orbit-lab.org         
     14<myplc_host>                    myplc.orbit-lab.org                             
     15<myplc_dns1>                    165.230.183.34 
     16<myplc_dns2>                    165.230.172.34         
     17<public_site_name>              myplc.orbit-lab.org                             
     18<public_site_shortname>         myplc                                           
     19<public_login_base>             orbit                   
     20<myplc_deployment>              planetlab-f8-i386               
     21<site_latitude>                 40.468133               40°28'5.28"N
     22<site_longitude>                -74.445581              74°26'44.09"W
     23<sfa_git_tag>                   XXXXX                   Pls. check what is the latest SFA git tag
     24}}}
     25
     26||VM MAC ||00:11:22:EE:EE:09||
     27||VM FQDN||myplc.orbit-lab.org||
     28||VM IP||10.50.0.67||
     29||Vnc COnsole|| External3:9||
     30||VM img location || /root/vm_imv/myplc.img||
     31||VM start up script|| /root/start_myplc||
     32||Host VNC port#|| 5900||
     33||Host Machine|| external3||
     34||root pw hint || mob...||
     35||primary user || native ||
     36||primary userpasswd hint || nat...||
     37||myplc_root_password||0r1b1TPLC||
     38||PLC_DB_PASSWORD||dfda06e5-dc9b-4280-a831-912d32e18623||
    239
    340In this document we outline the process for installing the Myplc controller on a Fedora 8 VM. I'm essentially following the instructions from: [http://groups.geni.net/geni/wiki/GpoLab/MyplcReferenceImplementation this page].
     
    2865Once this is done the fedora system should be operational and through the vnc session (now at external3:5901) you should be able to modify settings. I opted to let it preform the 280+ updates, and then edited the sudosers list (by running visudo as root, you will have to su -) to enable the wheel group with out passwords (there was a life for this, I just uncommented it). I then added native to the wheel group, thus giving it sudo privlage. SSHD comes installed by default, so using the native/.... credentials you can ssh into this box. The current Ip given by dhcp was 10.50.250.20. This is useful since you can't copy paste into a vnc window easily. '''Note''' - by default kvm's vnc sessions don't require a password to connect, so they only "lock out" of the machine comes in the form of gdm/console login prompts.
    2966
     67Fedora 8 is a desktop distribution. There doesn't seem to be a server (Fedora core?) and the install instructions specify fedora8.
    3068=== Step 2 ===
    3169
     
    87125[native@localhost ~] sudo plc-config-tty
    88126}}}
     127Note:
     128 * Once the variables are set with plc-config-tty, it tells you to run service ..., however service isn't installed
     129   Not sure if it's supposed to come installed by default, but I just rant /etc/init.d/plc restart
     130 * When they ask for the PLC_DB_PASSWORD, their shell utility requires you to prefix the varialbe name with s to
     131   get the variable value
     132