<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Technoblog.org</title>
	<atom:link href="http://technoblog.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://technoblog.org</link>
	<description>Technoblogging</description>
	<lastBuildDate>Tue, 06 Jul 2010 18:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to kill a VM (VMware ESX 4.0)</title>
		<link>http://technoblog.org/2010/07/how-to-kill-a-vm-vmware-esx-4-0/</link>
		<comments>http://technoblog.org/2010/07/how-to-kill-a-vm-vmware-esx-4-0/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 18:00:17 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[vmware]]></category>
		<category><![CDATA[ESX 3.5]]></category>
		<category><![CDATA[ESX 3.x]]></category>
		<category><![CDATA[ESX 4.0]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[ESXi 3.5]]></category>
		<category><![CDATA[ESXi 3.x]]></category>
		<category><![CDATA[vm-support]]></category>
		<category><![CDATA[vmkload_app]]></category>
		<category><![CDATA[VMware ESX 3.5]]></category>
		<category><![CDATA[VMware ESX 4.0]]></category>
		<category><![CDATA[vmware-cmd]]></category>
		<category><![CDATA[vSphere 4.0]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=104</guid>
		<description><![CDATA[Alright, it happens from time to time. Virtual Machines get stuck.
Sometimes during boot, sometimes during shutdown and sometimes during a restore operation.
So how do I kill a Virtual Machine?
I wrote this post, back in 2009, for ESX 3.5:
http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/
Both the &#8220;vmware-cmd
/.vmx stop hard&#8221; method, and the following methods work, sometimes.. :
1. sudo vm-support -x
2. sudo less [...]]]></description>
			<content:encoded><![CDATA[<p>Alright, it happens from time to time. Virtual Machines get stuck.<br />
Sometimes during boot, sometimes during shutdown and sometimes during a restore operation.</p>
<p>So how do I kill a Virtual Machine?</p>
<p>I wrote this post, back in 2009, for ESX 3.5:<br />
<a href="http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/">http://technoblog.org/2009/01/how-to-kill-a-stuck-or-hung-vm-vmware-esx-35/</a></p>
<p>Both the &#8220;vmware-cmd
<path-to-file>/<vname>.vmx stop hard&#8221; method, and the following methods work, sometimes.. :</p>
<p>1. sudo vm-support -x<br />
2. sudo less -S /proc/vmware/vm/<vmid>/cpu/status<br />
3. sudo /usr/lib/vmware/bin/vmkload_app -k 9 <group-vm-id></p>
<p>But, when both of those fail? Then what?<br />
How to kill a stuck VM when everything else fails?</p>
<p>It&#8217;s a bit brutal, but it works, but be warned, you might corrupt your VM.</p>
<p>1. sudo bash (for simplicity)<br />
2. ps -ax | grep
<part-of-the-vm-name>
3. Find the first number to the left, in the string with the right VM. This is the PID.<br />
4. kill -9 <PID></p>
<p>Brutal? Yes. Efficient? Yes.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/07/how-to-kill-a-vm-vmware-esx-4-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trend Micro OfficeScan: Installation</title>
		<link>http://technoblog.org/2010/07/trend-micro-officescan-installation/</link>
		<comments>http://technoblog.org/2010/07/trend-micro-officescan-installation/#comments</comments>
		<pubDate>Fri, 02 Jul 2010 05:00:48 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trend Micro]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[install OfficeScan]]></category>
		<category><![CDATA[OfficeScan]]></category>
		<category><![CDATA[OfficeScan 10]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=99</guid>
		<description><![CDATA[Here we go. The first article in my OfficeScan how-to series.

So, how to install Trend Micro OfficeScan 10.0:
These are the steps:
1. Generate Trial license
2. Download software
3. Prepare server
4. Install OfficeScan server

1. Generate Trial license
If you don&#8217;t have one, you&#8217;ll need valid license.
You can get a trial here:
http://forms.trendmicro.com/index.php?dom=us&#38;productID=5

2. Download software
You then need to download the software.
Download [...]]]></description>
			<content:encoded><![CDATA[<p>Here we go. The first article in my OfficeScan how-to series.<br />
<br/><br />
So, how to install Trend Micro OfficeScan 10.0:</p>
<p>These are the steps:</p>
<p>1. Generate Trial license</p>
<p>2. Download software</p>
<p>3. Prepare server</p>
<p>4. Install OfficeScan server</p>
<p><span id="more-99"></span></p>
<p>1. Generate Trial license</p>
<p>If you don&#8217;t have one, you&#8217;ll need valid license.</p>
<p>You can get a trial here:</p>
<p><a href="http://forms.trendmicro.com/index.php?dom=us&amp;productID=5">http://forms.trendmicro.com/index.php?dom=us&amp;productID=5</a><br />
<br/><br />
2. Download software</p>
<p>You then need to download the software.</p>
<p>Download the primary install file from:</p>
<p><a href="http://downloadcenter.trendmicro.com/index.php?regs=NABU&amp;clk=latest&amp;clkval=7&amp;lang_loc=1">http://downloadcenter.trendmicro.com/index.php?regs=NABU&amp;clk=latest&amp;clkval=7&amp;lang_loc=1</a></p>
<p>(I&#8217;ll try to cover service packs, patches and hotfixes in a later article).<br />
<br/><br />
3. Prepare the server</p>
<p>You&#8217;re most likely installing OfficeScan on a Windows Server 2003 or Windows Server 2008.</p>
<p>Before you start the OfficeScan installer you will need to install IIS on the Windows server.</p>
<p>(Press &#8220;Win + R&#8221; and type &#8220;appwiz.cpl&#8221; and add and remove Windows components/roles.)<br />
<br/><br />
4. Install the OfficeScan server</p>
<p>Simply move the install file to the OfficeScan server and double-click it.</p>
<p>Its pretty much straight forward (Next-&gt;Next-&gt;Next)</p>
<p>You may choose not to enable the firewall, enable spyware assessment mode, install OfficeScan to another location etc, but I&#8217;ll cover best practice configuration in another article.</p>
<p>When you&#8217;re finished installing, you can access the OfficeScan server console by typing the following in to your browser, on the server.</p>
<p><a href="https//localhost:4343/officescan">https//localhost:4343/officescan</a><br />
<br/><br />
Future topics related to this article:</p>
<p>- OfficeScan patch management, Service Packs, Patches and Hotfixes</p>
<p>- Best practice installation/configuration</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/07/trend-micro-officescan-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OfficeScan how-to series</title>
		<link>http://technoblog.org/2010/07/officescan-how-to-series/</link>
		<comments>http://technoblog.org/2010/07/officescan-how-to-series/#comments</comments>
		<pubDate>Thu, 01 Jul 2010 15:15:37 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trend Micro]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[OfficeScan]]></category>
		<category><![CDATA[OfficeScan 10]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=95</guid>
		<description><![CDATA[I have had an overwhelming response to my &#8220;Thoughts about OfficeScan 10&#8220;.
And I&#8217;m simply not able to answer all the questions regarding installation and troubleshooting.
Therefore I have decided to write a series of posts/articles, to try to answer all of your questions, and to cover some general topics.
So, this is the articles I&#8217;ve planned to [...]]]></description>
			<content:encoded><![CDATA[<p>I have had an overwhelming response to my &#8220;<a href="http://technoblog.org/2009/09/trend-micro-officescan-10-some-thoughts/">Thoughts about OfficeScan 10</a>&#8220;.</p>
<p>And I&#8217;m simply not able to answer all the questions regarding installation and troubleshooting.</p>
<p>Therefore I have decided to write a series of posts/articles, to try to answer all of your questions, and to cover some general topics.</p>
<p>So, this is the articles I&#8217;ve planned to write:</p>
<p>Trend Micro OfficeScan: Installation</p>
<p>Trend Micro OfficeScan: Smart Scan Server</p>
<p>Trend Micro OfficeScan: Deployment</p>
<p>Trend Micro OfficeScan: Server Components</p>
<p>Trend Micro OfficeScan: Troubleshooting</p>
<p>If anyone has any request/wishes regarding content and topics, please feel free to leave a comment!</p>
<p>Read the original thoughts on OfficeScan 10 (just me ranting):</p>
<p><a href="http://technoblog.org/2009/09/trend-micro-officescan-10-some-thoughts/">http://technoblog.org/2009/09/trend-micro-officescan-10-some-thoughts/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/07/officescan-how-to-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to save to Google Bookmarks in Google Reader</title>
		<link>http://technoblog.org/2010/06/how-to-save-to-google-bookmarks-in-google-reader/</link>
		<comments>http://technoblog.org/2010/06/how-to-save-to-google-bookmarks-in-google-reader/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 04:05:53 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Bookmarks]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Reader]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=93</guid>
		<description><![CDATA[How to save a blog post or an article in your Google Reader directly to your Google Reader?
As far as I know there is no button for this in Google Reader. However, Google Reader has the nice &#8220;Send to&#8221; feature.
By adding Google Bookmarks as a custom &#8220;Send to&#8221;, you can simply press &#8220;Shift+T&#8221; to save [...]]]></description>
			<content:encoded><![CDATA[<p>How to save a blog post or an article in your Google Reader directly to your Google Reader?</p>
<p>As far as I know there is no button for this in Google Reader. However, Google Reader has the nice &#8220;Send to&#8221; feature.</p>
<p>By adding Google Bookmarks as a custom &#8220;Send to&#8221;, you can simply press &#8220;Shift+T&#8221; to save whatever you are watching to Google Bookmarks.</p>
<p>To create a custom &#8220;Send to&#8221; click &#8220;Settings&#8221; then &#8220;Reader Settings&#8221; (Upper left corner.</p>
<p>Go to the &#8220;Send to&#8221; tab. And on the bottom of the page, click &#8220;Create a custom link&#8221;</p>
<p>Enter &#8220;Google Bookmarks&#8221; as the name.</p>
<p>Enter &#8220;http://www.google.com/bookmarks/mark?op=edit&amp;output=popup&amp;bkmk=${url}&amp;title=${title}&#8221; as the URL.</p>
<p>And enter &#8220;http://www.google.com/favicon.ico&#8221; as the Icon URL.</p>
<p>Press save.</p>
<p>Now youre done! Simply press &#8220;Shift+T&#8221; while reading something in your Reader to add it to Bookmarks.</p>
<p>Note: If it isnt working, you may have an issue with popup-blocking. Sending to Google Bookmarks opens a popup windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/06/how-to-save-to-google-bookmarks-in-google-reader/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mac OS X Security Configuration Guides</title>
		<link>http://technoblog.org/2010/06/mac-os-x-security-configuration-guides/</link>
		<comments>http://technoblog.org/2010/06/mac-os-x-security-configuration-guides/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 05:15:00 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[Security guide]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=91</guid>
		<description><![CDATA[Apple has now released a 272-pages Security Configuration Guide for Mac OS X 10.6 (Snow Leopard).
Security guides for Mac OS X 10.3, 10.4 and 10.5 are also available at the same site:
Mac OS X Security guides:
http://www.apple.com/support/security/guides/
]]></description>
			<content:encoded><![CDATA[<p>Apple has now released a 272-pages Security Configuration Guide for Mac OS X 10.6 (Snow Leopard).</p>
<p>Security guides for Mac OS X 10.3, 10.4 and 10.5 are also available at the same site:</p>
<p>Mac OS X Security guides:</p>
<p><a href="http://www.apple.com/support/security/guides/">http://www.apple.com/support/security/guides/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/06/mac-os-x-security-configuration-guides/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check Point SecureClient Vista and Windows 7 64-bit</title>
		<link>http://technoblog.org/2010/06/check-point-secureclient-vista-and-windows-7-64-bit/</link>
		<comments>http://technoblog.org/2010/06/check-point-secureclient-vista-and-windows-7-64-bit/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:15:31 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Check Point]]></category>
		<category><![CDATA[Discovery]]></category>
		<category><![CDATA[SecureClient]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=87</guid>
		<description><![CDATA[Check Point just announced public Early Availability for their new VPN client &#8220;Discovery&#8221;.
Which is going to replace SecureClient. With Discovery comes support for XP, Vista and Windows 7 for both 32-bit and 64-bit.
Read Check Point SE Patrick Waters&#8217; full blog post here:
http://fireverse.org/?p=468
And download the Migration Guide here:
http://www.fireverse.org/Discovery/Check_Point_EA_Discovery_MigrationGuide.pdf
Why You Should Migrate to Discovery (copied from the [...]]]></description>
			<content:encoded><![CDATA[<p>Check Point just announced public Early Availability for their new VPN client &#8220;Discovery&#8221;.<br />
Which is going to replace SecureClient. With Discovery comes support for XP, Vista and Windows 7 for both 32-bit and 64-bit.</p>
<p>Read Check Point SE Patrick Waters&#8217; full blog post here:<br />
<a href="http://fireverse.org/?p=468">http://fireverse.org/?p=468</a></p>
<p>And download the Migration Guide here:<br />
<a href="http://www.fireverse.org/Discovery/Check_Point_EA_Discovery_MigrationGuide.pdf">http://www.fireverse.org/Discovery/Check_Point_EA_Discovery_MigrationGuide.pdf</a></p>
<p>Why You Should Migrate to Discovery (copied from the Migration Guide)<br />
Check Point recommends that all customers upgrade from SecureClient to Discovery as soon as possible, because Discovery has these capabilities:<br />
-  Supports both 32 and 64 bit Windows Vista and Windows 7<br />
-  Uses less memory resources than SecureClient<br />
-  Automatic disconnect/reconnect as clients move in and out of network range<br />
-  Seamless connection experience while roaming<br />
-  Automatic and transparent upgrades, with no administrator privileges required<br />
-  Supports most existing features of SecureClient, including Office Mode, Desktop Firewall, Secure<br />
Configuration Verification (SCV), Secure Domain Login (SDL), and Proxy Detection<br />
-  Supports many additional new features, and will support even more new features in the near future<br />
-  Does not require a SmartCenter server upgrade<br />
-  Discovery and SecureClient can coexist on client systems during migration period</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/06/check-point-secureclient-vista-and-windows-7-64-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New version of Process Explorer (and some other tools)</title>
		<link>http://technoblog.org/2010/03/new-version-of-process-explorer-and-some-other-tools/</link>
		<comments>http://technoblog.org/2010/03/new-version-of-process-explorer-and-some-other-tools/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 06:08:39 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Process Explorer]]></category>
		<category><![CDATA[Sysinternals]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=83</guid>
		<description><![CDATA[Microsoft Sysinternals just released a new version of Process Explorer (v12).
In the new version you can see what svchost is hosting, the mapping of service names to threads and the TCP/IP tabs on Vista/Win 7. There are also some features related to IE8.
Process Explorer:
http://technet.microsoft.com/en-gb/sysinternals/bb896653.aspx
They also updated som other tools:
VMMap
http://technet.microsoft.com/en-gb/sysinternals/dd535533.aspx
DiskView
http://technet.microsoft.com/en-gb/sysinternals/bb896650.aspx
Read the entire blog post here:
http://blogs.technet.com/sysinternals/archive/2010/03/25/updates-process-explorer-v12-vmmap-v2-62-diskview-v2-4-sdelete-v1-7.aspx
]]></description>
			<content:encoded><![CDATA[<p>Microsoft Sysinternals just released a new version of Process Explorer (v12).<br />
In the new version you can see what svchost is hosting, the mapping of service names to threads and the TCP/IP tabs on Vista/Win 7. There are also some features related to IE8.</p>
<p>Process Explorer:<br />
<a href="http://technet.microsoft.com/en-gb/sysinternals/bb896653.aspx">http://technet.microsoft.com/en-gb/sysinternals/bb896653.aspx</a></p>
<p>They also updated som other tools:</p>
<p>VMMap<br />
<a href="http://technet.microsoft.com/en-gb/sysinternals/dd535533.aspx">http://technet.microsoft.com/en-gb/sysinternals/dd535533.aspx</a></p>
<p>DiskView<br />
<a href="http://technet.microsoft.com/en-gb/sysinternals/bb896650.aspx">http://technet.microsoft.com/en-gb/sysinternals/bb896650.aspx</a></p>
<p>Read the entire blog post here:<br />
<a href="http://blogs.technet.com/sysinternals/archive/2010/03/25/updates-process-explorer-v12-vmmap-v2-62-diskview-v2-4-sdelete-v1-7.aspx">http://blogs.technet.com/sysinternals/archive/2010/03/25/updates-process-explorer-v12-vmmap-v2-62-diskview-v2-4-sdelete-v1-7.aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/03/new-version-of-process-explorer-and-some-other-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trend Micro OfficeScan 8.0 Windows 7 Support</title>
		<link>http://technoblog.org/2010/01/trend-micro-officescan-80-windows-7-support/</link>
		<comments>http://technoblog.org/2010/01/trend-micro-officescan-80-windows-7-support/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 07:37:46 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trend Micro]]></category>
		<category><![CDATA[OfficeScan]]></category>
		<category><![CDATA[OfficeScan 8]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=81</guid>
		<description><![CDATA[With the newest patch, OfficeScan 8.0 supports Windows 7.
This is Trend Micro OfficeScan 8.0 SP1 Patch 5
Full readme can be found here:
http://www.trendmicro.com/ftp/documentation/readme/OSCE_80_Win_SP1_Patch5_en_readme.txt
It’s important to notice that only the following drivers are compatible with Windows 7:
Virus Scan Engine (8.952 or higher)
Virus Cleanup Engine (6.2.1016 or higher)
Anti-rootkit Driver (2.8.1063 or higher)
Common Firewall Driver (NSC) (5.8.1092 or higher)
Virus [...]]]></description>
			<content:encoded><![CDATA[<p>With the newest patch, OfficeScan 8.0 supports Windows 7.</p>
<p>This is Trend Micro OfficeScan 8.0 SP1 Patch 5</p>
<p>Full readme can be found here:<br />
<a href="http://www.trendmicro.com/ftp/documentation/readme/OSCE_80_Win_SP1_Patch5_en_readme.txt">http://www.trendmicro.com/ftp/documentation/readme/OSCE_80_Win_SP1_Patch5_en_readme.txt</a></p>
<p>It’s important to notice that only the following drivers are compatible with Windows 7:</p>
<p>Virus Scan Engine (8.952 or higher)<br />
Virus Cleanup Engine (6.2.1016 or higher)<br />
Anti-rootkit Driver (2.8.1063 or higher)<br />
Common Firewall Driver (NSC) (5.8.1092 or higher)</p>
<p>Virus Scan Engine and Virus Cleanup Engine can be updated from the Active Update server.</p>
<p>Anti-rootkit Driver and the Common Firewall Driver (NSC) are included in this patch.</p>
<p>I haven&#8217;t had time to test if this actually works on Windows 7. If anyone has, please feel free to leave a comment. I will test it as soon as I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2010/01/trend-micro-officescan-80-windows-7-support/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Trend Micro: Rollback of VSAPI Version 9.000 from ActiveUpdate</title>
		<link>http://technoblog.org/2009/11/trend-micro-rollback-of-vsapi-version-9000-from-activeupdate/</link>
		<comments>http://technoblog.org/2009/11/trend-micro-rollback-of-vsapi-version-9000-from-activeupdate/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 11:14:32 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Trend Micro]]></category>
		<category><![CDATA[ActiveUpdate]]></category>
		<category><![CDATA[OfficeScan]]></category>
		<category><![CDATA[OSCE]]></category>
		<category><![CDATA[Serverprotect]]></category>
		<category><![CDATA[VSAPI]]></category>
		<category><![CDATA[VSAPI 9.000]]></category>
		<category><![CDATA[WFBS]]></category>
		<category><![CDATA[Worry Free Business Security]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=79</guid>
		<description><![CDATA[Some of might have noticed this, but I&#8217;m writing a post about it any way.
Trend Micro is now rolling back the VSAPI 9.000 from ActiveUpdate. Reason: &#8220;There have been reports of issues on the following products scanning certain malformed PDF files&#8221;.
The version available through ActiveUpdate is now 9.100.1001, this is essentially version 8.952.
The products affected [...]]]></description>
			<content:encoded><![CDATA[<p>Some of might have noticed this, but I&#8217;m writing a post about it any way.</p>
<p>Trend Micro is now rolling back the VSAPI 9.000 from ActiveUpdate. Reason: &#8220;There have been reports of issues on the following products scanning certain malformed PDF files&#8221;.</p>
<p>The version available through ActiveUpdate is now 9.100.1001, this is essentially version 8.952.</p>
<p>The products affected are:<br />
OfficeScan<br />
ServerProtect<br />
Worry-Free Business Security (WFBS)</p>
<p>Earlier, they sent out an advisory about VSAPI 9.000 and problems with Windows NT (think it was OfficeScan 7.3 and ServerProtect). The problems resulted in the Scan Engine being unable to load the pattern files.</p>
<p>Read the entire Customer Notification here:</p>
<p><a href="http://community.trendmicro.com/tmicro/attachments/tmicro/homeoffice/776/1/CUSTOMER_NOTIFICATION_VSAPI9Rollback_112009.pdf">CUSTOMER NOTIFICATION Rollback of VSAPI Version 9.000 from ActiveUpdate </a></p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/11/trend-micro-rollback-of-vsapi-version-9000-from-activeupdate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finjan how-to: Install Vital Security 9.2 on NG Appliance</title>
		<link>http://technoblog.org/2009/11/finjan-how-to-install-vital-security-92-on-ng-appliance/</link>
		<comments>http://technoblog.org/2009/11/finjan-how-to-install-vital-security-92-on-ng-appliance/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 11:04:09 +0000</pubDate>
		<dc:creator>jrp</dc:creator>
				<category><![CDATA[Finjan]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Finjan Appliance Image]]></category>
		<category><![CDATA[Finjan Vital Security]]></category>
		<category><![CDATA[NG-5000]]></category>
		<category><![CDATA[VS 9.2]]></category>

		<guid isPermaLink="false">http://technoblog.org/?p=77</guid>
		<description><![CDATA[You might have  read the release notes for Finjan Vital Security 9.2, and found that the instructions doesn&#8217;t make much sense. E.g.:
- The files are not available
- The notes are referring to files not available on the Finjan web site
- The instructions are incomplete, and doesn&#8217;t work.
(http://www.finjan.com/objects/NGupdates/OSupdates/vs_ng_os_update_9.2_release_notes.htm)
Here are working instructions on how to install Vital [...]]]></description>
			<content:encoded><![CDATA[<p>You might have  read the release notes for Finjan Vital Security 9.2, and found that the instructions doesn&#8217;t make much sense. E.g.:</p>
<p>- The files are not available</p>
<p>- The notes are referring to files not available on the Finjan web site</p>
<p>- The instructions are incomplete, and doesn&#8217;t work.</p>
<p>(<a href="http://www.finjan.com/objects/NGupdates/OSupdates/vs_ng_os_update_9.2_release_notes.htm">http://www.finjan.com/objects/NGupdates/OSupdates/vs_ng_os_update_9.2_release_notes.htm</a>)</p>
<p><strong>Here are working instructions on how to install Vital Security v. 9.2 on a NG-appliance.</strong></p>
<p><span id="more-77"></span>1. Download the <a href="ftp://outgoing:susuyupznbhte@ftp.finjan.com/Finjan_USB_Creator/Finjan_USB_Creator_1.0.6.rar">USB Flash Drive Creator v 1.0.6</a></p>
<p>2. Download the <a href="ftp://outgoing:susuyupznbhte@ftp.finjan.com/9.2/Build_22/920-b22-02-07-2009--15-21PM.iso">9.2 ISO image</a>.</p>
<p>3. Create a bootable device using the USB Flash Drive Creator v 1.0.6</p>
<p>To install this Release using USB key on NG-5000 (this should also work on newer NG appliances):</p>
<p>1. Attach the bootable USB flash device, and a USB keyboard and VGA monitor to the appliance while it is still switched off.</p>
<p>2. Power on the appliance. The appliance will read automatically from the USB disk-on-key.</p>
<p>3. When the Finjan screen appears, type 9.2-vs to continue with this process.</p>
<p>4. Let the installation run &#8211; it will take approximately 20 minutes. After this time, the appliance will reboot. Remove the USB key when the appliance reboots.</p>
<p>5. During the first boot, the setup will complete the installation. Dont power off the unit. Log in to the console with admin/finjan and run the &#8220;setup&#8221; by typing &#8220;setup&#8221;.</p>
<p><strong>Important: </strong>You don&#8217;t need the &#8220;USB Root files&#8221; from Finjan.</p>
]]></content:encoded>
			<wfw:commentRss>http://technoblog.org/2009/11/finjan-how-to-install-vital-security-92-on-ng-appliance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
