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
DtEditorCutToClipboard(library call)									      DtEditorCutToClipboard(library call)

NAME
DtEditorCutToClipboard -- copy the primary selection in a DtEditor widget to the clipboard and delete the selected text SYNOPSIS
#include <Dt/Editor.h> Boolean DtEditorCutToClipboard( Widget widget); DESCRIPTION
The DtEditorCutToClipboard function copies the primary selected text in the DtEditor widget, specified by the widget, argument to the clip- board and then deletes the primary selected text. Text can be selected and deselected programmatically with DtEditorSelectAll(3) and DtEd- itorDeselect(3). The widget argument specifies the DtEditor widget ID. For a complete definition of the DtEditor widget and its associated resources, see DtEditor(3). RETURN VALUE
Upon successful completion, the DtEditorCutToClipboard function returns True; otherwise, if the primary selection is NULL, or if the widget doesn't own the primary selection, or if the function is unable to gain ownership of the clipboard selection, it returns False. SEE ALSO
Dt/Editor.h - DtEditor(5), DtEditor(3), DtEditorClearSelection(3), DtEditorCopyToClipboard(3), DtEditorDeleteSelection(3), DtEditorDese- lect(3), DtEditorPasteFromClipboard(3), DtEditorSelectAll(3), DtEditorUndoEdit(3). DtEditorCutToClipboard(library call)
All times are GMT -4. The time now is 11:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy