Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Download and Extract 2.2 code

  1. follow instructions on VCL 2.2 (unreleased) Release page to download and verify apache-VCL-2.2-incubating.tar.bz2 and put in in /root
  2. extract VCL 2.2 code
    Code Block
    tar xjf apache-VCL-2.2-incubating.tar.bz2
    

...

  1. Copy 2.1 code base to a backup location
    Code Block
    cd <your vcl MN code root path>
    ie. cd /usr/local/
    cp -r vcl ~/vcl_2.1_managementnode
    
  2. Copy in the 2.2 code base to /usr/local, copying in should preserve any drivers or other files you've added.
    Code Block
    /bin/cp -r /root/apache-VCL-2.2-incubating/managementnode/* /usr/local/vcl
    
  3. Make changes related to vcld.conf settings
    1. Open VCL web interface
    2. Go to Management Nodes
    3. Select Edit Management Node Information
    4. Select Edit.
    5. Set any relevant fields:
    6. SysAdmin Email Address(es) - comma delimited list of vcl admin email addresses
    7. Address for Shadow Emails - a shared mail box, optional it receives email of all notifications
    8. Public NIC configuration method - Defines what type of NIC configuration is used, options are dynamic DHCP, Manual DHCP, or static
    9. End Node SSH Identity Key Files

...

Restart vcld service

Code Block
service vcld start or /etc/init.d/vcld start