<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>PRESOON.COM</title>
	<link>http://presoon.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 01 Jun 2011 09:19:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1.4" -->

	<item>
		<title>93 error media manager found wrong tape in drive / How to reuse or recycle VERITAS NetBackup database catalog tapes for normal backups</title>
		<description><![CDATA[The tape which stored the Netbackup database cannot be directly erased or expired. If you try to expire the tape using the following command, it outputs with error. To reuse the tape, you need to relabel it. You can find the procedures below. First get the information about the tape. Now de-assign id. source volume [...]]]></description>
		<link>http://presoon.com/blog/2011/06/01/93-error-media-manager-found-wrong-tape-in-drive-how-to-reuse-or-recycle-veritas-netbackup-database-catalog-tapes-for-normal-backups/</link>
			</item>
	<item>
		<title>Find number of connections to port 25 / port 80 in Solaris (Mail Administration/Web Administration)</title>
		<description><![CDATA[You can use the &#8220;netstat&#8221; command in Solaris likewise in a Linux box. However, the syntax differs. Also, the output of netstat is different from that of Linux OS. Hence there is a slight difference in the pipe scripts used. The above script is to find the number of connections to port 25, If you [...]]]></description>
		<link>http://presoon.com/blog/2011/03/29/find-number-of-connections-to-port-25-port-80-in-solaris-mail-administrationweb-administration/</link>
			</item>
	<item>
		<title>Iplanet Queue Administration in Solaris</title>
		<description><![CDATA[I have been working with Iplanet Mail server installed in Solaris 9. Since it is running the old version and the support for the old version has come to an end, I am contributing this basic post on queue administration. You can access the queue prompt using the &#8220;imsimta&#8221; binary. It is present in the [...]]]></description>
		<link>http://presoon.com/blog/2011/03/25/iplanet-queue-administration-in-solaris/</link>
			</item>
	<item>
		<title>How to enable Telnet in Solaris 9</title>
		<description><![CDATA[The &#8220;inetd&#8221; demon runs the telnet server. By default, the telnet is disabled in Solaris. It not recommended to login via telnet in an unsecured environment. However, in cases such as Xforwarding (click here) requirements, you need to get it up. Here is how to get it done. Check whether inet daemon is running. ps [...]]]></description>
		<link>http://presoon.com/blog/2010/11/19/how-to-enable-telnet-in-solaris-9/</link>
			</item>
	<item>
		<title>Access Solaris gui application using fedora/Linux (Veritas admin console from Fedora)</title>
		<description><![CDATA[In older versions of Solaris, the X forwarding via SSH won&#8217;t work. In this case, we have go for telnet. Here I will explain how to access the Solaris X session via Fedora. By default, the fedora installation won&#8217;t allow the X session to listen on TCP. You can confirm this by checking the below [...]]]></description>
		<link>http://presoon.com/blog/2010/11/18/access-solaris-gui-application-using-fedoralinux-veritas-admin-console-from-fedora/</link>
			</item>
	<item>
		<title>Java Application unable to connect to internet LG GX200, Nimbuzz, ebuddy</title>
		<description><![CDATA[Hi guys, I have come across a problem with the LG GX200 set. In fact, it is not a big issue. Heres the scenario, I have a Reliance sim in Slot 1 and Airtel in the Slot 2. The mobile office(unlimited connectivity) has been activated in the Airtel sim which is slot 2. The GPRS [...]]]></description>
		<link>http://presoon.com/blog/2010/08/27/java-application-unable-to-connect-to-internet-lg-gx200-nimbuzz-ebuddy/</link>
			</item>
	<item>
		<title>How to install CSF Firewall on virtuozzo &#8211; Cannot enter into server after CSF installation VPS</title>
		<description><![CDATA[CSF is a powerful Firewall for Linux and cPanel servers are here are the steps to get it working with Virtuozzo VPS Installation rm -fv csf.tgz wget http://www.configserver.com/free/csf.tgz tar -xzf csf.tgz cd csf sh install.sh After the installation you will need to customize CSF to run on VPS: edit /etc/sysconfig/iptables and add -A FORWARD -j [...]]]></description>
		<link>http://presoon.com/blog/2010/03/14/how-to-install-csf-firewall-on-virtuozzo-cannot-enter-into-server-after-csf-installation-vps/</link>
			</item>
	<item>
		<title>phpMyAdmin &#8211; Error &#8220;cannot start session without errors&#8221;</title>
		<description><![CDATA[cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. The usual error which comes up with phpmyadmin. The issue can either be due to the cPanel&#8217;s PHP or its session settings. Try the following fix Open up the file /usr/local/cpanel/3rdparty/etc/phpmyadmin/php.ini Change the [...]]]></description>
		<link>http://presoon.com/blog/2010/03/14/phpmyadmin-error-cannot-start-session-without-errors/</link>
			</item>
	<item>
		<title>Awstats &#8220;update now&#8221; button shows blank page and cpanel error log shows &#8220;Out of Memory&#8221;</title>
		<description><![CDATA[The cPanel error logs shows Out of Memory! when you click the &#8220;update now&#8221; button in Awstats. This usually happens when cPanel&#8217;s php is set with low memory. But in most of the cases this is not the issue. Go to WHM &#62; Tweak Settings &#62; &#8220;The maximum memory a cPanel process can use before [...]]]></description>
		<link>http://presoon.com/blog/2010/02/27/awstats-update-now-button-shows-blank-page-and-cpanel-error-log-shows-out-of-memory/</link>
			</item>
	<item>
		<title>Custom php.ini for PHP CGI in cPanel.</title>
		<description><![CDATA[Hi guys, When PHP is compiled as CGI, you won&#8217;t be able to provide custom php flags in .htaccess or just simply add a php.ini if your home directory. To enable a custom php.ini for your domain running PHP as cgi, perform the following steps. Please note that I am considering that the server has [...]]]></description>
		<link>http://presoon.com/blog/2010/02/26/custom-php-ini-for-php-cgi-in-cpanel/</link>
			</item>
</channel>
</rss>

