<?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: Create &#038; Configure Nutanix Cluster via command line	</title>
	<atom:link href="https://magander.se/create-configure-nutanix-cluster-via-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/</link>
	<description></description>
	<lastBuildDate>Mon, 20 Aug 2018 05:13:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-147400</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Sat, 23 Jun 2018 10:57:13 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-147400</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-147354&quot;&gt;Prashanth&lt;/a&gt;.

Hi,
you can use the read command and do something like:
echo &quot;Type your stuff here&quot;
     read stuff
echo $stuff

Thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-147354">Prashanth</a>.</p>
<p>Hi,<br />
you can use the read command and do something like:<br />
echo &#8220;Type your stuff here&#8221;<br />
     read stuff<br />
echo $stuff</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prashanth		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-147354</link>

		<dc:creator><![CDATA[Prashanth]]></dc:creator>
		<pubDate>Fri, 22 Jun 2018 13:34:52 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-147354</guid>

					<description><![CDATA[Hello magander3,

I am poor in bash scripting, Can you please help me how i can feed i command at a time to wait for human input to next command using bash script.

presently i am doing connecting SSH and copy/paste ncli commands.]]></description>
			<content:encoded><![CDATA[<p>Hello magander3,</p>
<p>I am poor in bash scripting, Can you please help me how i can feed i command at a time to wait for human input to next command using bash script.</p>
<p>presently i am doing connecting SSH and copy/paste ncli commands.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-117010</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Thu, 02 Mar 2017 14:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-117010</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108160&quot;&gt;charles&lt;/a&gt;.

Hi, I have updated the script to include the mount command from CVM now

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108160">charles</a>.</p>
<p>Hi, I have updated the script to include the mount command from CVM now</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-109171</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Wed, 11 Jan 2017 09:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-109171</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108315&quot;&gt;charles&lt;/a&gt;.

Hi,
guess you can try the following as well:
ncli datastore { create  &#124; add} ctr-name=&quot;container_name&quot; [name=&quot;datastore_name&quot; ] [host-ids=&quot;host_ids&quot; ] [read-only=&quot;{ true &#124; false }&quot; ]

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108315">charles</a>.</p>
<p>Hi,<br />
guess you can try the following as well:<br />
ncli datastore { create  | add} ctr-name=&#8221;container_name&#8221; [name=&#8221;datastore_name&#8221; ] [host-ids=&#8221;host_ids&#8221; ] [read-only=&#8221;{ true | false }&#8221; ]</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108319</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Thu, 05 Jan 2017 10:34:56 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-108319</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108315&quot;&gt;charles&lt;/a&gt;.

perfect. lemme know if you run into any problems.

thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108315">charles</a>.</p>
<p>perfect. lemme know if you run into any problems.</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: charles		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108315</link>

		<dc:creator><![CDATA[charles]]></dc:creator>
		<pubDate>Thu, 05 Jan 2017 10:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-108315</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108176&quot;&gt;magander3&lt;/a&gt;.

that&#039;s perferctly making sense, 

hoped it was somewhat coded on the ncli command ;)

thx !

thomas]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108176">magander3</a>.</p>
<p>that&#8217;s perferctly making sense, </p>
<p>hoped it was somewhat coded on the ncli command 😉</p>
<p>thx !</p>
<p>thomas</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108176</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Wed, 04 Jan 2017 19:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-108176</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108160&quot;&gt;charles&lt;/a&gt;.

Hi,
guess you are talking about mounting the container to ESXi hosts? if so you can run the hostssh command and use esxcli to mount the container to each ESXi host.

make sense?

thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108160">charles</a>.</p>
<p>Hi,<br />
guess you are talking about mounting the container to ESXi hosts? if so you can run the hostssh command and use esxcli to mount the container to each ESXi host.</p>
<p>make sense?</p>
<p>thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: charles		</title>
		<link>https://magander.se/create-configure-nutanix-cluster-via-command-line/#comment-108160</link>

		<dc:creator><![CDATA[charles]]></dc:creator>
		<pubDate>Wed, 04 Jan 2017 16:55:45 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?p=7569#comment-108160</guid>

					<description><![CDATA[Hi ! thx Guy cool stuff to be reuse :)
I just have 1 question, I can&#039;t find how to configure a CTR with a list of hypervisor ? it will dramatically help my automatic installation stuff ;)

sheers (and happy new year).

Thomas CHARLES]]></description>
			<content:encoded><![CDATA[<p>Hi ! thx Guy cool stuff to be reuse 🙂<br />
I just have 1 question, I can&#8217;t find how to configure a CTR with a list of hypervisor ? it will dramatically help my automatic installation stuff 😉</p>
<p>sheers (and happy new year).</p>
<p>Thomas CHARLES</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Object Caching 22/38 objects using Disk
Page Caching using Disk: Enhanced 

Served from: magander.se @ 2026-05-18 07:58:26 by W3 Total Cache
-->