Does Solaris publish a feature / function mapping of container services between Docker and Solaris ?

Docker is getting huge attention but most consider it not ready for production.  Does Solaris publish a feature / function mapping of container services between Docker and Solaris ?
Solaris containerization has been battle tested in production for many, many years.

You need to understand how IPMP is used within Sun Cluster. Start reading at
http://docs.sun.com/app/docs/doc/819-2968/6n57jmghj?a=view and
http://docs.sun.com/app/docs/doc/819-2969/6n57kl141?a=view
for a brief description. In a nutshell - the IPMP group is providing availability on the interface level for each node, so that a single NIC failure is not resulting into a service loss.
The IP adresses you configure directly (ie. via /etc/hostname.* setup) are always considered local to a given node.
In order to configure highly available IP adresses, which move between nodes and which should be used for the application you make highly available, you must use the SUNW.LocgicalHostaname or SUNW.SharedAdress resource types. Have a look at
http://docs.sun.com/app/docs/doc/819-2974/6n57pdjtt?a=view on how to configure them.
Greets
Thorsten

Similar Messages

  • I have a web site built by Yahoo Web Site Builder which does not have a Mac version, is there any compatability between Iweb and the old Yahoo program?

    I have a web site built by Yahoo Web Site Builder which does not have a Mac version, is there any compatability between Iweb and the old Yahoo program? If not how do I clear off the old site so as to re publish with Iweb.

    iWeb cannot import published files so you would need rebuild the site.
    Yahoo hosting is notoriously poor and their tech support is awful. I would suggest you look for new hosting and start afresh. Some pointers for choosing hosting...
    http://www.iwebformusicians.com/iWeb/Website-Hosting.html
    If you do choose to go this route, transfer your domain name registration away from Yahoo to your new host.

  • [Q] what is different of mail sending between HPUX and Solaris ??

    All,
    Would somebody let me know what different of mail sending between HPUX and Solaris is ?
    I have several unix servers and some are HPUX 11.11 and some are Solaris v8.
    To use "mailx" command in maintenance scripts, I set a relay server in sendmail.cf of /etc/mail.
    What I'm curious is
    ,in HPUX, "mailx" is working without sendmail daemon. but in Solaris, "mailx" is not working without sendmail daemon.
    I'm not good at those sendmail site. my knowldge of UNIX is very general, not specific and expertized. so need your help.
    Why it works without sendmail daemon on HPUX, and why not on SUN which is not working sendmail daemon ??

    Hi,
    do you have a mailhost entry in /etc/hosts pointing to your relay hsot?
    Fritz

  • OpenSSH between Windows and Solaris

    Hi all,
    I have been given a task to set up SSH connection between Solaris 10 and Windows XP sp2. I'm quite new with the Solaris 10 and don't have any ideas to set up the SSH. Is it that i need to install some software in windows XP in order to set up the SSH and I'm quite confused with which side should be the SSH server and which one will be the SSH client. Can anyone give me some tips/guidance on how to do it or some documentation? Your help are really appreciated.
    Thanks and Regards,
    Francis

    Hi~
    Thanks for the response abrante. I have found out my problem. It seems that my port 22 in Solaris 10 machine is not open. When i tries to telnet the port 22, it says could not open the connection to the host, on port 22: connect failed. Is this because the SSH deamon in Solaris does not running? I have already type *#svcadm enable SSH* in the Solaris 10, but after i use the *#scvs -a | grep ssh*, it shows maintenance  8:45:06 svc :/network/ssh:default. What does this means? Does it means ssh is not running? After i tries with svcs -xv ssh, it shows:
    State: maintenance since Thu Nov 17 09:07:44 2011
    Reason: Start method failed repeatedly, last exited with status 1.
    Impact: This service is not running.
    I also tries to clear the state of ssh using svcadm clear ssh and disable and enable the service again but it doesn't work and still come out with the maintenance status. What should i do in order to solve this problem? Look forward for your response.
    Thanks & Regards,
    Francis
    Edited by: francis on Nov 16, 2011 5:47 PM

  • Differences between Soalris and Solaris Express /Developer Edition

    Hi
    Thank you for readingn my post
    What is different between Solaris Express (Developer Edition) and solaris OS?
    Are they the same and with same capabilities?
    Can I install S1 Grid suite in a Express edition?
    Thanks

    Solaris 10 (with several updates) is the current release version of the Solaris operating system.
    Since the release in '05, Sun has been developing the "next" version of Solaris. Using the OpenSolaris code as a base, this version is codenamed "Nevada". Periodic builds of this version are available as Solaris Express. So you get more up-to-date drivers, features, and bugs from it. Because it's under development, there are no patches. Instead you'd need to upgrade to the next release (or create your own patch).
    I haven't looked specifically at S1 Grid, so it very likely will install. However installations on Solaris Express may not be a supported configuration if you need that.
    Darren

  • How to restart services in windows and solaris environment?

    I need to start services running in windows and solaris platforms with java code. I have a fair idea how to do in C++ . So wondering if same can be done with java. .. Please help me out!
    Thanx

    you may also like to look at the wrapper project on source forge. It lets you set up services under any O/S with full control of the JVM that is running.
    Btw my previous answer only helps you under MS, didn't notice that you wished to know how to do it under unix. If its a non-java service, you will need to determine what platform your on and then perform the appropriate action.

  • GET function fails to get values between 1 and 0

    Hi i have the folowing code
    GET(CONTAVENDAS="PERCVOLUMECORP",FONTEDADO="INPUT",TEMPO="2011.INP",PRODUTO="%SPECIE%_IN",CANAL="NACANAL",ORGCOMERCIAL="NAORGCOM")
    When the value in the PERCVOLUMECORP account, is greater or equal to 1 let's say 80, the get function returns me the correct value, but when i have a value between 0 and one, for instance 0,25, the get function returns 0 (zero)
    Any ideas?
    Thanks in advance.
    Leandro
    Brasil

    Here is the entire script
    **SELECT(%ANO_BD_TRAB%,[YEAR],CATEGORIA,"ID='BDTRABALHO'")
    **SELECT(%ANO_BD_TRAB1%,[YEAR]+1,CATEGORIA,"ID='BDTRABALHO'")
    **SELECT(%ANO_BD_TRAB2%,[YEAR]+2,CATEGORIA,"ID='BDTRABALHO'")
    **SELECT(%MES_INCIO%, STARTMTH, CATEGORIA, "ID='BDTRABALHO'")
    **SELECT(%MESES%,[ID],TEMPO,"MONTHNUM>=%MES_INCIO% AND YEAR=%ANO_BD_TRAB% AND LEVEL='MONTH'")
    **SELECT(%MESES1%,[ID],TEMPO,"MONTHNUM>=%MES_INCIO% AND YEAR=%ANO_BD_TRAB1% AND LEVEL='MONTH'")
    **SELECT(%MESES2%,[ID],TEMPO,"MONTHNUM>=%MES_INCIO% AND YEAR=%ANO_BD_TRAB2% AND LEVEL='MONTH'")
    **SELECT(%CONTAS%, [ID], CONTAVENDAS, "TOPDOWNALLOC='Y'")
    *SELECT(%TODOSPROD%, [ID],PRODUTO,"GRUPO='PRODUTO'")
    **SELECT(%SPECIES%, [ID],PRODUTO,"GRUPO='TIPOESPECIE' AND FLAG_TOPDA='N'")
    **SELECT(%SPECIES_IN%, [ID],PRODUTO,"GRUPO='TIPOESPECIE' AND FLAG_TOPDA='Y'")
    *XDIM_MEMBERSET TEMPO = %MESES%,%MESES1%,%MESES2%,%ANO_BD_TRAB%.INP,%ANO_BD_TRAB1%.INP,%ANO_BD_TRAB2%.INP
    *XDIM_MEMBERSET CONTAVENDAS = %CONTAS%,PERCVOLUMECORP
    *XDIM_MEMBERSET PRODUTO = %SPECIES%,%SPECIES_IN%,%TODOSPROD%
    *OLAPLOOKUP VENDAS
      *DIM FONTEDADO="INPUT"
      *DIM TEMPO="2011.INP"
      *DIM PRODUTO="C_IN"
      *DIM CANAL="NACANAL"
      *DIM ORGCOMERCIAL="NAORGCOM"
      *DIM PERCVOL:CONTAVENDAS="PERCVOLUMECORP"
    *ENDLOOKUP
    *FOR %CONTA% = VOLUME
      *FOR %MES% = 2011.JAN
        *FOR %SPECIE% = C AND %SPECIENAME% = CERVEJAS
         *WHEN PRODUTO.SPECIETYPE
         *IS "%SPECIENAME%"
           *WHEN CONTAVENDAS
           *IS "%CONTA%"
             *WHEN TEMPO
             *IS "%MES%"
                    *REC(CONTAVENDAS="%CONTA%",EXPRESSION=LOOKUP(PERCVOL))
             *ENDWHEN
           *ENDWHEN
         *ENDWHEN
        *NEXT
      *NEXT
    *NEXT
    *COMMIT
    Thanks is advance.

  • Does Ops Center 12c Release 1 PSU2 (update 2) work with T4 and solaris 11.1

    From the release notes of Ops Center 12c Release 1 PSU2 (update 2)
    Issues With Upgrading to Oracle Solaris 11.1
    Oracle Solaris 11.1 is supported in Oracle Enterprise Manager Ops Center 12.1.2.0.0 but is not supported in prior versions of Oracle Enterprise Manager Ops Center. In addition, an issue with Oracle Solaris 11.1 prevents Oracle VM Server for SPARC management on Oracle SPARC T4 servers using the Oracle Solaris 11.1 OS. See the Oracle Enterprise Manager Ops Center Release Notes for more information.
    Does any one know if there has been a fix for this yes

    We were told this was actually a problem in OC not S11.1, and this was fixed in U2.
    I know this contradicts with the other answer, but thats the info we received from Oracle.

  • Compatabliity between windows2000 and solaris 9 env regarding insert statem

    Hi,
    I am having a form like Grid. when the user wants to map he will click the text item. 'X' is placed in the respective text item to indicate mapping.
    I used insert statement in trigger 'When mouse-clik' of the particualr text item. Insert is happening fine in windows2000/Oracle 9i.
    When i ran the same form in solaris 9 (SPARC)/oracle 9i with oracle 10g Application Server, insert statement is not working fine.
    Any specific reason for this behaviour.
    Thanks & Regards

    Try using the WHEN-NEW-ITEM-INSTANCE for a test

  • Differences between Linux and Solaris command set

    Hi,
    It is complicated to learn Solaris? Is the set of commands the same of Linux?
    It is because is more simple for me to find a Linux Admin book than a Solaris book.
    Thanks.
    Lorenzo

    BTW: You might want to start with this peace if information:
    http://wwws.sun.com/software/whitepapers/linux/linux_overview.pdf
    One remark: this Blue/white paper is written for audience known to Solaris and new to Linux, but usefull the other way around.
    Specially table 1 is very usefull !
    Good luck, and Welcome as new Solaris Administrator.
    Eric.

  • Function Module for calculating hours between dates and their times.

    Hi all,
    Is there any standard function module for calculating the time difference in hours between two dates with start and end times.
    Regards,
    Sudipto.

    Sudipto,
    How're you ????????????????????
    Check out the following Function Module:
    SD_DATETIME_DIFFERENCE (Give the difference in Days and Time for 2 dates)
    Regards,
    Abir
    Don't forget to award Points *

  • Function keys - Boot Camp switching between Mac and PC mode

    My question pertains to running Windows on a Mac computer using Boot Camp and following the instructions, listed below, to enable the function keys while running Windows.
    If I have set the keyboard to "use all F1 etc..." do I have to continually reset the keyboard function from Windows to Mac and visa versa each time I launch the computer in Windows or Mac OS. Or is the setting only applied to the keyboard when I am running Boot Camp as a Windows system?
    While running on the Windows side, right click the Boot Camp icon in the lower right hand corner of the task bar
    Select Boot Camp Control Panel
    Click on the Keyboard tab at the top of the dialog box
    Make sure there is a check mark in the box that says, “Use all F1, F2, etc. keys as standard function keys”
    When finished, click OK
    Thanks

    Thanks Bob,
    So if I may confirm, Windows setting will not effect Mac settings because the two sides completely independent?
    Sorry I can't test it because I'm working on a uni lab computer.
    m

  • Does syncing using the music tab a 2 way street between device and computer?

    So i went through my music and added ratings to it on my comjputer.  i synced my ipod with auto sync and everything transfered over fine.  then i accidently added a folder to my itunes library i didnt want and rather then sift through the library and remove the songs added from that folder (since it wasnt my music) i decided to erase the entire library and just re add the folder withonly my music.  i thought the ratings would still be there, but they wre all gone.  all that work.  even my playlists were gone.  i mean, they were still there, but no music was in them.  even after i re added the same music that once was once there, the playlist didnt auto populate themselves.  lets just say i messed everything up, and since my ipod was on auto sync, i knew the next time i plugged it in it would erae all the ratings and playlists.  so i used a program called iexplorer and it let me copy all my music back to itunes and i got most of my ratings back (not the playlist though because my computer crashed while the playlists were being populated and totally forgot about itunes and auto sync, so when i opened ituens, my ipod started syncing and basically it synced the new un orginized library with no playlist and most of the star ratings.  For some reason not all the songs had the ratings, but most did. so i cant complain cuz i at least got lucky.  ok, now onto the question.  i dont want to go through my library again and re do everything, so im going to do it slowly through the ipod while im in transit.  my question is, when i update  playlist and rate music on the ipod, wheni plug it into ituens, will the ratings and playlist i made on the ipod transfer over?  i know this was quite the long post for such a simple question, but i just wanted to share my bumble headed story of how i nuked my library.

    The sync is one way -  computer to ipod.

  • Function module to create relation between Territory and account

    Hi gurus,
    Can anyone please suggest me a FM to create a relationship between Territory and account.
    Thanks in advance.
    Edited by: fardeen_shad on Jul 23, 2010 5:46 PM

    Hi Gade,
    In that case I think you can simply do it by writing a routine.
    RESULT = CALDAY1 - CALDAY2.
    Regards.

  • Does System Center Update Rollup 4 also contain Update Rollup 3 and Update rollupt 2, etc

    Hi,
    Does System Center SP1 Update Rollup 4 also contain Update Rollup 3 and Update rollupt 2, etc?
    Can I go from Update rollup 2 and apply update rollup 4 and get the updates in 3 as well?
    Thanks Lance

    Hello!
    Yes, the previous updates are included in UR4, so there is no need to install UR3 if you are going from UR2 to UR4.
    By the way, the latest update rollup for System Center SP1 is UR5: http://support.microsoft.com/kb/2904730/en-us
    Markus Bölske, Lumagate. www.lumagate.se Blog:
    www.opsmanager.se|www.scdpm.se

Maybe you are looking for

  • InDesign CC 2014 Question

    How's it going guys. I'm fairly new to using InDesign and I have a task that was handed down to me. We are having our company logo printed on vinyl that will be placed on lexan for a large backlit sign. These are the size specs of the sign: Actual Si

  • Ego_item_pub.process_user_attrs_for_item   error

    Hi, I'm using below API for creating item attributes.But, it is erroring with below message. Database:10g Any suggestion? ego_item_pub.process_user_attrs_for_item Error: ==== Item CONBLK150U24 is FAILED to update with PIM/BWB Attributes for Organizat

  • Re: 18 month of BT FAILURE, tricks, and abysmal s...

    I must admit I thought I was bad but I've only had three and a half months of the same or similar problems with bt and have followed the ame paths India/ support - email to CEo etc. The last action taken by bt or rather openreach was to ask me to put

  • Linux Project Error

    I recently installed Linux alpha on Ubuntu 7.10 and it runs great, but i have a problem with an important project that i;m working on. In windows, using the flex plugin for elcipse, i can compile the project and run it without any problems, but in Li

  • Why did you screw up Helveticas???

    I just had my computer at work upgraded to Leopard. The biggest problem we will have is going to be with fonts. Everyone has the complete family of Helveticas that we need to use in our everyday work. But now, half of our Helveticas are unavailable,