Upgrading zone to support exclusive ip interfaces

Hi everybody,
Does anyone know if it is possible to upgrade Solaris 10 6/06 in the global zone, then enable the exclusive ip's on existing zones ? or would zone need to be recreated ?
Regards
Jebu

Hi,
Alex is right but you worth considering that Solaris must be patched...
Get a look to Sunsolve Doc: 234401 - "Patches to apply to get ip-instances working on pre 8/11 or with ce driver in 8/11 release."
http://sunsolve.sun.com/search/document.do?assetkey=1-61-234401-1
regards.

Similar Messages

  • "Visual Studio Online does not support your browser. Please upgrade to a supported browser to ensure a fantastic experience" message with IE 11

    Hi All,
    I have recently migrated from TFS 2010 to TFS 2013. When developers are accessing TFS Web interface from IE 11 they are getting message "Visual Studio Online does not support your browser. Please upgrade to a supported browser to ensure
    a fantastic experience!" and page is not showing up correctly. I can open Web interface from Chrome without any issues. Also I figured out if I open Developer Tools (F12) in IE Web Interface also works fine and screwed up again
    when I close Developer Tools.
    What can be wrong with IE11 settings?
    Regards,
    Oleg

    Hi Oleg,       
    Thanks for your post.
    You’re using TFS 2013 Update 4 now?
    Please share your IE 11 screenshot within this error message here.
    Have you use the TeamCompanion in your TFS Server? If yes, please refer to the solution in this article:
    http://www.teamcompanion.com/blog/.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Live upgrade, zones and separate mount points

    Hi,
    We have a quite large zone environment based on Solaris zones located on VxVM/VxFS. I know this is a doubtful configuration but the choice was made before i got here and now we need to upgrade the environment. Veritas guides says its fine to locate zones on Veritas, but i am not sure Sun would approve.
    Anyway, sine all zones are located on a separate volume i want to create a new one for every zonepath, something like:
    lucreate -n upgrade -m /:/dev/dsk/c2t1d0s0:ufs -m /zones/zone01:/dev/vx/dsk/zone01/zone01_root02:ufs
    This works fine for a while after integration of 6620317 in 121430-23, but when the new environment is to be activated i get errors, see below[1]. If i look at the command executed by lucreate i see that the global root is mounted, but by zoneroot does not seem to have been mounted before the call to zoneadmd[2]. While this might not be a supported configuration, VxVM seems to be supported and i think that there are a few people out there with zonepaths on separate disks. Live upgrade probably has no issues with the files moved from the VxFS filesystem, that parts has been done, but the new filesystems does not seem to get mounted correctly.
    Anyone tried something similar or has any idea on how to solve this?
    The system is a s10s_u4 with kernel 127111-10 and Live upgrade patches 121430-25, 121428-10.
    1:
    Integrity check OK.
    Populating contents of mount point </>.
    Populating contents of mount point </zones/zone01>.
    Copying.
    Creating shared file system mount points.
    Copying root of zone <zone01>.
    Creating compare databases for boot environment <upgrade>.
    Creating compare database for file system </zones/zone01>.
    Creating compare database for file system </>.
    Updating compare databases on boot environment <upgrade>.
    Making boot environment <upgrade> bootable.
    ERROR: unable to mount zones:
    zoneadm: zone 'zone01': can't stat /.alt.upgrade/zones/zone01/root: No such file or directory
    zoneadm: zone 'zone01': call to zoneadmd failed
    ERROR: unable to mount zone <zone01> in </.alt.upgrade>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: umount: warning: /dev/dsk/c2t1d0s0 not in mnttab
    umount: /dev/dsk/c2t1d0s0 not mounted
    ERROR: cannot unmount </dev/dsk/c2t1d0s0>
    ERROR: cannot mount boot environment by name <upgrade>
    ERROR: Unable to determine the configuration of the target boot environment <upgrade>.
    ERROR: Update of loader failed.
    ERROR: Unable to umount ABE <upgrade>: cannot make ABE bootable.
    Making the ABE <upgrade> bootable FAILED.
    ERROR: Unable to make boot environment <upgrade> bootable.
    ERROR: Unable to populate file systems on boot environment <upgrade>.
    ERROR: Cannot make file systems for boot environment <upgrade>.
    2:
    0 21191 21113 /usr/lib/lu/lumount -f upgrade
    0 21192 21191 /etc/lib/lu/plugins/lupi_bebasic plugin
    0 21193 21191 /etc/lib/lu/plugins/lupi_svmio plugin
    0 21194 21191 /etc/lib/lu/plugins/lupi_zones plugin
    0 21195 21192 mount /dev/dsk/c2t1d0s0 /.alt.upgrade
    0 21195 21192 mount /dev/dsk/c2t1d0s0 /.alt.upgrade
    0 21196 21192 mount -F tmpfs swap /.alt.upgrade/var/run
    0 21196 21192 mount swap /.alt.upgrade/var/run
    0 21197 21192 mount -F tmpfs swap /.alt.upgrade/tmp
    0 21197 21192 mount swap /.alt.upgrade/tmp
    0 21198 21192 /bin/sh /usr/lib/lu/lumount_zones -- /.alt.upgrade
    0 21199 21198 /bin/expr 2 - 1
    0 21200 21198 egrep -v ^(#|global:) /.alt.upgrade/etc/zones/index
    0 21201 21198 /usr/sbin/zonecfg -R /.alt.upgrade -z test exit
    0 21202 21198 false
    0 21205 21204 /usr/sbin/zoneadm -R /.alt.upgrade list -i -p
    0 21206 21204 sed s/\([^\]\)::/\1:-:/
    0 21207 21203 zoneadm -R /.alt.upgrade -z zone01 mount
    0 21208 21207 zoneadmd -z zone01 -R /.alt.upgrade
    0 21210 21203 false
    0 21211 21203 gettext unable to mount zone <%s> in <%s>
    0 21212 21203 /etc/lib/lu/luprintf -Eelp2 unable to mount zone <%s> in <%s> zone01 /.alt.up
    Edited by: henrikj_ on Sep 8, 2008 11:55 AM Added Solaris release and patch information.

    I updated my manual pages got a reminder of the zonename field for the -m option of lucreate. But i still have no success, if i have the root filesystem for the zone in vfstab it tries to mount it the current root into the alternate BE:
    # lucreate -u upgrade -m /:/dev/dsk/c2t1d0s0:ufs -m /:/dev/vx/dsk/zone01/zone01_rootvol02:ufs:zone01
    <snip>
    Creating file systems on boot environment <upgrade>.
    Creating <ufs> file system for </> in zone <global> on </dev/dsk/c2t1d0s0>.
    Creating <ufs> file system for </> in zone <zone01> on </dev/vx/dsk/zone01/zone01_rootvol02>.
    Mounting file systems for boot environment <upgrade>.
    ERROR: UX:vxfs mount: ERROR: V-3-21264: /dev/vx/dsk/zone01/zone01_rootvol is already mounted, /.alt.tmp.b-gQg.mnt/zones/zone01 is busy,
    allowable number of mount points exceeded
    ERROR: cannot mount mount point </.alt.tmp.b-gQg.mnt/zones/zone01> device </dev/vx/dsk/zone01/zone01_rootvol>
    ERROR: failed to mount file system </dev/vx/dsk/zone01/zone01_rootvol> on </.alt.tmp.b-gQg.mnt/zones/zone01>
    ERROR: unmounting partially mounted boot environment file systems
    If i tried to do the same but with the filesystem removed from vfstab, then i get another error:
    <snip>
    Creating boot environment <upgrade>.
    Creating file systems on boot environment <upgrade>.
    Creating <ufs> file system for </> in zone <global> on </dev/dsk/c2t1d0s0>.
    Creating <ufs> file system for </> in zone <zone01> on </dev/vx/dsk/zone01/zone01_upgrade>.
    Mounting file systems for boot environment <upgrade>.
    Calculating required sizes of file systems for boot environment <upgrade>.
    Populating file systems on boot environment <upgrade>.
    Checking selection integrity.
    Integrity check OK.
    Populating contents of mount point </>.
    Populating contents of mountED.
    ERROR: Unable to make boot environment <upgrade> bootable.
    ERROR: Unable to populate file systems on boot environment <upgrade>.
    ERROR: Cannot make file systems for boot environment <upgrade>.
    If i let lucreate copy the zonepath to the same slice as the OS, the creation of the BE works fine:
    # lucreate -n upgrade -m /:/dev/dsk/c2t1d0s0:ufs

  • Sion of This version of Safari is no longer supported. Please upgrade to a supported browser. I have am iMac v. 10.6.8. What now?

    Browser: Safari, v. 5.1.10 Problem: Gmail posts a message that the version of Safari I have is no longer supported and to upgrade to a supported browser. When I attempted to update/upgrade, my system says there are no new updates. What is the best browser to use? I'm new at this stuff and totally lost.

    You need to either upgrade the computer's OS or switch to a browser such as Firefox or Chrome.
    To upgrade, open the Mac App Store and try downloading Yosemite. If you get told it's incompatible, choose About this Mac from the Apple menu, check if the computer has at least a Xeon or Core 2 Duo(not Core Duo) CPU and 2GB of RAM, and if it does, click here and order a download code for Lion 10.7.
    Back up your data and check your applications for compatibility before upgrading. In particular, Mac OS X 10.7 and newer don't support PowerPC programs such as versions of Microsoft Office prior to 2008.
    (126045)

  • I continue to get a message stating "This version of Safari is no longer supported.  Please upgrade to a supported browser."  How do I do that?

    I'll start by saying I;m not real computer smart.  I need layman's terms. 
    I've been having issues completing transactions via Safari and based on the info I've gathered it has to do with my "no longer supported" version of Safari.  I get a statement saying "This version of Safari is no longer supported.  Please upgrade to a supported browser."  I have an iMac 3.06 GHz processor with 4 GB memory with OS X v10.6.8.
    I understand I need to upgrade my Safari V5.1.10 but how do I do that?  When I click software update it says I'm updated.  Every time I do a search for Safari updates I get info for OS X & Yosemite.  However, I don't understand what exactly that is.  Just want a version of Safari that works.  Appreciate the patience of anyone that is willing to help.

    Hi
    The version you using is not that old, but the upgrade is immediately required.
    Here are few available options.
    1) How to upgrade OS
    http://www.apple.com/in/osx/how-to-upgrade/
    2)
    Upgrading to Mavericks
    You can upgrade to Mavericks from Lion or directly from Snow Leopard. Mavericks can be downloaded from the Mac App Store for FREE.
    Upgrading to Mavericks
    To upgrade to Mavericks you must have Snow Leopard 10.6.8 or Lion installed. Download Mavericks from the App Store. Sign in using your Apple ID. Mavericks is free. The file is quite large, over 5 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
        OS X Mavericks- System Requirements
          Macs that can be upgraded to OS X Mavericks
             1. iMac (Mid 2007 or newer) - Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) - Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) - Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) - Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) - Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) - Model Identifier 3,1 or later
             7. Xserve (Early 2009) - Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
    3) If you are working and used to using some older applications on your computer, updating to Yosemite will create so many problems. Some of your older applications will not work anymore and you will have to upgrade them too. This = $$$$ . Maybe it will be cheaper to buy a new computer
    Install Google Chrome or Opera Browser for free.
    NEO

  • I got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    i got a message in gmail "this version of Safari is no longer supported.  Pls upgrade to a supported browser."  When I click on 'supported browser' it takes me to Apple's Safari site but there is no 'upgrade now' button.  What am I missing?

    Google seem to have decided in the last week or so that Safari 5.x, which is the newest Safari version available for Mac OS X 10.5 (Leopard) and 10.6 (Snow Leopard) is "not supported" any more, even though there are many reasons for staying with these OS X versions.
    Try this (at your own risk, but it works for me), as it seems to remove the message by tricking Gmail into thinking your Safari version is newer:
    -- Quit Safari
    -- Locate the following file (location depends on your OS X version):
    OS X 10.6 Snow Leopard:
    /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/Resources/Info.pl ist
    OS X 10.5 Leopard and older:
    /System/Library/Frameworks/WebKit.framework/Versions/A/Resources/Info.plist
    -- Drag the file to your Mac's desktop to make a copy. Also make a safe copy somewhere else eg your Documents folder, as if you lose or mess up the file Safari will not launch at all. Having a backup browser is also recommended.
    -- Double-click it to open it in TextEdit
    -- Locate the CFBundleVersion value (the last line in the file that has numbers in it) and increment the second digit of it to the required version of Safari e.g. Safari 6 now seems to be the minimum version that Google support so change the second number from 5 to 6 (don't change anything else, only the change the second number). The value is different depending on your OS X version but as an example, for Snow Leopard 6534.59.10 becomes 6634.59.10
    -- Drag the file back from the desktop to its original location, choose the option to replace the old version, and enter your password when prompted.
    -- Run a permissions repair in Disk Utility to set the permissions in the file back to what they should be (not required, but good practice).
    -- Launch Safari and test Gmail.

  • Issue while Upgrading to SQL 2014 from 2012. " The specified Edition upgrade is not supported."

    Hello Team
    I am seeing this issue while I am trying to do an in-place upgrade from SQL Server 2012 to SQL 2014. Both being Enterprise Editions I am still seeing the below error message in the Feature Upgrade checks.
    " The specified Edition upgrade is not supported"
    Please let me know if anyone else has faced this issue and any workarounds? I am not doing "Edition Upgrade", just wanted to upgrade same edition of 2012 to 2014.
    SQL Server details that is being upgrade: 
    Microsoft SQL Server 2012 (SP1) - 11.0.3368.0 (X64) 
    May 22 2013 17:10:44 
    Copyright (c) Microsoft Corporation
    Enterprise Edition: Core-based Licensing (64-bit) on Windows NT 6.2 <X64> (Build 9200: )
    thanks

    Hi Shanky_621
    Thanks for the reply. Yes I was told that it is SQL 2014 Enterprise Edition. Is there a way to verify that? Also yes I did not select the free Evaluation or Express Editions.
    Just run the setup you got for SQL server 2014 and you would reach to page where it would say enterprise or standard after that cancel the setup . Actually version number can be found from Mediainfo located in same folder where setup.exe is located but edition
    cannot be found by that way.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Wls 6.1 with ejb 2.0 Does it support  Local Home Interface

    Hi,
    According to the document of wlogic server 6.1 sp2 for window,
    it supports EJB 2.0.
    When I built the bean(2.0 not 1.1) using local interfaces: EJBLocalObject and
    EJBLocalHome, they are successfully built fine, but when I deploy the Application
    they failed because of my interfaces did not "extends" EJBObject and EJBHome and
    java.rmi.RemoteException is required.
    When I extends the local interfaces the java.rmi.RemoteException will not be
    thrown (it is local)so it is not required but the weblogic 6.1 said it is required
    so I wonder the BEA WebLogic 6.1 sp2 supports the local interface.
    If it doesn't support Local interface, How could I do to get arround with this
    because Local interface is one of the new feature that talks in j2sdkee 1.3 with
    ejb2.0.
    Cheers,
    Tom

    Thanks Rob
    Tom
    Rob Woollen <[email protected]> wrote:
    >
    >
    It sounds like you have problems in your descriptors.
    Take a look at the examples/ejb20/bands. It demonstrates some EJBs with
    local
    interfaces in 6.1
    -- Rob
    Tom wrote:
    Hi,
    According to the document of wlogic server 6.1 sp2 for window,
    it supports EJB 2.0.
    When I built the bean(2.0 not 1.1) using local interfaces: EJBLocalObjectand
    EJBLocalHome, they are successfully built fine, but when I deploy theApplication
    they failed because of my interfaces did not "extends" EJBObject andEJBHome and
    java.rmi.RemoteException is required.
    When I extends the local interfaces the java.rmi.RemoteExceptionwill not be
    thrown (it is local)so it is not required but the weblogic 6.1 saidit is required
    so I wonder the BEA WebLogic 6.1 sp2 supports the local interface.
    If it doesn't support Local interface, How could I do to get arroundwith this
    because Local interface is one of the new feature that talks in j2sdkee1.3 with
    ejb2.0.
    Cheers,
    Tom--
    AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnWebLogic.com
    <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
    <html>
    It sounds like you have problems in your descriptors.
    <p>Take a look at the examples/ejb20/bands.  It demonstrates some
    EJBs with local interfaces in 6.1
    <p>-- Rob
    <p>Tom wrote:
    <blockquote TYPE=CITE>Hi,
    <p>   According to the document of wlogic server 6.1 sp2 for
    window,
    <br>it supports EJB 2.0.
    <br>   When I built the bean(2.0 not 1.1) using local interfaces:
    EJBLocalObject and
    <br>EJBLocalHome, they are successfully built fine, but when I deploy
    the
    Application
    <br>they failed because of my interfaces did not "extends" EJBObject
    and
    EJBHome and
    <br>java.rmi.RemoteException is required.
    <p>   When I extends the local interfaces the java.rmi.RemoteException
    will not be
    <br>thrown (it is local)so it is not required but the weblogic 6.1 said
    it is required
    <br>so I wonder the BEA WebLogic 6.1 sp2 supports the local interface.
    <p>  If it doesn't support Local interface, How could I do to get
    arround with this
    <br>because Local interface is one of the new feature that talks in j2sdkee
    1.3 with
    <br>ejb2.0.
    <p>Cheers,
    <p>Tom</blockquote>
    <pre>-- 
    AVAILABLE NOW!: Building J2EE Applications & BEA WebLogic Server
    by Michael Girdley, Rob Woollen, and Sandra Emerson
    http://learnWebLogic.com</pre>
     </html>

  • How do I enable background audio? I lose my audio if I open another music app! The latest upgrade says it supports background  audio?

    How do I enable background audio? Audio shuts off when I open another app! The new upgrade says it supports background audio?

    I upgraded to ios6.1 and the newest garage band last night! I thought I would now be able to run background audio like it says. I can't find the option anywhere ? I wish I could send a screen shot of my iPod .

  • Any way to upgrade iPod classic to enhanced user interface

    I bought an iPod video just over a year and a half ago. Does anyone know if it is possible / likely that apple could release an upgrade to the new enhanced user interface? The latest upgrade has included the ability to search... it would be nice if they included the rest of the new OS.

    Been discussed here ad infinitum, and as no-one here works for Apple we simply don't know what they may have planned.
    The best place to let Apple know what you want is here.
    iPod Feedback.

  • How many connections supports a web interface with each camera and how many Adobe Encoder clients does AMS support? AMS Standart

    How many connections supports a web interface with each camera and how many Adobe Encoder clients does AMS support? AMS Standart. We need connect by  Adobe Encoder many people. what is differences between Adobe Media Server 5 Professional, Adobe Media Server 5 Standard and Adobe Media Server 5 Extended?

    For the detailed list of differences across editions refer this link
    http://www.adobe.com/in/products/adobe-media-server-family/buying-guide-comparison.html

  • Using system 10.6.8, this version of Safari 5.1.10 is no longer supported by gmail. Please upgrade to a supported browser. Updates are current. What?

    I get a message in my gmail account starting two weeks ago: "This version of Safari is no longer supported. Please upgrade to asupported browser." My updates are current with Safari 5.1.10, using OS 10.6.8. No system changes have been made near that time frame. My gmail account appears to be working normally at the present time. Processor: 2 GHz Intel Core duo w/ 2GB SDRAM. Help?

    To move to Safari 6 you would have to install Lion or Mountain Lion.  Perhaps try contacting Google/gmail about the issue and why they are not supporting your version of Safari.

  • Upgrading to OS10.9.2 I lost my Office 2004 Student Teacher program.  Can I reinstall Office or does 9.2 upgrade no longer supports 2006 Student Teacher?  Tnx,

    When upgrading from OS 10.8.6 to 10.9.2 I lost my MS Office 2004 Student Teacher editon software. 
    This included Word, Excel, Power Point and Entourage.
    Is this because 9.2 does not support this older Office program?  Do I need to up grade Office or do I just need to reinstall 2004 Office.
    I no longer can enter any of my spreadsheets and its a disaster for me so far. 
    Can anyone ease my mind?  Thanks.  Jack

    Office 2004 and Other Applications Don't Work in Lion/Mountain Lion/Mavericks
    If you have Office 2004 which is a PPC-only suite, it will not work in Lion/Mountain Lion. You need to upgrade to Office 2011 - Mactopia - or you can try the freeware suite, Libre Office, that is functionally similar to Office 2007 for Windows except it works on Lion/Mountain Lion.
    You may want to consider as well:
    These two suites are similar to Libre Office but not as current or as well-supported:
    NeoOffice
    Open Office
    And, then there is Apple's iWork suite:
    Pages - word processing and layout
    Keynote - presentation
    Numbers - spreadsheet
    Each can open and save Office compatible files. They may be purchased separately via the Mac App Store for $19.99 each.
    As for other software, any PPC-based software will not run in Lion or Mountain Lion because Rosetta is no longer part of OS X. You will need to upgrade to Intel versions of the software.
    (Access to the Mac App Store requires Snow Leopard 10.6.6 or higher and an Apple ID.)

  • Can I revert back to the last firefox because the latest upgrade does not support RoboForm and all my login & passwords are now unavailble

    I now have no access to hundreds of my user name and pass word data which was stored on Robo Form. In all previous versions of FireFox this add on was supported. Why did not FireFox warn us of the addons that would not be supported before upgrading. This is serious. How am I to log into all the programs that I use without the login data that was stored on my Fire Fox tool bar?

    You can try this extension to override compatibility issues,
    * https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/
    Once it is installed, open Addons Manager and re-enable RoboForm addon.
    Addons Manager URL: &nbsp;&nbsp;&nbsp;'''about:addons'''

  • Upgraded from HP support page and now it wont boot up

    I have just just upgraded my Hp p6-2018 uk Desk-top computer with the firmware and bios .from HP support page .and now it wont boot up .wont sys restore and wont do a repair.HELP

    Reload the BIOS default settings:
    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=bph07110&lc=en&product=5155276&tmp_...
    Please mark my post as SOLVED if it has resolved your problem. It helps others with similar situations.

Maybe you are looking for

  • Cannot sync calendar to iphone

    I am trying to set up my calendar in Lightning to sync with google so I can get it on my Iphone. When I get to the step of entering my google password in while in Lightning, the signin window just keeps popping up over and over and asking for my pass

  • Register and Setup T-Box

    Register and Setup T-Box

  • Positional Notation vs Named Notation

    Hello, Can we use named notation while calling a stored procedure in Oracle 9i SQL*PLUS? Can we use named notation while calling a stored function from a SQL statement in Oracle 9i SQL*PLUS? Thanks much, Manoja

  • Problems with WPA

    Hi, I have a BEFW11S4 wireless linksys router and a problem with WPA. When I first create the password I am able to login perfectly, however when I log off and try to log back in I cannot, even with the correct passkey. What I have to do is go back t

  • Javax.servlet.http.HttpServlet

    I'm in netbeans and I've created a new 'General Java Application' - I'm trying to import the package above but the netbeans can't find it. I'm guessing this is because the J2EE packages aren't included in a General Java Application - can somebody exp