<?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"
	>
<channel>
	<title>Comments on: Building a Sun Cluster using Solaris 10, on VMware Server</title>
	<atom:link href="http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/feed/" rel="self" type="application/rss+xml" />
	<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/</link>
	<description>Solaris Stuff for SysAdmins</description>
	<pubDate>Thu, 29 Jul 2010 17:07:08 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Arth</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-150</link>
		<dc:creator>Arth</dc:creator>
		<pubDate>Wed, 17 Sep 2008 15:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-150</guid>
		<description>Thanks.
I have been suffer the pm_tick delay problem too for several years.
Today I proved your solution and it seems work fine.
Eternal gratitude.</description>
		<content:encoded><![CDATA[<p>Thanks.<br />
I have been suffer the pm_tick delay problem too for several years.<br />
Today I proved your solution and it seems work fine.<br />
Eternal gratitude.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luciano</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-71</link>
		<dc:creator>Luciano</dc:creator>
		<pubDate>Wed, 20 Aug 2008 16:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-71</guid>
		<description>Hi,

I'm using the VMWare Server 2.0 RC1, and my node Solaris 10 release 11/06 with pacthes of DVD EIS at 24/Jun/2008.

When the node 1 start, it display messages,
Aug 20 13:29:20 zeus genunix: [ID 313806 kern.notice] NOTICE: pm_tick delay of 5149 ms exceeds 2147 ms
Aug 20 13:29:21 zeus last message repeated 1 time
Aug 20 13:29:21 zeus genunix: [ID 313806 kern.notice] NOTICE: pm_tick delay of 5150 ms exceeds 2147 ms
Aug 20 13:29:21 zeus genunix: [ID 313806 kern.notice] NOTICE: pm_tick delay of 5149 ms exceeds 2147 ms

And very, very slow.

Please, are You know resolve this question?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m using the VMWare Server 2.0 RC1, and my node Solaris 10 release 11/06 with pacthes of DVD EIS at 24/Jun/2008.</p>
<p>When the node 1 start, it display messages,<br />
Aug 20 13:29:20 zeus genunix: [ID 313806 kern.notice] NOTICE: pm_tick delay of 5149 ms exceeds 2147 ms<br />
Aug 20 13:29:21 zeus last message repeated 1 time<br />
Aug 20 13:29:21 zeus genunix: [ID 313806 kern.notice] NOTICE: pm_tick delay of 5150 ms exceeds 2147 ms<br />
Aug 20 13:29:21 zeus genunix: [ID 313806 kern.notice] NOTICE: pm_tick delay of 5149 ms exceeds 2147 ms</p>
<p>And very, very slow.</p>
<p>Please, are You know resolve this question?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Chua</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-69</link>
		<dc:creator>Ken Chua</dc:creator>
		<pubDate>Tue, 19 Aug 2008 06:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-69</guid>
		<description>I realized that the problem was because there no vmnet assigned to the ethernet interface. It is working now, thanks for your help and advice.</description>
		<content:encoded><![CDATA[<p>I realized that the problem was because there no vmnet assigned to the ethernet interface. It is working now, thanks for your help and advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-64</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Thu, 14 Aug 2008 07:43:15 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-64</guid>
		<description>You should have at least 3 NICs. If you have configured 3 NICs in VMWare for your guest, but can't see them in the host, they're probably not plumbed.

The easy way to plumb them all is to type in (in Solaris):

ifconfig -a plumb

However, from memory, cluster would prefer them not to be plumbed, it will configure the interfaces in the installation of the cluster software.

You will need at least 2 NICs setup for the Virtual Network between hosts as interconnects (which is one of the first things mentioned you need to configure in the documentation above).

You should additionally configure a NIC for the public network.

The 2 NICs on each host that connect to 2 NICs on the other host should not all be on the same network, they will need to be NIC 1 -&gt;  NIC 1, NIC 2 -&gt; NIC 2 between the hosts. They are used for heartbeats, global file systems and other magic.</description>
		<content:encoded><![CDATA[<p>You should have at least 3 NICs. If you have configured 3 NICs in VMWare for your guest, but can&#8217;t see them in the host, they&#8217;re probably not plumbed.</p>
<p>The easy way to plumb them all is to type in (in Solaris):</p>
<p>ifconfig -a plumb</p>
<p>However, from memory, cluster would prefer them not to be plumbed, it will configure the interfaces in the installation of the cluster software.</p>
<p>You will need at least 2 NICs setup for the Virtual Network between hosts as interconnects (which is one of the first things mentioned you need to configure in the documentation above).</p>
<p>You should additionally configure a NIC for the public network.</p>
<p>The 2 NICs on each host that connect to 2 NICs on the other host should not all be on the same network, they will need to be NIC 1 ->  NIC 1, NIC 2 -> NIC 2 between the hosts. They are used for heartbeats, global file systems and other magic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken Chua</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-62</link>
		<dc:creator>Ken Chua</dc:creator>
		<pubDate>Wed, 13 Aug 2008 04:59:24 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-62</guid>
		<description>How do you configure the additional interface for the VM?

I installed the solaris guest VM, but can only "see" one interface e1000g0.

Should I select "Host-only" or "Specific virtual network" for the VM Network Connection settings?

Appreciate your advice. Thanks.</description>
		<content:encoded><![CDATA[<p>How do you configure the additional interface for the VM?</p>
<p>I installed the solaris guest VM, but can only &#8220;see&#8221; one interface e1000g0.</p>
<p>Should I select &#8220;Host-only&#8221; or &#8220;Specific virtual network&#8221; for the VM Network Connection settings?</p>
<p>Appreciate your advice. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-41</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Tue, 17 Jun 2008 23:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-41</guid>
		<description>Mohammad - If you follow the instructions, I hope it will work for you :) The AMD Processor will need to be of a certain revision for it to work with 64 bit guests.

If it is a relatively new processor, you should be fine.

Let me know if you have any troubles.</description>
		<content:encoded><![CDATA[<p>Mohammad - If you follow the instructions, I hope it will work for you <img src='http://unixsysadmin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> The AMD Processor will need to be of a certain revision for it to work with 64 bit guests.</p>
<p>If it is a relatively new processor, you should be fine.</p>
<p>Let me know if you have any troubles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohammad Ali</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-40</link>
		<dc:creator>Mohammad Ali</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-40</guid>
		<description>I got a laptop with windows vista AMD 64 bit dual core processor. Now If I use VMware to install two solaris 10 guest node for Sun Cluster will it work?

Please give me an advice.</description>
		<content:encoded><![CDATA[<p>I got a laptop with windows vista AMD 64 bit dual core processor. Now If I use VMware to install two solaris 10 guest node for Sun Cluster will it work?</p>
<p>Please give me an advice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joe</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-30</link>
		<dc:creator>joe</dc:creator>
		<pubDate>Wed, 28 May 2008 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-30</guid>
		<description>Great posting.... But I am having a problem when I try to configure an nfs resource.  here is what  I get, any ideas?:

***Error***
nfs1b - Failed to analyze the device special file associated with file system mountpoint /nfs1: No such file or directory.

(C189917) VALIDATE on resource nfs-stor, resource group nfs-rg, exited with non-zero exit status.
(C720144) Validation of resource nfs-stor in resource group nfs-rg on node nfs1b failed.</description>
		<content:encoded><![CDATA[<p>Great posting&#8230;. But I am having a problem when I try to configure an nfs resource.  here is what  I get, any ideas?:</p>
<p>***Error***<br />
nfs1b - Failed to analyze the device special file associated with file system mountpoint /nfs1: No such file or directory.</p>
<p>(C189917) VALIDATE on resource nfs-stor, resource group nfs-rg, exited with non-zero exit status.<br />
(C720144) Validation of resource nfs-stor in resource group nfs-rg on node nfs1b failed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ajay</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-27</link>
		<dc:creator>ajay</dc:creator>
		<pubDate>Tue, 29 Apr 2008 11:52:36 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-27</guid>
		<description>I found this stuff very good. I am going to do it.</description>
		<content:encoded><![CDATA[<p>I found this stuff very good. I am going to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: geoff</title>
		<link>http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-25</link>
		<dc:creator>geoff</dc:creator>
		<pubDate>Thu, 17 Apr 2008 02:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://unixsysadmin.net/2007/11/22/building-sun-cluster-31u4-on-solaris-10-on-vmware-server-104/#comment-25</guid>
		<description>Hi Jeff,

Thanks for your kind feedback. To help with your problem, lets start here:

Ensure Crash Dumps are Enabled following instructions to enable at:
http://docs.sun.com/app/docs/doc/801-7039/6i1cgngff?a=view

When the boxes panic, it will write out 2 files into /var/crash/[hostname].

Get yourself a copy of Solaris Crashdump Analysis Tool (SUNWscat) http://wwws.sun.com/software/download/products/3fce7df0.html

Run /opt/SUNWscat/bin/scat /var/crash/[hostname]/vmcore.[whatever dump number]
 
Type in analyze when you get a scat prompt like:
SolarisCAT(/var/tmp/vmcore.0)&gt; analyze

and send me the output of that to start, we may wish to do some more work using SUNWscat later.

Also provide me a copy of your vmx config files for each node.

And last but not least, a /var/adm/messages from both hosts might give us some info too.

The other thing is I haven't tested this config with Sun Cluster 3.2 :) Maybe we've run into some other grief I have not seen as yet. There is certainly some interesting behaviour with cluster in VMWare.

Email these to geoff at unixsysadmin.net and I'll see what I can find.

Alternatively, I can provide some ftp space so you can upload the crashdump(s) to me and I can look at them for you.</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>Thanks for your kind feedback. To help with your problem, lets start here:</p>
<p>Ensure Crash Dumps are Enabled following instructions to enable at:<br />
<a href="http://docs.sun.com/app/docs/doc/801-7039/6i1cgngff?a=view" rel="nofollow">http://docs.sun.com/app/docs/doc/801-7039/6i1cgngff?a=view</a></p>
<p>When the boxes panic, it will write out 2 files into /var/crash/[hostname].</p>
<p>Get yourself a copy of Solaris Crashdump Analysis Tool (SUNWscat) <a href="http://wwws.sun.com/software/download/products/3fce7df0.html" rel="nofollow">http://wwws.sun.com/software/download/products/3fce7df0.html</a></p>
<p>Run /opt/SUNWscat/bin/scat /var/crash/[hostname]/vmcore.[whatever dump number]</p>
<p>Type in analyze when you get a scat prompt like:<br />
SolarisCAT(/var/tmp/vmcore.0)> analyze</p>
<p>and send me the output of that to start, we may wish to do some more work using SUNWscat later.</p>
<p>Also provide me a copy of your vmx config files for each node.</p>
<p>And last but not least, a /var/adm/messages from both hosts might give us some info too.</p>
<p>The other thing is I haven&#8217;t tested this config with Sun Cluster 3.2 <img src='http://unixsysadmin.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Maybe we&#8217;ve run into some other grief I have not seen as yet. There is certainly some interesting behaviour with cluster in VMWare.</p>
<p>Email these to geoff at unixsysadmin.net and I&#8217;ll see what I can find.</p>
<p>Alternatively, I can provide some ftp space so you can upload the crashdump(s) to me and I can look at them for you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
