In TSM 6.4, there is a new parameter in the VMware backup options : -vmenabletemplatebackups If you want to backup the VMware VM template, you need to add '-vmenabletemplatebackups=yes' in your VMware backup job schedule options. Here is a example: update sched vmware Weekly_full OPTions='-vmfulltype=vstor -vmbackuptype=fullvm -asnodename=DATACENTER-01 -vmprocessvmwithindependent=yes -vmprocessvmwithprdm=yes -vmenabletemplatebackups=yes -domain.vmfull="vmfolder=Weekly-Backup" -MODE=FULL'
Author: Jackie Chen
TSM Script
Script is a good tool for managing TSM, especially for automating tasks. A simple example is to create a schedule to run the script which backs up the TSM database. In this post, I am going to show you how to create, check and delete a script. Run the following command in TSM console is … Continue reading TSM Script
Extend ISA/TMG Ports to allow SSH
By default ISA/TMG does not allow outbound SSH traffic. And in the log it shows something like this: To make it work, you have to extend the ISA/TMG ports by adding SSH/22 by using isa_tpr.js. Here is my example:c:\Utils>cscript isa_tpr.js /add SSH 22Microsoft (R) Windows Script Host Version 5.8Copyright (C) Microsoft Corporation. All rights reserved.The Web … Continue reading Extend ISA/TMG Ports to allow SSH
svcmon web gui version 1.1
Continue with my previous svcmon web gui post, I added a small feature to allow users to retrieve the history data in the past X days. Now it looks this: The source codes have been updated and can be downloaded from here:
Run Hyper-V in HP EliteBook 8560W
To use Hyper-V in HP EliteBook 8560W, besides 'Virtual Technology' you also need to enable 'Data Execution Prevention' in BIOS, otherwise you will see the following error when you try to start the virtual machine.