<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Cisco Call Manger 5 Ccm5, 1.12 G DVD Cisco.Call.Manager.5.0.1.1002</title>
	<atom:link href="http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html</link>
	<description>www.blog.admins.ir</description>
	<pubDate>Thu, 09 Feb 2012 15:36:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Hans A</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-18416</link>
		<dc:creator>Hans A</dc:creator>
		<pubDate>Tue, 08 Apr 2008 04:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-18416</guid>
		<description>Hey,

anyone of you maybe have an image with CCM5.1 for vmware? I tryied to install it 15 times an always fail after database installation.

please, help.

Hans A.</description>
		<content:encoded><![CDATA[<p>Hey,</p>
<p>anyone of you maybe have an image with CCM5.1 for vmware? I tryied to install it 15 times an always fail after database installation.</p>
<p>please, help.</p>
<p>Hans A.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ST Crisco</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-12365</link>
		<dc:creator>ST Crisco</dc:creator>
		<pubDate>Tue, 12 Feb 2008 23:50:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-12365</guid>
		<description>To start the service licence is needed so can anyone provide us at leat a licence for 3 devices :)

thnaks for your share</description>
		<content:encoded><![CDATA[<p>To start the service licence is needed so can anyone provide us at leat a licence for 3 devices <img src='http://www.blog.persianadmins.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>thnaks for your share</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: babak</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-4810</link>
		<dc:creator>babak</dc:creator>
		<pubDate>Fri, 21 Dec 2007 13:23:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-4810</guid>
		<description>can any one  help me?

i want to  setup CCM on no branded PC Server   and  want licence  file  .

thanks.</description>
		<content:encoded><![CDATA[<p>can any one  help me?</p>
<p>i want to  setup CCM on no branded PC Server   and  want licence  file  .</p>
<p>thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faro</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-196</link>
		<dc:creator>faro</dc:creator>
		<pubDate>Sun, 09 Sep 2007 04:48:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-196</guid>
		<description>HOW-TO join and split Archive files (for linux users)

 join all parts together..then unrar file and it’s contain a iso file then write it on dvd


Cutting down or splitting a file to several smaller pieces have great benefits. A large file split into several smaller files can easilly fit in a CD or floppy disk or even transferred over the network. Splitting the file is possible using the split command.

Below is an example on how to use the split command:

Using split on a 5.3MB image.iso file:

    split -b 1400k image.iso 

It will generate 4 files with the following file sizes:

    1404k xaa
    1404k xab
    1404k xac
    1208k xad 

To recreate the file, the cat command can be
used.

    cat xa* &#62; new-image.iso 

The split and cat commands are provided by the coreutils package. Once the new new-image.iso file is restored, its possible to delete the other split files.

Note: To verify that the file has been correctly restored, use the command md5sum before and after splitting the file. Syntax: 

    md5sum [filename]</description>
		<content:encoded><![CDATA[<p>HOW-TO join and split Archive files (for linux users)</p>
<p> join all parts together..then unrar file and it’s contain a iso file then write it on dvd</p>
<p>Cutting down or splitting a file to several smaller pieces have great benefits. A large file split into several smaller files can easilly fit in a CD or floppy disk or even transferred over the network. Splitting the file is possible using the split command.</p>
<p>Below is an example on how to use the split command:</p>
<p>Using split on a 5.3MB image.iso file:</p>
<p>    split -b 1400k image.iso </p>
<p>It will generate 4 files with the following file sizes:</p>
<p>    1404k xaa<br />
    1404k xab<br />
    1404k xac<br />
    1208k xad </p>
<p>To recreate the file, the cat command can be<br />
used.</p>
<p>    cat xa* &gt; new-image.iso </p>
<p>The split and cat commands are provided by the coreutils package. Once the new new-image.iso file is restored, its possible to delete the other split files.</p>
<p>Note: To verify that the file has been correctly restored, use the command md5sum before and after splitting the file. Syntax: </p>
<p>    md5sum [filename]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faro</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-194</link>
		<dc:creator>faro</dc:creator>
		<pubDate>Sat, 08 Sep 2007 02:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-194</guid>
		<description>you can find the torrent at http://www.mininova.org</description>
		<content:encoded><![CDATA[<p>you can find the torrent at <a href="http://www.mininova.org" rel="nofollow">http://www.mininova.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faro</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-193</link>
		<dc:creator>faro</dc:creator>
		<pubDate>Sat, 08 Sep 2007 02:04:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-193</guid>
		<description>you can the torrent at http://www.mininova.org</description>
		<content:encoded><![CDATA[<p>you can the torrent at <a href="http://www.mininova.org" rel="nofollow">http://www.mininova.org</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cynic</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-192</link>
		<dc:creator>cynic</dc:creator>
		<pubDate>Fri, 07 Sep 2007 20:38:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-192</guid>
		<description>I have downloaded all of the files above and unrar'ed them however there doesn't appear to be a single ISO file as expected therefore which file do I need to use to make the bootable DVD?</description>
		<content:encoded><![CDATA[<p>I have downloaded all of the files above and unrar&#8217;ed them however there doesn&#8217;t appear to be a single ISO file as expected therefore which file do I need to use to make the bootable DVD?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: faro</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-191</link>
		<dc:creator>faro</dc:creator>
		<pubDate>Fri, 07 Sep 2007 17:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-191</guid>
		<description>where i can find HOW-TO for installation of CCM 5 on unbranded machine.
i know linux a bit but its hard to customize anaconda (kick start) to bypass specific hardware requirement................anyway its not impossible.

help needed to point out useful URLs.</description>
		<content:encoded><![CDATA[<p>where i can find HOW-TO for installation of CCM 5 on unbranded machine.<br />
i know linux a bit but its hard to customize anaconda (kick start) to bypass specific hardware requirement&#8230;&#8230;&#8230;&#8230;&#8230;.anyway its not impossible.</p>
<p>help needed to point out useful URLs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: victor</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-188</link>
		<dc:creator>victor</dc:creator>
		<pubDate>Fri, 07 Sep 2007 00:54:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-188</guid>
		<description>Estimados,

esta version de call manager 5.0 ,  en que version de linux se debe instalar</description>
		<content:encoded><![CDATA[<p>Estimados,</p>
<p>esta version de call manager 5.0 ,  en que version de linux se debe instalar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PersianAdmins</title>
		<link>http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-184</link>
		<dc:creator>PersianAdmins</dc:creator>
		<pubDate>Mon, 03 Sep 2007 15:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.blog.persianadmins.com/cisco-call-manger-5-ccm5-112-g-dvd-ciscocallmanager5011002-132.html#comment-184</guid>
		<description>CCM5 is only linux base
for windows use CCM4</description>
		<content:encoded><![CDATA[<p>CCM5 is only linux base<br />
for windows use CCM4</p>
]]></content:encoded>
	</item>
</channel>
</rss>

