<?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, 02 May 2012 13:53:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to manually turn on/off Xorg screen</title>
		<link>http://www.akamit.com/blog/2012/05/how-to-manually-turn-onoff-xorg-screen/</link>
		<comments>http://www.akamit.com/blog/2012/05/how-to-manually-turn-onoff-xorg-screen/#comments</comments>
		<pubDate>Wed, 02 May 2012 13:53:14 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Nagios]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1053</guid>
		<description><![CDATA[It can be useful for example if you have a display that you need to be on for a period of time from 9-00 to 18-00 when you on desk.
I use that feature for Nagios management station which is running all the time but turn head display only when I&#8217;m on duty and can see [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2012/05/how-to-manually-turn-onoff-xorg-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTP settings on Sun system controllers</title>
		<link>http://www.akamit.com/blog/2012/04/setting-ntp-settings-on-sun-system-controllers/</link>
		<comments>http://www.akamit.com/blog/2012/04/setting-ntp-settings-on-sun-system-controllers/#comments</comments>
		<pubDate>Thu, 05 Apr 2012 12:51:47 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Sun Hardware]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1047</guid>
		<description><![CDATA[Sun T5120, iLom (SP firmware 2.0.4.28.a)
Sun X4470, iLom (SP firmware 3.0.9.25)

-&#62; set /SP/clients/ntp/server/1 address=10.70.1.2
Set 'address' to '10.70.1.2'
&#160;
-&#62; set /SP/clients/ntp/server/2 address=0.0.0.0  
Set 'address' to '0.0.0.0'
-&#62; set /SP/clock usentpserver=enabled                    
Set 'usentpserver' to 'enabled'
&#160;
-&#62;

Sun Mx000 XSCF

XSCF&#62; setntp -c [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2012/04/setting-ntp-settings-on-sun-system-controllers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rebooting linux remotely when &#8220;reboot&#8221; command is not working</title>
		<link>http://www.akamit.com/blog/2012/03/rebooting-linux-remotely-when-reboot-command-is-not-working/</link>
		<comments>http://www.akamit.com/blog/2012/03/rebooting-linux-remotely-when-reboot-command-is-not-working/#comments</comments>
		<pubDate>Sat, 10 Mar 2012 07:12:58 +0000</pubDate>
		<dc:creator>mit</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.akamit.com/blog/?p=1042</guid>
		<description><![CDATA[If you got the system which cannot be rebooted traditional way for some reason (for example reboot command gives you &#8220;bus error&#8221;) you can use sysrq.

echo 1 &#62; /proc/sys/kernel/sysrq
echo s &#62; /proc/sysrq-trigger
echo u &#62; /proc/sysrq-trigger
echo b &#62; /proc/sysrq-trigger

First command enables sysrq functionality, 2nd tries to sync filesystems, 3d to umounts them read-only (to avoid fsck [...]]]></description>
		<wfw:commentRss>http://www.akamit.com/blog/2012/03/rebooting-linux-remotely-when-reboot-command-is-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>
	</channel>
</rss>

