<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Remote Network (and More!) Management via the Command-Line</title>
	<atom:link href="http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/feed" rel="self" type="application/rss+xml" />
	<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html</link>
	<description>Big, Honkin' Systems Stuff</description>
	<lastBuildDate>Mon, 09 Jan 2012 19:19:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: systemsboy</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-3643</link>
		<dc:creator>systemsboy</dc:creator>
		<pubDate>Thu, 05 Jan 2012 22:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-3643</guid>
		<description>Well, there&#039;s no way to change just the IP using networksetup. Also, you can&#039;t batch send a different command to multiple machines. That&#039;s kind of the opposite of what ARD is for. So I don&#039;t think you can do this exactly the way you&#039;re thinking. There may be scripting options in the form of lists and for loops that could get the job done, but they&#039;d probably be pretty ugly.

-systemsboy</description>
		<content:encoded><![CDATA[<p>Well, there&#8217;s no way to change just the IP using networksetup. Also, you can&#8217;t batch send a different command to multiple machines. That&#8217;s kind of the opposite of what ARD is for. So I don&#8217;t think you can do this exactly the way you&#8217;re thinking. There may be scripting options in the form of lists and for loops that could get the job done, but they&#8217;d probably be pretty ugly.</p>
<p>-systemsboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-3642</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 05 Jan 2012 20:27:36 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-3642</guid>
		<description>How do I change just the IP? I want t select a group of computers in ard and send a unix command to change their ip in sequence so computer#1 would be 192.168.1.2 and computer#2 192.168.1.3 and so on</description>
		<content:encoded><![CDATA[<p>How do I change just the IP? I want t select a group of computers in ard and send a unix command to change their ip in sequence so computer#1 would be 192.168.1.2 and computer#2 192.168.1.3 and so on</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: systemsboy</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-388</link>
		<dc:creator>systemsboy</dc:creator>
		<pubDate>Tue, 04 Jul 2006 19:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-388</guid>
		<description>Yes, changing DNS  can have unintended effects, especially on servers, and especially if those servers are Mac OS X Servers which have some serious DNS dependencies. I&#039;ve been learning a whole lot about DNS lately. If there&#039;s one thing I&#039;ve realized it&#039;s that setting DNS up properly on your network at the outset is extremely important and makes life so much easier. Again, particularly before building servers. Without it, stuff just won&#039;t work right.&lt;br/&gt;&lt;br/&gt;Anyway, glad you found success with networksetup.&lt;br/&gt;&lt;br/&gt;-systemsboy</description>
		<content:encoded><![CDATA[<p>Yes, changing DNS  can have unintended effects, especially on servers, and especially if those servers are Mac OS X Servers which have some serious DNS dependencies. I&#8217;ve been learning a whole lot about DNS lately. If there&#8217;s one thing I&#8217;ve realized it&#8217;s that setting DNS up properly on your network at the outset is extremely important and makes life so much easier. Again, particularly before building servers. Without it, stuff just won&#8217;t work right.</p>
<p>Anyway, glad you found success with networksetup.</p>
<p>-systemsboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matx</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-387</link>
		<dc:creator>matx</dc:creator>
		<pubDate>Tue, 04 Jul 2006 05:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-387</guid>
		<description>finally got a good opportunity to use &#039;networksetup&#039; as I had to change to DNS info on all the machines in the entire place. worked like a charm, except on the Xserves and the Quads, it&#039;s &quot;networksetup -setdnsservers Built-in\ Ethernet\ 1&quot; but two batches of Send Unix command in ARD3 and voila.  Though on another note changing DNS can have some funny effects everywhere.  So many things depend on it, e.g. Xsan, Render apps, etc</description>
		<content:encoded><![CDATA[<p>finally got a good opportunity to use &#8216;networksetup&#8217; as I had to change to DNS info on all the machines in the entire place. worked like a charm, except on the Xserves and the Quads, it&#8217;s &#8220;networksetup -setdnsservers Built-in\ Ethernet\ 1&#8243; but two batches of Send Unix command in ARD3 and voila.  Though on another note changing DNS can have some funny effects everywhere.  So many things depend on it, e.g. Xsan, Render apps, etc</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: systemsboy</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-386</link>
		<dc:creator>systemsboy</dc:creator>
		<pubDate>Wed, 21 Jun 2006 15:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-386</guid>
		<description>No, that wouldn&#039;t really work. With networksetup you have to specify a specific network interface — in this case &quot;Built-In Ethernet&quot; or &quot;en0&quot; — and you have to specify IP, Subnet and Router addresses for that interface, in that order. So if you want to change the Router setting, but not the IP Address you need to insert some variable in the command that returns the current IP Address of the system in question in place of the IP Address in the command.&lt;br/&gt;&lt;br/&gt;It seems to me like it would be fairly common to want to change a router address across a whole bunch of machines, but leave the IP Address alone, as IP Addresses are generally unique to machines, whereas Router addresses are generally not. So yeah, I do sort of have issues with it. It&#039;s not a big deal, and I can work around it. I just wish I didn&#039;t have to. If the command were better thought out, I wouldn&#039;t.&lt;br/&gt;&lt;br/&gt;-systemsboy</description>
		<content:encoded><![CDATA[<p>No, that wouldn&#8217;t really work. With networksetup you have to specify a specific network interface — in this case &#8220;Built-In Ethernet&#8221; or &#8220;en0&#8243; — and you have to specify IP, Subnet and Router addresses for that interface, in that order. So if you want to change the Router setting, but not the IP Address you need to insert some variable in the command that returns the current IP Address of the system in question in place of the IP Address in the command.</p>
<p>It seems to me like it would be fairly common to want to change a router address across a whole bunch of machines, but leave the IP Address alone, as IP Addresses are generally unique to machines, whereas Router addresses are generally not. So yeah, I do sort of have issues with it. It&#8217;s not a big deal, and I can work around it. I just wish I didn&#8217;t have to. If the command were better thought out, I wouldn&#8217;t.</p>
<p>-systemsboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-385</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 21 Jun 2006 13:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-385</guid>
		<description>I&#039;m not near a mac right now so I can&#039;t get at a manpage for networksetup, but it would seem that if you have issues with this command setting the IP address of an interface at the same time as it sets the default route you could let it set lo0 to 127.0.0.1, no harm to doing that on as many boxen as it wants.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not near a mac right now so I can&#8217;t get at a manpage for networksetup, but it would seem that if you have issues with this command setting the IP address of an interface at the same time as it sets the default route you could let it set lo0 to 127.0.0.1, no harm to doing that on as many boxen as it wants.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: systemsboy</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-384</link>
		<dc:creator>systemsboy</dc:creator>
		<pubDate>Tue, 13 Jun 2006 05:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-384</guid>
		<description>Actually, that looks like a good article. Seems to focus more on the systemsetup bits I left out. I wasn&#039;t familiar at all with kickstart.&lt;br/&gt;&lt;br/&gt;Yeah, like I said: This post&#039;s more a reminder to me &#039;cause every time I need to use those commands I end up having to look up their location on the &#039;net. For that reason, I&#039;m quite painfully aware that this is covered many other places. It&#039;s just nice to have the reference handy on my own site so I don&#039;t have to go hunting, &#039;cause, you know, I&#039;m lazy. Plus, writing it out helps me remember.&lt;br/&gt;&lt;br/&gt;Thanks for the link, though. Could be useful some day.&lt;br/&gt;&lt;br/&gt;For whatever reason, I never use /etc/profile. I guess I just learned about .bash_profile first and was never terribly comfortable altering that stuff system-wide. I have added some paths in my .bash_profile. Mostly folders full of commands though (like /Developer/Tools). If it&#039;s just a command or two, I usually do aliases. Not sure why. I guess I&#039;m weird.&lt;br/&gt;&lt;br/&gt;Cheers!&lt;br/&gt;&lt;br/&gt;-systemsboy</description>
		<content:encoded><![CDATA[<p>Actually, that looks like a good article. Seems to focus more on the systemsetup bits I left out. I wasn&#8217;t familiar at all with kickstart.</p>
<p>Yeah, like I said: This post&#8217;s more a reminder to me &#8217;cause every time I need to use those commands I end up having to look up their location on the &#8216;net. For that reason, I&#8217;m quite painfully aware that this is covered many other places. It&#8217;s just nice to have the reference handy on my own site so I don&#8217;t have to go hunting, &#8217;cause, you know, I&#8217;m lazy. Plus, writing it out helps me remember.</p>
<p>Thanks for the link, though. Could be useful some day.</p>
<p>For whatever reason, I never use /etc/profile. I guess I just learned about .bash_profile first and was never terribly comfortable altering that stuff system-wide. I have added some paths in my .bash_profile. Mostly folders full of commands though (like /Developer/Tools). If it&#8217;s just a command or two, I usually do aliases. Not sure why. I guess I&#8217;m weird.</p>
<p>Cheers!</p>
<p>-systemsboy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matx</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-383</link>
		<dc:creator>matx</dc:creator>
		<pubDate>Tue, 13 Jun 2006 00:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-383</guid>
		<description>oh yeah, one more thing: i guess it&#039;s a personal taste kind of thing, but instead of the alias you could just put that directory in your path, so that you could call those commands buried in there. Add em in /etc/profile or elsewhere as needed.</description>
		<content:encoded><![CDATA[<p>oh yeah, one more thing: i guess it&#8217;s a personal taste kind of thing, but instead of the alias you could just put that directory in your path, so that you could call those commands buried in there. Add em in /etc/profile or elsewhere as needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matx</title>
		<link>http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line.html/comment-page-1#comment-382</link>
		<dc:creator>matx</dc:creator>
		<pubDate>Tue, 13 Jun 2006 00:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://systemsboy.com/2006/06/remote-network-and-more-management-via-the-command-line/#comment-382</guid>
		<description>Welch covered this topic back in Feb 06, Check it out: http://www.bynkii.com/archives/2006/02/some_command_line_tips_for_app.html</description>
		<content:encoded><![CDATA[<p>Welch covered this topic back in Feb 06, Check it out: <a href="http://www.bynkii.com/archives/2006/02/some_command_line_tips_for_app.html" rel="nofollow">http://www.bynkii.com/archives/2006/02/some_command_line_tips_for_app.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 3/12 queries in 0.009 seconds using disk: basic
Object Caching 351/351 objects using disk: basic

Served from: systemsboy.com @ 2012-02-10 03:47:51 -->
