How to configure multiple IP addresses on one NIC?

Hi,
I just installed a OVM Server in version 3.2.1 and the according VMManager. Now i wanted to try to configure the Server/Server Pool. Now i come across a problem, which was already a big problem in OVM 2 while configuring the Networks.
All our OVM Servers have three NICs in them. One is for VMs and Management, the others are for connection to our SAN (Dell PowerVault MD 3220i). My problem is, that due to the network setup, the two NICs for storage need two IP addresses in two different networks each. This shouldn't be a problem, because usually in linux all you have to do is configure something like eth1:1. I remember having huge trouble configuring it in our OVM 2 cluster up to the point where I had to write a shell script to configure the second IP.
Anyways, I have configured two of the storage networks on eth1 and eth2 of the VM Server. Now i cannot configure any more IP addresses, because eth1 and eth2 are not available anymore for configuration in a third network. I really hoped that it would be possible in OVM 3 to configure multiple IP addresses. And probably it is only my lack of knowledge of how to configure it.
So any advice is well appreciated.
Thanks!
Regards,
Marek Hubatka

You should be able to do this by using "VLAN Groups".
http://docs.oracle.com/cd/E35328_01/E35332/E35332.pdf
Check out the VLAN groups section. You must great the VLAN groups before you can assign them to interfaces.

Similar Messages

  • How to configure multiple IP-Adresses on one NIC in OVM

    Hi guys,
    we have some OVM Servers 2.2.1 installed. They all have three NICs in them (eth0-2). For eth0 and eth2 we need multiple IP-Adresses configured to work with our storage solution. The configuration should look like this:
    eth0:0 - 192.168.31.x
    eth0:1 - 192.168.33.x
    eth1 - 192.168.0.x
    eth2:0 - 192.168.32.x
    eth2:1 - 192.168.34.x
    I tried creating gonfig files ifcfg-eth0:0 in /etc/sysconfig/network-scripts with the following content
    DEVICE=eth0:0
    BOOTPROTO=static
    ONBOOT=yes
    NETMASK=255.255.255.0
    IPADDR=192.168.31.3
    TYPE=Ethernet
    HWADDR=00:1b:21:06:f0:fa
    But it does not work. Neither eth0:0 nore an additional xenbr is configured when i restart.
    I can configure multiple ip addresses for xenbr0 by calling something like "ifconfig xenbr0 192.168.31.x". But these settings get lost as sonn as i reboot the server.
    I have already searched google, forums and blogs for a solution but could not find one. I thought that this should be a pretty common task. In "normal" linux it is not an issue at all.
    Has somebody any experience with a setup like this? I would really apreciate your help.
    Thanks
    Marek

    Hi,
    configuring IP aliasses seems to work the same way like configuring VLANs. You will have to configure the appropriate bridges at system startup manually.
    E.g. this little script is what I use to configure VLANs and briges on my OVM:
    #!/bin/bash
    echo "Configuring VLANs and bridges\n"
    echo "Configuring VLAN 24 on eth2"
    vconfig add eth2 24
    brctl addbr br2.24
    brctl addif br2.24 eth2.24
    ifconfig eth2.24 up
    ifconfig br2.24 up
    echo "Configuring VLAN 31 on eth2"
    vconfig add eth2 31
    brctl addbr br2.31
    brctl addif br2.31 eth2.31
    ifconfig eth2.31 up
    ifconfig br2.31 up
    This script is run at startup by init using this startup skript in /etc/init.d, which is what I think you're missing as you can already seem to bring up the needed IPs manually - you'd have to change the chkconfig accordingly, that is make sure that the config script gets startet after the network has been brought up, like this: # chkconfig: 2345 11 91
    [root@oraclevm01 ~]# cat /etc/init.d/vlan-config
    #! /bin/bash
    # vlan-config configure VLANs
    # chkconfig: 2345 11 89
    # description: Configures VLANs at boot time before the \
    # network is started.
    ### BEGIN INIT INFO
    # Provides: $vlan
    ### END INIT INFO
    # Source function library.
    . /etc/init.d/functions
    if [ ! -f /etc/vlan-config ]; then
    exit 0
    fi
    # See how we were called.
    case $1 in
         start)
                   # configure vlans
                   /etc/vlan-config
              echo $"Usage: $0 {start}"
              exit 1
    esac
    exit 0
    Hth,
    budy
    Edited by: budachst on Jun 29, 2011 8:11 AM

  • How to configure multiple email addresses for a Google Apps profile on iOS 8.1?

    I've got a Google Apps account with 4 incoming email addresses. I'd like to use either Exchange or Google as the email type for this account. I understand how to setup the original account (done, works great). I understand how to change the one-and-only sending address to essentially any one of the 4 authorized send-from emails. However, I can't seem to figure out how to add all 4 addresses so that Mail.app on my phone automatically chooses the correct address for replies to incoming

    I would like to know this too, although as far as I have read, it's not possible (anymore) with Mail. Previous you would have added your 4 email addresses separated by commas as your email address. I tried doing that recently but Mail did not understand it. You will need to resort to using the official Gmail app for your secondary incoming addresses.

  • How to configure multiple domains in Active directory

    HI,
    How can I configure multiple domains on Active Directory. When I installed AD it asked for a domain name, there I gave ravigupta.com as domain name. But now I find no way of creating another domain.
    I am a java developer and my task is to write a programme which returns all the domains available in LDAP server.
    To start with ,I tried to create few domains in LDAP server ( AD ) but stuck up ,as i found there could exist only one domain.
    Please tell me how to configure multiple domains in LDAP server ( Active Directory).
    I skiped DNS configuration while AD installation.
    -ravi

    I'm sorry, but you should be asking on a different forum. This has nothing to do with Java.

  • How to configure multiple listeners to listen for the same instance.

    Hello everyone,
    I am running oracle database 11g and I want information regarding how to configure multiple listeners to listen for the same database instance. Actually I know how to configure more than one listener but the main thing that I am confused about is when we create listener.ora file, do we have to statically register the database instance with both the listeners or the instance will register itself with both the listeners.
    According to my knowledge the instance will register with the listener specified by LOCAL_LISTENER parameter and we cannot have more than one value for this parameter.
    Please only give detailed answers with example as I am tired of simple answers with details that I already know.

    Hello,
    Yes, it can make sense to have several listener for one Oracle instance. For instance you may have one listener for the applications another listener for DBA administration tasks as well as one listener dedicated to dataguard broker. It is not possible to have several listeners listening on the same IP and Port.
    By default the database try to automatically register to a listener on port 1521. To instruct the instance to register to a specifc list of listeners you can add in the init.ora the local_listener parameter with an alias definition:
    i.e
    local_listener=MY_SET_OFF_LISTENERS
    in your tnsname.ora add an entry called:
    MY_SET_OFF_LISTENERS_LOCAL= (ADDRESS_LIST=
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1530))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1531))
    (ADRESS=(PROTOCOL=TCP)(HOST=myhostname)(PORT=1532))
    In this sample your instance will register to three listeners listening on respectively port 1530, 1531 and 1532
    If you want your clients can be balanced over the 3 listeners

  • Multiple email address with one server account

    Why can't Mail have multiple email addresses on one email account? Like Thunderbird calls them Identities. As I remember, Outlook also supports this. I like Mail but it seems rather dated and clunky in this respect.
    I am using mainly IMAP so maybe I should switch to Thunderbird but I do still have some old messages in pop accounts in Mail.

    You can have multiple accounts, but only one "identity." Configure new mail accounts for all the different email addresses you may have. They can each have different configurations, different servers, etc. as well as be individually made active or inactive. All incoming mail will funnel into a single Inbox, but you can use rules to transfer incoming mail to separate mailboxes based on the account.
    What you cannot have are distinct "personalities."
    Bear in mind that Mail is intended for a single user and the vast number of single users only have one email account. I actually have four different email addresses but three of them are set to forward mail to the account I use with Mail. Mail works quite well with IMAP, POP, and Outlook mail accounts.

  • How to Validate Multiple email address in spry?

    How to validate multiple email address in spry framework?
    Spry validate text field can validate one email address only,
    if I the text field is for multiple emails, how can I validate
    it?

    Hello Jackson,
    The Spry Textfield was designed to work with the normal work
    flows that people currently use in most of the forms on the web. We
    tried to prevent any email injection method in the forms therefore
    the validation was designed to stop any multiple email insertion.
    In case you want to insert multiple emails you'll have to
    disable the default email validation and create your own validation
    function, more flexible. You can see a
    sample
    we did for the custom validation trying to validate a password
    strength and confirm the password.
    Cristian

  • Configure: two email addresses in one family : mail both

    I have had some annoyance when working with mail/address book and how they handle couples or families with multiple email addresses in one contact card.
    It may be that I am not using it properly.
    For instance:
    Contact: Matthew and Amy Smith
    email addresses: [email protected] and [email protected]
    When I type in matthew in Mail.app I am only allowed to choose one, lets say its mine. I then have to retype matthew in order to go to find amy's email address, and then in the TO: field both contacts say "Matthew Smith".
    I would think there is a better way to handle this than to record EVERYONE seperately in a family?
    Any thoughts would be extremely helpful,
    Thanks,
    Matthew

    Here is how I do it.
    It is a little bit of a hack, but it works for me.
    1) Create an 'Organization' card for the family or entity.
    2) Leave the first and last name fields blank.
    3) Fill in the company name in a way so you can find it and
    so it will alphabitize nicely. e.g. "Smiths, John and Sue"
    4) Create email fields of the form:
    John Smith <[email protected]>
    5) Enter the 'name' part of the address, e.g. 'John Smith'
    in the address fields of the email.
    6) Or, when you call up the address applet you can go to the entry
    and see all the alternative addresses.
    They will each show up in the mail headers as addresses to:
    Name <email_address>
    [u]Note[/u]: You [b]must[/b] leave both the 'first' and 'last' name fields blank.
    (The name field is the N:;;;; line ion the vCard file.)
    If you fill them in then when adding one of the email addresses, it will list
    the 'first last' name fields as the name of the person being addressed
    instead of the individual names in the email address field.
    Here is a vcard of my template.
    Paste it into a text file, save it as template.vcf ,
    then double click it into your addressbook.
    It will add a template to the addressbook so you can see exactly what I mean.
    Bob
    ====== paste into vCard file all betweeen (but Not Including) these lines ======
    BEGIN:VCARD
    VERSION:3.0
    N:;;;;
    FN:Smith\, John & Sue
    NICKNAME:The Smiths
    ORG:.Template\, Family;Neighbors
    TITLE:Best Friends
    X-ABShowAs:COMPANY
    PHOTO;BASE64:
    __//__I_CUT_OUT_THE_AVATAR-PHOTO_FROM_HERE__//__QQo=
    EMAIL;type=INTERNET;type=HOME;type=pref:The Smith's <[email protected]>
    EMAIL;type=INTERNET;type=HOME:John @home <[email protected]>
    EMAIL;type=INTERNET;type=WORK:John Smith <[email protected]>
    EMAIL;type=INTERNET;type=WORK:Sue Smith<[email protected]>
    item1.EMAIL;type=INTERNET:Joey <[email protected]>
    item1.X-ABLabel:children
    item2.EMAIL;type=INTERNET:Susie Q <[email protected]>
    item2.X-ABLabel:children
    TEL;type=HOME;type=pref:(123) 456-7890
    item3.TEL:(123) 456-7891
    item3.X-ABLabel:John's cell
    item4.TEL:(123) 456-7892
    item4.X-ABLabel:Sue's cell
    item5.TEL:(123) 456-2000
    item5.X-ABLabel:John@wrk
    item6.TEL:(123) 456-9999
    item6.X-ABLabel:Sue-pager
    item7.ADR;type=HOME;type=pref:;;666 Wisteria Lane;AnyTown;Brigadoon;01234;TheWorld
    item7.X-ABADR:us
    item8.ADR;type=WORK:;;The Big Wig Company\nHair Coloring Department ms\:HC-11\n999 Industry Lane;BigCity;Nearby;05678;TheWorld
    item8.X-ABADR:us
    item9.URL;type=pref:http\://homepage.mac.com/SmithFamily/
    item9.X-ABLabel:_$!<HomePage>!$_
    item10.X-AIM;type=pref:GothQueen
    item10.X-ABLabel:message
    X-YAHOO;type=HOME;type=pref:CowboyJoe
    item11.X-ABDATE;type=pref:1985-06-10
    item11.X-ABLabel:_$!<Anniversary>!$_
    item12.X-ABDATE:1988-05-01
    item12.X-ABLabel:Susie B'day
    item13.X-ABDATE:1990-10-31
    item13.X-ABLabel:Joey B'day
    item14.X-ABRELATEDNAMES;type=pref:JohnSmithSr @home <[email protected]>
    item14.X-ABLabel:_$!<Father>!$_
    item15.X-ABRELATEDNAMES:TheBoss <Mr.Big@BigWigCompany>
    item15.X-ABLabel:_$!<Manager>!$_
    X-ABUID:1234-5678\:ABPerson
    END:VCARD
    ====== paste into vCard file all betweeen (but Not Including) these lines ======
    Message was edited by: Bob Allison to add
    (The name field is the N:;;;; line ion the vCard file.)

  • How To Install Multiple OBIEE Instances On One Linux Machine

    Hi,
    OS: Red Hat ES 5.2
    OBIEE : 10.1.3.4
    We one development server(Linux) where one OBIEE 10.1.3.4 was installed with os user as 'ora1a' (Deployed on Oracle Application Server 10.1.3.4)
    and now I have installed OBIEE 10.1.3.4 on same Linux Server with different user(ora2b) and different mount point (Deployed on Another Oracle Application Server 10.1.3.4 )
    But My OBIEE was not working and I came to know that only one can be working by default.
    After following few notes i have update NQSConfig.inc and odbc.ini with different ports ie from 9704 to 9725 and bounced BI server and presentation server
    But still its not working can any one tell me what are all needs to update to make it work
    Thanks in advance
    Regards,
    Bhanu Chander
    Reference's i used: HOW TO: Install Multiple OBIEE Instances On One UNIX Machine          (Doc ID 605582.1)

    Hi
    I was not much clear about what you are telling
    See my first OBIEE instance URL is http://hostname18.oracle.com:7777/analytics (As i deployed OBIEE on Application server 10g(OAS1))
    and second one is http://hostname18.oracle.com:7778/analytics (As i deployed OBIEE on another Application server 10g(OAS2))
    Also My port for first OBIEE instance is 9704 and second one is 9725(Which i changed to this)
    Now tell me what are all i should update
    Thanks,
    Bhanu Chander

  • How to keep multiple function modules under one Web service

    Hi Experts,
    I have Three RFC function modules and i need to create one web service for these three RFC function modules. I know How to crearte a web service for one function module.
    please suggest me How to keep multiple function modules under one Web service.
    Thanks in advance
    Lakshminarayana

    Hi Lakshmi,
    The best way to do it is to assign all the three RFC Enabled FM's to one function group. Later on the top menu in Utilities you get an option to Create a Webservice from a Function Group.
    You can create one single Webservice using all the the 3 FM's.
    I hope this helps.
    Thanks,
    Manu

  • How to setup multiple base station under one network?

    How to setup multiple base station under one network? I have 6 rooms but one airport base station makes really difficult to get good signal from every rooms. I wonder if I can setup multiple airport base stations talking to each other under the same network to build up the signal strength will help solve this problem. But, is it possible? How?

    One route would be to utilize a "roaming" network. In a roaming network, you would connect multiple AirPort Extreme Base Stations (AEBS) to the same Ethernet. Of course, this would require that your home is already wired for Ethernet.

  • How to configure multiple databases in single listener

    Hi,
    I want to configure upto 8 standby databases in a server. But I do not know how to configure multiple databases within the listener.
    Also can I use the same port number for all the databases.
    please give your suggestions.
    thankyou
    satyanag

    Please check (http://download.oracle.com/docs/cd/B10501_01/network.920/a96580/toc.htm)
    Jonathan Ferreira
    http://oracle4dbas.blogspot.com

  • How to combine multiple Unmanaged Solution to one single Managed solution

    Hi,
    How to combine multiple Unmanaged Solution to one single Managed solution.?
    There were some other third party developer have kept things lik ein UAT there are 2 release solution and both are Managed Solution.
    And in Production the changes are only deployed for release 1 and for the release 2 changes deployment needs to be done.
    But when i import that second release Managed Solution from UAT to Production then i got number of elements missing but i have checked they are already there in Soolution.
    I did some R&D on this but not much helpful.
    I thought i require to convert Unmanaged Solution of Production environment to Managed first for first release and then needs to import Managed solution of UAT to Production for second release.
    Is this the right way to overcome form this situation?
    Any help and response would be really appreciated.
    Thanks.
    If this post answers your question, please click &quot;Mark As Answer&quot; on the post and &quot;Mark as Helpful&quot;

    Hi, 
    You can prepare unmanaged solution by adding all the components from the default solution,which are there in the managed solution, If Customizatiable entity is true in  the managed solution.

  • How to configura multiple ldap server to the sun access manager

    Hi,
    please help how to configure multiple ldap server to the sun access manager, for example access manager does't find the user in ldap1 then it should search in ldap2.
    Thanks
    Mouli

    There�s no need for deleting the default amSDK based datastore because it�s needed for some default accounts.
    You may try to create the datastore using the commandline (amadmin)
    Have a look /etc/opt/SUNWam/config/xml/idRepoService.xml
    You may also try to create amadmin account in the external ldap directory.
    (Un)fortunately i�ve never tried to remove the default datastore.
    -Bernhard

  • How do I copy multiple email addresses from one email sent TO me into a new message?

    How do I copy multiple email addresses from an email sent to me into a new message?

    Are they in the body of the mail?
    Hold your finger down in that mail until the little blue bubble pops up. One of the options should be to select all. Choose that and all will be hilighted. then a pop up comes up to copy, choose that, open your destination and hold your finger down to get the paste dialogue.

Maybe you are looking for