Sponsored Content
Operating Systems Solaris IPMP in the Service Domain (Oracle VM Sparc) Post 302892292 by yguilloux on Wednesday 12th of March 2014 02:50:21 AM
Old 03-12-2014
IPMP in the Service Domain (Oracle VM Sparc)

Hello

Using VM server 3.1, I would like to configure a vswitch based on IPMP of 2 physical port so that IPMP is only configured on the primary domain and no more on guest domains.

Regarding the documentation (Configuring IPMP in a Logical Domains Environment - Oracle VM Server for SPARC 3.0 Administration Guide), it should be possible possible, but when I try to create the switch, I get the following error message :
root@xxxxxxxx:~# ldm add-vswitch net-dev=ipmp1 linkprop=phys-state primary-vsw5 primary
NIC ipmp1 is not valid on service domain primary

Here is my config :
Code:
root@xxxxxxxxxx:~# ldm list-services primary
VCC
    NAME             LDOM             PORT-RANGE
    primary-vcc0     primary          5000-5100
 
 
VSW
    NAME             LDOM             MAC               NET-DEV   ID   DEVICE     LINKPROP   DEFAULT-VLAN-ID PVID VID                  MTU   MODE   INTER-VNET-LINK
    primary-sw0      primary          00:14:4f:f9:16:a7 net1      0    switch@0   phys-state 1               1                         1500         on
    primary-sw1      primary          00:14:4f:fa:13:50 net5      1    switch@1   phys-state 1               1                         1500         on
    primary-sw2      primary          00:14:4f:fa:4d:a8 net2      2    switch@2   phys-state 1               1                         1500         on
    primary-sw3      primary          00:14:4f:f8:09:cd net6      3    switch@3   phys-state 1               1                         1500         on
 
 
VDS
    NAME             LDOM             VOLUME         OPTIONS          MPGROUP        DEVICE
    primary-vds0     primary
 
root@xxxxxxxxx:~# ipadm
NAME              CLASS/TYPE STATE        UNDER      ADDR
ipmp0             ipmp       ok           --         --
   ipmp0/v4       static     ok           --         108.1.2.224/24
ipmp1             ipmp       down         --         --
ipmp2             ipmp       down         --         --
lo0               loopback   ok           --         --
   lo0/v4         static     ok           --         127.0.0.1/8
net0              ip         ok           ipmp0      --
net1              ip         ok           ipmp1      --
net2              ip         ok           ipmp2      --
net4              ip         ok           ipmp0      --
net5              ip         ok           ipmp1      --
net6              ip         ok           ipmp2      --
net8              ip         ok           --         --
   net8/v4        static     ok           --         169.254.182.77/24

Any help will be appreciated ...

Thanks in advance

Best regards

Last edited by Franklin52; 03-12-2014 at 04:24 AM.. Reason: Please use code tags
 

6 More Discussions You Might Find Interesting

1. Linux

Oracle Linux on SPARC

Hi Oracle Linux users, You can probably guess from the title what the question is: Does anyone know if Oracle Linux (the Unbreakable variety I think that is) comes in a SPARC release or, if not, will there be one some time soon ? Many thanks, P;):D:b: (2 Replies)
Discussion started by: patcom
2 Replies

2. Solaris

Service error on sparc server running solaris 10

Hi, I am getting following service error on one of the sparc servers running solaris 10 - Code : $ svcs -a | grep "maintenance" maintenance Nov_08 svc:/application/management/sma:default $ svcs -xv svc:/application/management/sma:default (net-snmp SNMP daemon) State: maintenance... (8 Replies)
Discussion started by: sunadmin
8 Replies

3. Solaris

Can we configure link based IPMP in private connectivity in Oracle RAC

Hi I would like to know whether we can configure link based IPMP in private connectivity in Oracle RAC Regarsd ---------- Post updated at 04:35 PM ---------- Previous update was at 04:27 PM ---------- Here I am taking about in case of private connectivity through cross cable (6 Replies)
Discussion started by: sb200
6 Replies

