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

Modify: Patch order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.