Oracle VMs and VLANs


 
Thread Tools Search this Thread
Operating Systems Solaris Oracle VMs and VLANs
# 1  
Old 09-09-2013
Oracle VMs and VLANs

I've been given an IP address to assign to an ldom that is in a different subnet than the host, and I am looking for assistance in getting it online. I believe I need "VLAN tagging" as found in this link, but I do not understand all of the terminology.

My host machine is on subnet 10.25.112.x, and I have ldoms on the same subnet that are online and working properly. My new ldom has an IP address on the subnet 10.26.63.x.

host
Code:
root@sun10:/# ldm list-services
VSW
    NAME             LDOM             MAC               NET-DEV   ID   DEVICE     LINKPROP   DEFAULT-VLAN-ID PVID VID                  MTU   MODE   INTER-VNET-LINK
    primary-vsw0     primary          00:14:4f:fb:e8:b5 igb0      0    switch@0              1               1                         1500         on

LDOM same subnet
Code:
[root@vm-s1: /]# netstat -rn

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface
-------------------- -------------------- ----- ----- ---------- ---------
default              10.25.112.1          UG        1     118872
10.25.112.0          10.25.112.13         U         1       2992 vnet0
224.0.0.0            10.25.112.13         U         1          0 vnet0
127.0.0.1            127.0.0.1            UH        4        669 lo0

LDOM different subnet
Code:
# netstat -rn

Routing Table: IPv4
  Destination           Gateway           Flags  Ref     Use     Interface
-------------------- -------------------- ----- ----- ---------- ---------
default              10.25.63.1           UG        1      86557
10.25.63.0           10.25.63.225         U         1      43933 vnet0
224.0.0.0            10.25.63.225         U         1          0 vnet0
127.0.0.1            127.0.0.1            UH        4        123 lo0

I don't fully understand the example they give in this link. In my situation is the 112 subnet the untagged VLAN?
# 2  
Old 09-10-2013
I believe your switch port will have to be configured as trunk (the real switch port to which primary vsw is connected via igb0)

Before the change, be sure to inspect other ldom network configurations using the same vsw and actual switch port setup (trunk).

Then you change your vsw
Code:
ldm set-vsw pvid=1 vid=63 primary-vsw0 # assuming vlan id for 10.0.63.x is 63..

If you need more then 63, you will add them with comma [/icode]...vid=63,220,75[/icode]

Then you add your vnet device with additional vid=63 option per ldom (or multiple vids)

Configure route and ip address on ldom host for the new interface (as you did).
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Proxy Server

Linux Networking - VLANs & Multiple IP's

In a "typical" data centre environment (telco, financial services etc), would a Linux OS typically have one IP address connected to one VLAN or would it have many IPs and/or VLANs. I say "Linux OS" as I'm referring to an instance of the OS not necessarily a Host or server. Think Linux OS = VM in a... (9 Replies)
Discussion started by: PCB
9 Replies

2. IP Networking

VLANs and their domains

Hey everyone. I work in a data center, and I'm working on getting my CCNA. Now when I read articles on the idea of VLAN's it makes sense. Especially if you have multiple switches daisy chained in multiple locations. My two main questions though are that most of these examples use PC's as examples... (2 Replies)
Discussion started by: Lost in Cyberia
2 Replies

3. HP-UX

Basic questions about Integrity VMs

Hello, I am looking into HP-UX 11.31 VMs and I had a few questions. We own two systems with 11.31 installed on them: HP 9000 rp3440 (RISC) - 2gb memory - 2 processors HP Integrity rx2660 (Itanium) - 8gb memory - 4 processors Looking at the memory requirements in the Integrity VM... (4 Replies)
Discussion started by: bstring
4 Replies

4. UNIX for Dummies Questions & Answers

Help with VLANs

Hi Gurus, Can anyone explain me what is a Vlan and a Native vlan. How to check the native Vlan on my server having a solaris10 OS. Thanks in advance.:) (2 Replies)
Discussion started by: rama krishna
2 Replies

5. UNIX for Dummies Questions & Answers

SFTP VMS to UNIX

All I am a VMS guy just learning UNIX. My first task is to SFTP files from VMS to UNIX in BATCHMODE without having to enter a password. Note that using SFTP interactively works just fine. I have followed some specific instructions provided by a vendor with no success. I have also read... (0 Replies)
Discussion started by: randyhouse
0 Replies

6. AIX

AIX / Etherchannel / VLANs

I have 1 AIX server, 4 dual ported fiber attached ethernet cards and 4 VLANS coming in. Is it possible to present those 8 ports as 1 IP address using etherchannel? Thanks. (5 Replies)
Discussion started by: jwholey
5 Replies

7. IP Networking

vlans

Hi All, I'm trying to configure a vlan interface, to do this I'm using the following command "vconfig add eth0 20". I have my interface up and running, but when I test it using "ping -I eth0.20 192.168.1.1" and in other console use "tcpdump -i eth0.20" I can not see any tagged frame. ... (0 Replies)
Discussion started by: lagigliaivan
0 Replies

8. Linux

Cannot ftp from VMS to Linux

Hi I'm using a Linux machine (CENTOS 5) to ftp a file from a VMS Alpha box (i hardly know anything about these machines). All seems to be working upto the point where it states the transfer has started but it just hangs... ftp> get SPOOL.28 local: SPOOL.28 remote: SPOOL.28 200 Port 228.87... (2 Replies)
Discussion started by: rizla65
2 Replies

9. UNIX for Dummies Questions & Answers

VAX/VMS anyone??

Hope someone can help here..... I'm looking for some websites with info on VAX/VMS. I've tried google, yahoo and other search engines, but to no avail. Am I looking in the correct place?? :confused: (5 Replies)
Discussion started by: GandalfWhite
5 Replies
Login or Register to Ask a Question