How to create a VNIC in solaris 10

Hi all,
I want to careate 6 zones on sun fire T2000 server running solaris 10 10/09. Is there any utility like crossbow in solaris to create Virtula NIC and allocate it to the zone? Or is there any package to get that option in solaris because i cant see create-VNIC option in dladm utility.
[root@unknown]# dladm create-vnic
dladm: unknown subcommand 'create-vnic'
Any help will be appreciated.
Thanks
Suman

No, crossbow and vnic's are opensolaris only.
Depending on what you want to do, a shared-ip zone gets a kind of virtual nic automatically.

Similar Messages

  • How to create Raid 1 on Solaris 10 step by step by DVD Media?

    Please help me figure out "How to create Raid 1 on Solaris 10 6/06 while installation?" The system is Sun Fire X2100
    Thank you very much.

    Please help me figure out "How to create Raid 1 on Solaris 10 6/06 while installation?" The system is Sun Fire X2100
    Thank you very much.

  • How to create multiple users in solaris using script

    hi
    how i can create multiple users (2000 users) using shell script with a common password .
    useradd is creating one user at a time.
    thanks

    I m new to solaris and scripting also.
    how i can write a script for this .

  • How to create obiee repository in solaris

    hi,
    I am trying to create obiee repository in obiee under solaris environments. i have find out that there is no administrator tool for obiee under solaris. How can i create repository in solaris if there is no administration tool.
    Kindly help
    regards
    Nick

    here is my instanceconfig.xml file and i have changed it path
    <WebConfig>
    <ServerInstance>
    <DSN>AnalyticsWeb</DSN>
    <CatalogPath>/u02/software/OracleBIData/web/catalog/birepository</CatalogPath>
    I have place the fold copied from the window in catalog but here is NQServer file out put
    2009-04-09 16:23:19
    [14058] Unloaded all subject areas.
    2009-04-09 16:23:25
    [36007] Loading repository /u02/software/OracleBI/server/Repository/samplesales.rpd.
    2009-04-09 16:23:26
    [14055] Loading subject area: Sample Sales ...
    2009-04-09 16:23:27
    [14056] Finished loading subject area: Sample Sales.
    2009-04-09 16:23:27
    [58002] Query Cache loaded with 0 entries from saved cache files.
    2009-04-09 16:23:27
    [43030] : Oracle BI Server started. Version: 10.1.3.4.0.080726.1900.
    its still loading the samplesales.rpd why?
    regards
    Nick

  • How to create ISO images for Solaris 10 U6 (10/08) SPARC CD 1 and DVD

    The format of the bootable DVD and CD 1 of Solaris 10 U6 sparc has changed from previous Solaris 10 update's sparc media, it now seems to be more like the x86 format, can anyone provide the new/specific mkisofs command to use to recreate (modified version) a sparc bootable ISO image file of these from their "unloaded" directory paths, I'm guessing the mkisofs command is going to be similiar what's used for recreating Solaris 10 x86 DVD and CD1.

    Alan,
    Thanks for info, when I try this mkisofs command to recreate the Sol 10 U6 CD 1 ISO image I end up 16 KB short of the original downloaded ISO size of Sol 10 U6 CD 1, the generated ISO image when burn to CD doesn't boot, I tried using both mkisofs version that comes with Sol 10 U6 & version *2.01.01a53*, here's the test I did:
    mount Sol 10 U6 CD 1 as /mnt (CD 1 burned from downloaded ISO from Sun that is *512904 KB* in size)
    mkisofs -G /mnt/boot/hsfs.bootblock -B ... -l -ldots -R -N -D -V SOL_10_1008_SPARC -o test.iso /mnt
    Genereated ISO image file test.iso is *512888 KB* in size and doesn't boot when burned to CD with error messages:
    Can't read disk label.
    Can't open disk label package
    ERROR: boot-read fail
    Any ideas?
    --Scott                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to create shell script on solaris "TOP" command

    Hi All,
    i need to write a shell script on unix top command.
    Requirement:
    In top command grep the more than 25% CPU utilization f60webmx process and that f60webmx process time stamp is more than 3HR's and also needs to grep the load average information in top command.
    Please help me some one.

    i need to write a shell script on unix top command.You have our permission to begin to do that.
    These forums are NOT for doing your work for you. They are here to provide assistance for YOUR work.
    I suggest you go get paper and pencil and write down all the steps you think you need to take to accomplish that. Write it down as if you were going to do that manually at the command prompt. Then put it all into a text file and save it with a file name of your script.
    When you have that "script", you can run it and examine whether it succeeds or whether it has errors. Work at it for a while and fix whatever errors might happen.
    When you are really, really stuck at it, you can paste your script into a reply of this thread and maybe someone will respond with suggestions for improvement.

  • How do I create a VNIC in a 1.2 LDOM?

    I have a T2000 on which I am running multiple LDOMs using version 1.2 (the newest version that supports my hardware).
    # ldm -V
    Logical Domain Manager (v 1.2)
            Hypervisor control protocol v 1.3
            Using Hypervisor MD v 1.1
    System PROM:
            Hypervisor      v. 1.7.3.       @(#)Hypervisor 1.7.3.c 2010/07/09 15:14\015
            OpenBoot        v. 4.30.4.      @(#)OBP 4.30.4.b 2010/07/09 13:48I am running Solaris 11.1 on both the service domain & the guest domain. The guest domain will be running multiple web servers, and as such, needs multiple virtual network interfaces so I can have multiple IPs assigned to that domain.
    When I try to create a VNIC in the guest domain, it fails thusly:
    # dladm show-phys
    LINK              MEDIA                STATE      SPEED  DUPLEX    DEVICE
    net0              Ethernet             up         0      unknown   vnet0
    net3              Ethernet             unknown    0      unknown   e1000g0
    net1              Ethernet             unknown    0      unknown   e1000g1
    # dladm create-vnic -l net0 vnic254
    dladm: vnic creation over net0 failed: operation failedAfter some searching, I discovered that this is not supported (creating VNICs in guest domains).
    I am, however, able to create a VNIC in the service domain:
    # dladm show-phys
    LINK              MEDIA                STATE      SPEED  DUPLEX    DEVICE
    e1000g0           Ethernet             up         1000   full      e1000g0
    e1000g1           Ethernet             unknown    0      unknown   e1000g1
    vsw0              Ethernet             up         1000   full      vsw0
    # dladm create-vnic -l e1000g0 vnic254
    # ipadm create-ip vnic254
    # ipadm create-addr -T static -a 192.168.1.254/24 vnic254/v4address
    # dladm show-vnic
    LINK                OVER         SPEED  MACADDRESS        MACADDRTYPE       VID
    vnic254             e1000g0      1000   2:8:20:7d:18:d0   random            0
    # ipadm show-addr vnic254/v4address
    ADDROBJ           TYPE     STATE        ADDR
    vnic254/v4address static   ok           192.168.1.254/24Now that I have a VNIC with a v4 IP it seems to me I ought to somehow be able to assign it to the guest domain.
    Is this possible, or am I out of luck?
    Would this scenario be supported if I downgraded to Solaris 10? I obviously would rather not do that, but I absolutely require the ability to have multiple IPs in my guest domain.
    Thanks,
    Bill

    OK, I found one possible solution, though I don't know if it's the best (or only) one.
    Instead of creating a VNIC in the service domain and assigning it to the guest, I created a new vnet for the guest.
    # ldm add-vnet vnic254 primary-vsw0 guest1
    # ldm ls-bindings guest1
    # ldm ls-bindings guest1            
    (snip)
    NETWORK
        NAME             SERVICE                     DEVICE     MAC               MODE   PVID VID                  MTU 
        vnet1            primary-vsw0@primary        network@0  00:14:4f:f9:42:52        1                         1500
            PEER                        MAC               MODE   PVID VID                  MTU 
            primary-vsw0@primary        00:14:4f:f9:49:3c        1                         1500
            vnet1@guest2                00:14:4f:f8:46:29        1                         1500
            vnic254@guest1              00:14:4f:f9:a3:80        1                         1500
        NAME             SERVICE                     DEVICE     MAC               MODE   PVID VID                  MTU 
        vnic254          primary-vsw0@primary        network@1  00:14:4f:f9:a3:80        1                         1500
            PEER                        MAC               MODE   PVID VID                  MTU 
            primary-vsw0@primary        00:14:4f:f9:49:3c        1                         1500
            vnet1@guest2                00:14:4f:f8:46:29        1                         1500
            vnet1@guest1                00:14:4f:f9:42:52        1                         1500I was then able to configure the added IP in the guest.
    # dladm show-phys
    LINK              MEDIA                STATE      SPEED  DUPLEX    DEVICE
    net0              Ethernet             up         0      unknown   vnet0
    net3              Ethernet             unknown    0      unknown   e1000g0
    net1              Ethernet             unknown    0      unknown   e1000g1
    net7              Ethernet             unknown    0      unknown   vnet1
    # ipadm create-ip net7
    # ipadm create-addr -T static -a 192.168.1.254/24 net7/v4address  
    # ipadm show-addr net7/v4address  
    ADDROBJ           TYPE     STATE        ADDR
    net7/v4address    static   ok           192.168.1.254/24
    # ifconfig net7
    net7: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
            inet 192.168.1.254 netmask ffffff00 broadcast 192.168.1.255
            ether 0:14:4f:f9:a3:80 So it works, and I can ping it from other domains & external machines.
    So is this the best solution? Is there any limit to this? Can I add 20 more IPs this way if I need to?
    Thanks,
    Bill

  • How to create Shared RAW disk on solaris 10?

    Hi,
    I have built two solaris machine using VMware. I am going to configuare RAC. how to create shared RAW disk for ocr,votedisk and asm?
    OS version = 5.10 32 bit
    Thanks

    use openfiler ( software based SAN) if do not have shared disk storage system, this is an appliance kinda software can behave as SAN storage, it can be installed on VM as a guest machine and rest configuration remain same as storage and your RAC deployment.
    http://www.openfiler.com/community/download
    alternativly you can follow below method
    http://startoracle.com/2007/09/30/so-you-want-to-play-with-oracle-11gs-rac-heres-how/

  • Solaris :- How to create a shotcut

    Can anyone tell me how to create a shortcut on Application Menu present on Solaris (gnome)???

    Go to Launch, Applications, right-click on "Help" or "home folder" and choose "Entire Menu", "Add new item..."

  • How to create one ISO file large than 2G

    hi,
    here when I create one ISO with 3G(larger than 2G) on solaris 10 machine, I met below error:
    mkisofs: File too large. cannot fwrite 32768*1
    Anyone has suggestion for this problem? How to create one ISO files larger than 2G?
    See the detail logs information:
    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
    mkisofs -o my.iso -A "Software DVD" -D -L -P "Study "-p CBC/XLE -r -T -V R50 -v iso
    mkisofs: The option '-L' is reserved by POSIX.1-2001.
    mkisofs: The option '-L' means 'follow all symbolic links'.
    mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-L'.
    mkisofs: Use -allow-leading-dots in future to get old mkisofs behavior.
    mkisofs: The option '-P' is reserved by POSIX.1-2001.
    mkisofs: The option '-P' means 'do not follow symbolic links'.
    mkisofs: Mkisofs-2.02 will introduce POSIX semantics for '-P'.
    mkisofs: Use -publisher in future to get old mkisofs behavior.
    Warning: creating filesystem that does not conform to ISO-9660.
    mkisofs 2.01 (sparc-sun-solaris2.10)
    Scanning iso
    Scanning iso/rac_stage3
    Using RAC_S000 for /rac_stage2 (rac_stage1)
    Using RAC_S001 for /rac_stage1 (rac_stage3)
    Using INSTA000.1;1 for ..
    Writing: The File(s) Start Block 48
    0.42% done, estimate finish Thu Feb 1 16:12:35 2007
    0.84% done, estimate finish Thu Feb 1 16:12:36 2007
    1.26% done, estimate finish Thu Feb 1 16:12:36 2007
    1.69% done, estimate finish Thu Feb 1 16:12:36 2007
    2.11% done, estimate finish Thu Feb 1 16:12:36 2007

    87.65% done, estimate finish Thu Feb 1 16:14:54 2007
    88.07% done, estimate finish Thu Feb 1 16:14:54 2007
    mkisofs: File too large. cannot fwrite 32768*1
    >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    Thanks!

    does it matter "copy protection" ? for the problem that i have?
    my computer is alwyes get stuck while i trying to made a dvd or image
    i made few disks wite menu in the past & i had not problems at all

  • How to create a standby database?

    I am running Oracle 8.1.5 on Sun Solaris. How to create a standby database? Can somebody tell me the step-by-step procedure?

    Can you tell what version of Oracle you are running, because the steps can vary depending on your version.

  • How to Create Shared Storage using VM-Server 2.1 Red Hat Enterprise Linux 5

    Thanks in advance.
    Describe in sequence how to create shared storage for a two guest/node Red Hat Linux Enterprise using Oracle 2.1 VM Server on Red Hat Linux Enterprise 5 using command line or appropriate interface.
    How to create Shared Storage using Oracle 2.1 VM Server?
    How to configure Network for two node cluster (oracle clusterware)?

    Hi Suresh Kumar,
    Oracle Application Server 10g Release 2, Patch Set 3 (10.1.2.3) is required to be fully certified on OEL 5.x or RHEL 5.x.
    Oracle Application Server 10g Release 2 10.1.2.0.0 or 10.1.2.0.1 versions are not supported with Oracle Enterprise Linux (OEL) 5.0 or Red Hat Enterprise Linux (RHEL) 5.0. It is recommended that version 10.1.2.0.2 be obtained and installed.
    Which implies Oracle AS 10.1.2.x is some what certified on RHEL 5.x
    I think it would be better if you get in touch with Oracle Support regarding this .
    Sorry , I am not aware of any document on migration from Sun Solaris to RH Linux 5.2 .
    Thanks,
    Sutirtha

  • Q: what is NAFO and how to create it?

    Dear;
    Please to help me to answer the following:
    What is NAFO group?
    How to create it?
    Because i have two nodes cluster (sc3.0 and Solaris8) system and one node generates and alarm about nafo
    Feb 22 09:37:22 SMCP01 SC[SUNW.LogicalHostname,scp_rg,scpshare_ip,hafoip_stop]: Failed to validate NAFO group name <nafo0> nafo errorcode <4>.
    Feb 22 09:37:22 SMCP01 Cluster.RGM.rgmd: Method <hafoip_stop> failed on resource <scpshare_ip> in resource group <scp_rg>, exit code <1>
    Feb 22 09:37:22 SMCP01 Cluster.RGM.rgmd: fatal: Aborting this node because method <hafoip_stop> failed on resource <scpshare_ip> and Failover_mode is set to HARD
    rebooting...
    Thanks in advance

    I hope you have a good reason to still use Sun Cluster 3.0. Since you run Solaris 8, you could consider upgrading at least to Sun Cluster 3.1 08/05. NAFO groups got replaced by IPMP on SC 3.1.
    The procedure on how to configure a NAFO group is described at http://docs.sun.com/app/docs/doc/816-2022/6m8db9hcl?a=view#cbhgdjfc
    Greets
    Thorsten

  • Multiple VNICs in Solaris 11 Zone

    Is there a best way to create a vnic within a solaris 11 zone on top of the zone's interface. I was able to create a vnic from the ipmp interface but this
    may not be a proper way.
    Does multiple vnics within a zone need to be created outside the zone first? This is not using a vsw because it's not a private network.

    There are a couple of options:
    1. If  'anet' resource type is specified in zonecfg(1M) for creating the VNIC,
    add another anet for the zone. This will create a second VNIC when the zone is rebooted.
    2. If 'dladm set-linkprop -p zone=...  <vnic-link-name>' is used for assigning the
    VNIC to the zone, create a second VNIC and assign it to the zone the same way.
    -Krishna

  • How to create database link between oracle9i database and oracle10g

    How to create database link between oracle9i database and oracle10g
    oracle9i database name "Prod" windows server 2003 ( 172.x.x.x)
    oracle10g database name "TEST" sun solaris 9 (165.x.x.x.x)
    Please help me on this

    For connections between 10.2 and 9.2 the 9.2 end MUST be at 9.2.0.4 or higher. Connections between 10.2 and 9.2.0.1, 9.2.0.2 or 9.2.0.3 are not supported.
    Connections between 10.2 and 9.0.1 was never been supported.
    Cheers !!!!
    Bhupinder

Maybe you are looking for