Changeset 175
- Timestamp:
- Aug 11, 2010, 2:15:54 PM (14 years ago)
- Location:
- drbl-virt/sbin
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
drbl-virt/sbin/drbl_virt.sh
r171 r175 11 11 # [Source] 12 12 source /opt/drbl-virt/conf/drbl-virt.conf 13 source /opt/drbl-virt/sbin/functions_drbl_virt13 source $Work_Path/functions_drbl_virt 14 14 # [Main] 15 15 install_drbl-virt_dir -
drbl-virt/sbin/drbl_xen_patch.sh
r174 r175 10 10 11 11 # [Source] 12 source functions_drbl_virt13 12 source /opt/drbl-virt/conf/drbl-virt.conf 13 source $Work_Path/functions_drbl_virt 14 14 15 15 # [Main] … … 23 23 check_xen_nu 24 24 Xen_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_Kernel27 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.conf33 echo ""34 25 35 26 # == Copy xen image to /tftpboot/nbi_img/ == … … 116 107 modify_line=$modify_line+1 117 108 sed -i "${modify_line}ish /bin/start_xen_bridge.sh" $modify_file 109 110 111 # = 3. Re-deploy drbl client = 112 # == Cheange Xen Kernel == 113 echo "/opt/drbl/sbin/drblsrv-offline -s $Xen_Kernel" 114 /opt/drbl/sbin/drblsrv-offline -s $Xen_Kernel 115 echo "" 116 # == Re-delpoy drbl client == 117 echo "Re-delpoy drbl client" 118 echo "/opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf" 119 /opt/drbl/sbin/drblpush -c /etc/drbl/drblpush.conf 120 echo "" 121 -
drbl-virt/sbin/kvm_install.sh
r171 r175 8 8 # History: 9 9 # 2010/07/20 Rock First release (1.0) 10 11 source /opt/drbl-virt/conf/drbl-virt.conf 12 source $Work_Path/functions_drbl_virt 10 13 11 14 # [ Intall ] -
drbl-virt/sbin/xen_install.sh
r171 r175 11 11 # [Source] 12 12 source /opt/drbl-virt/conf/drbl-virt.conf 13 source functions_drbl_virt13 source $Work_Path/functions_drbl_virt 14 14 15 15 # [Main]
Note: See TracChangeset
for help on using the changeset viewer.