<?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>The NetFlow &#187; Windows</title>
	<atom:link href="http://www.thenetflow.com/category/technology/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thenetflow.com</link>
	<description>Excited? You shouldn&#039;t be... A blog about everything. Technology Travel Life</description>
	<lastBuildDate>Wed, 04 Jan 2012 14:03:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Celerra and Netbackup &#8211; Adding Backup Selections</title>
		<link>http://www.thenetflow.com/2011/celerra-and-netbackup-adding-backup-selections/</link>
		<comments>http://www.thenetflow.com/2011/celerra-and-netbackup-adding-backup-selections/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 17:10:37 +0000</pubDate>
		<dc:creator>Dan O'Neill</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup selections]]></category>
		<category><![CDATA[celerra]]></category>
		<category><![CDATA[netbackup]]></category>

		<guid isPermaLink="false">http://www.thenetflow.com/?p=695</guid>
		<description><![CDATA[Recently, I've had to set up Symantec Netbackup so that it could backup and restore to my new EMC Celerra environment. The most time consuming part, and the part that you might have to do from time to time is add new backup selections to existing policies. <a href="http://www.thenetflow.com/2011/celerra-and-netbackup-adding-backup-selections/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Recently, I&#8217;ve had to set up Symantec Netbackup so that it could backup and restore to my new EMC Celerra environment. The most time consuming part, and the part that you might have to do from time to time is add new backup selections to existing policies.</p>
<p><del>This isn&#8217;t as straight forward as one might hope if you use VDM&#8217;s. Now, before I go on, I&#8217;m not going to go through the initial NDMP setup. Both EMC and Symantec have good documentation on this. However if you werent the person who initially configured all of this, you may still be tasked with backing up a new share.</del></p>
<p><del>First you need to figure out the root vdm that your share sits on, so putty to your celerra control station and run the following command:</del></p>
<pre><del>nas_server –l –v</del></pre>
<p><del>This will list all the VDM&#8217;s sitting on your Celerra. So the ID is the important part as it makes up the first part of the backup selection. So if the vdm you need to back up has an ID of 16 then the first part of your backup selection becomes:</del></p>
<pre><del>/root_vdm_16/</del></pre>
<p><del>Then, you will want to see what file systems are mounted on this VDM. To see this you need to run:</del></p>
<pre><del>server_mount [name of VDM]</del></pre>
<p><del>This will give you a list of the file systems and the mount points. Its this mount point that makes up the second part of your backup selection. So if you file system is called <strong>homes_fs on /homes_fs_1</strong> then your full backup selection (including vdm from above) would be</del></p>
<pre><del>/root_vdm_16/homes_fs_1</del></pre>
<p><del>This is further expandable depending on how you&#8217;ve configured your CIFS Shares, but normally you should just be able to follow the path straight to the folder you need to backup, e.g:</del></p>
<pre><del>/root_vdm_16/homes_fs_1/danoneill/mustbebackedup</del></pre>
<p>As John points out in the comments below&#8230; It really is quite simple&#8230; One command:</p>
<pre>server_df</pre>
<p>This lists all the file systems and their VDM&#8217;s.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenetflow.com/2011/celerra-and-netbackup-adding-backup-selections/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hidden traverse folder permissions</title>
		<link>http://www.thenetflow.com/2010/hidden-traverse-folder-permissions/</link>
		<comments>http://www.thenetflow.com/2010/hidden-traverse-folder-permissions/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 17:35:46 +0000</pubDate>
		<dc:creator>Dan O'Neill</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Bypass traverse checking]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[NTFS permissions]]></category>
		<category><![CDATA[traverse permissions]]></category>

		<guid isPermaLink="false">http://www.thenetflow.com/?p=619</guid>
		<description><![CDATA[Recently, I found users bypassing the top level NTFS security permissions on a folder via a nice piece of group policy that I'd never heard of. The previously unknown - to me - Bypass traverse checking policy. <a href="http://www.thenetflow.com/2010/hidden-traverse-folder-permissions/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>We all folder permission projects, you&#8217;re going to get odd situations where users have access to resources that you hadn&#8217;t planned. Usually minor and easy to fix like an active directory grouping error. Or some inheritance that you forgot to force.</p>
<p>One thing that I&#8217;ve come across recently from a bit of a odd situation is the <strong>Bypass traverse checking</strong> group policy object.</p>
<p>Basically, what this allows users to do, is traverse folders that they should have no access to&#8230;</p>
<p>This is how it is explained in <a href="http://technet.microsoft.com/en-us/library/cc739389(WS.10).aspx">Microsoft&#8217;s technet article</a> about it&#8230;</p>
<blockquote><p>This user right determines which users can traverse directory trees even though the user may not have permissions on the traversed directory. This privilege does not allow the user to list the contents of a directory, only to traverse directories.</p></blockquote>
<p>This normally would bother anyone, unless during a very sensitive data move that requires you leave the permissions of the underlying data alone. In this case, you have a top level folder with a certain set of permissions but because of an audit rule you have to leave the permissions on the lower level folders alone for a period of time.</p>
<p>You would expect the users not to be able to get to the data below the top level folder &#8211; why should they? You&#8217;ve set the permissions correctly on the top of the folder and then the <strong>Bypass traverse checking</strong> group policy object steps in. And ruins your day.</p>
<p>Slight exaggeration, and easily dealt with since we don&#8217;t knowingly use this GPO for anything else in the server. This is the default user set that can, by default, gain access via this group policy:</p>
<ul>
<li>Administrators</li>
<li>Backup Operators</li>
<li>Power Users</li>
<li>Users</li>
<li>Everyone</li>
</ul>
<p>Out comes the &#8220;everyone&#8221; group, and now we&#8217;re nicely audit compliant.</p>
<p>Normally this would not be a problem as most of you will force replication after a folder move, thus inherit the permissions of the top level folder and block the user from traversing the folder as they will have no access to the folder below the top level.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenetflow.com/2010/hidden-traverse-folder-permissions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows File Copy</title>
		<link>http://www.thenetflow.com/2009/windows-file-copy/</link>
		<comments>http://www.thenetflow.com/2009/windows-file-copy/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 09:56:40 +0000</pubDate>
		<dc:creator>Dan O'Neill</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.thenetflow.com/?p=383</guid>
		<description><![CDATA[XKCD &#8211; Legendary. This web comic is absolutely hilarious and definitely worth a regular read!]]></description>
			<content:encoded><![CDATA[<p><a title="XKCD" href="http://www.xkcd.com"><img class="aligncenter size-full wp-image-382" title="estimation" src="http://www.thenetflow.com/wp-content/uploads/2009/07/estimation.png" alt="estimation" width="297" height="335" /></a></p>
<p><a title="XKCD!! Get in!" href="http://www.xkcd.com">XKCD</a> &#8211; Legendary. This web comic is absolutely hilarious and definitely worth a regular read!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thenetflow.com/2009/windows-file-copy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Console switch for mstsc?</title>
		<link>http://www.thenetflow.com/2009/console-switch-for-mstsc/</link>
		<comments>http://www.thenetflow.com/2009/console-switch-for-mstsc/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 13:16:15 +0000</pubDate>
		<dc:creator>Dan O'Neill</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[Remote Desktop Protocol]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.thenetflow.com/?p=352</guid>
		<description><![CDATA[As a Systems Administrator, I do a lot of troubleshooting every day for end-users. I also look after a number of servers and often have to complete very long tasks on these servers. One particular job that I&#8217;m working on &#8230; <a href="http://www.thenetflow.com/2009/console-switch-for-mstsc/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As a <a class="zem_slink" title="System administrator" rel="wikipedia" href="http://en.wikipedia.org/wiki/System_administrator">Systems Administrator</a>, I do a lot of troubleshooting every day for end-users. I also look after a number of servers and often have to complete very long tasks on these servers. One particular job that I&#8217;m working on at the minute is importing users <a class="zem_slink" title="Personal Storage Table" rel="wikipedia" href="http://en.wikipedia.org/wiki/Personal_Storage_Table">.pst</a> files into <a class="zem_slink" title="Enterprise Vault" rel="homepage" href="http://www.symantec.com/enterprisevault">Enterprise Vault</a> archives. This is a time consuming process that requires you to be logged in all the time.</p>
<p>So normally, I&#8217;d open up a console <a class="zem_slink" title="Remote Desktop Protocol" rel="wikipedia" href="http://en.wikipedia.org/wiki/Remote_Desktop_Protocol">RDP</a> session to the win2003 server using <strong><a class="zem_slink" title="Terminal Services" rel="wikipedia" href="http://en.wikipedia.org/wiki/Terminal_Services">mstsc</a> /v: <em>servername</em> /console. </strong>This connects to session 0 on the box and allows me to disconnect the session and leave it running overnight and not have my session time out and cause the job to fail. However recently I updated mstsc.exe on my machine to version 6.0 to resolve another problem I was having remoting to my <a class="zem_slink" title="Windows XP" rel="homepage" href="http://www.microsoft.com/windows/products/windowsxp/">XP</a> machine from my <a class="zem_slink" title="Windows Vista" rel="homepage" href="http://www.microsoft.com/windows/windows-vista/default.aspx">Vista</a> PC at home. However it appeared that the <strong>/console</strong> switch no longer worked. Also when the <strong>/?</strong> switch was used, it wasn&#8217;t even mentioned.<span id="more-352"></span></p>
<p><img class="alignleft size-full wp-image-353" title="questionswitch" src="http://www.thenetflow.com/wp-content/uploads/2009/06/questionswitch.jpg" alt="The Question Switch" width="454" height="445" /></p>
<p>This creates a problem in that I couldn&#8217;t connect to console sessions to complete long tasks. However, while looking at the above instructions I noticed the <strong>/admin</strong> switch. Did they just rename it? I tried it and excellently I was able to log on to a console session created with the old mstsc application using the <strong>/console</strong> switch. Brilliant news. So to connect to any console session on a win2003 box all I had to do was <strong>mstsc /v: <em>servername</em> /admin. </strong>I decided to follow it up however to see why the change was made and if indeed if any change was made. I came across the following article <a href="http://blog.shijaz.com/2008/01/no-more-mstscexe-console.html">http://blog.shijaz.com/2008/01/no-more-mstscexe-console.html</a> which explained the situation with the application and why the change was made. Also, this is going to come up even more with the increased uptake of <a class="zem_slink" title="Windows Server 2008" rel="wikipedia" href="http://en.wikipedia.org/wiki/Windows_Server_2008">windows server 2008</a>, as explained in the above article. It makes for an interesting read and explains Microsofts thinking about how console sessions will work in future (i.e. not at all <img src='http://www.thenetflow.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ).</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/bccb4c1e-3ef0-4835-8a25-c51dba786830/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=bccb4c1e-3ef0-4835-8a25-c51dba786830" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.thenetflow.com/2009/console-switch-for-mstsc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

