TSM: How to change retain version of the archived data?


I posted a question in a TSM discussion group regarding how to change the retain version of the data that has already been archived. Here is my question: I archived some data last year, and the retain version was set to 365 days. Now I want to keep those archived data for a longer time, … Continue reading TSM: How to change retain version of the archived data?

RecordRoutingInfo: Unable to collect IPv4 routing table


One of my VMware Linux virtual machine takes a long time to boot. And there are couple warnings on the screen complaining RecordRoutingInfo: Unable to collect IPv4 routing table. According to VMware KB2048572, this issue occurs when the Linux iputilis package causes a delay in the boot process. A warning message appears when the guestinfo … Continue reading RecordRoutingInfo: Unable to collect IPv4 routing table

Auto Enable or Disable IE Proxy


It is painful to turn on/off the IE proxy manually in office/home. I wrote up a simple batch script to detect the location and automatically enable/disable the proxy when I login. @echo off REM Auto enable/disable IE proxy settings REM Define your proxy server here set proxy-server=my-proxy-server REM Enter the script path cd D:\scripts\batch REM … Continue reading Auto Enable or Disable IE Proxy