Scshutdown fails - "Rolling Upgrade in progress"

Anybody seen this before?
bash$ sudo scshutdown -g 0 -y
scshutdown: Cannot shutdown the cluster. Rolling Upgrade in progress.
bash$
No one has (with intention) started an upgrade on this cluster.. Its SC3.1 U2 on Solaris 8.

While you are saying that no one hast started an upgrade, is it possible that this cluster got recently patched with current Sun Cluster patches?
If so, you might want to check if the follwoing binary exists on your cluster:
/usr/cluster/bin/scversions
If it exists, just call it.
If you see something like:
# scversions
Upgrade commit is NOT needed. All versions match.
then I don't know what your problem is. However, if it says something different, you might want to try:
# scversions -c
and see if the problem went away.
Greets
Thorsten

Similar Messages

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • ITunes Match and failing to upgrade some of my tracks

    Does anyone know why ITunes Match sometimes fails to upgrade certain popular tracks to 256 AAC when it's established that the song/track exists in the Itune store?  I just completed the reorganization of my ITunes library today after using iTunes Match to upgrade the compression quality of my songs.  And out of approximately 1100 songs, iTunes Match failed to upgrade the compression quality on about a 100 of these tracks.  It's not a big deal but I do find it very interesting with popular tracks.  As just one example to make my point, Sheryl Crow's 1998 hit My Favorite Mistake was not converted from the current 128 kbps to 256.  I could list a number of others that I see in the ITunes Store.  And it doesn't make any sense.  If the song is in the ITunes store, it should be making a match with the tracks in my library.  All of my music meets the minimum compression quality to be eligible for upgrades to 256 AAC under the ITunes Match service.  Any thoughts/feedback from anyone?  Thanks.

    Hi
    Read this user tip Some User Tips (April 2015)
    Jim

  • Is it possible to delay a rolling upgrade after a single domain is updated?

    Hello,
    I am working on new Azure services for my group. For various reasons, we have decided that a Staging / VIP-Swap deployment is not useful for our group and will be going with a rolling upgrade. What I am interested in, is knowing if there is a way to
    "pause" a rolling upgrade after the first update domain until it is released to complete. Or, for a set time ( 30 minutes, etc ), to allow us the opportunity to essentially have a A-B deployment of our webrole, to observe behavior while receiving
    production traffic before the release has completely deployed.
    Thanks for your help
    Jeff

    hello Jeff,
    Currently, base on my experience, delay a rolling upgrade or "pause" a rolling upgrade after the first update domain until it is released to complete, it may be difficult. I suggest you could can submit a feature suggestion on
    http://www.mygreatwindowsazureidea.com/forums/34192-windows-azure-feature-voting. I suggest you could get more detail about upgrade domain and fault domain (http://blog.toddysm.com/2010/04/upgrade-domains-and-fault-domains-in-windows-azure.html).
    Best Regards,
    Will
    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.

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Failed to upgrade more than one table at same time

    Hi
    In Deployment Manager, I failed to upgrade more than one table at same time.
    I tried to hightlight 4 tables and set the default action as Upgrade, and click File/Generate Deploy. It passed the code generation step then I click Deploy, they are all failed with no error message.
    But they are all successful when I upgrade them one by one. Any one has any idea about this?
    For the known reason, we have no choice to do the deployment with action of 'upgrade' through OMBPlus, instead, can only do that interactively through OWB Client. I can't imagine to ask our Production side DBA to upgrade 80 tables one by one. Or I have to use the generated scripts to do the upgrade, which will resulted in 'no deploy status updated' in OWB. Any help will be very appricated.
    The version I'm using is OWB 10g.
    Thanks,
    Daming

    Hi
    First of all, Patrick's solution doesn't work for me. I didn't do cloning and there is no problem when check the WB tables.
    Second, I think your solution is only good for the developing environment just to get tables upgrade via deployment manager. In most cases, when you do a new release on PROD environment you just exp/imp the MDL file from DEV to PROD and any developing is not recommended on PROD. But your approach is trying to manually the DB, and then EDIT the mapping to do the Reconcile and then deploy. Surely you can do that if you have full control on your PROD side. However, in my situation, I have no access to the PROD for the security reason and an DBA Operator of the Client is responsible to implement my Migration process on PROD by himself.

  • Outlook 2013 "Upgrade In Progress"

    I recently got Office 2013 and since I have it, my outlook has been displaying "upgrade in progress" because of which I can't log in or add an account! 
    I have done the whole "repair" for it twice and it's still displaying the same message. This is really frustrating me.
    If there's still a way to fix it then let me know please.
    Thank you

    Hi,
    To resolve the issue, try Online Repair:
    Control Panel > Program and Features > Microsoft Office > Change > Online Repair.
    If this doesn't work, please uninstall Office and reinstall it.
    Regards.
    Melon Chen
    TechNet Community Support

  • 10.2.0.1 RHEL 4.0 - root.sh CRS - Failed to upgrade Oracle Cluster Registry

    I am trying to install 10.2.0.1 CRS on a 2 node cluster on RHEL 4.0 Nahant Update 7. I get the following errors when root.sh is run
    Failed to upgrade Oracle Cluster Registry configuration._
    Due to this reason , none of the clusterware background processes fail to start, following which the Configuration Assistant screen also experiences failure (Oracle Notification Server Configuration Assistant).
    I tried to apply the 10.2.0.4 patchset also, still same issue. Did anyone see this issue ?
    1) We use LINUX DEVICE MAPPER for multipathing and udev
    2) We configured the multipathing device partitions and bound them to raw devices
    So /dev/mapper/oradisk1 bound to /dev/raw/raw1 ( OCR disk)
    and /dev/mapper/oradisk2 bound to /dev/raw/raw2 (VD)
    I am able to perform the dd command successfully.
    Any ideas ?
    -Srinivas

    BTW, we our OS is Linux x86-64 with RHEL 4.0 Nahant Update 7. I also applied the patch 4679769.
    Did a complete uninstall and reinstall. But issue persists.
    -Srinivas

  • Rolling upgrade in MAA database with 2 node RAC on each site

    All,
    I have 2 node rac on SITE A, and it has Physical Standby database on SITE B it also 2 node RAC. Currently it is on 10.2.0.4 on AIX systems. We have mission crictical application runing and we can't aford the downtime of 5 to 6 hr to upgrade our CRS,ASM,DB oracle homes to 11G or even 10.2.0.5. I read rolling upgrade document on metalink and also documnet as well, and come up with following sequence.
    SITE A==Primary Site, SITE B == Standby database
    1) Shutdown DB on SITE B
    2) Take the OS Level Backup of Binaries only on SITE B (Both node), I think this is just a Precautionary Measure
    3) Start the DB on SITE B Still Physical Standby database let it synch with primary Site SITE A
    4) Convert SITE B to Logical standby database
    5) let it run for some time and be the two site SYNCH
    6) now stop archivelog shipping to STANDBY SITE SITE B
    7) Shutdown SITE B and apply the patch/upgrade binaries (CRS/ASM/DB)
    8) Start and upgrade the DB on SITE B
    9) Start the logical standby apply (SQL APPLY) and let it catch up with SITE A
    10) Now Switchover to logical standby database on SITE B and ask application to connect to SITE B
    11) Make sure the archivelogs are moving from SITE B to SITE A and SQL Apply is runing.
    12) Now Stop archive log flow from SITE B to SITE A
    13) Stop the database/ASM/CRS on SITE A
    14) upgrade the SITE A binaries (CRS/ASM/DB)
    15) Start and upgrade the DB on SITE A
    16) Start the logical standby apply (SQL APPLY) and let it catch up with SITE B
    17) Now Switchover Back to SITE A and let the application connect to SITE A
    At this point by SITE B is a Logical Standby database
    I think these summaries the steps involved in rolling upgrade, but I can't understand how I can go back to my MAA with physical standby database mode?
    Does anyone has done this? Can anyone give me some tips or comments on my steps??
    Help me if you can... thanks in advance.

    Hi,
    Is it you want to know the OS/Kernel side setting? You must comply with the following kernel requirements to install the clusterware.
    http://docs.oracle.com/cd/B28359_01/install.111/b28259/pre_hpux.htm#BABJHCJI
    Thanks.

  • Database rolling upgrade cpu patch with minimal service outage

    Oracle 11gR2 Primary Instance
    Oracle 11gR2 Active Physical Standby
    Requirement of applying CPU and CVE patches with minimal downtime. I believe that I've been able to apply CPU patch to Active Standby after deferring redo transport and applying patch to active physical standby first and then performing a manual switchover to have the standby become the primary and former-primary become the standby and they apply CPU Patch there and then perform another role transition to its original role.
    Appreciate your experience with primary and active physical standby rolling upgrades/patches. Thanks

    Hello;
    I believe you are over thinking this. All you have to do on the Standby is install the patch. No switchover, no SQL. No nothing.
    The SQL will move from the Primary to the Standby.
    Check the readme for the patch closely or post the patch number if you want to confirm.
    OR
    How do you apply a Patchset,PSU or CPU in a Data Guard Physical Standby configuration [ID 278641.1]
    ( If it helps I had the same thoughts after my first Data Guard setup !! )
    If you are trying to avoid downtime entirely the switchover will take about as long as the patch.
    If you have RAC this is interesting :
    http://javeedkaleem.blogspot.com/2010/05/how-to-apply-oracle-database-patch.html
    As is this :
    http://docs.oracle.com/cd/B28359_01/server.111/b28282/schedule_outage.htm
    Best Regards
    mseberg

  • ACS upgrade from 4.0.x to 4.1.x "Appliance upgrade in progress"

    Hello friends,
    We are in the process of upgrading ACS 4.0 to 4.1 in a SE appliance 1113.
    We followed very carefuly the steps, and upgraded de Appliance management ACS 4.1. The second upgrade (Software for appliance 4.1) keeps showing "Appliance upgrade in progress..." (near 2 hours by now). I know that it can stick even finishing, but it seems it has not finished because we can not log in with the GUI Administrator account like we did when upgrading the management software (previous step).
    Is this normal? what can be missing?, I attach the console text output below (IP adds obscured).
    Note the management upgrade went fine.
    Thanks.
    Cisco Secure ACS: 4.1.1.23
    ACS 4.0.1.49-CSAdmin-CSCsd96293_CSCse26719 Fix: (Patch: 4.0.1.49 Tue 01/09/2007
    7:50:00.17)
    Appliance Management Software: 4.1.1.23
    Appliance Base Image: 4.0.1.2
    CSA build 4.0.1.543.2: (Patch: 4_0_1_543)
    Appliance upgrade in progress...
    Session Timeout: 10
    Last Reboot Time: Fri Jun 06 11:46:40 2008
    Current Date & Time: 6/6/2008 13:17:40
    Time Zone: (GMT-05:00) Bogota, Lima, Quito
    NTP Server(s): 131.107.1.10
    CPU Load Free Disk Free Physical Memory
    0.00% 16.9 GB 765 MB
    Appliance IP Configuration
    DHCP Enabled. . . . . . . . . . .: No
    IP Address. . . . . . . . . . . .: 172.16.x.y
    Subnet Mask . . . . . . . . . . .: 255.255.255.0
    Default Gateway . . . . . . . . .: 172.6.x2.y2
    DNS Servers . . . . . . . . . . .: 172.16.x3.y3
    CSAdmin running
    CSAuth running
    CSDbSync running
    CSLog running
    CSMon running
    CSRadius running
    CSTacacs running
    CSAgent stopped
    Appliance upgrade in progress...

    Thanks Jagdeep, but the upgrade has not finished.
    The documentation mentions (please read it carefully):
    "IF YOU COMPLETE THE UPGRADE and the ACS console displays the message Appliance upgrade in progress, this indicates that the upgrade PROGRESS is hanging.
    If this condition occurs, start an ACS console session and enter the command download [hostAddress], where hostAddress can be any IP address. This action releases the ACS console from the upgrade process."
    What worries me is that it has not finished.
    As I said in my post, we can not log in :( (the GUI gets blocked during the upgrade).
    I appreciate the help. Many Thanks.

  • Oracle physru rolling upgrade problem

    Hi, I'm having a problem with the Oracle Physru script provided from MOS note # 949322 I was hoping I could get some help with.
    My system contains of two Oracle 11.1.0.7.0, one primary and one physical standby.
    The hosts are two Oracle Solaris 10 Sparc x64 machines.
    My goal is to update from 11.1.0.7.0 to 11.1.0.7.8 using the script that is provided, however I'm bumping into problems at the step where the script is checking the Apply lag on the logical standby (function "get_apply_lag"). The lag seems to increase, and to be that indicates a problem with the redo apply process. However, when I query the DBA_LOGSTDBY_EVENTS View i get the following:
    SQL> SELECT EVENT_TIME, STATUS, EVENT FROM DBA_LOGSTDBY_EVENTS ORDER BY EVENT_TIMESTAMP, COMMIT_SCN;
    EVENT_TIME STATUS EVENT
    20-SEP-11 16:02:12 ORA-16111: log mining and apply setting up
    20-SEP-11 16:02:12 Apply LWM 848622, HWM 848622, SCN 848622
    Showing the output from Primary archive dest 2:
    SQL> show parameter log_archive_dest_2;
    NAME TYPE VALUE
    log_archive_dest_2 string service="test08db2", LGWR ASYNC NOAFFIRM delay=0 OPTIONAL compression=DISABLE max_failure=0 max_connections=1 reopen=300 db_unique_name="db_test08db2" net_timeout=30 valid_for=(online_logfile,primary_role)
    SQL>  select from v$LOGSTDBY_STATS;*
    NAME VALUE
    logminer session id 1
    number of preparers 1
    number of appliers 11
    server processes in use 15
    maximum SGA for LCR cache (MB) 50
    maximum events recorded 2000000000
    preserve commit order TRUE
    transaction consistency FULL
    record skipped errors Y
    record skipped DDLs Y
    record applied DDLs N
    NAME VALUE
    record unsupported operations Y
    realtime apply Y
    apply delay (minutes) 0
    coordinator state IDLE
    coordinator startup time 20-SEP-11 16:02:11
    coordinator uptime (seconds) 727
    txns received from logminer 62
    txns assigned to apply 29
    txns applied 29
    txns discarded during restart 33
    large txns waiting to be assigned 0
    NAME VALUE
    rolled back txns mined 4
    DDL txns mined 2
    CTAS txns mined 0
    bytes of redo mined 8195884
    bytes paged out 0
    pageout time (seconds) 0
    bytes checkpointed 709802
    checkpoint time (seconds) 0
    system idle time (seconds) 479
    standby redo logs mined 0
    archived logs mined 4
    NAME VALUE
    gap fetched logs mined 2
    standby redo log reuse detected 0
    logfile open failures 0
    current logfile wait (seconds) 0
    total logfile wait (seconds) 0
    thread enable mined 0
    thread disable mined 0
    distinct txns in queue 0
    41 rows selected.
    SQL> select type, high_scn, status, pid from v$logstdby order by type;
    TYPE HIGH_SCN STATUS PID
    ANALYZER 850320 ORA-16116: no work available 20702
    APPLIER 848808 ORA-16116: no work available 20719
    APPLIER 850320 ORA-16116: no work available 20731
    APPLIER 850204 ORA-16116: no work available 20727
    APPLIER 848895 ORA-16116: no work available 20725
    APPLIER 848665 ORA-16116: no work available 20705
    APPLIER 848677 ORA-16116: no work available 20709
    APPLIER 848728 ORA-16116: no work available 20713
    APPLIER 848740 ORA-16116: no work available 20715
    APPLIER 848796 ORA-16116: no work available 20717
    APPLIER 848842 ORA-16116: no work available 20721
    TYPE HIGH_SCN STATUS PID
    APPLIER 848854 ORA-16116: no work available 20723
    BUILDER 850320 ORA-16116: no work available 20221
    COORDINATOR 850326 ORA-16116: no work available 20119
    PREPARER 850318 ORA-16116: no work available 20223
    READER 850326 ORA-16116: no work available 20217
    16 rows selected.
    Physru Script Output:_
    ### Initialize script to either start over or resume execution
    Sep 20 14:35:41 2011 [0-1] Identifying rdbms software version
    Sep 20 14:35:41 2011 [0-1] database nobilldb is at version 11.1.0.7.0
    Sep 20 14:35:42 2011 [0-1] database nobilldb is at version 11.1.0.7.0
    Sep 20 14:35:44 2011 [0-1] verifying flashback database is enabled at db_test08db1 and db_test08db2
    Sep 20 14:35:44 2011 [0-1] verifying available flashback restore points
    Sep 20 14:35:45 2011 [0-1] verifying DG Broker is disabled
    Sep 20 14:35:46 2011 [0-1] looking up prior execution history
    Sep 20 14:35:46 2011 [0-1] purging script execution state from database db_test08db1
    Sep 20 14:35:46 2011 [0-1] purging script execution state from database db_test08db2
    Sep 20 14:35:47 2011 [0-1] starting new execution of script
    ### Stage 1: Backup user environment in case rolling upgrade is aborted
    Sep 20 14:35:47 2011 [1-1] stopping media recovery on db_test08db2
    Sep 20 14:35:48 2011 [1-1] creating restore point PRUP_0000_0001 on database db_test08db2
    Sep 20 14:35:49 2011 [1-1] backing up current control file on db_test08db2
    Sep 20 14:35:50 2011 [1-1] created backup control file /opt/oracle/product/11.1.0.7/dbs/PRUP_0001_db_test08db2_f.f
    Sep 20 14:35:50 2011 [1-1] creating restore point PRUP_0000_0001 on database db_test08db1
    Sep 20 14:35:51 2011 [1-1] backing up current control file on db_test08db1
    Sep 20 14:35:52 2011 [1-1] created backup control file /opt/oracle/product/11.1.0.7/dbs/PRUP_0001_db_test08db1_f.f
    NOTE: Restore point PRUP_0000_0001 and backup control file PRUP_0001_db_test08db2_f.f
    can be used to restore db_test08db2 back to its original state as a
    physical standby, in case the rolling upgrade operation needs to be aborted
    prior to the first switchover done in Stage 4.
    ### Stage 2: Create transient logical standby from existing physical standby
    Sep 20 14:35:53 2011 [2-1] verifying RAC is disabled at db_test08db2
    Sep 20 14:35:53 2011 [2-1] verifying database roles
    Sep 20 14:35:54 2011 [2-1] verifying physical standby is mounted
    Sep 20 14:35:54 2011 [2-1] verifying database protection mode
    Sep 20 14:35:55 2011 [2-1] verifying transient logical standby datatype support
    Sep 20 14:36:00 2011 [2-2] starting media recovery on db_test08db2
    Sep 20 14:36:11 2011 [2-2] confirming media recovery is running
    Sep 20 14:36:12 2011 [2-2] waiting for v$dataguard_stats view to initialize
    Sep 20 14:36:13 2011 [2-2] waiting for apply lag on db_test08db2 to fall below 30 seconds
    Sep 20 14:36:13 2011 [2-2] apply lag is now less than 30 seconds
    Sep 20 14:36:14 2011 [2-2] stopping media recovery on db_test08db2
    Sep 20 14:36:15 2011 [2-2] executing dbms_logstdby.build on database db_test08db1
    Sep 20 14:36:27 2011 [2-2] converting physical standby into transient logical standby
    Sep 20 14:36:52 2011 [2-3] opening database db_test08db2
    Sep 20 14:37:28 2011 [2-4] configuring transient logical standby parameters for rolling upgrade
    Sep 20 14:37:29 2011 [2-4] starting logical standby on database db_test08db2
    Sep 20 14:37:37 2011 [2-4] waiting until logminer dictionary has fully loaded
    Sep 20 14:37:58 2011 [2-4] dictionary load 17% complete
    Sep 20 14:38:09 2011 [2-4] dictionary load 32% complete
    Sep 20 14:38:19 2011 [2-4] dictionary load 43% complete
    Sep 20 14:38:30 2011 [2-4] dictionary load 59% complete
    Sep 20 14:38:40 2011 [2-4] dictionary load 62% complete
    Sep 20 14:38:50 2011 [2-4] dictionary load 70% complete
    Sep 20 14:39:01 2011 [2-4] dictionary load 72% complete
    Sep 20 14:39:11 2011 [2-4] dictionary load 75% complete
    Sep 20 14:40:54 2011 [2-4] dictionary load is complete
    Sep 20 14:41:00 2011 [2-4] waiting for v$dataguard_stats view to initialize
    Sep 20 14:41:01 2011 [2-4] waiting for apply lag on db_test08db2 to fall below 30 seconds
    Sep 20 14:42:02 2011 [2-4] current apply lag: 316
    Sep 20 14:42:32 2011 [2-4] current apply lag: 316
    Sep 20 14:43:03 2011 [2-4] current apply lag: 376
    Sep 20 14:43:33 2011 [2-4] current apply lag: 376
    Sep 20 14:44:03 2011 [2-4] current apply lag: 437
    Sep 20 14:44:34 2011 [2-4] current apply lag: 437
    Sep 20 14:45:04 2011 [2-4] current apply lag: 497
    Sep 20 14:45:35 2011 [2-4] current apply lag: 497
    Sep 20 14:46:05 2011 [2-4] current apply lag: 558
    Sep 20 14:46:36 2011 [2-4] current apply lag: 558
    Sep 20 14:47:06 2011 [2-4] current apply lag: 618
    I would appreciate any help I could get, I'm stuck =/
    Regards,

    http://www.oracle.com/technetwork/database/features/availability/maa-wp-11g-upgrades-made-easy-131972.pdf

  • Hi, I use facetime regularly with my parents who live outside US and it stopped working. Their ipad2 rings,says connecting..and then 'call failed'. Upgrading their iOS5 (or 6) is not a option as my parents do not know to do this. Please help

    Hi, I use facetime regularly with my parents who live outside US and it stopped working. Their ipad2 rings,says connecting..and then 'call failed'. Upgrading their iOS5 (or 6) is not a option as my parents do not know to do this. I came across forums where this issue is mentioned on apple support and cnet.
    Is there another option apart from upgrading ?

    Well, in his defense, his parents bought him the player so I guess we can't blame him. Though the 6 GB versions were available in November so I guess they really did get 'nervous' about Christmas and like to get their shopping done early! Kudo's to you for trying to remain with the Creative line but for what you're looking for it's obviously not the player for you. Creative seems to be fine-tuning their line for the audio crowd. I'm into mp3 players for the audio. Sure, the ability to watch video's and look at pictures on a decent screen is a plus but for me at least, it's all about the music. And with music, 6 GB is more than enough. Heck, 8 GB would have been more than enough for me. I'm a subscriber to Napster-to-go, so I don't feel the need to carry 00 plus GB of stuff on my portable player. I honestly don't understand the desire to watch movies or TV shows on tiny little screens. But you're also talking to a guy who doesn't watch television. What a complete waste of time and brain cells. Probably the **competitor products we can't discuss here** or one of those players would better suit your needs. Companies are definately picking their niche markets carefully and Creative's decision to not offer hard dri've players any more seems to definately be saying bye-bye to that market. I can't say I blame them. Hard dri'ves eventually give up the ghost and are quite delicate for people on the go. Good ridance, I say. Let Apple, Zune and all the others cater to the Z generation's need to be spoonfed their video/TV addictions anywhere and everywhere. I'll pass. It's one thing to be able to enjoy some music on the go and enhance an otherwise dull work day or dri've. But movies/TV shows at work, school, or wherever? Please. Cut the cord! Just my $.02 - YMMV! M.Message Edited by Dale-CL on 2-26-2007 :4 AM

  • Rolling upgrade from 11.1.0.6 to 11.1.0.7

    Hello -
    I am testing the "rolling upgrade" from 11.1.0.6. to 11.1.0.7. I have a two node cluster on Linux. Is there a way to upgrade either the ASM software or the dbms software without causing downtime to the entire cluster? I can upgrade the clusterware in a true rolling fashion. However, when I attempt to upgrade the ASM location, it ends up taking down the other node. Same for the rdbms software - The other instance ends up going down when I start the patching on one instance - from the remove operations being performed. Has anyone successfully patched an entire stack (without downtime)?
    Thanks in advance for any insights!

    Yes, I am following those instructions. The ASM instructions caused the other node to be inaccessible. But, when I did the rdbms upgrade, then node B was also inaccessible during that time. I will go through more iterations of this testing, but so far, I have not been able to develop a proof of concept for a true rolling upgrade from 11.1.0.6 to 11.1.0.7. If anyone has been able to do this, please let me know the procedures that were followed.
    Thanks,
    Mike

  • Failed to upgrade Oracle Cluster Registry configuration

    I'm making a new installation of Oracle RAC environment, the clusterware version is 10 and therefore the RDBMS, I'm using oracle linux 5 update 7, the installation is being performed on only one machine. The problem occurs at the end of the installation when I try to run / u01/app/oracle/product/10.2.0/crs/root.sh the error messages are:
    Failed to upgrade Oracle Cluster Registry configuration, which is issued shortly after the execution of root.sh.
    And in the log the error message is:
    31/10/2011 11:36:36.654: [OCRCONF] [103401184] ocrconfig starts ...
    31/10/2011 11:36:36.654: [OCRCONF] [103401184] Upgrading OCR data
    31/10/2011 11:36:36.661: [OCRCONF] [103401184] OCR Already in current version.
    31/10/2011 11:36:36.669: [OCRCONF] [103401184] Failed to call clsssinit (21)
    31/10/2011 11:36:36.670: [OCRCONF] [103401184] Failed to make a backup copy of OCR
    31/10/2011 11:36:36.670: [OCRCONF] [103401184] Exiting [status = failed] ...
    If anyone has faced this error and won, I'm accepting suggestions.
    Att.
    Italo Moisés dos Santos.

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Grid Computing » RAC, ASM & Clusterware Installation which you can get more quick response
    Regard
    Helios

Maybe you are looking for

  • New 15" MBP will not connect to my wireless network

    This is my first Mac, so I will try to give as much information as possible. I have a brand new (got it yesterday) 15" MBP and it refuses to connect to my home wireless network.  It is an older "g" network using a Linksys router and 128bit WEP encryp

  • How do i delete a photo album sent from my pc from my iphone 5c

    this website is useless, talk about being led a merry dance by apple! All I want to know is how the **** do i delete a photo album (sent from my pc) from my iphone 5c....how hard can it be to find out??????

  • Display a single field in one table as 2 colums

    Hi all.., I am using oracle 8.1.5.,I have two tables table 1 and table 2, i have one single field as name how to display it in 2 columns.... here i have given the thing,,,,, create table table1(user_id int,name varchar(50)) create table table2(host_i

  • How do youTransfer mobi files from MacBook to iPad mini?

    I can't get mobi books transferred to my iPad mini. Do I need third party app? Apple advice seems incomplete and unclear.

  • Repeated freezes on imac with Firefox?

    I'm working with a brand new iMac, so it seems odd to see freezes. Firefox keeps sending a message to upgrade, which I always agree to do, but the upgrade hasn't registered yet. Could this issue be the problem? Anyone else out there experiencing this