<?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>Jon&#039;s Network &#187; BigFix</title>
	<atom:link href="http://jonsnetwork.com/category/bigfix/feed/" rel="self" type="application/rss+xml" />
	<link>http://jonsnetwork.com</link>
	<description>Network Security News, Analysis and Ephemera</description>
	<lastBuildDate>Wed, 09 Jun 2010 05:48:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>BigFix Installation Notes</title>
		<link>http://jonsnetwork.com/2010/01/bigfix-installation-notes/</link>
		<comments>http://jonsnetwork.com/2010/01/bigfix-installation-notes/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:55:11 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[BigFix]]></category>

		<guid isPermaLink="false">http://jonsnetwork.com/?p=706</guid>
		<description><![CDATA[BigFix Guides Deployment Guide User Guide Admin Guide BigFix Network Traffic Guide BigFix Server Hardware/Software Specifications BigFix Server Requirements Provision a dedicated server or virtual image with at least 20 GB of free disk space and 2 GB of RAM Perform a clean install of a Microsoft Windows Server 2003 &#124; 2008 with all critical [...]]]></description>
			<content:encoded><![CDATA[<h3>BigFix Guides</h3>

<p><a href="http://support.bigfix.com/product/documents/PM_Setup.pdf">Deployment Guide</a></p>

<p><a href="http://support.bigfix.com/product/documents/PM_UG.pdf">User Guide</a></p>

<p><a href="http://support.bigfix.com/product/documents/BES_Admin_Guide_72_081118.pdf">Admin Guide</a></p>

<p><a href="http://support.bigfix.com/bes/misc/networktraffic.html">BigFix Network Traffic Guide</a></p>

<h3>BigFix Server Hardware/Software Specifications</h3>

<p><a href="http://support.bigfix.com/bes/install/serverreqeval.html">BigFix Server Requirements</a></p>

<ul>
<li>Provision a dedicated server or virtual image with at least 20 GB of free disk space and 2 GB of RAM</li>
<li>Perform a clean install of a Microsoft Windows Server 2003 | 2008 with all critical patches and Service Packs applied</li>
<li>Install a default instance of Microsoft SQL Server (Standard or Enterprise) locally on the server.  If you do not have a license for SQL server, download and install <a href="http://technet.microsoft.com/en-us/bb851664.aspx">the free 6 month evaluation version from Microsoft</a>.</li>
</ul>

<h3>Network Specifications</h3>

<ul>
<li>Allow the BigFix server to have direct Internet access without going through a proxy.</li>
<li>Allow TCP and UDP traffic on port 52311(default) across any internal firewalls and centrally managed personal firewalls.</li>
<li>Define and propagate an internal DNS entry for the BigFix server so its IP address can be resolved through a fully qualified domain name, for example: bigfix.<em>OrganizationName</em>.<strong>TopLevelDomain</strong>.   If a DNS name is not used, the BigFix server must have a fixed IP address.</li>
</ul>

<p>Other than applying all relevant patches to the Server OS, also download and install the following software as well prior to our meeting:</p>

<ul>
<li><a href="http://get.adobe.com/reader/">Adobe Reader</a></li>
<li><a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li>
</ul>

<h3>BigFix Software Download</h3>

<p>BigFix Enterprise Suite is located <a href="http://support.bigfix.com/bes/install/downloadbes.html">here</a> (get the evaluation version unless you have received a license already).</p>

<p>If we have a WebEx scheduled for the installation, just download the installer to the server and reboot the machine prior to the meeting.</p>

<h3>Installing the BigFix Agent</h3>

<p>A complete list of options can be found in the <a href="http://support.bigfix.com/product/documents/BES_Admin_Guide_72_081118.pdf#page=40">BES System Administrator’s Guide</a>.</p>

<p>For environments with no existing software deployment methods (GPO, login scripts,etc.), the BigFix Deployment Tool may work. For the BigFix Deployment tool, it is important that you are able to meet the requirements outlined at <a href="http://support.bigfix.com/cgi-bin/kbdirect.pl?id=128">this BigFix KB article</a>. </p>

<p>Using the BigFix Deployment tool to install the BigFix Client to workgroup or domain computers requires the following configuration only during the period of agent installation:</p>

<ul>
<li>RPC must be enabled</li>
<li>File and print sharing must be enabled</li>
<li>Any local firewalls on the endpoint must be disabled</li>
</ul>

<p>If you have problems with the deployment tool, it is usually because of one of the following reasons:</p>

<ul>
<li>RPC is not enabled</li>
<li>File and Print Sharing is not enabled</li>
<li>A personal firewall or other endpoint security tool is blocking the connection (AV, HIPS, etc.)</li>
<li>An internal firewall is blocking the connection</li>
<li>The person using the Deployment tool does not have the correct domain permissions to remotely install software; or,  if they are using a local administrative account, they do not have the correct local administrative password</li>
</ul>

<h3>Installing the BigFix Client with MSI</h3>

<p>You can use the Microsoft Installer (MSI) version of the BES Client to interpret the package and perform the installation automatically. This MSI version of the client (BESClientMSI.msi) is stored in the BESInstallers\ClientMSI folder. You can run this program directly to install the client or you can call it with arguments. Here are some sample commands, assuming that the MSI version of the Client is in the C:\BESInstallers\ClientMSI folder:
 
<code>msiexec.exe /i c:\BESInstallers\ClientMSI\BESClientMSI.msi /qn</code></p>

<p>The \qn command performs a silent install.
 
<code>msiexec.exe /i c:\BESInstallers\ClientMSI\BESClientMSI.msi INSTALLDIR="c:\myclient" </code></p>

<p>This command will install the program to the given directory.
 
You can find the full list of installation options at <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/command_line_options.asp">this Microsoft site</a>.</p>

<p>With the MSI version of the client installer, you can create a Group Policy Object (GPO) for BESClientMSI deployments.
 
For more information on Group Policies, see the <a href="http://support.microsoft.com/kb/887405">Microsoft knowledge base article 887405</a>.</p>

<h3>Installing the BigFix Agent on Macs</h3>

<p>Installation instructions for the Mac BigFix Agent are <a href="http://support.bigfix.com/install/besclients-nonwindows.html#mac">here</a>.  You may want to use the Apple Remote Desktop feature to automate the delivery.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonsnetwork.com/2010/01/bigfix-installation-notes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigFix Asset Management</title>
		<link>http://jonsnetwork.com/2009/12/bigfix-asset-management/</link>
		<comments>http://jonsnetwork.com/2009/12/bigfix-asset-management/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:49:54 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[Asset Management]]></category>
		<category><![CDATA[BigFix]]></category>

		<guid isPermaLink="false">http://jonsnetwork.com/?p=695</guid>
		<description><![CDATA[Here is a short podcast on the strategy behind BigFix&#8217;s software asset management solution: How BigFix DSS-SAM Changes the Game of Software Asset Management According to BigFix research, most organizations overpay for software licenses that they aren&#8217;t using. An easy way to save 10-15% off the top of software licensing costs is to use a [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a short podcast on the strategy behind BigFix&#8217;s software asset management solution:</p>

<p><a href="http://www.podfeed.net/episode/How+BigFix+DSS-SAM+Changes+the+Game+of+Software+Asset+Management/1787661">How BigFix DSS-SAM Changes the Game of Software Asset Management</a></p>

<p>According to BigFix research, most organizations overpay for software licenses that they aren&#8217;t using.  An easy way to save 10-15% off the top of software licensing costs is to use a solution that tracks your assets in real time with useful analytics that you can trust.  The flip side to this is that you can also prove you are buying enough licenses which helps when you are audited by your software vendor.</p>

<p>If you are still using spreadsheets to track assets or don&#8217;t trust the results of your current asset management software, you may want to try out BigFix.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonsnetwork.com/2009/12/bigfix-asset-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigFix Power Management</title>
		<link>http://jonsnetwork.com/2009/04/bigfix-power-management/</link>
		<comments>http://jonsnetwork.com/2009/04/bigfix-power-management/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 06:09:54 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[BigFix]]></category>
		<category><![CDATA[IT Vendor Directory]]></category>
		<category><![CDATA[PC Power Management]]></category>

		<guid isPermaLink="false">http://jonsnetwork.com/?p=571</guid>
		<description><![CDATA[Offered as a stand-alone product or as part of the <a href="http://www.bigfix.com/content/systems-lifecycle-management">BigFix Systems Lifecycle Management</a> suite, <a href="http://www.bigfix.com/content/power-management">BigFix Power Management</a> allows IT organizations to enforce conservation policies across the enterprise, while providing granularity that enables application of these policies to a single computer. For end users, BigFix Power Management maximizes power policy deployment while minimizing usage impact through an optional â€œopt-inâ€ approach.  Granular controls also allow end users to save their work before shutting the system down - ensuring no loss to productivity. (Link: <a href="http://bigfix.com">BigFix</a>)]]></description>
			<content:encoded><![CDATA[<p>Offered as a stand-alone product or as part of the <a href="http://www.bigfix.com/content/systems-lifecycle-management">BigFix Systems Lifecycle Management</a> suite, <a href="http://www.bigfix.com/content/power-management">BigFix Power Management</a> allows IT organizations to enforce conservation policies across the enterprise, while providing granularity that enables application of these policies to a single computer. For end users, BigFix Power Management maximizes power policy deployment while minimizing usage impact through an optional â€œopt-inâ€ approach.  Granular controls also allow end users to save their work before shutting the system down &#8211; ensuring no loss to productivity. (Link: <a href="http://bigfix.com">BigFix</a>)</p>

<ul>
<li>Centralized, policy-driven power management of distributed computers scalable from individual machines to entire global enterprises</li>
<li>Fine-grained controls for hibernation/ standby, subsystem-only shut down and &#8220;save work before shutdown&#8221; options</li>
<li>Wake-On-LAN support synchronizes systems maintenance processes with power conservation</li>
<li>&#8220;Opt-in&#8221; programs encourage end-user participation as well as &#8220;Wake-on-Web&#8221; feature to allow for end-users to remotely connect and turn on their own systems</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://jonsnetwork.com/2009/04/bigfix-power-management/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigFix</title>
		<link>http://jonsnetwork.com/2009/04/bigfix/</link>
		<comments>http://jonsnetwork.com/2009/04/bigfix/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 04:46:37 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[BigFix]]></category>
		<category><![CDATA[IT Vendor Directory]]></category>
		<category><![CDATA[Systems Management]]></category>

		<guid isPermaLink="false">http://jonsnetwork.com/?p=591</guid>
		<description><![CDATA[The BigFix platform is designed to continuously discover, assess, remediate, and enforce the health and security of servers, desktops, and roaming laptops in real-time via a single, policy-driven agent and single console. (Link: <a href="http://bigfix.com">BigFix</a>)]]></description>
			<content:encoded><![CDATA[<p>BigFix gives you an intelligent, non-invasive client to do pretty much anything you can think of when trying to manage disparate machines spread out all over the world.  If you have problems finding your machines, changing anything on your machines, or maintaining and verifying configurations, you should take a look at BigFix.</p>

<p>The BigFix platform is designed to continuously discover, assess, remediate, and enforce the health and security of servers, desktops, and roaming laptops in real-time via a single, policy-driven agent and single console. (Link: <a href="http://bigfix.com">BigFix</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://jonsnetwork.com/2009/04/bigfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beyond the Perimeter</title>
		<link>http://jonsnetwork.com/2009/03/beyond-the-perimeter/</link>
		<comments>http://jonsnetwork.com/2009/03/beyond-the-perimeter/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 23:14:50 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[BigFix]]></category>

		<guid isPermaLink="false">http://jonsnetwork.com/?p=439</guid>
		<description><![CDATA[New podcast by Amrit Williams of BigFix]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bigfix.com/beyondtheperimeter/">New podcast by Amrit Williams of BigFix</a></p>
]]></content:encoded>
			<wfw:commentRss>http://jonsnetwork.com/2009/03/beyond-the-perimeter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BigFix ahead of Sophos</title>
		<link>http://jonsnetwork.com/2008/03/bigfix-ahead-of-sophos/</link>
		<comments>http://jonsnetwork.com/2008/03/bigfix-ahead-of-sophos/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 06:43:27 +0000</pubDate>
		<dc:creator>Jon</dc:creator>
				<category><![CDATA[BigFix]]></category>
		<category><![CDATA[Endpoint Security]]></category>
		<category><![CDATA[Sophos]]></category>

		<guid isPermaLink="false">http://jonsnetwork.com/2008/03/bigfix-ahead-of-sophos/</guid>
		<description><![CDATA[I&#8217;ve been watching (and selling) Sophos for years. It has become even easier to sell in the past 12 months simply by showing CA or McAfee customers the Sophos management console. Most see pretty quickly how much time it will save them. Sophos&#8217; strategy seems to resonate as well: do more with less. With the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been watching (and selling) Sophos for years.  It has become even easier to sell in the past 12 months simply by showing CA or McAfee customers the Sophos management console.  Most see pretty quickly how much time it will save them.  Sophos&#8217; strategy seems to resonate as well: do more with less.  With the same console and agent they have anti-malware, application control, HIPS and client firewall.  Still, there are things that are yet lacking: integrated NAC, device control, DLP.  All three of these will be released in the next 12 months.  But what about software inventory, vulnerability assessment, and patch management?  I <a href="http://jonsnetwork.com/2007/02/can-sophos-take-the-legs-off-of-symantec-and-mcafee/">mentioned this stuff a year ago</a> and I still suspect they want it.  Maybe they will buy <a href="http://www.lumension.com/home.jsp">Lumension &#8220;Secure Link&#8221;</a> or <a href="http://www.bit9.com/index.php">Bit9</a> to get it at it.</p>

<p>I&#8217;ve recently done some research into <a href="http://bigfix.com/" title="BigFix">BigFix</a>.  I can&#8217;t help but announce that they do more with less &#8211; better.  What Sophos does quite well in the scope of anti-threat and application control, BigFix does with hardware and software asset discovery, software license inventory and usage metering, software distribution, patching/remediation, OS provisioning, software configuration management, vulnerability management, DLP, NAC&#8230;and anti-malware.</p>

<p>I know the idea of using a superagent on the desktop <a href="http://rationalsecurity.typepad.com/blog/2007/09/we-used-to-worr.html" title="Granted, we're seeing the same sort of consolidation occur on the software side with &quot;super agent endpoints,&quot; but these pieces of bloatware can be worse than stacking individual agents up, one against the other.">bothers Hoff</a> but </p>

<blockquote>
  <p>robust protocols, strong mutual authentication, encryption, resilient operating systems and applications that don&#8217;t suck</p>
</blockquote>

<p>are just a pipe dream right now.  Master-agents are the way to go and it looks to me like BigFix has an easy lead.  The whole fixlet idea combined with their architecture is pretty much a platform to do whatever the hell you want as far as controlling your endpoints goes &#8211; regardless of location.  </p>

<p>Yep.  More with less.</p>
]]></content:encoded>
			<wfw:commentRss>http://jonsnetwork.com/2008/03/bigfix-ahead-of-sophos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
