<?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; Non-Tivoli</title>
	<atom:link href="http://www.jdsmedia.net/category/miscellaneous/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>Trying to delete a folder on windows &#8230;</title>
		<link>http://www.jdsmedia.net/miscellaneous/trying-to-delete-a-folder-on-windows-2#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/trying-to-delete-a-folder-on-windows-2#comments</comments>
		<pubDate>Tue, 30 Nov 2010 22:33:01 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[WindozeMiscellaneous]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/miscellaneous/trying-to-delete-a-folder-on-windows-2</guid>
		<description><![CDATA[Trying to delete a folder on windows sometimes is thwarted by the error &#8220; Cannot delete&#8221; &#8220;volume label syntax is incorrect&#8221; I tried every non-destructive method listed out there rd &#60;path&#62; /s  aka; rmdir &#60;path&#62;   /s changing long file or directory names When I want to delete something I don&#8217;t have time to mess [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/trying-to-delete-a-folder-on-windows-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare/Linux Add New Disk CHEATSHEET</title>
		<link>http://www.jdsmedia.net/miscellaneous/vmwarelinux-add-new-disk-cheatsheet#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/vmwarelinux-add-new-disk-cheatsheet#comments</comments>
		<pubDate>Wed, 24 Nov 2010 18:16:26 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[BIOS]]></category>
		<category><![CDATA[Booting]]></category>
		<category><![CDATA[Disk file systems]]></category>
		<category><![CDATA[Disk partitioning]]></category>
		<category><![CDATA[Fdisk]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Logical volume management]]></category>
		<category><![CDATA[SCSI]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=528</guid>
		<description><![CDATA[Add the disk via vSphere/VirtualCenter Reboot (if you have scsitools you can also run &#8216;rescan-scsi-bus.sh&#8217; instead of rebooting Commands fdisk -l # Display new disks w/o partition tables fdisk /dev/&#60;newdisk&#62; n (for new partition) p (for primary partition) 1 (partition number) (keep the other values default) w (write changes) fdisk /dev/&#60;newdisk&#62; (change partition type) 8e [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/vmwarelinux-add-new-disk-cheatsheet/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing Unix Account Passwords in Bulk</title>
		<link>http://www.jdsmedia.net/miscellaneous/changing-unix-account-passwords-in-bulk#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/changing-unix-account-passwords-in-bulk#comments</comments>
		<pubDate>Wed, 22 Sep 2010 19:54:34 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[AWK]]></category>
		<category><![CDATA[Computing]]></category>
		<category><![CDATA[printf]]></category>
		<category><![CDATA[unix chpasswd passwd]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=516</guid>
		<description><![CDATA[In migrating a standalone FTP system, I found that I needed to re-add several users, and wanted a scripted method of updating passwords. awk -F, &#8216;{ printf(&#8220;%s:%s\n&#8221;,$3,$4); }&#8217; /tmp/ftpusers.csv &#124; while read line; do echo $line &#124; chpasswd; done where &#8216;ftpusers.csv&#8217; format is 3rd and 4th column is username and desired password AIX: chpasswd Linux: [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/changing-unix-account-passwords-in-bulk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM ITM Product Code Table</title>
		<link>http://www.jdsmedia.net/miscellaneous/ibm-itm-product-code-table#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/ibm-itm-product-code-table#comments</comments>
		<pubDate>Fri, 23 Jul 2010 14:51:49 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=507</guid>
		<description><![CDATA[10 Monitoring Agent for Cobb EAI 14 Monitoring Agent for CobbRemoteAgent 15 Monitoring Agent for BillPrint 15 Monitoring Agent for Cobb BillPrintLog 20 Monitoring Agent for Cobb DBClient 3z IBM Tivoli Monitoring Active Directory Feature 3z Monitoring Agent for Active Directory 40 Monitoring Agent for DD690G 41 Monitoring Agent for Cobb UnixExtended 41 Monitoring Agent [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/ibm-itm-product-code-table/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Great Amazon Web Services Overview</title>
		<link>http://www.jdsmedia.net/miscellaneous/great-amazon-web-services-overview#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/great-amazon-web-services-overview#comments</comments>
		<pubDate>Tue, 20 Apr 2010 02:21:04 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[amazon ec2]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[Application]]></category>
		<category><![CDATA[application design]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[DesignView]]></category>
		<category><![CDATA[doc]]></category>
		<category><![CDATA[guestd]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[slide]]></category>
		<category><![CDATA[slide presentation]]></category>
		<category><![CDATA[slideshare]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=492</guid>
		<description><![CDATA[If your new to or just need to learn more about AWS.. this is a great slide presentation I stumbled across Amazon Ec2 Application Design View more presentations from guestd0b61e.]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/great-amazon-web-services-overview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITM Situation Rename &#8212; BEWARE</title>
		<link>http://www.jdsmedia.net/miscellaneous/itm-situation-rename-beware#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/itm-situation-rename-beware#comments</comments>
		<pubDate>Sun, 28 Feb 2010 21:04:49 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[ITM6.2.1]]></category>
		<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[aof]]></category>
		<category><![CDATA[attribute]]></category>
		<category><![CDATA[column]]></category>
		<category><![CDATA[crap]]></category>
		<category><![CDATA[eif]]></category>
		<category><![CDATA[field]]></category>
		<category><![CDATA[Fullname]]></category>
		<category><![CDATA[itm]]></category>
		<category><![CDATA[length]]></category>
		<category><![CDATA[name]]></category>
		<category><![CDATA[new situation]]></category>
		<category><![CDATA[response problem]]></category>
		<category><![CDATA[situation]]></category>
		<category><![CDATA[situation name]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=458</guid>
		<description><![CDATA[As of ITM 6.2.1, there is a perceived capability to now rename situations within the editor. However, the rename is actually a new attribute called &#8216;Full Name&#8217; and only changes the TEPS display name for the situation; the EIF will still send the original situation name. IBM responds this is &#8220;working as designed&#8221; &#8212; a [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/itm-situation-rename-beware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ITM : Testing Windows Event Logs</title>
		<link>http://www.jdsmedia.net/itm-documentation/itm6x/itm-testing-windows-event-logs#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/itm-documentation/itm6x/itm-testing-windows-event-logs#comments</comments>
		<pubDate>Wed, 08 Jul 2009 03:40:48 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[ITM6.x]]></category>
		<category><![CDATA[WindozeMiscellaneous]]></category>
		<category><![CDATA[Damned]]></category>
		<category><![CDATA[eventcreate]]></category>
		<category><![CDATA[example]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[itm]]></category>
		<category><![CDATA[L Application]]></category>
		<category><![CDATA[notification script]]></category>
		<category><![CDATA[Problem]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[slashes]]></category>
		<category><![CDATA[T ERROR]]></category>
		<category><![CDATA[test message]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[unix script]]></category>
		<category><![CDATA[windows command]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/itm-documentation/itm6-1/itm-testing-windows-event-logs</guid>
		<description><![CDATA[In a nutshell: use the &#8216;eventcreate&#8216; I had an issue with ITM Windows Agent creating events which I was then sending out email alerts via a UNIX script. The simple problem was backslashes in windows paths where the &#8220;Take Action&#8221; notification script was literalizing characters which might be part of the EventLog Description For example: [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/itm-documentation/itm6x/itm-testing-windows-event-logs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick and Dirty LAMP</title>
		<link>http://www.jdsmedia.net/miscellaneous/webservices/329#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/miscellaneous/webservices/329#comments</comments>
		<pubDate>Sat, 27 Jun 2009 00:58:28 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[webservices]]></category>
		<category><![CDATA[apache php]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[database test]]></category>
		<category><![CDATA[fc4]]></category>
		<category><![CDATA[Fedora Core]]></category>
		<category><![CDATA[GRANT ALL]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[php phpinfo]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[root account]]></category>
		<category><![CDATA[sbin]]></category>
		<category><![CDATA[user]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/?p=329</guid>
		<description><![CDATA[Installing a LAMP stack: Linux &#8211; Apache, PHP, and MySQL on Fedora Core Assuming you already have Linux and Yum installed. 1. Install Apache (httpd), PHP, MySQL (server and client), and the component that allows php to talk to mysql. yum -y install httpd php mysql mysql-server php-mysql 2. Configure the new services to start [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/miscellaneous/webservices/329/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>“Smart um_cleanup”</title>
		<link>http://www.jdsmedia.net/itm-documentation/%e2%80%9csmart-um_cleanup%e2%80%9d#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://www.jdsmedia.net/itm-documentation/%e2%80%9csmart-um_cleanup%e2%80%9d#comments</comments>
		<pubDate>Sat, 21 Mar 2009 15:40:32 +0000</pubDate>
		<dc:creator>jimsander</dc:creator>
				<category><![CDATA[ITM]]></category>
		<category><![CDATA[Non-Tivoli]]></category>
		<category><![CDATA[ALL]]></category>
		<category><![CDATA[args]]></category>
		<category><![CDATA[automation business]]></category>
		<category><![CDATA[cleanup]]></category>
		<category><![CDATA[DOWNLOAD]]></category>
		<category><![CDATA[input value]]></category>
		<category><![CDATA[iterative loops]]></category>
		<category><![CDATA[itm ibm universal agent cleanup]]></category>
		<category><![CDATA[Jim Sander]]></category>
		<category><![CDATA[ksh]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shotgun approach]]></category>
		<category><![CDATA[The]]></category>
		<category><![CDATA[universal agent]]></category>

		<guid isPermaLink="false">http://www.jdsmedia.net/miscellaneous/%e2%80%9csmart-um_cleanup%e2%80%9d/</guid>
		<description><![CDATA[DOWNLOAD:   The &#8216;um_cleanup&#8217; script that comes with ITM6 Universal Agent I&#8217;m convinced was written by an intern or co-op who just learned the basics of scripting. I &#8220;rewrote&#8221; the whole darn thing with the following comments and syntax: um_cleanup_jds.ksh -h USAGE: um_cleanup_jds.ksh [UA&#124;CMS&#124;CNPS&#124;ALL] um_cleanup_jds.ksh -f You need only supply a single arg - the [...]]]></description>
		<wfw:commentRss>http://www.jdsmedia.net/itm-documentation/%e2%80%9csmart-um_cleanup%e2%80%9d/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

