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?
Author: Jackie Chen
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
Find out open files of a process
Some one asked me yesterday how to find out the open files of a process. I could not answer it. But I knew it has something to do with the /proc folder, as I restored the apache access log once from the /proc folder after a user deleted the access log in the /var folder … Continue reading Find out open files of a process
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
TSM: Bring Tape Drive Path Online
I noticed this error still exists in TSM 6.3 – when an I/O error occurs that TSM is unable to access the defined drives, TSM updates the drive path offline and starts polling of the drives. Once the drive is accessible again, the drive is put back online but the drive path is left offline. … Continue reading TSM: Bring Tape Drive Path Online