<?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>Miljan Karadzic &#187; Rant</title>
	<atom:link href="http://www.miljan.org/main/category/rant/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.miljan.org/main</link>
	<description>Wisdom is the key</description>
	<lastBuildDate>Tue, 25 Jan 2011 22:01:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Usability&#8230; WTF is that?</title>
		<link>http://www.miljan.org/main/2007/07/01/usability-wtf-is-that/</link>
		<comments>http://www.miljan.org/main/2007/07/01/usability-wtf-is-that/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 14:42:06 +0000</pubDate>
		<dc:creator>miljan</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.miljan.org/main/2007/07/01/usability-wtf-is-that/</guid>
		<description><![CDATA[One of the very important things when it comes to software development is usability. Software should be user friendly and easy to use. Despite sustained opinion software for system administration should not be an exception. After all, system administrators are still humans (although some people don&#8217;t agree with that :). So it was always a [...]]]></description>
			<content:encoded><![CDATA[<p>One of the very important things when it comes to software development is usability. Software should be user friendly and easy to use. Despite sustained opinion software for system administration should not be an exception. After all, system administrators are still humans (although some people don&#8217;t agree with that :). So it was always a mystery to me why some OS developers, or at least developers of user space tools, try to complicate it as much as they can.</p>
<p>Perfect example for this is Veritas Volume Manager. Other UNIX LVM technologies provide very logical  and simple to use tools for LVM administration, but seems that VxVM has &#8220;the more confusing &#8211; the better&#8221; philosophy. Perfect example for this is simple activity of checking how much free space is left in Disk Group (Volume Groups are called Disk Groups in Veritas Volume Manager :)).</p>
<p class="code"># vxdg -g rootdg free<br />
GROUP  DISK     DEVICE   TAG    OFFSET   LENGTH  FLAGS<br />
rootdg       rootdisk     c1t0d0s2     c1t0d0       46595904  96722880    -</p>
<p>Now, all fields are self explanatory, but WTF are Offset and Length?! Well, Offset is the number of the block where free space begins and Length is size of the free space in blocks. I agree this is very informative and useful output, but why naming fields like this? Why not use simple names like for example &#8220;Used space&#8221; and &#8220;Free space&#8221;? Hm, beats me.</p>
<p>But fun doesn&#8217;t end there. In case you don&#8217;t have free space in your Disk Group vxdg command will not inform you about that, it will just output the header and exit. Very user friendly, isn&#8217;t it? :)</p>
<p>Don&#8217;t get me wrong, I am not saying VxVM is a bad piece of software. I think it is very powerful and with features that many other Volume Manager software lacks. But, people at Symantec could really hire some usability expert to work on VxVM, it would be a challenge of a lifetime. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.miljan.org/main/2007/07/01/usability-wtf-is-that/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

