<?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>JDS Media &#187; server</title>
	<atom:link href="http://www.jdsmedia.net/tag/server/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jdsmedia.net</link>
	<description>Tivoli deployment and integration</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:46:10 +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>Windows Ports</title>
		<link>http://www.jdsmedia.net/miscellaneous/windows-ports#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/windows-ports#comments</comments>
		<pubDate>Sun, 14 Jun 2009 19:47:53 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[WindozeMiscellaneous]]></category>
		<category><![CDATA[ano]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[apache server]]></category>
		<category><![CDATA[binded]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[event logs]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[netstat]]></category>
		<category><![CDATA[PID]]></category>
		<category><![CDATA[port]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[task]]></category>
		<category><![CDATA[task manager]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[Wef]]></category>

		<guid isPermaLink="false">http://localhost/?p=257</guid>
		<description><![CDATA[I was experimenting with WAMP on my laptop, not a big deal in itself, but when I rebooted the Apache server failed to start. Event logs showed something else had already been binded to port 80. Quick Fix was to determine which PID had it by running the following: netstat -ano From there you can [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/windows-ports/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting : Why does every visit to my website have the same IP address?</title>
		<link>http://www.jdsmedia.net/miscellaneous/webservices/web_programming/hosting-why-does-every-visit-to-my-website-have-the-same-ip-address#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/webservices/web_programming/hosting-why-does-every-visit-to-my-website-have-the-same-ip-address#comments</comments>
		<pubDate>Thu, 04 Sep 2008 13:24:05 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[web_programming]]></category>
		<category><![CDATA[ADDR]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[base]]></category>
		<category><![CDATA[CLIENT]]></category>
		<category><![CDATA[cluster]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[code request]]></category>
		<category><![CDATA[code server]]></category>
		<category><![CDATA[correct ip]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[exec grep]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[g file]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[local system]]></category>
		<category><![CDATA[Locate]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[mosso]]></category>
		<category><![CDATA[mv]]></category>
		<category><![CDATA[Reference]]></category>
		<category><![CDATA[REMOTE]]></category>
		<category><![CDATA[remote addr]]></category>
		<category><![CDATA[remote_addr]]></category>
		<category><![CDATA[Request]]></category>
		<category><![CDATA[request servervariables]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ServerVariables]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[snipper]]></category>
		<category><![CDATA[snippet]]></category>
		<category><![CDATA[statistics]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tmp]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix shell]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web content]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=203</guid>
		<description><![CDATA[Reference: http://help.mosso.com/article.php?id=180 Your script is calling for the &#8220;REMOTE_ADDR&#8221; and receives the IP of a server in front of one of our back-end servers. The web facing server is then passing the scripts output without giving the expected REMOTE_ADDR of the visitor. In order for your scripts to recognize that they are on a cluster [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/webservices/web_programming/hosting-why-does-every-visit-to-my-website-have-the-same-ip-address/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITM6 Situations as TEC Events</title>
		<link>http://www.jdsmedia.net/itm-documentation/itm6-situations-as-tec-events#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/itm-documentation/itm6-situations-as-tec-events#comments</comments>
		<pubDate>Wed, 27 Aug 2008 18:07:24 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[ITM]]></category>
		<category><![CDATA[TEC]]></category>
		<category><![CDATA[Ack]]></category>
		<category><![CDATA[Console]]></category>
		<category><![CDATA[ditto]]></category>
		<category><![CDATA[Enterprise]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[flag]]></category>
		<category><![CDATA[hub]]></category>
		<category><![CDATA[infocenter]]></category>
		<category><![CDATA[integration]]></category>
		<category><![CDATA[itm]]></category>
		<category><![CDATA[jsp]]></category>
		<category><![CDATA[master]]></category>
		<category><![CDATA[meaning]]></category>
		<category><![CDATA[monitoring server]]></category>
		<category><![CDATA[N
None]]></category>
		<category><![CDATA[N]]></category>
		<category><![CDATA[publib boulder]]></category>
		<category><![CDATA[R
Ditto]]></category>
		<category><![CDATA[reset]]></category>
		<category><![CDATA[S
None]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[server hub]]></category>
		<category><![CDATA[server startup]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[sfo]]></category>
		<category><![CDATA[situation]]></category>
		<category><![CDATA[slots]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[status]]></category>
		<category><![CDATA[statuses]]></category>
		<category><![CDATA[table]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[Tivoli]]></category>
		<category><![CDATA[tivoli enterprise]]></category>
		<category><![CDATA[true hub]]></category>
		<category><![CDATA[type]]></category>
		<category><![CDATA[type situation]]></category>
		<category><![CDATA[U
A
None]]></category>
		<category><![CDATA[U
E
None]]></category>
		<category><![CDATA[U
F]]></category>
		<category><![CDATA[U
N
None]]></category>
		<category><![CDATA[U
P
None]]></category>
		<category><![CDATA[X
None]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/tivoli/itm6/itm6-situations-as-tec-events/</guid>
		<description><![CDATA[Based on http://publib.boulder.ibm.com/infocenter/tivihelp/v24r1/index.jsp?topic=/com.ibm.itm.doc/itm_admin_6284.htm The following table describes the meaning of the situation event statuses and the setting of the common slots in the generated Tivoli Enterprise Console event. Situation integration_type situation_status master_reset_flag Notes true N the first time the situation is true; U, all subsequent times Y None new, or updated event reset U N [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/itm-documentation/itm6-situations-as-tec-events/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

