<?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>Akamit Blog</title>
	<atom:link href="http://www.akamit.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.akamit.com/blog</link>
	<description>Enterprise sysadmin&#039;s blog</description>
	<lastBuildDate>Wed, 30 Nov 2011 12:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>NetBackup: set exclude_list on Windows clients</title>
		<link>http://www.akamit.com/blog/2011/11/netbackup-set-exclude_list-on-windows-clients/</link>
		<comments>http://www.akamit.com/blog/2011/11/netbackup-set-exclude_list-on-windows-clients/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 12:51:44 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Veritas NetBackup]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1037</guid>
		<description><![CDATA[You need to set an exclude list for windows client using Unix Netbackup server.

# bpgetconfig -M win_client EXCLUDE
EXCLUDE = C:\Program Files\Veritas\NetBackup\bin\*.lock
EXCLUDE = C:\Program Files\Veritas\NetBackup\bin\bprd.d\*.lock
EXCLUDE = C:\Program Files\Veritas\NetBackup\bin\bpsched.d\*.lock
EXCLUDE = C:\Program Files\Veritas\Volmgr\misc\*
EXCLUDE = C:\Program Files\Veritas\NetBackupDB\data\*

Then just append desired path to exclude and save the list back to client:

# bpgetconfig -M win_client EXCLUDE &#62; /tmp/exclude_list.txt
echo &#34;H:\oracle\NWO\sapdata*&#34; &#62;&#62; /tmp/exclude_list.txt
# [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/11/netbackup-set-exclude_list-on-windows-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to keep job history longer in NetBackup</title>
		<link>http://www.akamit.com/blog/2011/11/how-to-keep-job-history-longer-in-netbackup/</link>
		<comments>http://www.akamit.com/blog/2011/11/how-to-keep-job-history-longer-in-netbackup/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 07:46:43 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1031</guid>
		<description><![CDATA[That is simple.

# echo KEEP_JOBS_HOURS = 192 &#124; bpsetconfig
# echo KEEP_JOBS_SUCCESSFUL_HOURS = 192 &#124; bpsetconfig

]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/11/how-to-keep-job-history-longer-in-netbackup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset iLOM root password on Sun/Oracle X server</title>
		<link>http://www.akamit.com/blog/2011/11/how-to-reset-ilom-root-password-on-sunoracle-x-server/</link>
		<comments>http://www.akamit.com/blog/2011/11/how-to-reset-ilom-root-password-on-sunoracle-x-server/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 07:20:00 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Sun Hardware]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1028</guid>
		<description><![CDATA[if you&#8217;ve lost root password on Sun/Oracle X server, you can recovery it using ipmitool. This was tested on Sun X4600 M2, Solaris 10 installed.

# ipmitool user list 1
ID  Name             Callin  Link Auth  IPMI Msg   Channel Priv Limit
1 [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/11/how-to-reset-ilom-root-password-on-sunoracle-x-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>FreeBSD: how to get rid of annoying option asking during port install</title>
		<link>http://www.akamit.com/blog/2011/11/freebsd-how-to-get-rid-of-annoying-option-asking-during-port-install/</link>
		<comments>http://www.akamit.com/blog/2011/11/freebsd-how-to-get-rid-of-annoying-option-asking-during-port-install/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 12:14:48 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1026</guid>
		<description><![CDATA[As you may notice, sometimes you install package using ports you have been asking about some compile time options shown as dialog(1) window. That is not bad but when you need to do massive port installation or portupgrade many hundreds ports at once this can be a real pain. So, you want to trust default [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/11/freebsd-how-to-get-rid-of-annoying-option-asking-during-port-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD: How to set certain packages not to be updated with portupgrade</title>
		<link>http://www.akamit.com/blog/2011/11/freebsd-how-to-set-certain-packages-not-to-be-updated-with-portupgrade/</link>
		<comments>http://www.akamit.com/blog/2011/11/freebsd-how-to-set-certain-packages-not-to-be-updated-with-portupgrade/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 12:08:55 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1024</guid>
		<description><![CDATA[Suppose you need some packages remain intact while updating other ones with portupgrade. Then you need to tell to do so via /usr/local/etc/pkgtools.conf

  HOLD_PKGS = [
    'bsdpan-*',
    'tomcat-*',
    'jdk-*',
    'javavmwrapper-*',
    'diablo-*',
  ]

Next time you run pkgtools you see [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/11/freebsd-how-to-set-certain-packages-not-to-be-updated-with-portupgrade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling mpxio in Solaris 10</title>
		<link>http://www.akamit.com/blog/2011/09/disabling-mpxio-in-solaris-10/</link>
		<comments>http://www.akamit.com/blog/2011/09/disabling-mpxio-in-solaris-10/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 12:26:36 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Veritas SF]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=997</guid>
		<description><![CDATA[When using Vertias DMP you should disable MPxIO in /kernel/drv/fp.conf:

mpxio-disable=&#34;yes&#34;;

And reboot.
Otherwise you will get single path on all of your disks over scsi_vhci
and only one controller visible for VxDMP

root@rtx1 # vxdmpadm getctlr all
  LNAME     PNAME          VENDOR      [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/09/disabling-mpxio-in-solaris-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Check sendmail compile-time options</title>
		<link>http://www.akamit.com/blog/2011/09/check-sendmail-compile-time-options/</link>
		<comments>http://www.akamit.com/blog/2011/09/check-sendmail-compile-time-options/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 11:22:13 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Sendmail]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=995</guid>
		<description><![CDATA[You&#8217;ve got sendmail installation and want to verify if it was compiled with STARTTLS.

 sendmail -bt -d0.8 &#60; /dev/null

]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/09/check-sendmail-compile-time-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FreeBSD: How to install single port without installing complete ports tree</title>
		<link>http://www.akamit.com/blog/2011/09/freebsd-how-to-install-single-port-without-installing-complete-ports-tree/</link>
		<comments>http://www.akamit.com/blog/2011/09/freebsd-how-to-install-single-port-without-installing-complete-ports-tree/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 08:26:02 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[FreeBSD]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=992</guid>
		<description><![CDATA[For example you&#8217;ve got VPS server with limited disk space and you need to install something from ports collection but your do not want to hold all FreeBSD ports tree on disk. If so, you use porteasy to install only port you need.

# pkg_add -r porteasy
# export  CVSROOT=:pserver:anoncvs@anoncvs.fr.FreeBSD.org:/home/ncvs
# cvs login
# porteasy -uv security/cyrus-sasl2-saslauthd

]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/09/freebsd-how-to-install-single-port-without-installing-complete-ports-tree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving Solaris zone to another host using VxVM</title>
		<link>http://www.akamit.com/blog/2011/08/moving-solaris-zone-to-another-host-using-vxvm/</link>
		<comments>http://www.akamit.com/blog/2011/08/moving-solaris-zone-to-another-host-using-vxvm/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 11:03:12 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Veritas SF]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=981</guid>
		<description><![CDATA[We are going to move a zone to another host.
Assume zone name &#8220;mzone&#8221;. Zone root and all filesystems reside on separate Veritas disk group twilightdg.
On tht source host:

host1 # zoneadm -z mzone halt
host1 # zoneadm -z mzone detach
host1 # umount /zones/mzone
host1 # vxdg deport mzone_dg

On the destination host:

host2 # vxdg import mzone_dg
host2 # vxvol -g [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/08/moving-solaris-zone-to-another-host-using-vxvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using VEA with Veritas SF 5.x</title>
		<link>http://www.akamit.com/blog/2011/08/using-vea-with-veritas-sf-5-x/</link>
		<comments>http://www.akamit.com/blog/2011/08/using-vea-with-veritas-sf-5-x/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 08:43:58 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Veritas SF]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=978</guid>
		<description><![CDATA[VEA (Veritas Enterprise Administrator) no longer installed by default with Storage Foundation 5.1. When trying to run vea the message is displayed

VEA GUI is no longer packaged. Symantec recommends use of the SFM Console 
to manage, monitor and report on multi-host environments. You can download 
this utility at no charge from http://go.symantec.com/vom. If you wish [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2011/08/using-vea-with-veritas-sf-5-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

