It is possible to install Solaris Cluster on ESXI host ?


 
Thread Tools Search this Thread
Operating Systems Solaris It is possible to install Solaris Cluster on ESXI host ?
# 1  
Old 11-01-2019
It is possible to install Solaris Cluster on ESXI host ?

I try many time to install and configure Solaris Cluster on ESXI, but i received the same transport error between. When i set manuel private (net1,net2) ip config i have ping between nodes.


Quote:
"Probes were sent out from all transport adapters configured for this
node ("node1"). But, they were not seen by any of the other nodes.
This may be due to any number of reasons, including improper cabling
or a switch which was confused by the probes.
You can either attempt to correct the problem and try the probes again
or manually configure the transport.
Code:
--node1
 
net0 - public

net1 - private

 net2 - private


--node2
 
net0 - public

net1 - private

net2 - private

on ESXI i created vSwitch1 (net1/net1) / vSwitch2 (net2/net2)

Last edited by penchev; 11-01-2019 at 11:36 AM..
# 2  
Old 11-01-2019
Yes, not seeing the network interfaces when installing Solaris on VMware is expected behaviour.

Please search this forum for answers using keywords like "Solaris VMware vmxnet"

Also, the VMware KB item: VMware Knowledge Base

Use the same keywords on Google.

If you still have issues don't hesitate to post back here stating which version of Solaris you are installing.

Last edited by hicksd8; 11-01-2019 at 01:29 PM..
This User Gave Thanks to hicksd8 For This Post:
# 3  
Old 11-02-2019
Thanks you for replay hicksd8.

Today i try same installation on VirtualBox on my home PC. Results is same.

Solaris 11.4
Cluster 4.4

i will attach log file with errors from installation process...

Quote:
No autodiscovery results returned from node "sclr2".

Probes were sent out from all transport adapters configured for this
node ("sclr1"). But, they were not seen by any of the other nodes.
This may be due to any number of reasons, including improper cabling
or a switch which was confused by the probes.

You can either attempt to correct the problem and try the probes again
or manually configure the transport. To correct the problem might
involve re-cabling, changing the configuration, or fixing hardware.
You must configure the transport manually to configure tagged VLAN
adapters and non tagged VLAN adapters on the same private interconnect
VLAN.
Code:
root@sclr1:~# ipadm show-if
IFNAME     CLASS    STATE    ACTIVE OVER
lo0        loopback ok       yes    --
ipmp0      ipmp     ok       yes    net0
net0       ip       ok       yes    --
root@sclr1:~#

Code:
root@sclr2:~# ipadm show-if
IFNAME     CLASS    STATE    ACTIVE OVER
lo0        loopback ok       yes    --
ipmp0      ipmp     ok       yes    net0
net0       ip       ok       yes    --
root@sclr2:~#



Code:
root@sclr1:~# dladm show-phys
LINK            MEDIA         STATE      SPEED  DUPLEX    DEVICE
net0            Ethernet      up         1000   full      e1000g0
net1            Ethernet      unknown    1000   full      e1000g1
net2            Ethernet      unknown    1000   full      e1000g2
root@sclr1:~# ipadm show-if
IFNAME     CLASS    STATE    ACTIVE OVER
lo0        loopback ok       yes    --
net0       ip       ok       yes    --
root@sclr1:~#

Code:
root@sclr2:~# dladm show-phys
LINK            MEDIA         STATE      SPEED  DUPLEX    DEVICE
net0            Ethernet      up         1000   full      e1000g0
net1            Ethernet      unknown    1000   full      e1000g1
net2            Ethernet      unknown    1000   full      e1000g2
root@sclr2:~# ipadm show-if
IFNAME     CLASS    STATE    ACTIVE OVER
lo0        loopback ok       yes    --
net0       ip       ok       yes    --
root@sclr2:~#


Code:
root@sclr2:~# ifconfig net1 plumb 172.16.1.2 netmask 255.255.248.0 private up
root@sclr2:~# ping -sR 172.16.1.1
PING 172.16.1.1: 56 data bytes
64 bytes from 172.16.1.1: icmp_seq=0. time=0.375 ms
64 bytes from 172.16.1.1: icmp_seq=1. time=0.335 ms
64 bytes from 172.16.1.1: icmp_seq=2. time=0.380 ms
^C
----172.16.1.1 PING Statistics----
3 packets transmitted, 3 packets received, 0% packet loss
round-trip (ms)  min/avg/max/stddev = 0.335/0.363/0.380/0.025
root@sclr2:~#

Code:
root@sclr1:~# ifconfig net1 plumb 172.16.1.1 netmask 255.255.248.0 private up
root@sclr1:~# snoop -d net1
Using device net1 (promiscuous mode)
  172.16.1.2 -> 172.16.1.1   ICMP Echo request (ID: 4783 Sequence number: 0)
  172.16.1.1 -> 172.16.1.2   ICMP Echo reply (ID: 4783 Sequence number: 0)
  172.16.1.2 -> 172.16.1.1   ICMP Echo request (ID: 4783 Sequence number: 1)
  172.16.1.1 -> 172.16.1.2   ICMP Echo reply (ID: 4783 Sequence number: 1)
  172.16.1.2 -> 172.16.1.1   ICMP Echo request (ID: 4783 Sequence number: 2)
  172.16.1.1 -> 172.16.1.2   ICMP Echo reply (ID: 4783 Sequence number: 2)
  172.16.1.2 -> 172.16.1.1   ICMP Echo request (ID: 4783 Sequence number: 3)
  172.16.1.1 -> 172.16.1.2   ICMP Echo reply (ID: 4783 Sequence number: 3)
  172.16.1.1 -> *            ARP C Who is 172.16.1.2, 172.16.1.2 ?
  172.16.1.2 -> 172.16.1.1   ARP R 172.16.1.2, 172.16.1.2 is 8:0:27:d8:c5:9c
  172.16.1.2 -> *            ARP C Who is 172.16.1.1, 172.16.1.1 ?
  172.16.1.1 -> 172.16.1.2   ARP R 172.16.1.1, 172.16.1.1 is 8:0:27:9c:45:73
root@sclr1:~#


Last edited by penchev; 11-02-2019 at 07:34 AM..
# 4  
Old 11-02-2019
I get my mystake..

Code:
root@sclr1:~# scinstall

Code:
- (1) Create a new cluster or add a cluster node
         - (1) Create a new Cluster
                 - (2) Custom
                         - Clustername: vbox-cluster
                         - Cluster Nodes: nodea nodeb
                         - Use two private networks
                         - Don't use Switches <---------------
                            - Use net1, conneted to net1@scrl1
                            - Use net2, conneted to net2@scrl2

--- Post updated at 02:25 PM ---

Code:
root@sclr1:~# cluster status

=== Cluster Nodes ===

--- Node Status ---

Node Name                                       Status
---------                                       ------
sclr2                                           Online
sclr1                                           Online


=== Cluster Transport Paths ===

Endpoint1               Endpoint2               Status
---------               ---------               ------
sclr2:net2              sclr1:net2              Path online
sclr2:net1              sclr1:net1              Path online


=== Cluster Quorum ===

--- Quorum Votes Summary from (latest node reconfiguration) ---

            Needed   Present   Possible
            ------   -------   --------
            2        2         2


--- Quorum Votes by Node (current status) ---

Node Name       Present       Possible       Status
---------       -------       --------       ------
sclr2           1             1              Online
sclr1           1             1              Online

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Solaris 11.4 on ESXi 6.5 suddenly boot-looping

Tl;dr Solaris 11.4 won't boot on 2 machines because of what I believe is network issues. Need to know where I can find more info to troubleshoot. I have two Solaris 11.4 systems running on VMware ESXi 6.5u2, which have suddenly (and seemingly for no reason) started boot-looping. Both of... (2 Replies)
Discussion started by: rking267
2 Replies

2. SCO

Install SCO 5.0.7 on ESXi 6.0

Hi All, Can any one Explain Me Step by Step installing SCO 5.0.7v in ESXi 6.0 ?? When i was trying to install its is not booting into operating systems !! showing an error no operating systems in media !! Thanks in Advance!! Please take some time in helping me !! Kanthi Kiran K (3 Replies)
Discussion started by: Kanthi Kiran
3 Replies

3. Red Hat

Esxi INTEL cpu vs esxi AMD cpu

Hi i have 2 esxi. one is amd based cpu and the other is intel based cpu. i have a redhat linux machine that was created in amd cpu esxi, now i need to migrate it (powered off) to INTEL based esxi. will the redhat machine will be OK with that? Thanks (2 Replies)
Discussion started by: guy3145
2 Replies

4. Shell Programming and Scripting

Install vib on 200 esxi hosts

how do I remote install a vib on 200 esxi hosts ? I need to ssh into the host run this command esxcli software vib install -v /tmp/vib --no-sig-check (1 Reply)
Discussion started by: tdubb123
1 Replies

5. Solaris

Frequent crashes in ESXi virtual Solaris machine

Anybody have any ideas on what could be causing this crash? This an x86 virtual machine I have running in ESXi at my house, so obviously no way to send the data to Oracle for analysis. Just curious if anyone has any ideas. I suspect motherboard problems with the x86 hardware, as I already... (4 Replies)
Discussion started by: christr
4 Replies

6. Solaris

Solaris Cluster Install Hangs

Greetings Forumers! I tried installing Solaris Cluster 3.3 today. I should say I tried configuring the Cluster today. The software is already installed on two systems. I am trying to configure a shared filesystem between two 6320 Blades. I selected the "Custom" install because the "Typical"... (2 Replies)
Discussion started by: bluescreen
2 Replies

7. Filesystems, Disks and Memory

Veritas Storage Foundation basic and Core cluster solaris 10 release 7 install

After much hitting my head to the wall with this meesages root@crasher /workzone/dvd4_sfb-sol_x64]#./installer -verbose -installonly 5.0MP3 Installation Program Copyright (c) 2008 Symantec Corporation. All rights reserved. Symantec, the Symantec... (1 Reply)
Discussion started by: tristezo2k
1 Replies

8. High Performance Computing

Building a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris

Provides a description of how to set up a Solaris Cluster Express cluster in a VirtualBox on OpenSolaris. More... (0 Replies)
Discussion started by: Linux Bot
0 Replies
Login or Register to Ask a Question