<?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>Jason Myres - Digital Colorist and Post Production Engineer</title>
	<atom:link href="http://www.jasonmyres.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonmyres.com</link>
	<description>Digital Colorist and Post-Production Engineer</description>
	<lastBuildDate>Thu, 19 Jan 2012 23:13:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PipelineFX Qube Render Farm Basics</title>
		<link>http://www.jasonmyres.com/2012/01/pipelinefx-qube-render-farm-basics/</link>
		<comments>http://www.jasonmyres.com/2012/01/pipelinefx-qube-render-farm-basics/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 20:07:58 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Qube!]]></category>
		<category><![CDATA[render farm]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=149</guid>
		<description><![CDATA[PipelineFX Qube! Render Farm Basics &#160; QUBE! COMPONENTS Supervisor (Server Node) = Render Queue which runs on a single dedicated manager node. Workers (Render Nodes) = Render daemons which run on all render nodes. Client (on Artist/ User Machines) = Applications, APIs, or other interfaces that allow you to submit jobs to the render farm [...]]]></description>
			<content:encoded><![CDATA[<p><strong>PipelineFX Qube! Render Farm Basics</strong></p>
<p>&nbsp;</p>
<p><strong>QUBE! COMPONENTS</strong></p>
<p>Supervisor (Server Node) = Render Queue which runs on a single dedicated manager node.</p>
<p>Workers (Render Nodes) = Render daemons which run on all render nodes.</p>
<p>Client (on Artist/ User Machines) = Applications, APIs, or other interfaces that allow you to submit jobs to the render farm for processing (Nuke, Maya, 3ds Max, Mental Ray, Command Line, Python, etc)</p>
<p>&nbsp;</p>
<p><strong>JOBS</strong><strong></strong></p>
<p>Job = Bundle of data, submitted by a client to the Supervisor node, that includes all of the information the Worker nodes will need to execute a job. Includes host application, host OS, file locations, user, cpu allocation, etc.</p>
<p>Subjob = numbered 0-N, Also called Job Processes, Defined in &#8220;Job CPUs&#8221; field.  Threads initiated by the Supervisor, based on the number simultaneous frames the job is allowed to process at any given time.</p>
<p>Agenda Items = Frames</p>
<p><strong>JOB ID NUMBERS</strong></p>
<p>Example: (Although many variations are possible)</p>
<p>Job 12345 wants to render 4 frames (numbered 100-104) on two workers.</p>
<p>1) The four agenda items are: frame 100, frame 101, frame 102, and frame 103.</p>
<p>2) Subjob 12345.0 renders frames 100 and 102 (agenda items 1 and 3)</p>
<p>3) Subjob 12345.1 renders frames 101 and 103 (agenda items 2 and 4)</p>
<p>&nbsp;</p>
<p>Important:</p>
<p>Number of Subjobs = the number of machines a Job is being processed on.</p>
<p>Number of Agenda Items = the number frames being processed.</p>
<p>Job Slots (or Process Slots) = how many processes a Worker can run at a given time. Job Slots do not refer to the number of processor cores on a Worker.</p>
<p>Job Callbacks = Any of the many action events Qube is able to trigger such as emailing the user, unblocking a job, or running a script.</p>
<p>&nbsp;</p>
<p><strong>SHARED STORAGE</strong><strong></strong></p>
<p>A network fileserver accessible to the Clients and the Worker is needed as the scenes to render will be read from a network location and the resulting images written out to a network location. In order to reduce manual process of copying files back and forth, it is recommended that artists edit their scenes directly from the central fileserver instead of locally.</p>
<p>All users should have full read and write access to the file server. Job execution usually requires a great deal of reading and writing, so make sure that users have permission to not only read files from the server, but also create them.</p>
<p>If you plan to share files to both desktop users and to the render farm, double-check your fileserver licensing. Some servers have limits to the number of simultaneous client connections. A farm of machines could easily exceed the licensing limitations of a desktop machine acting as a server</p>
<p>Note: By default, Qube installs proxy user called qubeproxy. This user must be granted read and write access to the file server if a Worker uses the standard “proxy” mode.</p>
<p>&nbsp;</p>
<p><strong>INSTALLATION REQUIREMENTS</strong><strong></strong></p>
<p>Recommended OS:</p>
<p>1st: Linux</p>
<p>2nd: OS X</p>
<p>3rd: WIndows</p>
<p>&nbsp;</p>
<p>File Storage:</p>
<p>All Nodes must be able to access files from a shared storage location (either SAN, NAS, or Fileserver)</p>
<p>&nbsp;</p>
<p>Administrator Access:</p>
<p>Required for installation</p>
<p>&nbsp;</p>
<p>Supervisor Logs:</p>
<p>Reserved Space (local) for up to 4GB of log files (good for several thousand jobs)</p>
<p>&nbsp;</p>
<p>Open TCP/IP and UDP Ports:</p>
<p>Turn firewall off on all Supervisor, Worker, and Client machines.</p>
<p>or</p>
<p>Open the following ports:</p>
<p>50001 TCP/IP and UDP</p>
<p>50002 TCP/IP and UDP</p>
<p>50011 TCP/IP and UDP</p>
<p>&nbsp;</p>
<p><strong>SUPERVISOR NODES</strong><strong></strong></p>
<p>• 1-10 node renderfarm – Dedicated or multi-use server is fine, 4+GB RAM</p>
<p>• 11-50 node renderfarm – Dedicated Supervisor recommended, 4+ GB RAM</p>
<p>• 50-100 node renderfarm – Dedicated Supervisor recommended with higher memory (ie. 32GB)</p>
<p>• 100+ node renderfarm – Dedicated Supervisor recommended with max memory running Linux</p>
<p>&nbsp;</p>
<p><strong>SUPERVISOR INSTALLATION</strong><strong></strong></p>
<p>Install the following OS components:</p>
<p>• MySQL (Linux only) MySQL included with Supervisor for Windows &amp; OSX</p>
<p>&nbsp;</p>
<p>Install the following Qube components:</p>
<p>• Qube Core</p>
<p>• Qube Supervisor</p>
<p>• QubeGUI Install and verify Qube License (qb.lic):</p>
<p>• Launch the QubeGUI and select Administration-&gt;Install License and specify the qb.lic license file. • Verify that the QubeGUI title bar shows the correct &lt;used&gt;/&lt;available&gt; licenses. (e.g. 0/100)</p>
<p>&nbsp;</p>
<p><strong>WORKER INSTALLATION</strong><strong></strong></p>
<p>Install the following Qube components:</p>
<p>• Qube Core</p>
<p>• Qube Worker</p>
<p>• QubeGUI (optional)</p>
<p>• Qube Jobtypes (Maya, XSI, etc)</p>
<p>• [Windows only] Install Perl (if Jobtypes installed, usually requiring perl). Download version Perl 5.8 from www.activestate.com. Also supports version 5.6 on Windows.</p>
<p>• [Windows only] Install Python (if using Jobtypes requiring python). Download Py- thon 2.6 from www.activestate.com. Alsu supports python versions 2.3, 2.4, and 2.5 on Windows.</p>
<p>&nbsp;</p>
<p>Configure the Worker:</p>
<p>• Specify Supervisor (required if not on same subnet as Supervisor) and execution mode:</p>
<p>-Launch the QubeGUI</p>
<p>-Select Administrator-&gt;Configuration to bring up a dialog</p>
<p>-Set the “Supervisor” parameter to the Supervisor hostname.</p>
<p>-Set the “proxy_execution_mode” parameter to “user” if you want to have the Worker run as the submitting user (requires ActiveDirectory or LDAP users)</p>
<p>-Set the “proxy_account” parameter to a network user if want to run jobs on the Worker as a single Active Directory or LDAP user.</p>
<p>• Disable the Firewall</p>
<p>&nbsp;</p>
<p>Install the following Qube components:</p>
<p>• Qube Core</p>
<p>• QubeGUI</p>
<p>• Qube Jobtypes with in-app interfaces (Maya, MiGen, Mentalray, 3dsMax, XSI) Configure the Clients:</p>
<p>• Specify Supervisor (required if not on same subnet as Supervisor)</p>
<p>-Launch the QubeGUI</p>
<p>-Select Administrator-&gt;Configuration to bring up a dialog</p>
<p>-Set the “Supervisor” parameter to the Supervisor hostname</p>
<p>&nbsp;</p>
<p><strong>CLIENT INSTALLATION</strong><strong></strong></p>
<p>Install the following Qube components:</p>
<p>• Qube Core</p>
<p>• QubeGUI</p>
<p>• Qube Job types with in-app interfaces (Maya, MiGen, Mentalray, 3dsMax, XSI)</p>
<p>&nbsp;</p>
<p>Configure the Clients:</p>
<p>• Specify Supervisor (required if not on same subnet as Supervisor)</p>
<p>-Launch the QubeGUI</p>
<p>-Select Administrator-&gt;Configuration to bring up a dialog</p>
<p>-Set the “Supervisor” parameter to the Supervisor hostname</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>LAUNCHING QUBE!</strong></p>
<p>Launching Via GUI</p>
<p>Windows: Start-&gt;PipelineFX-&gt;Qube</p>
<p>Windows 32-bit: C:/Program Files/pfx/qube/bin/qube.exe</p>
<p>Windows 64-bit C:/Program Files (x86)/pfx/qube/bin/qube.exe)</p>
<p>&nbsp;</p>
<p>Linux: /usr/local/pfx/qube/bin/qube</p>
<p>&nbsp;</p>
<p>OSX: /Applications/pfx/qube/qube.app</p>
<p>&nbsp;</p>
<p>Launching via Python</p>
<p>Qube can be run directly via Python using &#8230;/qube/api/python/qb/gui/qube.py.</p>
<p>If using this method, the following components are required:</p>
<p>•    Python (required)</p>
<p>•    wxPython (required)</p>
<p>•    numpy (optional, to display the job charts)</p>
<p>•    PIL (optional, to provide additional internal image file formats)</p>
<p>•    MySQLdb (optional, to provide direct MySQL database queries)</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2012/01/pipelinefx-qube-render-farm-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>After Effects Render Farm Basics</title>
		<link>http://www.jasonmyres.com/2012/01/after-effects-render-farm-basics/</link>
		<comments>http://www.jasonmyres.com/2012/01/after-effects-render-farm-basics/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 19:38:46 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[after effects]]></category>
		<category><![CDATA[render farm]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=136</guid>
		<description><![CDATA[After Effects Render Farm Basics Applies to: After Effects CS4, CS5, CS5.5 HARDWARE REQUIREMENTS Most Basic Configuration: 1x Client Workstation: Any machine that submits After Effects projects to the render farm. 1x Render Node: Any machine that processes After Effects projects submitted to the render farm. 1x Shared storage volume:  A file server, NAS, or [...]]]></description>
			<content:encoded><![CDATA[<pre><strong>After Effects Render Farm Basics</strong> 

Applies to: After Effects CS4, CS5, CS5.5

<strong>HARDWARE REQUIREMENTS</strong>

Most Basic Configuration:
1x Client Workstation: Any machine that submits After Effects projects to the render farm.
1x Render Node: Any machine that processes After Effects projects submitted to the render farm.
1x Shared storage volume:  A file server, NAS, or file-level locking SAN (i.e. StorNext or Xsan) that is
visible to all clients and render nodes with concurrent read/ write access.  
-Gigabit Ethernet or Fibre network connection to shared storage volume for all clients and render nodes.

More Advanced Configuration

Same as above, with additional clients and render nodes. 
Important Considerations:
-Network bandwidth must scale with the number of clients and render nodes to avoid network throughput from
becoming a bottleneck that limits the effectiveness of the render farm. A good rule of thumb is to have at
least one render node for every three client workstations that will need to submit any at one time.
-Each client submission can be spread across a maximum of 99 render nodes.

<strong>SOFTWARE REQUIREMENTS:</strong>

Client Workstations must have:
-A complete, licensed installation of After Effects CS5.5
-Licensed installations of any plug-ins required for that client workstation.

Render Nodes must have:
-A complete, licensed or unlicensed installation of After Effects CS5.  If the machine is usually a client
workstation that will be re-purposed as a render node after hours, then it will need a licensed installation
of After Effects installed on it.
-Every plug-in in use by any client that will be allowed to submit After Effects projects to the farm for
rendering.  If a plug-in is not installed on a render node that receives a project that uses that plug-in,
then all rendering for the project will fail.

Multi-Machine Rendering requires that the output module be set to an image sequence (tiff/ targa) rather
than an single movie file (quicktime) using...

Targa&gt; Video Output: Channels: RGB+ Alpha
Depth: 32bit
Color: Straight (Un-matted)</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2012/01/after-effects-render-farm-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Doritos &#8220;Puppy Eyes&#8221; Behind-the-Scenes</title>
		<link>http://www.jasonmyres.com/2011/12/doritos-puppy-eyes-behind-the-scenes/</link>
		<comments>http://www.jasonmyres.com/2011/12/doritos-puppy-eyes-behind-the-scenes/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 06:26:06 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=107</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><!-- Awesome Flickr Gallery Start --><!-- - Version - 3.2.8 - User ID - 8213131@N07 - Photoset ID - 72157628615771891 - Gallery ID -  - Group ID -  - Tags -  - Popular -  - Per Page - 12 - Sort Order - flickr - Photo Size - _m - Custom Size - 160 - Square - true - Captions - off - Description - off - Columns - 3 - Credit Note - off - Background Color - Transparent - Width - auto - Pagination - on - Slideshow - colorbox - Disable slideshow? - -->
<div class='afg-gallery custom-gallery-3' style='background-color:Transparent; width:100%; color:; border-color:Transparent;'>
<div class='afg-table' style='width:100%'>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7033/6592496243_3117f397f4_b.jpg' title='IMG_2466.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7033/6592496243_3117f397f4_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2466.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7014/6592496599_65a9c0ebf3_b.jpg' title='IMG_2430.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7014/6592496599_65a9c0ebf3_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2430.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7170/6592496897_55496167f8_b.jpg' title='IMG_2431.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7170/6592496897_55496167f8_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2431.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7165/6592497341_58f8287e54_b.jpg' title='IMG_2435.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7165/6592497341_58f8287e54_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2435.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7162/6592497581_d9f6ba0998_b.jpg' title='IMG_2439.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7162/6592497581_d9f6ba0998_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2439.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7008/6592497871_0b292d9f0d_b.jpg' title='IMG_2440.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7008/6592497871_0b292d9f0d_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2440.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7156/6592498159_46bc40be18_b.jpg' title='IMG_2442.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7156/6592498159_46bc40be18_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2442.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7175/6592498563_75c541e35b_b.jpg' title='IMG_2443.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7175/6592498563_75c541e35b_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2443.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7171/6592498837_2b92c33277_b.jpg' title='IMG_2444.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7171/6592498837_2b92c33277_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2444.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7142/6592499107_e305c09050_b.jpg' title='IMG_2445.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7142/6592499107_e305c09050_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2445.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7146/6592499381_380f531b54_b.jpg' title='IMG_2447.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7146/6592499381_380f531b54_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2447.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7170/6592499653_453b3c0b54_b.jpg' title='IMG_2450.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7170/6592499653_453b3c0b54_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2450.jpg'/></a></div>
</div>
<p><a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7028/6592499911_1145a8849b_b.jpg' title='IMG_2456.jpg'> <img alt='IMG_2456.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7157/6592500171_aeb3072273_b.jpg' title='IMG_2457.jpg'> <img alt='IMG_2457.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7008/6592500443_2c7485a83b_b.jpg' title='IMG_2460.jpg'> <img alt='IMG_2460.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7019/6592500809_6d931af3b0_b.jpg' title='IMG_2461.jpg'> <img alt='IMG_2461.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7026/6592501195_244804777d_b.jpg' title='IMG_2463.jpg'> <img alt='IMG_2463.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7008/6592501725_c4067b420f_b.jpg' title='IMG_2468.jpg'> <img alt='IMG_2468.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7155/6592501923_ea3eece423_b.jpg' title='IMG_2469.jpg'> <img alt='IMG_2469.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7168/6592502355_5b8751ccfa_b.jpg' title='IMG_2471.jpg'> <img alt='IMG_2471.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7021/6592502633_c695119d8d_b.jpg' title='IMG_2472.jpg'> <img alt='IMG_2472.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7169/6592502901_b68af1dfaa_b.jpg' title='IMG_2479.jpg'> <img alt='IMG_2479.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7020/6592503211_27cc083d46_b.jpg' title='IMG_2480.jpg'> <img alt='IMG_2480.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7010/6592503503_0c4939cfd0_b.jpg' title='IMG_2485.jpg'> <img alt='IMG_2485.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7015/6592503905_31520d2cfa_b.jpg' title='IMG_2487.jpg'> <img alt='IMG_2487.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7165/6592504191_f3b9658c2e_b.jpg' title='IMG_2490.jpg'> <img alt='IMG_2490.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7027/6592504473_25da962638_b.jpg' title='IMG_2494.jpg'> <img alt='IMG_2494.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7027/6592504753_9c7d57540b_b.jpg' title='IMG_2497.jpg'> <img alt='IMG_2497.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7166/6592505003_d9f0ce9366_b.jpg' title='IMG_2500.jpg'> <img alt='IMG_2500.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7029/6592505227_58037f190e_b.jpg' title='IMG_2501.jpg'> <img alt='IMG_2501.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7165/6592505503_4bff1c7dc3_b.jpg' title='IMG_2502.jpg'> <img alt='IMG_2502.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7153/6592505789_6b9e0bfcb0_b.jpg' title='IMG_2507.jpg'> <img alt='IMG_2507.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7141/6592506057_e21198d81d_b.jpg' title='IMG_2511.jpg'> <img alt='IMG_2511.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7173/6592506351_b21fd94c64_b.jpg' title='IMG_2513.jpg'> <img alt='IMG_2513.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7151/6592506651_850170746a_b.jpg' title='IMG_2514.jpg'> <img alt='IMG_2514.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7166/6592506909_1dbc972ddd_b.jpg' title='IMG_2516.jpg'> <img alt='IMG_2516.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7033/6592507197_86c90c9520_b.jpg' title='IMG_2531.jpg'> <img alt='IMG_2531.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7034/6592507579_98505a022e_b.jpg' title='IMG_2534.jpg'> <img alt='IMG_2534.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7031/6592507911_a6c2ebe826_b.jpg' title='IMG_2536.jpg'> <img alt='IMG_2536.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7153/6592508211_cd80cb59a9_b.jpg' title='IMG_2538.jpg'> <img alt='IMG_2538.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7029/6592508489_3991b86ebd_b.jpg' title='IMG_2539.jpg'> <img alt='IMG_2539.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7006/6592508749_6de150b220_b.jpg' title='IMG_2541.jpg'> <img alt='IMG_2541.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7007/6592508995_4e146376d1_b.jpg' title='IMG_2549.jpg'> <img alt='IMG_2549.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7034/6592509355_a4e05f1fc8_b.jpg' title='IMG_2551.jpg'> <img alt='IMG_2551.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7169/6592509595_da8ffc9541_b.jpg' title='IMG_2556.jpg'> <img alt='IMG_2556.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7010/6592509847_504e5d2826_b.jpg' title='IMG_2560.jpg'> <img alt='IMG_2560.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7010/6592510089_1fc1113a8d_b.jpg' title='IMG_2575.jpg'> <img alt='IMG_2575.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7159/6592510337_5e117038d5_b.jpg' title='IMG_2580.jpg'> <img alt='IMG_2580.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7142/6592510745_34005b846d_b.jpg' title='IMG_2582.jpg'> <img alt='IMG_2582.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7145/6592510991_ca4525e4c5_b.jpg' title='IMG_2583.jpg'> <img alt='IMG_2583.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7007/6592511285_80f8d0309b_b.jpg' title='IMG_2585.jpg'> <img alt='IMG_2585.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example43'  href='http://farm8.staticflickr.com/7144/6592511589_cecfcdba72_b.jpg' title='IMG_2588.jpg'> <img alt='IMG_2588.jpg' src='' width='75' height='75'></a> </div>
<div class='afg-pagination'>
<p><font class='afg-page'>&nbsp;&#171; prev&nbsp;</font>&nbsp;&nbsp;&nbsp;&nbsp;<font class='afg-cur-page'> 1 </font>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg3_page_id=2' title='Page 2'>&nbsp;2 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg3_page_id=3' title='Page 3'>&nbsp;3 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg3_page_id=4' title='Page 4'>&nbsp;4 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg3_page_id=5' title='Page 5'>&nbsp;5 </a>&nbsp;&nbsp;&nbsp;&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg3_page_id=2' title='Next Page'> next &#187; </a>&nbsp;<br />(52 Photos)</div>
</div>
<p><!-- Awesome Flickr Gallery End --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2011/12/doritos-puppy-eyes-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AMEX &#8220;Clown School&#8221; Behind the Scenes</title>
		<link>http://www.jasonmyres.com/2011/12/amex-clown-school-behind-the-scenes/</link>
		<comments>http://www.jasonmyres.com/2011/12/amex-clown-school-behind-the-scenes/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 06:25:24 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=94</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><!-- Awesome Flickr Gallery Start --><!-- - Version - 3.2.8 - User ID - 8213131@N07 - Photoset ID - 72157628600585567 - Gallery ID -  - Group ID -  - Tags -  - Popular -  - Per Page - 12 - Sort Order - flickr - Photo Size - _m - Custom Size - 160 - Square - true - Captions - off - Description - off - Columns - 3 - Credit Note - off - Background Color - Transparent - Width - auto - Pagination - on - Slideshow - colorbox - Disable slideshow? - -->
<div class='afg-gallery custom-gallery-2' style='background-color:Transparent; width:100%; color:; border-color:Transparent;'>
<div class='afg-table' style='width:100%'>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7035/6586259623_fee57106a8_b.jpg' title='IMG_2242.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7035/6586259623_fee57106a8_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2242.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7021/6586259381_f8308309ff_b.jpg' title='IMG_2245.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7021/6586259381_f8308309ff_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2245.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7151/6586259091_b4f02eddc3_b.jpg' title='IMG_2250.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7151/6586259091_b4f02eddc3_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2250.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7012/6586258805_dee8307833_b.jpg' title='IMG_2266.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7012/6586258805_dee8307833_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2266.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7162/6586258443_5f6d4015ee_b.jpg' title='IMG_2267.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7162/6586258443_5f6d4015ee_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2267.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7030/6586258155_c3ecf9743d_b.jpg' title='IMG_2268.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7030/6586258155_c3ecf9743d_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2268.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7026/6586257871_621d0fca97_b.jpg' title='IMG_2269.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7026/6586257871_621d0fca97_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2269.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7158/6586257637_0e5fc1b5d5_b.jpg' title='IMG_2272.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7158/6586257637_0e5fc1b5d5_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2272.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7013/6586257315_c0ec8e10ea_b.jpg' title='IMG_2279.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7013/6586257315_c0ec8e10ea_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2279.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7150/6586256959_a8cddfd655_b.jpg' title='IMG_2281.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7150/6586256959_a8cddfd655_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2281.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7151/6586256677_fd9e51215e_b.jpg' title='IMG_2282.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7151/6586256677_fd9e51215e_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2282.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7150/6586256381_511cfdb96e_b.jpg' title='IMG_2288.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7150/6586256381_511cfdb96e_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2288.jpg'/></a></div>
</div>
<p><a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7152/6586256129_b7c668ef54_b.jpg' title='IMG_2289.jpg'> <img alt='IMG_2289.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7009/6586255887_4160626cf0_b.jpg' title='IMG_2291.jpg'> <img alt='IMG_2291.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7142/6586255597_947f58d44d_b.jpg' title='IMG_2292.jpg'> <img alt='IMG_2292.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7025/6586255313_2019a0c886_b.jpg' title='IMG_2293.jpg'> <img alt='IMG_2293.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7161/6586254937_5369d6dc70_b.jpg' title='IMG_2295.jpg'> <img alt='IMG_2295.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7016/6586254699_8510ec900e_b.jpg' title='IMG_2298.jpg'> <img alt='IMG_2298.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7165/6586254417_9aef33fb7b_b.jpg' title='IMG_2299.jpg'> <img alt='IMG_2299.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7144/6586254163_4d05ae8508_b.jpg' title='IMG_2300.jpg'> <img alt='IMG_2300.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7018/6586253805_d15758f65d_b.jpg' title='IMG_2301.jpg'> <img alt='IMG_2301.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7160/6586253439_334146e75d_b.jpg' title='IMG_2302.jpg'> <img alt='IMG_2302.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7160/6586253195_84ffe24a9b_b.jpg' title='IMG_2311.jpg'> <img alt='IMG_2311.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7168/6586252903_43bd330ce0_b.jpg' title='IMG_2313.jpg'> <img alt='IMG_2313.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7171/6586252653_d615bd6afb_b.jpg' title='IMG_2314.jpg'> <img alt='IMG_2314.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7163/6586252371_a28610d937_b.jpg' title='IMG_2316.jpg'> <img alt='IMG_2316.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7158/6586252111_9403d63d42_b.jpg' title='IMG_2318.jpg'> <img alt='IMG_2318.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7035/6586251853_cc7da61e23_b.jpg' title='IMG_2321.jpg'> <img alt='IMG_2321.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7153/6586251583_9732123888_b.jpg' title='IMG_2323.jpg'> <img alt='IMG_2323.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7165/6586251323_d60bff8f72_b.jpg' title='IMG_2325.jpg'> <img alt='IMG_2325.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7158/6586251041_555596dd7e_b.jpg' title='IMG_2326.jpg'> <img alt='IMG_2326.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7032/6586250785_e1303fae6d_b.jpg' title='IMG_2333.jpg'> <img alt='IMG_2333.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7035/6586250543_5fd24af24e_b.jpg' title='IMG_2347.jpg'> <img alt='IMG_2347.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7153/6586250291_dd2593d067_b.jpg' title='IMG_2354.jpg'> <img alt='IMG_2354.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7020/6586250081_cdf73d4610_b.jpg' title='IMG_2356.jpg'> <img alt='IMG_2356.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7154/6586249813_02e9070dd6_b.jpg' title='IMG_2368.jpg'> <img alt='IMG_2368.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7171/6586249563_b43cfc0f03_b.jpg' title='IMG_2369.jpg'> <img alt='IMG_2369.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7014/6586249331_5b14aa2ec0_b.jpg' title='IMG_2372.jpg'> <img alt='IMG_2372.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7033/6586249089_9ebe5c1821_b.jpg' title='IMG_2374.jpg'> <img alt='IMG_2374.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7150/6586248819_af22d42aef_b.jpg' title='IMG_2375.jpg'> <img alt='IMG_2375.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7159/6586248583_396d46733f_b.jpg' title='IMG_2377.jpg'> <img alt='IMG_2377.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7169/6586248345_c18895aab5_b.jpg' title='IMG_2378.jpg'> <img alt='IMG_2378.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7016/6586248093_c9874ee780_b.jpg' title='IMG_2379.jpg'> <img alt='IMG_2379.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7001/6586247841_ef2da4cfaa_b.jpg' title='IMG_2380.jpg'> <img alt='IMG_2380.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7029/6586247557_6af34e81b4_b.jpg' title='IMG_2382.jpg'> <img alt='IMG_2382.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7007/6586247179_ef59b20678_b.jpg' title='IMG_2384.jpg'> <img alt='IMG_2384.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7174/6586246927_2b7263118f_b.jpg' title='IMG_2389.jpg'> <img alt='IMG_2389.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7003/6586246647_2ef7efe7e4_b.jpg' title='IMG_2394.jpg'> <img alt='IMG_2394.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7017/6586246419_b60184d960_b.jpg' title='IMG_2399.jpg'> <img alt='IMG_2399.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7158/6586246061_8051e184ce_b.jpg' title='IMG_2400.jpg'> <img alt='IMG_2400.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7031/6586245811_1e65f170c8_b.jpg' title='IMG_2401.jpg'> <img alt='IMG_2401.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7032/6586245529_32fec2f365_b.jpg' title='IMG_2405.jpg'> <img alt='IMG_2405.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7015/6586245221_686e2e463d_b.jpg' title='IMG_2406.jpg'> <img alt='IMG_2406.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7012/6586245011_dd9bb9a10a_b.jpg' title='IMG_2417.jpg'> <img alt='IMG_2417.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example42'  href='http://farm8.staticflickr.com/7032/6586244643_4cf846215b_b.jpg' title='IMG_2425.jpg'> <img alt='IMG_2425.jpg' src='' width='75' height='75'></a> </div>
<div class='afg-pagination'>
<p><font class='afg-page'>&nbsp;&#171; prev&nbsp;</font>&nbsp;&nbsp;&nbsp;&nbsp;<font class='afg-cur-page'> 1 </font>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg2_page_id=2' title='Page 2'>&nbsp;2 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg2_page_id=3' title='Page 3'>&nbsp;3 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg2_page_id=4' title='Page 4'>&nbsp;4 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg2_page_id=5' title='Page 5'>&nbsp;5 </a>&nbsp;&nbsp;&nbsp;&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg2_page_id=2' title='Next Page'> next &#187; </a>&nbsp;<br />(55 Photos)</div>
</div>
<p><!-- Awesome Flickr Gallery End --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2011/12/amex-clown-school-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zales &#8220;Kissing Santa&#8221; Behind The Scenes</title>
		<link>http://www.jasonmyres.com/2011/12/zales-kissing-santa-behind-the-scenes/</link>
		<comments>http://www.jasonmyres.com/2011/12/zales-kissing-santa-behind-the-scenes/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 02:04:24 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=90</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><strong> </strong><!-- Awesome Flickr Gallery Start --><!-- - Version - 3.2.8 - User ID - 8213131@N07 - Photoset ID - 72157628583713903 - Gallery ID -  - Group ID -  - Tags -  - Popular -  - Per Page - 12 - Sort Order - flickr - Photo Size - _m - Custom Size - 160 - Square - true - Captions - off - Description - off - Columns - 3 - Credit Note - off - Background Color - Transparent - Width - auto - Pagination - on - Slideshow - colorbox - Disable slideshow? - -->
<div class='afg-gallery custom-gallery-1' style='background-color:Transparent; width:100%; color:; border-color:Transparent;'>
<div class='afg-table' style='width:100%'>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7027/6579178305_40a763cab8_b.jpg' title='IMG_2592.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7027/6579178305_40a763cab8_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2592.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7144/6579179099_d363d806cf_b.jpg' title='IMG_2589.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7144/6579179099_d363d806cf_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2589.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7175/6579177345_8447e45f90_b.jpg' title='IMG_2594.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7175/6579177345_8447e45f90_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2594.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7145/6579176761_9d001e9bfa_b.jpg' title='IMG_2595.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7145/6579176761_9d001e9bfa_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2595.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7028/6579176027_1458ab978b_b.jpg' title='IMG_2596.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7028/6579176027_1458ab978b_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2596.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7030/6579174975_81dc8667f8_b.jpg' title='IMG_2598.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7030/6579174975_81dc8667f8_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2598.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7034/6579174289_031eb229ac_b.jpg' title='IMG_2599.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7034/6579174289_031eb229ac_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2599.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7030/6579173323_4dbbbf1d4b_b.jpg' title='IMG_2602.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7030/6579173323_4dbbbf1d4b_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2602.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7141/6579172085_41902204a1_b.jpg' title='IMG_2603.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7141/6579172085_41902204a1_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2603.jpg'/></a></div>
</div>
<div class='afg-row'>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7164/6579171391_1fcaaaa6d2_b.jpg' title='IMG_2605.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7164/6579171391_1fcaaaa6d2_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2605.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7158/6579170405_efd9406e62_b.jpg' title='IMG_2606.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7158/6579170405_efd9406e62_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2606.jpg'/></a></div>
<div class='afg-cell' style='width:33%;'><a class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7030/6579169683_8463d43771_b.jpg' title='IMG_2607.jpg'><img class='afg-img' src='http://www.jasonmyres.com/wp-content/plugins/awesome-flickr-gallery-plugin/afg_img_rsz.php?src=http://farm8.static.flickr.com/7030/6579169683_8463d43771_m.jpg&#038;q=100&#038;w=160&#038;h=160' alt='IMG_2607.jpg'/></a></div>
</div>
<p><a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7010/6579168731_6ed4a7f575_b.jpg' title='IMG_2608.jpg'> <img alt='IMG_2608.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7156/6579167657_e538af6b44_b.jpg' title='IMG_2611.jpg'> <img alt='IMG_2611.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7001/6579166919_fdedc83484_b.jpg' title='IMG_2613.jpg'> <img alt='IMG_2613.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7004/6579166221_153b8a6466_b.jpg' title='IMG_2614.jpg'> <img alt='IMG_2614.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7031/6579165147_65647a5ec5_b.jpg' title='IMG_2615.jpg'> <img alt='IMG_2615.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7032/6579164275_462dbdd718_b.jpg' title='IMG_2617.jpg'> <img alt='IMG_2617.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7146/6579163313_fc7bc758c4_b.jpg' title='IMG_2618.jpg'> <img alt='IMG_2618.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7166/6579161981_181926a712_b.jpg' title='IMG_2619.jpg'> <img alt='IMG_2619.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7024/6579161281_61403a607d_b.jpg' title='IMG_2620.jpg'> <img alt='IMG_2620.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7157/6579160321_017b457996_b.jpg' title='IMG_2621.jpg'> <img alt='IMG_2621.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7155/6579159673_dd8a602862_b.jpg' title='IMG_2622.jpg'> <img alt='IMG_2622.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7146/6579158947_c0b66fecf3_b.jpg' title='IMG_2623.jpg'> <img alt='IMG_2623.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7172/6579158193_27e7f6f2c9_b.jpg' title='IMG_2624.jpg'> <img alt='IMG_2624.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7032/6579157181_733e8e7708_b.jpg' title='IMG_2625.jpg'> <img alt='IMG_2625.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7154/6579156507_67a3dbdd82_b.jpg' title='IMG_2626.jpg'> <img alt='IMG_2626.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7171/6579155793_477c4cfa99_b.jpg' title='IMG_2627.jpg'> <img alt='IMG_2627.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7031/6579155081_d2b087d546_b.jpg' title='IMG_2628.jpg'> <img alt='IMG_2628.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7011/6579152933_a2a12f801b_b.jpg' title='IMG_2629.jpg'> <img alt='IMG_2629.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7141/6579151853_daa2b5072c_b.jpg' title='IMG_2630.jpg'> <img alt='IMG_2630.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7020/6579151147_268fb5c8fe_b.jpg' title='IMG_2635.jpg'> <img alt='IMG_2635.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7146/6579150169_838e85e325_b.jpg' title='IMG_2639.jpg'> <img alt='IMG_2639.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7170/6579149463_2338b1ca16_b.jpg' title='IMG_2641.jpg'> <img alt='IMG_2641.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7170/6579148593_d84e3258cf_b.jpg' title='IMG_2642.jpg'> <img alt='IMG_2642.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7013/6579147891_4a222f73ed_b.jpg' title='IMG_2644.jpg'> <img alt='IMG_2644.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7018/6579147181_ce8f152cca_b.jpg' title='IMG_2645.jpg'> <img alt='IMG_2645.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7006/6579146121_4c8173d9b4_b.jpg' title='IMG_2646.jpg'> <img alt='IMG_2646.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7161/6579145363_ef5c4d5f38_b.jpg' title='IMG_2647.jpg'> <img alt='IMG_2647.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7161/6579144649_372eff11c3_b.jpg' title='IMG_2648.jpg'> <img alt='IMG_2648.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7022/6579143893_664fd83c5e_b.jpg' title='IMG_2649.jpg'> <img alt='IMG_2649.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7152/6579142757_f662a511f0_b.jpg' title='IMG_2652.jpg'> <img alt='IMG_2652.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7157/6579141897_5b206ebdac_b.jpg' title='IMG_2656.jpg'> <img alt='IMG_2656.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7004/6579141151_fc51a7486e_b.jpg' title='IMG_2658.jpg'> <img alt='IMG_2658.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7157/6579140315_092ee3d284_b.jpg' title='IMG_2659.jpg'> <img alt='IMG_2659.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7141/6579139591_6403e42fab_b.jpg' title='IMG_2663.jpg'> <img alt='IMG_2663.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7013/6579138805_b526e01243_b.jpg' title='IMG_2664.jpg'> <img alt='IMG_2664.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7141/6579137873_0fb71d02ae_b.jpg' title='IMG_2665.jpg'> <img alt='IMG_2665.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7033/6579137121_e8066e6f06_b.jpg' title='IMG_2667.jpg'> <img alt='IMG_2667.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7008/6579136369_47bfaf0867_b.jpg' title='IMG_2669.jpg'> <img alt='IMG_2669.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7163/6579135715_7f59df8dd1_b.jpg' title='IMG_2670.jpg'> <img alt='IMG_2670.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7035/6579135089_01d3cb9f78_b.jpg' title='IMG_2671.jpg'> <img alt='IMG_2671.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7150/6579134191_6e6161d876_b.jpg' title='IMG_2675.jpg'> <img alt='IMG_2675.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7030/6579133339_751ddddbe4_b.jpg' title='IMG_2679.jpg'> <img alt='IMG_2679.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7149/6579132505_016a9f3cf5_b.jpg' title='IMG_2680.jpg'> <img alt='IMG_2680.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7159/6579131689_d473b19352_b.jpg' title='IMG_2681.jpg'> <img alt='IMG_2681.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7149/6579130957_1816c985b8_b.jpg' title='IMG_2682.jpg'> <img alt='IMG_2682.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7160/6579130179_d77509b4f6_b.jpg' title='IMG_2686.jpg'> <img alt='IMG_2686.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7152/6579129365_750fbcafc3_b.jpg' title='IMG_2687.jpg'> <img alt='IMG_2687.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7008/6579128583_29bf383bc8_b.jpg' title='IMG_2688.jpg'> <img alt='IMG_2688.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7012/6579127137_6123b4cbbd_b.jpg' title='IMG_2708.jpg'> <img alt='IMG_2708.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7035/6579126433_d7096a72f6_b.jpg' title='IMG_2691.jpg'> <img alt='IMG_2691.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7163/6579125393_073454e085_b.jpg' title='IMG_2692.jpg'> <img alt='IMG_2692.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7020/6579124635_ddaeb8ed16_b.jpg' title='IMG_2693.jpg'> <img alt='IMG_2693.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7004/6579123539_dc16baf9d2_b.jpg' title='IMG_2694.jpg'> <img alt='IMG_2694.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7033/6579122645_45d8cb6733_b.jpg' title='IMG_2695.jpg'> <img alt='IMG_2695.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7020/6579121485_098abc7205_b.jpg' title='IMG_2696.jpg'> <img alt='IMG_2696.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7141/6579120681_ab63776614_b.jpg' title='IMG_2698.jpg'> <img alt='IMG_2698.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7162/6579119529_e65eea5787_b.jpg' title='IMG_2700.jpg'> <img alt='IMG_2700.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7166/6579118495_06ef4c9996_b.jpg' title='IMG_2706.jpg'> <img alt='IMG_2706.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7035/6579117785_b1bded2623_b.jpg' title='IMG_2707.jpg'> <img alt='IMG_2707.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7026/6579116983_83f13b0821_b.jpg' title='IMG_2711.jpg'> <img alt='IMG_2711.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7031/6579116239_efeabda421_b.jpg' title='IMG_2712.jpg'> <img alt='IMG_2712.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7156/6579115543_b87a69a6dd_b.jpg' title='IMG_2716.jpg'> <img alt='IMG_2716.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7163/6579114693_98336256e4_b.jpg' title='IMG_2717.jpg'> <img alt='IMG_2717.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7168/6579113225_9d67047fb3_b.jpg' title='IMG_2718.jpg'> <img alt='IMG_2718.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7016/6579112283_5ff8418b2d_b.jpg' title='IMG_2719.jpg'> <img alt='IMG_2719.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7013/6579111479_eeb257ae14_b.jpg' title='IMG_2720.jpg'> <img alt='IMG_2720.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7024/6579110693_6697a0441f_b.jpg' title='IMG_2721.jpg'> <img alt='IMG_2721.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7148/6579109903_af32c8c2b6_b.jpg' title='IMG_2722.jpg'> <img alt='IMG_2722.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7158/6579109065_bf99f2329e_b.jpg' title='IMG_2724.jpg'> <img alt='IMG_2724.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7022/6579108221_088520f510_b.jpg' title='IMG_2725.jpg'> <img alt='IMG_2725.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7028/6579107389_768f0877a5_b.jpg' title='IMG_2727.jpg'> <img alt='IMG_2727.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7016/6579106553_87990efc21_b.jpg' title='IMG_2728.jpg'> <img alt='IMG_2728.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7170/6579105619_c44074f169_b.jpg' title='IMG_2731.jpg'> <img alt='IMG_2731.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7169/6579103009_c8baf70758_b.jpg' title='IMG_2732.jpg'> <img alt='IMG_2732.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7011/6579102085_84abbed95c_b.jpg' title='IMG_2733.jpg'> <img alt='IMG_2733.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7150/6579100771_8db0c3f7d9_b.jpg' title='IMG_2734.jpg'> <img alt='IMG_2734.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7013/6579099763_ef88f30ab4_b.jpg' title='IMG_2735.jpg'> <img alt='IMG_2735.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7161/6579098987_64d21081ff_b.jpg' title='IMG_2737.jpg'> <img alt='IMG_2737.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7151/6579098223_21d5926320_b.jpg' title='IMG_2738.jpg'> <img alt='IMG_2738.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7034/6579097443_8ed7ea6d75_b.jpg' title='IMG_2739.jpg'> <img alt='IMG_2739.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7025/6579096631_a54ccbc434_b.jpg' title='IMG_2740.jpg'> <img alt='IMG_2740.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7033/6579095781_de3f41d69e_b.jpg' title='IMG_2742.jpg'> <img alt='IMG_2742.jpg' src='' width='75' height='75'></a> <a style='display:none' class='afgcolorbox' rel='example41'  href='http://farm8.staticflickr.com/7020/6579094999_257f75854f_b.jpg' title='IMG_2743.jpg'> <img alt='IMG_2743.jpg' src='' width='75' height='75'></a> </div>
<div class='afg-pagination'>
<p><font class='afg-page'>&nbsp;&#171; prev&nbsp;</font>&nbsp;&nbsp;&nbsp;&nbsp;<font class='afg-cur-page'> 1 </font>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=2' title='Page 2'>&nbsp;2 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=3' title='Page 3'>&nbsp;3 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=4' title='Page 4'>&nbsp;4 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=5' title='Page 5'>&nbsp;5 </a>&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=6' title='Page 6'>&nbsp;6 </a>&nbsp; &#8230; <a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=8' title='Page 8'>&nbsp;8 </a>&nbsp;&nbsp;&nbsp;&nbsp;<a class='afg-page' href='http://www.jasonmyres.com/feed/?afg1_page_id=2' title='Next Page'> next &#187; </a>&nbsp;<br />(95 Photos)</div>
</div>
<p><!-- Awesome Flickr Gallery End --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2011/12/zales-kissing-santa-behind-the-scenes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Directory Database Repair</title>
		<link>http://www.jasonmyres.com/2011/12/open-directory-database-repair/</link>
		<comments>http://www.jasonmyres.com/2011/12/open-directory-database-repair/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:06:19 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=66</guid>
		<description><![CDATA[Symptom: Users cannot log into OD accounts. If DNS, TCP-IP, physical connections, etc are OK&#8230; Check these items: 1) Go to Directory Utility: See If OD entry shows &#8220;Server Unavailable&#8221; 2) Go to Server Admin&#62;Open Directory&#62;LDAP: See If Server shows STOPPED If YES for both you may have OD database corruption. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212; To Check Database [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Symptom: Users cannot log into OD accounts.</strong></p>
<p>If DNS, TCP-IP, physical connections, etc are OK&#8230;</p>
<p><strong>Check these items:</strong></p>
<p>1) Go to Directory Utility: See If OD entry shows &#8220;Server Unavailable&#8221;</p>
<p>2) Go to Server Admin&gt;Open Directory&gt;LDAP: See If Server shows STOPPED</p>
<p>If YES for both you may have OD database corruption.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>To Check Database for corruption:</strong></p>
<p>sudo /usr/libexec/slapd -Tt</p>
<p>If this command returns &#8220;config file testing succeeded&#8221; then the database is not corrupt, you should attempt to troubleshoot elsewhere.</p>
<p>If this command returns an error (i.e.,&#8221;run recovery&#8221;), then the db is possibly corrupt.</p>
<p><strong>To Repair Database corruption:</strong></p>
<p>sudo db_recover -h /var/db/openldap/openldap-data/</p>
<p>If this command returns &#8216;succeeded&#8217; status then rebuild was successful.<br />
After reboot of OD Master and Replicas, Kerberos and LDAP should show RUNNING in Server Admin.  Network accounts should be available and clients able to log into OD accounts.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>If the commands above do not help, and you continue to get errors like:<br />
&#8220;slapd73: bdb(dc=xxx,dc=xxx,dc=com): PANIC: fatal region error detected; run recovery&#8221;</p>
<p>You can attempt the following:</p>
<p>1) sudo to root</p>
<p>sudo -i</p>
<p>2) shutdown the open directory server</p>
<p>service org.openldap.slapd stop</p>
<p>3) dump a copy of the Open Directory database to an LDIF format text file</p>
<p>mkdir /var/root/opendirectory<br />
cd /var/root/opendirectory<br />
slapcat -l dir.ldif</p>
<p>4) move the old (corrupt) database files out of the way (or remove them).</p>
<p>cd /var/db/openldap/openldap-data<br />
mkdir SAVE<br />
mv *.bdb SAVE/</p>
<p>be sure you don&#8217;t move, rename or delete the file named DB_CONFIG. It&#8217;s needed.</p>
<p>5) recreate the database from the LDIF format file</p>
<p>cd /var/root/opendirectory<br />
slapadd -l dir.ldif<br />
slapindex</p>
<p>You will see some harmless warnings during slapadd. Ignore them.</p>
<p>6) restart open directory</p>
<p>service org.openldap.slapd start</p>
<p>-Your OD should be running again.<br />
-Check OD for &#8220;stray&#8221; objects as the corruption may have left some fragments behind.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2011/12/open-directory-database-repair/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Debian 6.0.1 on a Software RAID1 Volume</title>
		<link>http://www.jasonmyres.com/2011/03/installing-debian-6-0-1-on-a-software-raid1-volume/</link>
		<comments>http://www.jasonmyres.com/2011/03/installing-debian-6-0-1-on-a-software-raid1-volume/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:09:50 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=49</guid>
		<description><![CDATA[Installing Debian to RAID1 Using Debian 6.0.1a AMD64 DVD-1 Installation Disk &#160; Required: -Debian 6.0.1a AMD64 DVD -1 Installation Disk -2x Identical Installation Drives (2x500GB in this example) Pre-formatted as Free Space &#160; Initial Set-Up: -Debian 6.0.1a AMD64 Installation DVD and boot server. &#160; Installer Boot Menu -Choose Graphical Install (Wait a 30 seconds as [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installing Debian to RAID1</strong></p>
<p><strong>Using Debian 6.0.1a AMD64 DVD-1 Installation Disk</strong></p>
<p>&nbsp;</p>
<p><strong>Required:</strong></p>
<p>-Debian 6.0.1a AMD64 DVD</p>
<p>-1 Installation Disk</p>
<p>-2x Identical Installation Drives (2x500GB in this example) Pre-formatted as Free Space</p>
<p>&nbsp;</p>
<p><strong>Initial Set-Up:</strong></p>
<p>-Debian 6.0.1a AMD64 Installation DVD and boot server.</p>
<p>&nbsp;</p>
<p><strong>Installer Boot Menu</strong></p>
<p>-Choose Graphical Install (Wait a 30 seconds as installer launches)</p>
<p>&nbsp;</p>
<p><strong>Language:</strong></p>
<p>-Select your language</p>
<p>&nbsp;</p>
<p><strong>Location:</strong></p>
<p>-Select your location</p>
<p>&nbsp;</p>
<p><strong>Keyboard:</strong></p>
<p>-Select your keymap</p>
<p>&nbsp;</p>
<p><strong>Network:</strong></p>
<p>-Primary Network Interface: Select the ethernet port connected to your Internet connection</p>
<p>-Hostname: Enter the network name for your server (i.e. debian-svr).</p>
<p>-Domain Name: Enter the domain your server will reside on (i.e. example.com)</p>
<p>&nbsp;</p>
<p><strong>Users and Passwords:</strong></p>
<p>-Root Password: Enter the root password you&#8217;d like to use and verify it.</p>
<p>-Full Name for New User: Enter the display name for your first user (i.e. Administrator).</p>
<p>-Username for your Account: Enter the shortname (no caps, no spaces) name for your first user (i.e. administrator).</p>
<p>-Choose a password for the new user: Enter the password for your first user.</p>
<p>&nbsp;</p>
<p><strong>Clock:</strong></p>
<p>-Select your time zone</p>
<p>&nbsp;</p>
<p><strong>Partition Disks:</strong></p>
<p>-Partition Disks: Choose Manual.</p>
<p>You should now see the two disks you use to create a RAID1 boot volume: SDA and SDB</p>
<p>SCSI1 (0,1,0) sda</p>
<p>&#8211;pri/log [size]GB   FREE SPACE</p>
<p>SCSI1 (0,0,0) sdb</p>
<p>&#8211;pri/log [size]GB   FREE SPACE</p>
<p>&nbsp;</p>
<p><strong>Create Partions for SDA</strong>:</p>
<p>-Select the FREE SPACE partition on &#8220;sda&#8221;.</p>
<p>-Select &#8220;Automatically partition the free space&#8221;.</p>
<p>-Select &#8220;All files in one partition&#8221;.</p>
<p>&nbsp;</p>
<p>This will create Primary and Swap partitions on your sda drive.</p>
<p>-Select the Primary partition, enter.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;.</p>
<p>-Select Bootable Flag, enter. This will set the partition as Bootable.</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>-Select the Swap partition, enter.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;, enter.</p>
<p>-Leave the bootable flag at OFF -Select &#8220;Done setting up the partition&#8221;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Create Partions for SDB</strong>:</p>
<p>-Select the FREE SPACE partition on &#8220;sdb&#8221;.</p>
<p>-Select &#8220;Automatically partition the free space&#8221;.</p>
<p>-Select &#8220;All files in one partition&#8221;.</p>
<p>&nbsp;</p>
<p>This will create Primary and Swap partitions on your sdb drive.</p>
<p>-Select the Primary partition, enter.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;.</p>
<p>-Select Bootable Flag, enter. This will set the partition as Bootable.</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>-Select the Swap partition, enter.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;, enter.</p>
<p>-Leave the bootable flag at OFF</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>You should now have a set of identical drives each with primary and logical partitions that look like this:</p>
<p>SCSI1 (0,1,0) sda</p>
<p>#1 primary    [size]GB B K raid</p>
<p>#5 logical      [size]GB    K raid</p>
<p>SCSI1 (0,0,0) sdb</p>
<p>#1 primary    [size]GB B K raid</p>
<p>#5 logical      [size]GB    K raid</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><strong>Create RAID1 (Primary &#8220;Filesystem&#8221; Partition)</strong></p>
<p>-Select &#8220;Configure Software RAID&#8221;.</p>
<p>-Write Changes to Storage Devices and configure RAID?:  YES</p>
<p>-Select &#8220;Create MD device&#8221;.</p>
<p>-Software RAID Type: Select RAID1.</p>
<p>-Number of active devices for RAID1: 2, Continue.</p>
<p>-Number of spare devices for RAID1:  0, Continue.</p>
<p>Active Devices for RAID1 Array:  Use Up and Down Arrow to highlight the partition, then use Spacebar to Select it.</p>
<p>-Select /dev/sda1</p>
<p>-Select /dev/sdb1 Click Continue.</p>
<p>&nbsp;</p>
<p>Your Primary file system partitions are now ready to be formatted as RAID1.</p>
<p>&nbsp;</p>
<p><strong>Create RAID1 (Logical &#8220;Swap&#8221; Partition)</strong></p>
<p>-Select &#8220;Configure Software RAID&#8221;.</p>
<p>-Write Changes to Storage Devices and configure RAID?:  YES</p>
<p>-Select &#8220;Create MD device&#8221;.</p>
<p>-Software RAID Type: Select RAID1.</p>
<p>-Number of active devices for RAID1: 2, Continue.</p>
<p>-Number of spare devices for RAID1:  0, Continue.</p>
<p>&nbsp;</p>
<p>Active Devices for RAID1 Array:</p>
<p>Use Up and Down Arrow to highlight the partition, then use Spacebar to Select it.</p>
<p>-Select /dev/sda2</p>
<p>-Select /dev/sdb2</p>
<p>&nbsp;</p>
<p>Click Continue.</p>
<p>Your Logical swap partitions are now ready to be formatted as RAID1.</p>
<p>NOTE: If for some reason, all of the partitions you create earlier are not available in the Active Devices selection window, delete the RAID1 set you&#8217;ve created so far, and use Go Back to get to the Partition Disks screen.  Select, double-check, and save each partition over again.  So, even if you were correct, and don&#8217;t have to change anything, recommitting the settings should make all of the partitions visible in the Active Devices window.</p>
<p>&nbsp;</p>
<p>Once you&#8217;ve created your primary and logical RAID1 sets, Select Finish, and Continue.</p>
<p>&nbsp;</p>
<p>This will take you back to the Partition Disks overview screen which should now look like this:</p>
<p>RAID1 device</p>
<p>#0 &#8211; [size]GB Software RAID device</p>
<p>#1                             [size]GB</p>
<p>-                                [size]kB        unuseable</p>
<p>RAID1 device #1 &#8211; [size]GB Software RAID device</p>
<p>#1                             [size]GB</p>
<p>-                                [size]kB        unuseable</p>
<p>SCSI1 (0,1,0) sda</p>
<p>#1 primary              [size]GB B K raid</p>
<p>#5 logical                [size]GB     K raid</p>
<p>SCSI1 (0,0,0) sdb</p>
<p>#1 primary              [size]GB B K raid</p>
<p>#5 logical                [size]GB     K raid</p>
<p>&nbsp;</p>
<p><strong>Assign root (/) partion:</strong></p>
<p>Select partition #1 of &#8220;RAID1 device #0&#8243;, Enter.</p>
<p>Use As: Ext4 Journal File System</p>
<p>Mount Point: / &#8211; the root file system</p>
<p>(leave other settings at their defaults)</p>
<p>Select: Done setting up the partition.</p>
<p>&nbsp;</p>
<p><strong>Assign swap partion:</strong></p>
<p>Select partition #1 of &#8220;RAID1 device #1&#8243;, Enter.</p>
<p>Use As: swap area</p>
<p>Select: Done setting up the partition.</p>
<p>&nbsp;</p>
<p>Scroll to the very bottom of the Partition Disks screen:</p>
<p>Select: &#8220;Finish partitioning and write changes to disk&#8221;.</p>
<p>Write Changes to disk?: YES, Continue.</p>
<p>&nbsp;</p>
<p><strong>Boot Volume Created </strong></p>
<p>You should now have a formatted RAID1 boot volume with a large Primary Filesystem partition for your OS, and a smaller Logical Swap partition for your swap space (virtual memory).</p>
<p>&nbsp;</p>
<p><strong>Configure the package manager</strong></p>
<p>Once the formatting of the partitions is complete, answer questions regarding the software sources for Debian packages during install:</p>
<p>&nbsp;</p>
<p>Scan Another CD or DVD?: If you have additional Debian DVDs (Disc 2, Disc 2, etc) insert it now and select YES, so the available packages can be scanned.  If not, click NO, and continue.</p>
<p>&nbsp;</p>
<p>Use a Network Mirror: This will make additional packages available during installation, but can increase installation time. If unsure, select NO.</p>
<p>&nbsp;</p>
<p>Participate in Package Useage Survey: Select YES or NO.</p>
<p>&nbsp;</p>
<p><strong>Choose Software to Install</strong></p>
<p>Select&#8230;</p>
<p>-Graphical Desktop Environment</p>
<p>-DNS Server</p>
<p>-File Server</p>
<p>-SSH Server</p>
<p>-Standard System Utilities</p>
<p>&nbsp;</p>
<p><strong>Installation </strong></p>
<p>&nbsp;</p>
<p>The Debian Installation will begin.  Packages will be retrieved and installed based on your choices.  If you have selected a number of items that need to be downloaded first, the installation will take longer to complete.</p>
<p>&nbsp;</p>
<p><strong>Samba Server</strong></p>
<p>&nbsp;</p>
<p>Workgroup/ Domain Name: Specify a workgroup name.  If unsure, use WORKGROUP.</p>
<p>&nbsp;</p>
<p><strong>Install GRUB</strong></p>
<p>&nbsp;</p>
<p>Install the GRUB Bootloader to the master boot record: YES</p>
<p>This will install GRUB to one of the drives that make up your RAID1 Boot Volume.</p>
<p>Once the GRUB installation is complete, your installation DVD should eject automatically, and your server will reboot.</p>
<p>&nbsp;</p>
<p>To provide true redundancy, you now need to install the GRUB bootloader on <em>both</em> drives so that your server can boot from either, should one drive fail.</p>
<p>&nbsp;</p>
<p><strong>Add GRUB to both drives in your RAID1 Volume</strong></p>
<p>&nbsp;</p>
<p>-After restart has finished, login to your server.</p>
<p>-Re-insert your Debian 6.0.1a Installation DVD, which we&#8217;ll use as a source for the GRUB installer.</p>
<p>-Open Terminal (Applications &gt; Accessories &gt; Terminal)</p>
<p>-Login as Root.</p>
<p><em>su -</em></p>
<p>[enter password]</p>
<p>&nbsp;</p>
<p>-Get the GRUB components (make sure the Debian Install DVD is inserted again)</p>
<p><em>apt-get install grub</em></p>
<p><em> </em></p>
<p>-Follow any in-Terminal instructions.</p>
<p><em> </em></p>
<p>-Install GRUB to both drives in your RAID1 volume</p>
<p><em>grub-install /dev/sda </em></p>
<p><em>grub-install /dev/sdb</em></p>
<p>&nbsp;</p>
<p>If successful, you will see: Installation finished.  No error reported.</p>
<p>Eject your installation DVD.</p>
<p><strong>Installation Complete</strong></p>
<p>And you&#8217;re done.  Once GRUB is installed on both boot drives, you&#8217;ll have a working, RAID1-protected Debian 6 server.</p>
<p>&nbsp;</p>
<p>Sources:</p>
<p>https://help.ubuntu.com/10.04/serverguide/C/advanced-installation.html</p>
<p>http://www.texsoft.it/index.php?c=hardware&amp;m=hw.storage.boot-raid-squeeze&amp;l=it</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2011/03/installing-debian-6-0-1-on-a-software-raid1-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Ubuntu 10.04 LTS on a Software RAID1 Volume</title>
		<link>http://www.jasonmyres.com/2011/03/installing-ubuntu-10-04-lts-on-a-software-raid1-volume/</link>
		<comments>http://www.jasonmyres.com/2011/03/installing-ubuntu-10-04-lts-on-a-software-raid1-volume/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 21:23:33 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=46</guid>
		<description><![CDATA[Installing Ubuntu to RAID1 Using 10.04.2 LTS Alternate Installation Disk   Required: -Ubuntu 10.04.2 LTS Alternate Installation Disk (includes tools for installation to software RAID) -2x Identical Installation Drives (2x500GB in this example) Formatted as Free Space Initial Set-Up: -Insert 10.04 LTS Installation Disk and boot server. &#160; Language: -Language Screen: Select your language -Start-up [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Installing Ubuntu to RAID1</strong></p>
<p><strong>Using 10.04.2 LTS Alternate Installation Disk</strong></p>
<p><strong> </strong></p>
<p><strong>Required:</strong></p>
<p>-Ubuntu 10.04.2 LTS Alternate Installation Disk (includes tools for installation to software RAID)</p>
<p>-2x Identical Installation Drives (2x500GB in this example) Formatted as Free Space</p>
<p><strong>Initial Set-Up:</strong></p>
<p>-Insert 10.04 LTS Installation Disk and boot server.</p>
<p>&nbsp;</p>
<p><strong>Language:</strong></p>
<p>-Language Screen: Select your language</p>
<p>-Start-up Menu: Choose &#8220;Install Ubuntu&#8221;</p>
<p>(ASCII Menus begin)</p>
<p>&nbsp;</p>
<p><strong>Keyboard:</strong></p>
<p>-Choose Language: Select your language</p>
<p>-Choose Language: Select your region</p>
<p>-Detect keyboard layout: No</p>
<p>-Origin of keyboard: Choose country of origin</p>
<p>-Keyboard Layout: Choose keyboard layout</p>
<p>&nbsp;</p>
<p><strong>Network:</strong></p>
<p>-Primary Network Interface: Select the ethernet port connected to your internet connection</p>
<p>-Hostname: Enter the network name for your server (i.e. ubuntu-svr). Use Down-Arrow to highlight Continue.</p>
<p>&nbsp;</p>
<p><strong>Clock:</strong></p>
<p>-If Timezone shown is correct, enter. If not use Down or Right Arrow to highlight No, enter. Select timezone, use Tab to highlight Go Back.</p>
<p>&nbsp;</p>
<p><strong>Partition Disks:</strong></p>
<p>-Partition Disks: Highlight Manual.</p>
<p>&nbsp;</p>
<p>You should now see your two disks: SDA and SDB</p>
<p>SCSI1 (0,1,0) sda</p>
<p>&#8211;pri/log [size]GB     FREE SPACE</p>
<p>SCSI1 (0,0,0) sdb</p>
<p>&#8211;pri/log [size]GB     FREE SPACE</p>
<p>&nbsp;</p>
<p><strong>Create Partions for SDA</strong>:</p>
<p>-Select the FREE SPACE partition on &#8220;sda&#8221;.</p>
<p>-Select &#8220;Automatically partition the free space&#8221;.</p>
<p>&nbsp;</p>
<p>This will create Primary and Swap partitions on your SDA drive.</p>
<p>-Select the Primary partition.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;.</p>
<p>-Select Bootable Flag, enter. This will set the partition as Bootable.</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>-Select the second, smaller Swap partition.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;, enter. (Leave the bootable flag OFF)</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>&nbsp;</p>
<p><strong>Create Partions for SDB</strong>:</p>
<p>-Select the FREE SPACE partition on &#8220;sdb&#8221;.</p>
<p>-Select &#8220;Automatically partition the free space&#8221;.</p>
<p>This will create Primary and Swap partitions on your SDB drive.</p>
<p>-Select the Primary partition.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;.</p>
<p>-Select Bootable Flag, enter. This will set the partition as Bootable.</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>-Select the second, smaller Swap partition.</p>
<p>-Select Use As, enter. Select &#8220;Physical Volume for RAID&#8221;, enter. (Leave the bootable flag OFF)</p>
<p>-Select &#8220;Done setting up the partition&#8221;</p>
<p>&nbsp;</p>
<p>You should now have a set of identical drives each with primary and logical partitions that look like this: SCSI1 (0,1,0) sda</p>
<p>#1 primary    [size]GB B K raid</p>
<p>#5 logical      [size]GB     K raid</p>
<p>SCSI1 (0,0,0) sdb</p>
<p>#1 primary    [size]GB B K raid</p>
<p>#5 logical      [size]GB     K raid</p>
<p>&nbsp;</p>
<p><strong>Create RAID1 (Primary Partition)</strong></p>
<p>-Select &#8220;Configure Software RAID&#8221;.</p>
<p>-Write Changes to Storage Devices and configure RAID?: YES</p>
<p>-Select &#8220;Create MD device&#8221;.</p>
<p>-Software RAID Type: Select RAID1.</p>
<p>-Number of active devices for RAID1: 2, Continue.</p>
<p>-Number of spare devices for RAID1: 0, Continue.</p>
<p>&nbsp;</p>
<p>Active Devices for RAID1 Array: Use Up and Down Arrow to highlight, Use Spacebar to Select.</p>
<p>-Select /dev/sda1</p>
<p>-Select /dev/sdb1</p>
<p>Use Tab to highlight Continue, enter.</p>
<p>Your Primary partitions are now ready to be formatted as RAID1.</p>
<p>&nbsp;</p>
<p><strong>Create RAID1 (Logical &#8220;Swap&#8221; Partition)</strong></p>
<p>-Select &#8220;Configure Software RAID&#8221;.</p>
<p>-Write Changes to Storage Devices and configure RAID?: YES</p>
<p>-Select &#8220;Create MD device&#8221;, enter.</p>
<p>-Software RAID Type: Select RAID1.</p>
<p>-Number of active devices for RAID1: 2, Continue.</p>
<p>-Number of spare devices for RAID1: 0, Continue.</p>
<p>&nbsp;</p>
<p>Active Devices for RAID1 Array: Use Up and Down Arrow to highlight, Use Space bar to Select.</p>
<p>-Select /dev/sda2</p>
<p>-Select /dev/sdb2</p>
<p>Use Tab to highlight Continue, enter.</p>
<p>Your Logical partitions are now ready to be formatted as RAID1.</p>
<p>&nbsp;</p>
<p>NOTE: If for some reason, all of the partitions you create earlier are not available in the Active Devices selection window, delete the RAID1 set you&#8217;ve created so far, and use Go Back to get to the Partition Disks screen. Select, double-check, and save each partition over again. So, even if you were correct, and don&#8217;t have to change anything, recommitting the settings should make all of the partitions visible in the Active Devices window.</p>
<p>Once you&#8217;ve created your primary and logical RAID1 sets, Select Finish.</p>
<p>You should now be at the Partition Disks overview screen that looks like this:</p>
<p>RAID1 device #0 &#8211;   [size]GB Software RAID device</p>
<p>#1                                [size]GB</p>
<p>-                                   [size]kB unuseable</p>
<p>RAID1 device #1 &#8211;   [size]GB Software RAID device</p>
<p>#1                               [size]GB</p>
<p>-                                  [size]kB unuseable</p>
<p>SCSI1 (0,1,0) sda</p>
<p>#1 primary              [size]GB B K raid</p>
<p>#5 logical                [size]GB     K raid</p>
<p>SCSI1 (0,0,0) sdb</p>
<p>#1 primary             [size]GB B K raid</p>
<p>#5 logical               [size]GB     K raid</p>
<p>&nbsp;</p>
<p><strong>Assign root (/) partion:</strong></p>
<p>Select partition #1 of &#8220;RAID1 device #0&#8243;.</p>
<p>Use As: Ext4 Journal File System</p>
<p>Mount Point: / &#8211; the root file system</p>
<p>(leave other settings at their defaults)</p>
<p>Select: Done setting up the partition.</p>
<p>&nbsp;</p>
<p><strong>Assign swap partion:</strong></p>
<p>Select partition #1 of &#8220;RAID1 device #1&#8243;.</p>
<p>Use As: swap area</p>
<p>Select: Done setting up the partition.</p>
<p>Scroll to the very bottom of the list:</p>
<p>Select: &#8220;Finish partitioning and write changes to disk&#8221;.</p>
<p>Enable Booting Degraded RAID</p>
<p>Select: YES</p>
<p>Note: Booting to a degraded RAID1 mirror is safe as long as you replace the failed disk and re-sync a new disk as soon as possible. Recovering a degraded Linux software RAID1 volume is covered in the Re-syncing Mirrored RAID volumes guide.</p>
<p>Write Changes to Disk: YES</p>
<p>Your RAID1 volumes and partitions will be created. Depending on your drives and hardware, this can take several minutes to a few hours as the drives sync. However, once sync is complete, any new data will be synced transparently in the background.</p>
<p>&nbsp;</p>
<p><strong>Postfix (Mail Server) Configuration</strong></p>
<p>Select Continue.</p>
<p>Choose your mail server:</p>
<p>-No Configuration: If your machine is not intended to be a mail server.</p>
<p>-Local Only: Allows various services to deliver notifications (i.e. drive failure) internally to users on the server. Internet Site, Smarthost, and Satellite are outside the scope of this guide.</p>
<p>&nbsp;</p>
<p><strong>User Set-up</strong></p>
<p>-Enter the full name for your first user: i.e., John Smith. However if you&#8217;d like to use a shortname, like &#8220;administrator&#8221; that is fine.</p>
<p>-Enter the user name (shortname) for your account. This will be the name used for your user folder. It must be all lower-case letter or number, with no spaces, like &#8220;administrator.</p>
<p>-Enter your password for this user. In Ubuntu, the first user created on any new installation also doubles as the root (superuser) user. It&#8217;s a good idea to use a strong password for this account as it will have the power to create, modify, or delete any setting or file on the machine.</p>
<p>-Verify the password for this user.</p>
<p>-Encrypt your home directory. This option encrypts your user folder and can be helpful, usually if you are using installing to a laptop or mobile device. It will help keep others from reading the contents of your user folder when your account is not logged in. However, an encrypted home directory is generally impossible to recover if you lose your password, or the OS crashes in a way that prohibits you from successfully log in anymore. If unsure, choose &#8220;No&#8221;.</p>
<p>&nbsp;</p>
<p><strong>Package Manager</strong></p>
<p>If your company requires you to use a proxy server to access the internet, enter the proxy information. Otherwise, leave blank and Continue.</p>
<p>&nbsp;</p>
<p><strong>Configure GRUB</strong></p>
<p>Install Grub to Master Boot Record: YES This will install Grub Bootloader on both drives using:</p>
<p><em>grub install /dev/sda /dev/sdb</em></p>
<p>That will allow either drive to boot the OS, even if one drive has failed.</p>
<p>&nbsp;</p>
<p><strong>Set System Clock</strong></p>
<p>Set system clock to UTC:</p>
<p>Yes: Allows the bios clock to be set to Universal time. Each OS then uses the Time Zone in system preferences to display the correct time.</p>
<p>No: Allows the bios clock to stay at the local time, that is set in the time preferences of the OS. This can be preferable if the machine is not a mobile device, and especially if you intend to</p>
<p>boot multiple OS&#8217;s. Some operating systems handle time differently, and this can cause the time that is displayed to vary wildly each time you boot to a different OS. To avoid this, choose No.</p>
<p>&nbsp;</p>
<p><strong>Installation Complete</strong></p>
<p>If you&#8217;ve gotten this far, you should have a successful, RAID1 Ubuntu 10.04 Installation.</p>
<p>Remove your installation disk and select Continue to reboot and login to your new installation.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2011/03/installing-ubuntu-10-04-lts-on-a-software-raid1-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xsan Troubleshooting Guide</title>
		<link>http://www.jasonmyres.com/2010/11/xsan-troubleshooting-guide/</link>
		<comments>http://www.jasonmyres.com/2010/11/xsan-troubleshooting-guide/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 22:28:48 +0000</pubDate>
		<dc:creator>JM</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Apple]]></category>

		<guid isPermaLink="false">http://www.jasonmyres.com/?p=57</guid>
		<description><![CDATA[Xsan Troubleshooting Guide To begin make sure to verify the following: In RAID Software (WebPam Pro, Active Viewer, RAID Admin) -Check Controller Status -Check Array Status -Check Fibre Status In Xsan Admin -Check Computers for Authentication -Check Mounts for status -Check Volume for status -Check Computers for status In Xsan Admin Logs: -Check System Log [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Xsan Troubleshooting Guide</strong></p>
<p>To begin make sure to verify the following:</p>
<p><strong>In RAID Software (WebPam Pro, Active Viewer, RAID Admin)</strong><br />
-Check Controller Status<br />
-Check Array Status<br />
-Check Fibre Status</p>
<p><strong>In Xsan Admin</strong><br />
-Check Computers for Authentication<br />
-Check Mounts for status<br />
-Check Volume for status<br />
-Check Computers for status</p>
<p><strong>In Xsan Admin Logs:</strong><br />
-Check System Log<br />
-Check FSMPM Log<br />
-Check Specific Volume Logs</p>
<p><strong>In Terminal</strong><br />
&gt;su &#8211; (enter password)<br />
&gt;cvadmin<br />
&gt;select  (shows what file systems are available.  * = Volume is running)<br />
Check if Volumes are mounted<br />
Check if they are on the appropriate MDC</p>
<p>&gt;fail [volume name]  (works more reliably than Xsan GUI)<br />
to bump Volume to next MDC in priority list.</p>
<p>Ultimately scanning Xsan logs provides best opportunity for diagnosis</p>
<p><strong>CVFSCK to check for Volume integrity</strong></p>
<p>YOU MUST STOP THE VOLUME before doing cvfsck or it will give you errors regardless. (i.e. *Dirty* will be indicated)</p>
<p>Recommended Order<br />
#1 &gt;cvfsck -nv   (read-only FS check: -n= no write, -v= verbose) You are looking for &#8220;Filessystem would not have been modified&#8221; as a sign of good filesystem integrity.</p>
<p>#2 &gt;cvfsck -j     (writeable FS check: clears journal cache, it ensures that all operations have been written to disk)</p>
<p>#3 &gt;cvfsck -wv  (writeable FS check: -w=write, -v= verbose)<br />
If you see &#8220;File System would have been modifed, run this.  This may need to be run up to 3-4 times for a clean log output.<br />
If you see File System Check Completed Successfully, you have a clean FS.</p>
<p>#4 &gt;cvfsck -nv   (read-only FS check: run as a last step, if FS it says FS would not have been modified, FS is clean)</p>
<p><strong>More Serious cvfsck Options:</strong></p>
<p>If after -wv you notice Free List inconsistencies in cvfsck output.</p>
<p>&gt;cvfsck -C   (-C= clobber Free List, will remove free inodes)<br />
**Run this if you see Free Inode Inconsistencies**<br />
Run -wv, if you don&#8217;t see anything repaired then repair was successful</p>
<p>&gt;cvfsck -Xv [volume name]  (-X= free all Inodes and eXtended attributes chains, extended attributes present in these Inodes will be deleted.)<br />
**Run this if you see Free List Extents in cvfsck output**<br />
If successful you should see no entries under Verifying Free List Extents</p>
<p>Inode=Index Node, the basic component of the Unix file system that actually stores data or references to data.</p>
<p>SuperBlock=Like an Inode only it is a component of the table of contents of the disk or volume, and contains Inodes or references to Inodes.</p>
<p>Use as a last resort if you cannot get an FS clear of errors.  This may render FS unusable, but the only other option is to COPY all data off of Volume, rebuild volume and copy all data back. Make sure to have a copy of this</p>
<p>If you see free inodes=0, you need to write some data to volume (duplicating any file you see of reasonable size is a good option).</p>
<p>With the write of data, new free inodes will be created allowing the volume to function normally (this often helps when you need to clobber a volume before a volume expansion</p>
<p>BEFORE any volume expansion: RUN CVFSCK to ensure file system integrity is perfect, otherwise volume will corrupt overtime until it is completely unusable.</p>
<p><strong>IF A VOLUME IS UNMNOUNTING itself:</strong></p>
<p>Check logs for PANIC errors.  If an Xsan filesystem crashes more than twice in one hour it will unmount the volume in an attempt at self-preservation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonmyres.com/2010/11/xsan-troubleshooting-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

