<?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: Videos	</title>
	<atom:link href="https://magander.se/videos/feed/" rel="self" type="application/rss+xml" />
	<link>https://magander.se</link>
	<description></description>
	<lastBuildDate>Thu, 06 May 2021 07:49:53 +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/videos/#comment-81322</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Sun, 19 Jun 2016 03:16:04 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?page_id=4584#comment-81322</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/videos/#comment-81191&quot;&gt;alecorps&lt;/a&gt;.

Hi,
i don&#039;t have that environment up and running since it was about a year ago since i recorded the video. Can you use the plugin and run any command on the CVM successfully (include the entire path to the command when trying)?

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/videos/#comment-81191">alecorps</a>.</p>
<p>Hi,<br />
i don&#8217;t have that environment up and running since it was about a year ago since i recorded the video. Can you use the plugin and run any command on the CVM successfully (include the entire path to the command when trying)?</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alecorps		</title>
		<link>https://magander.se/videos/#comment-81191</link>

		<dc:creator><![CDATA[alecorps]]></dc:creator>
		<pubDate>Sat, 18 Jun 2016 08:23:07 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?page_id=4584#comment-81191</guid>

					<description><![CDATA[Hello Magnus,

Thanks for your answer.

My SSH Plugin is in 7.0.1 version.
When I use the workflow to run a command on all my CVMs, i have an error in CVM logs: fatal: mm_answer_moduli: bad parameters: 2048 2048 1024. But when i use the workflow Run SSH command on others Linux VMs i have no issue.

After some search, i found that the values 2048 2048 1024 represent : minimal, preferred and maximal. So minimal is greater than maximal.
My Openssh and openssl version are : OPENSSH_6.2P2, OPENSSL 0.9.8J-FIPS 07 JAN 2009 for the vco appliance and OPENSSH_5.3P1, OPENSSL 1.0.1E-FIPS 11 FEB 2013 for the cvm.

Could you please tell me which are your openssh and openssl version of your vco appliance and the cvm ?

From the vco appliance i can run ssh@cvm it works but via the ssh plugin it doesn&#039;t works.
Thanks for your help

Alban]]></description>
			<content:encoded><![CDATA[<p>Hello Magnus,</p>
<p>Thanks for your answer.</p>
<p>My SSH Plugin is in 7.0.1 version.<br />
When I use the workflow to run a command on all my CVMs, i have an error in CVM logs: fatal: mm_answer_moduli: bad parameters: 2048 2048 1024. But when i use the workflow Run SSH command on others Linux VMs i have no issue.</p>
<p>After some search, i found that the values 2048 2048 1024 represent : minimal, preferred and maximal. So minimal is greater than maximal.<br />
My Openssh and openssl version are : OPENSSH_6.2P2, OPENSSL 0.9.8J-FIPS 07 JAN 2009 for the vco appliance and OPENSSH_5.3P1, OPENSSL 1.0.1E-FIPS 11 FEB 2013 for the cvm.</p>
<p>Could you please tell me which are your openssh and openssl version of your vco appliance and the cvm ?</p>
<p>From the vco appliance i can run ssh@cvm it works but via the ssh plugin it doesn&#8217;t works.<br />
Thanks for your help</p>
<p>Alban</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: magander3		</title>
		<link>https://magander.se/videos/#comment-81172</link>

		<dc:creator><![CDATA[magander3]]></dc:creator>
		<pubDate>Sat, 18 Jun 2016 04:02:25 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?page_id=4584#comment-81172</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://magander.se/videos/#comment-80970&quot;&gt;alecorps&lt;/a&gt;.

Hi, i just used the SSH plugin in vRealize Orchestrator to push the cluster create command to the CVM.

thanks

//Magnus]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://magander.se/videos/#comment-80970">alecorps</a>.</p>
<p>Hi, i just used the SSH plugin in vRealize Orchestrator to push the cluster create command to the CVM.</p>
<p>thanks</p>
<p>//Magnus</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: alecorps		</title>
		<link>https://magander.se/videos/#comment-80970</link>

		<dc:creator><![CDATA[alecorps]]></dc:creator>
		<pubDate>Thu, 16 Jun 2016 22:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?page_id=4584#comment-80970</guid>

					<description><![CDATA[Hello Magnus,

Thanks for sharing all informations on Nutanix and VCAC.
I also work on Nutanix Cluster Creation Automate Process and i have watched the video Provisioning Nutanix &#038; vSphere via vCenter Orchestrator.

The goal for me is to automate the maximum stuff as i can. 
I have a question about how you can push the nutanix cluster create command on a CVM via SSH with a password ?
Because on my side, i can&#039;t, due to Security Enchanced Linux enabled on CVM by default.

In video, before you run the workflow, do you disabled SELinux on CVM or do you used a specific workflow to bypass this ? 
Thanks in advance for your response.

Alban]]></description>
			<content:encoded><![CDATA[<p>Hello Magnus,</p>
<p>Thanks for sharing all informations on Nutanix and VCAC.<br />
I also work on Nutanix Cluster Creation Automate Process and i have watched the video Provisioning Nutanix &amp; vSphere via vCenter Orchestrator.</p>
<p>The goal for me is to automate the maximum stuff as i can.<br />
I have a question about how you can push the nutanix cluster create command on a CVM via SSH with a password ?<br />
Because on my side, i can&#8217;t, due to Security Enchanced Linux enabled on CVM by default.</p>
<p>In video, before you run the workflow, do you disabled SELinux on CVM or do you used a specific workflow to bypass this ?<br />
Thanks in advance for your response.</p>
<p>Alban</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: free stock footage		</title>
		<link>https://magander.se/videos/#comment-37601</link>

		<dc:creator><![CDATA[free stock footage]]></dc:creator>
		<pubDate>Tue, 28 Jul 2015 13:18:17 +0000</pubDate>
		<guid isPermaLink="false">http://magander.se/?page_id=4584#comment-37601</guid>

					<description><![CDATA[Hello to every body, it&#039;s my first visit of this weblog; 
this weblog includes amazing and really fine data in favor of visitors.]]></description>
			<content:encoded><![CDATA[<p>Hello to every body, it&#8217;s my first visit of this weblog;<br />
this weblog includes amazing and really fine data in favor of visitors.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Object Caching 16/61 objects using Disk
Page Caching using Disk: Enhanced 

Served from: magander.se @ 2026-05-15 09:08:02 by W3 Total Cache
-->