4. Solaris

SunOS sun4v sparc ntp service in maintenance mode.

Hi experts, This is a production server. Host information's are below SunOS hostname_srv 5.10 Generic_150400-09 sun4v sparc sun4v Now issue with ntp service, This host have zone in it with 9 hosts, Every hosts have ntp service issue. While i check for the service status it's in... (3 Replies)
Discussion started by: babinlonston
3 Replies

5. Solaris

Oracle VM for SPARC - control/io domain dilemna

Hi all, My internal SAS disks (4 of them) are all sitting on the same controller/pcie device which is now being own by my default primary aka io aka control domain. I have created a vdisk server, that serves slices on these 4 disks to guest domain and everything is working fine. The issue... (2 Replies)
Discussion started by: javanoob
2 Replies

6. Solaris

When do you need a separate service/IO domain?

Looking at latest recommendations - http://www.oracle.com/technetwork/server-storage/vm/ovmsparc-best-practices-2334546.pdf - specifically regarding domain roles. At the moment, we just have a physical host, primary control domain and then guest ldoms. We then export things like vdisks,vnet etc... (2 Replies)
Discussion started by: psychocandy
2 Replies
if_mpadm(1M)						  System Administration Commands					      if_mpadm(1M)

NAME
if_mpadm - administer interfaces in an IP multipathing group SYNOPSIS
if_mpadm -d | -r ifname DESCRIPTION
The if_mpadm utility administers IP interfaces that are part of an IP Multipathing (IPMP) group. Currently, administration is limited to offlining IP interfaces and undoing previous offline operations. When an IP interface is taken offline, all IP data traffic that was flowing over the IP interface is moved to another IP interface in the IPMP group. In addition, all UP IP addresses hosted on the IP interface are brought down, causing in.mpathd(1M) to stop probe-based failure detection on the IP interface. As a result, an offline IP interface will not be used for any inbound or outbound IP traffic. Only IP inter- faces that are in an IPMP group may be brought offline. If the IP interface is the last functioning interface in the IPMP group, the off- line operation will fail. When an offline operation is undone, any IP addresses hosted on that IP interface are brought UP and will be considered by in.mpathd for probe-based failure detection. In addition, provided the IP interface is otherwise active (see in.mpathd(1M)), it will again be used to send and receive IP data traffic for the IPMP group. Note that not all offline operations can be undone. For instance, in.mpathd may have offlined an IP interface because its hardware address was not unique within its IPMP group. The ipmpstat utility can be used to determine why an IP interface is offline, identify which IP interfaces in a group are being used for inbound and outbound IP traffic, and more; see ipmpstat(1M). OPTIONS
The if_mpadm utility supports the following options: -d ifname Offline the IP interface specified by ifname. If ifname is not in an IPMP group, or the offline would cause the IPMP group to lose network connectivity, the operation will fail. -r ifname Undo a previous offline of the IP interface specified by ifname. If ifname is not offline, the operation will fail. EXAMPLES
Example 1 Offlining an IP Interface The following command offlines the IP interface under0, causing any IP packets that were being sent and received through it to be handled by another IP interface in its group. example% if_mpadm -d under0 Example 2 Undoing a Previous Offline Operation Use the following command to undo the operation in the previous example: example% if_mpdadm -r under0 ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsu | +-----------------------------+-----------------------------+ |Interface Stability |Unstable | +-----------------------------+-----------------------------+ SEE ALSO
ifconfig(1M), in.mpathd(1M), ipmpstat(1M), attributes(5) DIAGNOSTICS
cannot offline: no other functioning interfaces are in its IPMP group. Description: This message means that offlining the IP interface would leave the IPMP group without network connectivity. cannot offline: not a physical interface or not in an IPMP group Description: This means that the IP interface is not an underlying interface in an IPMP group, and therefore is not eligible to be offlined. SunOS 5.11 5 Jan 2009 if_mpadm(1M)
All times are GMT -4. The time now is 06:06 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy