Changeset 175 for drbl-virt


Ignore:
Timestamp:
Aug 11, 2010, 2:15:54 PM (14 years ago)
Author:
rock
Message:

Modify: Patch order

Location:
drbl-virt/sbin
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • drbl-virt/sbin/drbl_virt.sh

    r171 r175  
    1111# [Source]
    1212source /opt/drbl-virt/conf/drbl-virt.conf
    13 source /opt/drbl-virt/sbin/functions_drbl_virt
     13source $Work_Path/functions_drbl_virt
    1414# [Main]
    1515install_drbl-virt_dir
  • drbl-virt/sbin/drbl_xen_patch.sh

    r174 r175  
    1010
    1111# [Source]
    12 source functions_drbl_virt
    1312source /opt/drbl-virt/conf/drbl-virt.conf
     13source $Work_Path/functions_drbl_virt
    1414
    1515# [Main]
     
    2323check_xen_nu
    2424Xen_Kernel=$(echo $Xen_Kernel | sed 's/^vmlinuz-//g' )
    25 echo "/opt/drbl/sbin/drblsrv-offline -s $Xen_Kernel"
    26 /opt/drbl/sbin/drblsrv-offline -s $Xen_Kernel
    27 echo ""
    28 
    29 # == Re-delpoy drbl client ==
    30 echo "Re-delpoy drbl client"
    31 echo "/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf"
    32 /opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf
    33 echo ""
    3425
    3526# == Copy xen image to /tftpboot/nbi_img/ ==
     
    116107modify_line=$modify_line+1
    117108sed -i "${modify_line}ish /bin/start_xen_bridge.sh" $modify_file
     109
     110
     111# = 3. Re-deploy drbl client =
     112# == Cheange Xen Kernel ==
     113echo "/opt/drbl/sbin/drblsrv-offline -s $Xen_Kernel"
     114/opt/drbl/sbin/drblsrv-offline -s $Xen_Kernel                                                                                                                       
     115echo ""
     116# == Re-delpoy drbl client ==
     117echo "Re-delpoy drbl client"
     118echo "/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf"
     119/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf
     120echo ""
     121
  • drbl-virt/sbin/kvm_install.sh

    r171 r175  
    88# History:                                                                                         
    99#   2010/07/20  Rock    First release (1.0)
     10
     11source /opt/drbl-virt/conf/drbl-virt.conf
     12source $Work_Path/functions_drbl_virt
    1013
    1114# [ Intall ]
  • drbl-virt/sbin/xen_install.sh

    r171 r175  
    1111# [Source]
    1212source /opt/drbl-virt/conf/drbl-virt.conf
    13 source functions_drbl_virt
     13source $Work_Path/functions_drbl_virt
    1414
    1515# [Main]
Note: See TracChangeset for help on using the changeset viewer.