Question on 11g Manual Upgrade (Step #33)

In the Note 837570.1 - Complete Checklist for Manual Upgrades to 11gR2 (Doc ID 837570.1), under Step #33
Step 33
Upgrade Statistics Tables Created by the DBMS_STATS Package
If you created statistics tables using the DBMS_STATS.CREATE_STAT_TABLE procedure, then upgrade these tables by executing the following procedure:
EXECUTE DBMS_STATS.UPGRADE_STAT_TABLE('SYS','dictstattab');
In the example, 'SYS' is the owner of the statistics table and 'dictstattab' is the name of the statistics table. Execute this procedure for each statistics table.
How do we know which tables were previously created with DBMS_STATS.CREATE_STAT_TABLE prior to upgrade?”
Thank you very much.

Hello and welcome to the forums.
The statistics tables created by DBMS_STATS, are used for exporting/importing statistics, these tables are not used by the optimizer. So if you are not planning to import statistics, you don't need to find (and update) these tables.
Anyway, stats tables have a basic table structure and can be found by the following query:
SELECT OWNER, TABLE_NAME FROM DBA_TAB_COLUMNS WHERE
COLUMN_NAME = 'STATID' AND DATA_TYPE= 'VARCHAR2' AND DATA_LENGTH=30Check if the listed tables have also these columns:
Name                                      Null?    Type                       
STATID                                             VARCHAR2(90)               
TYPE                                               CHAR(3)                    
VERSION                                            NUMBER                     
FLAGS                                              NUMBER                     
C1                                                 VARCHAR2(90)               
C2                                                 VARCHAR2(90)               
C3                                                 VARCHAR2(90)               
C4                                                 VARCHAR2(90)               
C5                                                 VARCHAR2(90)               
N1                                                 NUMBER                     
N2                                                 NUMBER                     
N3                                                 NUMBER                     
N4                                                 NUMBER                     
N5                                                 NUMBER                     
N6                                                 NUMBER                     
N7                                                 NUMBER                     
N8                                                 NUMBER                     
N9                                                 NUMBER                     
N10                                                NUMBER                     
N11                                                NUMBER                     
N12                                                NUMBER                     
D1                                                 DATE                       
R1                                                 RAW(32)                    
R2                                                 RAW(32)                    
CH1                                                VARCHAR2(3000)Regards
Gokhan Atil

Similar Messages

  • Step by step 11g manual upgrade notes at metalink

    any body know # of this notes?

    10.2.0.X.0 TO 11.1.0.6.0
    1. Install 11.1.0.6.0 software
    The software can be downloaded from the following link : http://www.oracle.com/technology/software/products/database/index.html
    Note 169706.1 : Oracle® Database Installation and Configuration Requirements Quick Reference (8.0.5 to 11.1)
    2. Upgrade the database to 11.1.0.6.0
    Note 419550.1 : Different Upgrade Methods For Upgrading Your Database
    Note 429825.1 : Complete Checklist for Manual Upgrades to 11gR1
    REFERENCE:
    Availability and Known issues for 11.1.0.6 Note 454506.1
    10.2.0.X.0 TO 11.1.0.7.0
    1. Install 11.1.0.6.0 software
    The software can be downloaded from the following link :
    http://www.oracle.com/technology/software/products/database/index.html
    Note 169706.1 : Oracle® Database Installation and Configuration Requirements Quick Reference (8.0.5 to 11.1)
    2. Install the 11.1.0.7.0 patchset on top of the 11.1.0.6.0 ORACLE_HOME
    Patchset number is : 6890831
    http://updates.oracle.com/download/6890831.html
    3. Upgrade the database to 11.1.0.7.0
    Note 419550.1 : Different Upgrade Methods For Upgrading Your Database
    Note 429825.1 Complete Checklist for Manual Upgrades to 11gR1
    REFERENCE:
    Availability and Known issues for 11.1.0.7 Note 738538.1
    I hope you finished your search here..

  • Catproc invalid after catupgrd --- 11g Manual Upgrade

    Hi All,
    I hv upgraded database from 9i to 11g.
    After upgrade i checked
    select comp_id,status,version from dba_registry;
    CATPROC shows me INVALID.
    Waiting for your reply
    Thanks in advance

    user9161658 wrote:
    HI,
    I tried but now it shows me catproc,catalog invalid.
    i shutdown & startup with upgrade.
    ran @?/rdbms/admin/utlrp.sql
    even now it showing me
    catalog
    catproc invalid
    Regards,There should be a log file from the steps that you ran. That should point you to the original error. You'll likely need to correct that first before proceeding with rerunning your manual upgrade. Assuming that you have a support contract then the best advice would be to contact them. If you don't you essentially have 2 options now.
    1) Restore the backup you took of the 9i database, determine the cause of the upgrade failure, correct for it, and repeat the upgrade.
    2) determine the cause of the upgrade failure, correct for it and resume your current upgrade - likely means rerunning catupgrd.sql again.
    Niall Litchfield
    http://www.orawin.info/

  • Upgrade steps Details for 9.2.0.8 to 11.2.0.3 Database

    Support,
    We have one requirement from our client like "Upgrade the Database from 9.2.0.8 to 11.2.0.3". They are asking only the DB upgrade except Application.
    Our Current Database is running in Solaris OS and DB is an 9.2.0.8 and Application is an 11.5.10.2.
    I am going to follow the below documents for the Database Upgrade process using DBUA for First Iteration,
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0.3) (Doc ID 1585577.1)
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) (Doc ID 881505.1)
    In the above documents they mentioned the steps related to the 11g new home installation and upgrade process but before starting the process what are all the things i have to check it in my current Database and Applications.
    Because i have clear idea on what we have to do in the new Oracle Home 11g and the Upgrade process but still have some confusion on the Pre-Upgrade Steps in current database.
    Kindly suggest me what are the details i have to collect and check in my Current Database or provide any proper Oracle documents for the Database Pre-Upgrade Process.
    Thanks in advance,
    Vijay.

    Vijay,
    We would suggest you advice your customer to upgrade to 11.2.0.4 instead on 11.2.0.3
    Interoperability Notes Oracle EBS 11i with Oracle Database 11gR2 (11.2.0) (Doc ID 881505.1)
    https://blogs.oracle.com/stevenChan/entry/11_2_0_4_database
    Preparing to Upgrade Oracle Database can be found at http://docs.oracle.com/cd/E11882_01/server.112/e23633/toc.htm
    You would also need to refer to:
    How To Get The Proper Environment Set To Run Adbldxml.pl When Upgrading To 11g/11gR2? (Doc ID 1310854.1)
    11i: ad_parallel_compile: Ora-01031: Insufficient Privileges in adadmin / re-create grants and synonyms for APPS schema after upgrade from 10gR2 to 11gR2 (Doc ID 1148264.1)
    Note: Please note that we have a dedicated forum for EBS questions -- https://forums.oracle.com/community/developer/english/e-business_suite
    Thanks,
    Hussein

  • Oracle 10g OLAP to 11g OLAP upgrade ?

    We currently are planning on a upgrade from 10g OLAP => 11g OLAP. We currently have 12 AWM's in 10g OLAP which we need to move over with associated DML programs and additional SQL reporting views.
    Questions:
    1. Is there any documentation available on necessary steps for 10g OLAP => 11g OLAP upgrade?
    2. What would happen to existing AWM's prepared in 10g, would they be migrated to 11g transparently or have to be re-created?
    3. Is there any specific documentation related to changes in way cube builds are done programatically?
    4. Any changes in the way limit maps work in 11g?
    Please advise.
    Thanks,
    Sudip

    Migrating a 10g cube to 11g depends on whether you are talking about 11gR1 or 11gR2. 10g cubes continue to operate in the "10g way" even after a database upgrade. They will not become "11g cubes" until they are rebuilt after the database upgrade. In 11gR2, there is a supported way to migrate 10g cubes to 11g cubes, both with AWM and with PL/SQL. Sorry to say... this functionality doesn't exist in 11gR1: you'll have to rebuild your cubes from the ground up.
    The SQL relational views built using the AWM plugin in 10g are no longer applicable in 11g. That's because OLAP cubes in 11g are registered in the oracle data dictionary (just like other Oracle objects), and the SQL relational views are managed in the database and a recognized part of the product. The SQL relational views are quite different in 11g, so you will likely have to rewrite queries against them.
    LIMIT map syntax is the same, but performance is much better.
    See if this blog entry helps:
    http://www.rittmanmead.com/2009/10/09/olap-10gr2-and-dense-looping/
    Edited by: Stewart Bryson on Feb 19, 2010 8:40 AM

  • Category 3 Upgrade Steps for Rel 11i

    Upgrading Oracle Applications Rel 11i manual page 4-2 lists three upgrade steps for Oracle Common Modules.
    Step 1: Delete all AK data for Production 16 Global Demo databases (conditionally required)
    Step 2: Check for invalid AK data in non-Global Demo databases (condionally required)
    Step 3: Fix invalid data in non-Global Demo databases (conditionally required)
    My Questions:
    1. What is AK data?
    2. What is the difference between a Global Demo database and a non-Global Demo database?
    3. Does the AutoUpgrade utility migrate the data from the Global Demo and non-Global Demo databases to the Vision database?
    null

    I do not have any experience with standbys, but pl see if these MOS Docs can help
    How To Upgrade A Primary Database And A Physical Standby To Oracle10gR2 (10.2)          (Doc ID 407040.1)
    Oracle11g Data Guard: Database Rolling Upgrade Shell Script          (Doc ID 949322.1)
    Applying Patch Sets / Interim Patches with Physical Standby Database in Place          (Doc ID 187242.1)
    Is it possible to use different RDBMS-releases on primary/standby within a Dataguard Configuration?          (Doc ID 1294585.1)
    HTH
    Srini

  • ASU-process POST Upgrade Step on SQL database

    Hi All,
    To check this message in the right format kindly click on reply first then click on quote original icon ("").
    I am performing an upgrade from R/3 4.7 to ERP 6.0 SR3, while doing upgrade sapup asking me To perform the manual application specific post upgrade step.
    This phase says to run ASU toolbox by using tx /n/asu/upgrade. when i run this tx is show the below list of steps to be performed with showing severity level of some as optional and many as obligatory.
    Task List                                                                                Severity     SAP R/3 release frm     SAP R/3 release to
    IS-OIL Application Test 600                                                 Optional          
    KP06xx: Termination SYNTAX_ERROR                                                 Obligatory     470                           500
    CGPL: Entries are blank after upgrade                                                Obligatory          
    Error handling of task group execution                                Optional          
    Mobile device cannot confirm TO after release upgrade     Obligatory     470                         600
    Mobile device doesn't find transfer orders after upgrade     Obligatory     470                          600
    Grantee Management - Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Convert customizing for warehouse funds ctr scenarios     Optional          
    Various problems classification commitment items (class type     Obligatory          
    Unauthorized error messages udring fiscal year change/reassi     Obligatory          
    RFFMUDX1 migrates incomplete budgeting tables                          Obligatory          
    Non-7bit-ASCII character used for BCS key figures             Obligatory          
    Changes in TKEDR for /ISDFPS/RFFMDISTDERIVALE          Obligatory          
    BCS - Tool for Deleting Obsolete Derivation Strategies     Obligatory          
    BCS Syntax Error on Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Migration to ERP 6.0 (EA-PS 6.00)                                         Obligatory          
    Migration EA-PS 2.00 to ERP 5.0 (EA-PS 5.00)                      Obligatory          
    Missing initialization of new fields in table ANLZ                  Obligatory     46C                       470
    Activating VMC for the Internet Pricing and Configurator     Obligatory          
    Customer specific BSEG-fields not transferred                  Optional          
    Conversion of report headers in drilldown-reporting            Optional                                   600
    IBase: Upgrade to Release 4.6C and higher                         Optional     46C                         600
    ZSAPRCKML_COGS: Upgrade to release 4.7 or higher     Optional     46C                      470
    Conversion of CO-Total-Tables                                              Obligatory     46C                      500
    Conversion of CO-line-item table COEP                                Obligatory     46C                       600
    New General Ledger, problems in CO-documents                 Obligatory                               500
    No receivers found in allocations                                          Obligatory     46C                        470
    Conversion Of New Process Parameter Long Texts For Search     Optional     110                       600
    Migration of process parameters in recipe management     Optional     110                        600
    FAQ new depreciation calculation                                        Optional                                600
    Upgrading to SAP R/3 47x200 and SAP ECC 500 with RMGMT     Obligatory     100                       500
    Reloading Table T512W                                                        Optional          
    Converting Short Texts                                                         Obligatory          
    Migrating Data                                                                         Optional     4.7     
    Activating SAP ECC Extensions                                          Optional          
    I am not sure about which steps I have to perform, I am a bit confused.. because some are optional and some are not relevant to my release (as target or source release is different from mine). and also few things are not applied in my envirnoment hence those steps are also not relevant.
    Please suggest me, how to proceed and what to do. please guide if i skip this step now and later  on I apply latest SP than still I need to do all this.
    Regards
    Vinay

    Hi All,
    I also faced a similar issue during upgrade. Some useful findings.
    1. Only super user can access this /n/ASU/START
    2. All the obligatory executable tasks are automatically performed by the system automatically during upgrade.      SAPADM. Only errors (if any) are to be corrected.
    3. Some of the tasks are only to go through some SAP notes as a precaution before upgrade.
    4.  Execute all the checks /n/ASU/UPGRADE
    5. This surely can be skipped, but not advisable.
    regards,
    Amit

  • Upgrade step ASU-process post upgrade step

    Hi All,
    To check this message in the right format kindly click on reply first then click on quote original icon ("").
    I am performing an upgrade from R/3 4.7 to ERP 6.0 SR3, while doing upgrade sapup asking me To perform the manual application specific post upgrade step.
    This phase says to run ASU toolbox by using tx /n/asu/upgrade. when i run this tx is show the below list of steps to be performed with showing severity level of some as optional and many as obligatory.
    Task List                                                                                Severity     SAP R/3 release frm     SAP R/3 release to
    IS-OIL Application Test 600                                                 Optional          
    KP06xx: Termination SYNTAX_ERROR                                                 Obligatory     470                           500
    CGPL: Entries are blank after upgrade                                                Obligatory          
    Error handling of task group execution                                Optional          
    Mobile device cannot confirm TO after release upgrade     Obligatory     470                         600
    Mobile device doesn't find transfer orders after upgrade     Obligatory     470                          600
    Grantee Management - Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Convert customizing for warehouse funds ctr scenarios     Optional          
    Various problems classification commitment items (class type     Obligatory          
    Unauthorized error messages udring fiscal year change/reassi     Obligatory          
    RFFMUDX1 migrates incomplete budgeting tables                          Obligatory          
    Non-7bit-ASCII character used for BCS key figures             Obligatory          
    Changes in TKEDR for /ISDFPS/RFFMDISTDERIVALE          Obligatory          
    BCS - Tool for Deleting Obsolete Derivation Strategies     Obligatory          
    BCS Syntax Error on Upgrade from EA-PS 2.00 to ECC 600     Obligatory          
    Migration to ERP 6.0 (EA-PS 6.00)                                         Obligatory          
    Migration EA-PS 2.00 to ERP 5.0 (EA-PS 5.00)                      Obligatory          
    Missing initialization of new fields in table ANLZ                  Obligatory     46C                       470
    Activating VMC for the Internet Pricing and Configurator     Obligatory          
    Customer specific BSEG-fields not transferred                  Optional          
    Conversion of report headers in drilldown-reporting            Optional                                   600
    IBase: Upgrade to Release 4.6C and higher                         Optional     46C                         600
    ZSAPRCKML_COGS: Upgrade to release 4.7 or higher     Optional     46C                      470
    Conversion of CO-Total-Tables                                              Obligatory     46C                      500
    Conversion of CO-line-item table COEP                                Obligatory     46C                       600
    New General Ledger, problems in CO-documents                 Obligatory                               500
    No receivers found in allocations                                          Obligatory     46C                        470
    Conversion Of New Process Parameter Long Texts For Search     Optional     110                       600
    Migration of process parameters in recipe management     Optional     110                        600
    FAQ new depreciation calculation                                        Optional                                600
    Upgrading to SAP R/3 47x200 and SAP ECC 500 with RMGMT     Obligatory     100                       500
    Reloading Table T512W                                                        Optional          
    Converting Short Texts                                                         Obligatory          
    Migrating Data                                                                         Optional     4.7     
    Activating SAP ECC Extensions                                          Optional          
    I am not sure about which steps I have to perform, I am a bit confused.. because some are optional and some are not relevant to my release (as target or source release is different from mine). and also few things are not applied in my envirnoment hence those steps are also not relevant.
    Please suggest me, how to proceed and what to do. please guide if i skip this step now and later  on I apply latest SP than still I need to do all this.
    Regards
    Vinay
    Edited by: Vinay Paul on Sep 11, 2009 10:11 PM

    Hi All,
    I also faced a similar issue during upgrade. Some useful findings.
    1. Only super user can access this /n/ASU/START
    2. All the obligatory executable tasks are automatically performed by the system automatically during upgrade.      SAPADM. Only errors (if any) are to be corrected.
    3. Some of the tasks are only to go through some SAP notes as a precaution before upgrade.
    4.  Execute all the checks /n/ASU/UPGRADE
    5. This surely can be skipped, but not advisable.
    regards,
    Amit

  • SU25 Upgrade Step

    Hello Experts -  We just upgrade BW sytem from NW Enhancement Pack 7.0, SP-7 to NW EHP 7.1, SP Stack 7.
    1)My question is do we need to do SU25- Upgrade step? I was in a impression that we do this step only for release upgrades.
    2) Last time when we did R/3 4.6 to ECC 6.0 upgrade, I saw Yellow lights turned on many of our business and IS roles. Is this normal ?
    I performed all steps per SU25, and had to fix all roles to turn off yellow lights.
    Anyways back to my question 1, will you please let me know your thoughts?
    Thanks Much.

    Roles generally only add authorizations for objects in checks.
    SU24 (with upgrade and SP data via step 3) generally only add documentation (check indicators) and proposals (check/maintain) so the development system is "leading" in that respect and you have already done this in the step 2 tasks.
    But... there is a special case for collisions: namely when SAP proposes a "no check" indicator for an object.
    My advise: Create a transport request and collect the proposals in them until a "no check" appears. Have one central transport for it and release it after correcting the roles which are impacted by the context specific check. Good luck with that in your custom developments...
    In the rare case that you want to activate the check again for that transaction or SAP did, you must ensure that the role transports go through first.
    For other scenarios of accepting all SAP's proposals it makes no difference so you can send the transports through afterwards, as long as you are not opening roles in PROD etc and have not maintained SU22 (a big "no no") nor SU24 in PROD directly.
    Your friends here are the USOB_CD* tables and another obscure one - the name of which I cannot remember at the moment.
    Cheers and good luck with the upgrade,
    Julius

  • Error on Oracle 11gR2 RAC database Post upgrade step

    [Upgrade the Oracle Clusterware Configuration|http://docs.oracle.com/cd/E11882_01/server.112/e23633/afterup.htm] Problem Description:
    O.S Version: HP-UX B.11.31 U ia64
    It is upgrading of Oracle RAC 2 node database from 11.1.0.7.0 to 11.2.0.3.0
    I receive following error while perfoming the post upgrade step
    indba1 racdb> srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb
    Actually I am performing the step "Upgrade the Oracle Clusterware Configuration" whill getting the error.
    When I tried on below;
    indba1 racdbp> srvctl upgrade database -d racdb -o /app/oracle/product/11.2.0.3/db
    PRCD-1231 : Failed to upgrade configuration of database racdb to version 11.2.0.3.0 in new Oracle home /app/oracle/product/11.2.0.3/db
    PRKC-1136 : Unable to find version for database with name racdb

    Output from Oracle 11.1.0.7 Home:
    oracle@indba1:/app/oracle/product/11g/db_1 $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb
    Output from Oracle 11.2.0.3 Home:
    oracle@usfsdba1:/app/oracle/product/11.2.0.3/db $ srvctl config database -d racdb
    PRKR-1001 : cluster database racdb does not exist
    PRKO-2005 : Application error: Failure in getting Cluster Database Configuration for: racdb

  • Upgrading Oracle Text - Post upgrade step 10.2 to 11.2

    I already upgraded my 10.2.0.4 database to 11.2.0.1 and have to do post upgrade steps. In step 39 of Manual guideline (837570.1) is not clear for me. If some one can explain further would be appriciated. When i check my source ORACLE_HOME/ctx/admin/ctxf102.txt or ctxf102.sql
    Step 39
    Upgrading Oracle Text
    Copy the following files from the previous Oracle home to the new Oracle home:
    * Stemming user-dictionary files
    * User-modified KOREAN_MORPH_LEXER dictionary files
    * USER_FILTER executables
    To obtain a list of the above files, use:
    $ORACLE_HOME/ctx/admin/ctxf<version>.txt
    $ORACLE_HOME/ctx/admin/ctxf<version>.sql
    where version is 920,101,102
    For instance, if upgrading from 10.2.0
    *1. For dictionary files check*
    *$ORACLE_HOME/ctx/admin/ctxf102.txt*
    *2. Execute the script as database user SYS,SYSTEM, or CTXSYS*
    *$ORACLE_HOME/ctx/admin/ctxf102.sql*
    If your Oracle Text index uses KOREAN_LEXER which was deprecated in Oracle 9i and desupported in Oracle 10g Release 2, see below Note for further information on manual migration from KOREAN_LEXER to KOREAN_MORPH_LEXER.
    Note 300172.1 Obsolescence of KOREAN_LEXER Lexer Type

    Hi Srini
    Thank you very much. now i got it.
    Oracle asked me to identify the CTXCAT indexes with KOREAN_LEXER execute the following query as user CTXSYS: if nothing return then i can skip this step.
    SELECT idx_name
    FROM ctxsys.ctx_indexes
    WHERE idx_type = 'CTXCAT'
    AND idx_name IN
    (SELECT ixo_index_name
    FROM ctxsys.ctx_index_objects
    WHERE ixo_class = 'LEXER'
    AND ixo_object = 'KOREAN_MORPH_LEXER ');
    SELECT isl_index_owner,isl_index_name,isl_language
    FROM CTXSYS.ctx_index_sub_lexers
    WHERE isl_object = 'KOREAN_MORPH_LEXER';

  • I have question CME 8.0 upgrade to CME 9.1

    Hi All,
    I want to upgrade CME 8.0 to CME 9.1 for use CP 3905.
    I have question CME 8.0 upgrade to CME 9.1. I can't  add dn phone type 3905. 
    Cisco Unified CME 9.1 Supported Firmware
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/cme91spc.html
    Cisco Unified CME and Cisco IOS Software Version Compatibility Matrix
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucme/requirements/guide/33matrix.htm
    Step upgrade test.
    1. I upgrade IOS to 15.2(4)M
    sh ver
    Cisco IOS Software, C2900 Software (C2900-UNIVERSALK9-M), Version 15.2(4)M4, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2013 by Cisco Systems, Inc.
    Compiled Thu 20-Jun-13 13:06 by prod_rel_team
    ROM: System Bootstrap, Version 15.0(1r)M9, RELEASE SOFTWARE (fc1)
    System returned to ROM by reload at 17:30:49 ict Mon Sep 2 2013
    System image file is "flash:c2900-universalk9-mz.SPA.152-4.M4.bin"
    Last reload type: Normal Reload
    Last reload reason: Reload Command
    Cisco CISCO2911/K9 (revision 1.0) with 471040K/53248K bytes of memory.
    Processor board ID FHK1449F18H
    4 Gigabit Ethernet interfaces
    1 ATM interface
    2 terminal lines
    4 Voice FXO interfaces
    4 Voice FXS interfaces
    1 Internal Services Module (ISM) with Services Ready Engine (SRE)
       Cisco Unity Express 8.5.1 in slot/sub-slot 0/0
    DRAM configuration is 64 bits wide with parity enabled.
    255K bytes of non-volatile configuration memory.
    254464K bytes of ATA System CompactFlash 0 (Read/Write)
    License Info:
    License UDI:
    Device#   PID                   SN
    *0        CISCO2911/K9          FHK1449F18H    
    Technology Package License Information for Module:'c2900'
    Technology    Technology-package           Technology-package
                  Current       Type           Next reboot 
    ipbase        ipbasek9      Permanent      ipbasek9
    security      None          None           None
    uc            uck9          Permanent      uck9
    data          None          None           None
    2. sh telephony-service
    CONFIG (Version=9.1)
    =====================
    Version 9.1
    Max phoneload sccp version 17
    Max dspfarm sccp version 18
    Cisco Unified Communications Manager Express
    For on-line documentation please see:
    http://www.cisco.com/en/US/products/sw/voicesw/ps4625/tsd_products_support_series_home.html
    protocol mode default
    ip source-address 10.0.3.1 port 2000
    ip qos dscp:
    ef (the MS 6 bits, 46, in ToS, 0xB8) for media
    cs3 (the MS 6 bits, 24, in ToS, 0x60) for signal
    af41 (the MS 6 bits, 34, in ToS, 0x88) for video
    default (the MS 6 bits, 0, in ToS, 0x0) for serviceservice directed-pickup
    no auto-reg-ephone
    load 6921 SCCP69xx.9-2-1-0
    load 8941 SCCP894x.9-1-2-SR-1
    max-ephones 48
    max-dn 48
    max-conferences 8 gain -6
    dspfarm units 0
    dspfarm transcode sessions 0
    conference software
    privacy
    no privacy-on-hold
    hunt-group report delay 1 hours
    hunt-group logout DND
    max-redirect 10
    voicemail 7777
    cnf-file location: system:
    cnf-file option: PER-PHONE-TYPE
    network-locale[0] US   (This is the default network locale for this box)
    network-locale[1] US
    network-locale[2] US
    network-locale[3] US
    network-locale[4] US
    user-locale[0] US    (This is the default user locale for this box)
    user-locale[1] US
    user-locale[2] US
    user-locale[3] US
    user-locale[4] US
    srst mode auto-provision is OFF
    srst ephone template is 0
    srst dn template is 0
    srst dn line-mode single
    time-format 12
    date-format mm-dd-yy
    timezone 41 SE Asia Standard Time
    no transfer-pattern is configured, transfer is restricted to local SCCP phones only.
    keepalive 30 auxiliary 30
    timeout interdigit 10
    timeout busy 10
    timeout ringing 30
    timeout transfer-recall 0
    timeout ringin-callerid 8
    timeout night-service-bell 12
    caller-id name-only: enable
    web admin system name netbright  secret 5 $1$DfTG$Zy1UCClcZMYYgVSjS19Hu.
    web admin customer name boyheha  password cisco
    edit DN through Web:  enabled.
    edit TIME through web:  enabled.
    background save interval 10 minutes
    Log (table parameters):
         max-size: 150
         retain-timer: 15
    create cnf-files version-stamp 7960 Sep 02 2013 10:52:43
    transfer-system full-consult
    transfer-digit-collect new-call
    local directory service: enabled.
    Extension-assigner tag-type ephone-tag.
    3. sh flash
    sh flash
    -#- --length-- -----date/time------ path
    2         2903 Nov 30 2010 21:35:32 +07:00 cpconfig-29xx.cfg
    3       677820 Dec 29 2011 16:39:38 +07:00 admin_user.js
    4         1038 Nov 30 2010 21:35:50 +07:00 home.shtml
    5       115712 Nov 30 2010 21:35:58 +07:00 home.tar
    6      1697952 Nov 30 2010 21:36:10 +07:00 securedesktop-ios-3.1.1.45-k9.pkg
    7       415956 Nov 30 2010 21:36:22 +07:00 sslclient-win-1.1.4.176.pkg
    8     99077424 Sep 2 2013 17:30:04 +07:00 c2900-universalk9-mz.SPA.152-4.M4.bin
    9         4118 Dec 29 2011 16:39:38 +07:00 admin_user.html
    10           0 Dec 29 2011 09:32:04 +07:00 flash
    11        4118 Dec 29 2011 16:30:42 +07:00 flash/admin_user.html
    12      677820 Dec 29 2011 16:30:44 +07:00 flash/admin_user.js
    13        1029 Dec 29 2011 16:30:44 +07:00 flash/CiscoLogo.gif
    14        1019 Dec 29 2011 16:30:46 +07:00 flash/CME_GUI_README.TXT
    15         953 Dec 29 2011 16:30:46 +07:00 flash/Delete.gif
    16       16344 Dec 29 2011 16:30:46 +07:00 flash/dom.js
    17         864 Dec 29 2011 16:30:46 +07:00 flash/downarrow.gif
    18        6315 Dec 29 2011 16:30:46 +07:00 flash/ephone_admin.html
    19        4558 Dec 29 2011 16:30:46 +07:00 flash/logohome.gif
    20        3978 Dec 29 2011 16:30:48 +07:00 flash/normal_user.html
    21       78428 Dec 29 2011 16:30:48 +07:00 flash/normal_user.js
    22        1347 Dec 29 2011 16:30:48 +07:00 flash/Plus.gif
    23         843 Dec 29 2011 16:30:48 +07:00 flash/sxiconad.gif
    24         174 Dec 29 2011 16:30:48 +07:00 flash/Tab.gif
    25        2496 Dec 29 2011 16:30:50 +07:00 flash/telephony_service.html
    26         870 Dec 29 2011 16:30:50 +07:00 flash/uparrow.gif
    27       10230 Dec 29 2011 16:30:50 +07:00 flash/xml-test.html
    28        3412 Dec 29 2011 16:30:50 +07:00 flash/xml.template
    29     2942935 Dec 29 2011 16:07:42 +07:00 flash/apps11.8-5-3TH1-6.sbn
    30      503269 Dec 29 2011 16:07:44 +07:00 flash/cnu11.8-5-3TH1-6.sbn
    31     2104751 Dec 29 2011 16:07:48 +07:00 flash/cvm11sccp.8-5-3TH1-6.sbn
    32      340615 Dec 29 2011 16:07:50 +07:00 flash/dsp11.8-5-3TH1-6.sbn
    33     1616686 Dec 29 2011 16:07:52 +07:00 flash/jar11sccp.8-5-3TH1-6.sbn
    34         670 Dec 29 2011 16:07:52 +07:00 flash/SCCP11.8-5-3S.loads
    35         674 Dec 29 2011 16:07:54 +07:00 flash/term06.default.loads
    36         674 Dec 29 2011 16:07:54 +07:00 flash/term11.default.loads
    37        1916 Dec 29 2011 16:07:54 +07:00 flash/MISCH-1.3.3.SBN
    38         900 Dec 29 2011 16:07:54 +07:00 flash/CP7921G-1.3.3.LOADS
    39         900 Dec 29 2011 16:07:56 +07:00 flash/CP7925G-1.3.3.LOADS
    40         674 Dec 29 2011 16:07:56 +07:00 flash/term42.default.loads
    41         674 Dec 29 2011 16:07:56 +07:00 flash/term62.default.loads
    42         670 Dec 29 2011 16:07:56 +07:00 flash/SCCP42.8-5-3S.loads
    43         655 Dec 29 2011 16:07:56 +07:00 flash/term31.default.loads
    44         654 Dec 29 2011 16:07:58 +07:00 flash/term41.default.loads
    45         654 Dec 29 2011 16:07:58 +07:00 flash/term45.default.loads
    46         654 Dec 29 2011 16:07:58 +07:00 flash/term61.default.loads
    47         654 Dec 29 2011 16:07:58 +07:00 flash/term65.default.loads
    48         654 Dec 29 2011 16:07:58 +07:00 flash/term70.default.loads
    49         654 Dec 29 2011 16:08:00 +07:00 flash/term71.default.loads
    50         654 Dec 29 2011 16:08:00 +07:00 flash/term75.default.loads
    51         651 Dec 29 2011 16:08:00 +07:00 flash/SCCP31.8-5-3S.loads
    52         650 Dec 29 2011 16:08:00 +07:00 flash/SCCP41.8-5-3S.loads
    53         650 Dec 29 2011 16:08:02 +07:00 flash/SCCP45.8-5-3S.loads
    54         650 Dec 29 2011 16:08:02 +07:00 flash/SCCP70.8-5-3S.loads
    55         650 Dec 29 2011 16:08:02 +07:00 flash/SCCP75.8-5-3S.loads
    56          61 Dec 29 2011 16:08:02 +07:00 flash/SCCP69xx.8-5-3-0.loads
    57           0 Dec 29 2011 09:33:02 +07:00 flash/Desktops
    58           0 Dec 29 2011 09:33:04 +07:00 flash/Desktops/320x212x12
    59      131470 Dec 29 2011 16:08:04 +07:00 flash/Desktops/320x212x12/CampusNight.png
    60       80565 Dec 29 2011 16:08:04 +07:00 flash/Desktops/320x212x12/CiscoFountain.png
    61        8156 Dec 29 2011 16:08:04 +07:00 flash/Desktops/320x212x12/CiscoLogo.png
    62      138278 Dec 29 2011 16:08:04 +07:00 flash/Desktops/320x212x12/FOUNTAIN.PNG
    63         740 Dec 29 2011 16:08:06 +07:00 flash/Desktops/320x212x12/LIST.XML
    64      109076 Dec 29 2011 16:08:06 +07:00 flash/Desktops/320x212x12/MorroRock.png
    65      108087 Dec 29 2011 16:08:06 +07:00 flash/Desktops/320x212x12/NantucketFlowers.png
    66       10820 Dec 29 2011 16:08:06 +07:00 flash/Desktops/320x212x12/TN-CampusNight.png
    67        9657 Dec 29 2011 16:08:08 +07:00 flash/Desktops/320x212x12/TN-CiscoFountain.png
    68        2089 Dec 29 2011 16:08:08 +07:00 flash/Desktops/320x212x12/TN-CiscoLogo.png
    69        7953 Dec 29 2011 16:08:08 +07:00 flash/Desktops/320x212x12/TN-Fountain.png
    70        7274 Dec 29 2011 16:08:08 +07:00 flash/Desktops/320x212x12/TN-MorroRock.png
    71        9933 Dec 29 2011 16:08:10 +07:00 flash/Desktops/320x212x12/TN-NantucketFlowers.png
    72           0 Dec 29 2011 09:33:10 +07:00 flash/Desktops/320x212x16
    73         740 Dec 29 2011 16:08:10 +07:00 flash/Desktops/320x212x16/LIST.XML
    74           0 Dec 29 2011 09:33:10 +07:00 flash/Desktops/320x216x16
    75         740 Dec 29 2011 16:08:10 +07:00 flash/Desktops/320x216x16/LIST.XML
    76           0 Dec 29 2011 09:33:10 +07:00 flash/Ringtones
    77        8224 Dec 29 2011 16:08:10 +07:00 flash/Ringtones/Analog1.raw
    78        8307 Dec 29 2011 16:08:10 +07:00 flash/Ringtones/Analog2.raw
    79        5280 Dec 29 2011 16:08:12 +07:00 flash/Ringtones/AreYouThere.raw
    80        5040 Dec 29 2011 16:08:12 +07:00 flash/Ringtones/AreYouThereF.raw
    81        8206 Dec 29 2011 16:08:12 +07:00 flash/Ringtones/Bass.raw
    82       12240 Dec 29 2011 16:08:12 +07:00 flash/Ringtones/CallBack.raw
    83       16066 Dec 29 2011 16:08:14 +07:00 flash/Ringtones/Chime.raw
    84        8160 Dec 29 2011 16:08:14 +07:00 flash/Ringtones/Classic1.raw
    85       16080 Dec 29 2011 16:08:14 +07:00 flash/Ringtones/Classic2.raw
    86       10800 Dec 29 2011 16:08:14 +07:00 flash/Ringtones/ClockShop.raw
    87        2823 Dec 29 2011 16:08:14 +07:00 flash/Ringtones/DistinctiveRingList.xml
    88        9665 Dec 29 2011 16:08:16 +07:00 flash/Ringtones/Drums1.raw
    89       13610 Dec 29 2011 16:08:16 +07:00 flash/Ringtones/Drums2.raw
    90       15928 Dec 29 2011 16:08:16 +07:00 flash/Ringtones/FilmScore.raw
    91       16244 Dec 29 2011 16:08:16 +07:00 flash/Ringtones/HarpSynth.raw
    92        8245 Dec 29 2011 16:08:18 +07:00 flash/Ringtones/Jamaica.raw
    93       16127 Dec 29 2011 16:08:18 +07:00 flash/Ringtones/KotoEffect.raw
    94       12776 Dec 29 2011 16:08:18 +07:00 flash/Ringtones/MusicBox.raw
    95        8223 Dec 29 2011 16:08:18 +07:00 flash/Ringtones/Piano1.raw
    96       15422 Dec 29 2011 16:08:18 +07:00 flash/Ringtones/Piano2.raw
    97        9360 Dec 29 2011 16:08:20 +07:00 flash/Ringtones/Pop.raw
    98        7200 Dec 29 2011 16:08:20 +07:00 flash/Ringtones/Pulse1.raw
    99        4000 Dec 29 2011 16:08:20 +07:00 flash/Ringtones/Ring1.raw
    100       4000 Dec 29 2011 16:08:20 +07:00 flash/Ringtones/Ring2.raw
    101       4000 Dec 29 2011 16:08:22 +07:00 flash/Ringtones/Ring3.raw
    102       4000 Dec 29 2011 16:08:22 +07:00 flash/Ringtones/Ring4.raw
    103       4000 Dec 29 2011 16:08:22 +07:00 flash/Ringtones/Ring5.raw
    104       4000 Dec 29 2011 16:08:22 +07:00 flash/Ringtones/Ring6.raw
    105       4088 Dec 29 2011 16:08:22 +07:00 flash/Ringtones/Ring7.raw
    106        495 Dec 29 2011 16:08:24 +07:00 flash/Ringtones/Ringlist.xml
    107      10858 Dec 29 2011 16:08:24 +07:00 flash/Ringtones/Sax1.raw
    108      14233 Dec 29 2011 16:08:24 +07:00 flash/Ringtones/Sax2.raw
    109      16100 Dec 29 2011 16:08:24 +07:00 flash/Ringtones/Vibe.raw
    110    8095286 Dec 29 2011 16:08:38 +07:00 flash/apps37sccp.1-3-4-0.bin
    111    2942935 Dec 29 2011 16:08:44 +07:00 flash/apps31.8-5-3TH1-6.sbn
    112    2935993 Dec 29 2011 16:08:48 +07:00 flash/apps42.8-5-3TH1-6.sbn
    113    2935993 Dec 29 2011 16:08:54 +07:00 flash/apps45.8-5-3TH1-6.sbn
    114    2935993 Dec 29 2011 16:09:00 +07:00 flash/apps75.8-5-3TH1-6.sbn
    115    2933329 Dec 29 2011 16:09:06 +07:00 flash/apps41.8-5-3TH1-6.sbn
    116    2933329 Dec 29 2011 16:09:12 +07:00 flash/apps70.8-5-3TH1-6.sbn
    117    2599169 Dec 29 2011 16:09:16 +07:00 flash/APPSH-1.3.3.SBN
    118    2591877 Dec 29 2011 16:09:22 +07:00 flash/APPS-1.3.3.SBN
    119    2118620 Dec 29 2011 16:09:26 +07:00 flash/SYSH-1.3.3.SBN
    120    2103754 Dec 29 2011 16:09:30 +07:00 flash/cvm70sccp.8-5-3TH1-6.sbn
    121    2101414 Dec 29 2011 16:09:34 +07:00 flash/cvm41sccp.8-5-3TH1-6.sbn
    122    2100804 Dec 29 2011 16:09:38 +07:00 flash/cvm45sccp.8-5-3TH1-6.sbn
    123    2100554 Dec 29 2011 16:09:42 +07:00 flash/cvm75sccp.8-5-3TH1-6.sbn
    124    2100286 Dec 29 2011 16:09:46 +07:00 flash/cvm31sccp.8-5-3TH1-6.sbn
    125    2099070 Dec 29 2011 16:09:52 +07:00 flash/cvm42sccp.8-5-3TH1-6.sbn
    126    2083047 Dec 29 2011 16:09:56 +07:00 flash/SYS-1.3.3.SBN
    127    1939872 Dec 29 2011 16:10:00 +07:00 flash/WLANH-1.3.3.SBN
    128    1906272 Dec 29 2011 16:10:04 +07:00 flash/SCCP69xx.8-5-3-0.zz
    129    1892036 Dec 29 2011 16:10:08 +07:00 flash/GUIH-1.3.3.SBN
    130    1887312 Dec 29 2011 16:10:12 +07:00 flash/jar75sccp.8-5-3TH1-6.sbn
    131    1882934 Dec 29 2011 16:10:16 +07:00 flash/jar45sccp.8-5-3TH1-6.sbn
    132    1848343 Dec 29 2011 16:10:20 +07:00 flash/GUI-1.3.3.SBN
    133    1828410 Dec 29 2011 16:10:24 +07:00 flash/jar70sccp.8-5-3TH1-6.sbn
    134    1756328 Dec 29 2011 16:10:28 +07:00 flash/jar42sccp.8-5-3TH1-6.sbn
    135    1628021 Dec 29 2011 16:10:30 +07:00 flash/jar41sccp.8-5-3TH1-6.sbn
    136    1616425 Dec 29 2011 16:10:34 +07:00 flash/jar31sccp.8-5-3TH1-6.sbn
    137    1379535 Dec 29 2011 16:10:36 +07:00 flash/WLAN-1.3.3.SBN
    138     939293 Dec 29 2011 16:10:38 +07:00 flash/TNUXH-1.3.3.SBN
    139     896477 Dec 29 2011 16:10:40 +07:00 flash/TNUX-1.3.3.SBN
    140     537925 Dec 29 2011 16:10:42 +07:00 flash/dsp41.8-5-3TH1-6.sbn
    141     537925 Dec 29 2011 16:10:42 +07:00 flash/dsp70.8-5-3TH1-6.sbn
    142     524969 Dec 29 2011 16:10:44 +07:00 flash/cnu45.8-5-3TH1-6.sbn
    143     524917 Dec 29 2011 16:10:46 +07:00 flash/cnu42.8-5-3TH1-6.sbn
    144     524876 Dec 29 2011 16:10:48 +07:00 flash/cnu75.8-5-3TH1-6.sbn
    145     503753 Dec 29 2011 16:10:48 +07:00 flash/cnu31.8-5-3TH1-6.sbn
    146     500084 Dec 29 2011 16:10:50 +07:00 flash/cnu70.8-5-3TH1-6.sbn
    147     499644 Dec 29 2011 16:10:50 +07:00 flash/cnu41.8-5-3TH1-6.sbn
    148     496521 Dec 29 2011 16:10:52 +07:00 flash/music-on-hold.au
    149     340615 Dec 29 2011 16:10:54 +07:00 flash/dsp31.8-5-3TH1-6.sbn
    150     340615 Dec 29 2011 16:10:54 +07:00 flash/dsp42.8-5-3TH1-6.sbn
    151     340615 Dec 29 2011 16:10:56 +07:00 flash/dsp45.8-5-3TH1-6.sbn
    152     340615 Dec 29 2011 16:10:56 +07:00 flash/dsp75.8-5-3TH1-6.sbn
    153     264368 Dec 29 2011 16:10:58 +07:00 flash/DSP69xx.0-0-0-3.zz
    154     165355 Dec 29 2011 16:10:58 +07:00 flash/B016-1-0-3.SBN
    155     146463 Dec 29 2011 16:10:58 +07:00 flash/B015-1-0-3.SBN
    156      44896 Dec 29 2011 16:11:00 +07:00 flash/BOOT69xx.0-0-0-14.zz
    157      11601 Dec 29 2011 16:11:00 +07:00 flash/CME-8-0-Full-Readme-v.1.0.txt
    158       5134 Dec 29 2011 16:11:00 +07:00 flash/7970-71-75-Background-readme-v1.txt
    159       1916 Dec 29 2011 16:11:00 +07:00 flash/MISC-1.3.3.SBN
    160          0 Dec 29 2011 09:44:30 +07:00 flash/GUI
    161       1029 Dec 29 2011 16:39:40 +07:00 CiscoLogo.gif
    162       1019 Dec 29 2011 16:39:40 +07:00 CME_GUI_README.TXT
    163        953 Dec 29 2011 16:39:40 +07:00 Delete.gif
    164      16344 Dec 29 2011 16:39:40 +07:00 dom.js
    165        864 Dec 29 2011 16:39:40 +07:00 downarrow.gif
    166       6315 Dec 29 2011 16:39:42 +07:00 ephone_admin.html
    167       4558 Dec 29 2011 16:39:42 +07:00 logohome.gif
    168       3978 Dec 29 2011 16:39:42 +07:00 normal_user.html
    169      78428 Dec 29 2011 16:39:42 +07:00 normal_user.js
    170       1347 Dec 29 2011 16:39:42 +07:00 Plus.gif
    171        843 Dec 29 2011 16:39:44 +07:00 sxiconad.gif
    172        174 Dec 29 2011 16:39:44 +07:00 Tab.gif
    173       2496 Dec 29 2011 16:39:44 +07:00 telephony_service.html
    174        870 Dec 29 2011 16:39:44 +07:00 uparrow.gif
    175      10230 Dec 29 2011 16:39:44 +07:00 xml-test.html
    176        481 Dec 28 2011 13:05:32 +07:00 SCCP69xx.9-2-1-0.loads
    177      45308 Dec 28 2011 13:05:58 +07:00 BOOT69xx.0-0-0-14.zz.sgn
    178     224952 Dec 28 2011 13:06:24 +07:00 DSP69xx.0-0-0-8.zz.sgn
    179    2725992 Dec 28 2011 13:06:52 +07:00 SCCP69xx.9-2-1-0.zz.sgn
    180       3412 Dec 29 2011 16:39:46 +07:00 xml.template
    182     177314 Feb 17 2012 01:15:36 +07:00 crashinfo_20120217-011536-ict
    183     237859 Mar 8 2012 15:54:52 +07:00 crashinfo_20120308-155452-ict
    184     214488 Mar 28 2012 05:00:24 +07:00 crashinfo_20120328-050025-ict
    185     216265 Apr 19 2012 08:43:58 +07:00 crashinfo_20120419-084359-ict
    186        720 Dec 12 2012 15:57:10 +07:00 vlan.dat
    187     215451 May 30 2012 23:40:52 +07:00 crashinfo_20120530-234053-ict
    188     221236 Jun 21 2012 00:02:30 +07:00 crashinfo_20120621-000230-ict
    189     263610 Jul 19 2012 17:10:52 +07:00 crashinfo_20120719-171052-ict
    190      17026 Dec 27 2012 11:01:50 +07:00 pre_autosec.cfg
    67989504 bytes available (192163840 bytes used)
    4. sh
    (config-ephone)#type ?
      12SP    12SP+ and 30VIP phones
      6901    Cisco IP Phone 6901
      6911    Cisco IP Phone 6911
      6921    Cisco IP Phone 6921
      6941    Cisco IP Phone 6941
      6945    Cisco IP Phone 6945
      6961    Cisco IP Phone 6961
      7902    Cisco IP Phone 7902
      7905    Cisco IP Phone 7905
      7906    Cisco IP Phone 7906
      7910    Cisco IP Phone 7910
      7911    Cisco IP Phone 7911
      7912    Cisco IP Phone 7912
      7920    Cisco IP Phone 7920
      7921    Cisco IP Phone 7921
      7925    Cisco IP Phone 7925
      7926    Cisco IP Phone 7926
      7931    Cisco IP Phone 7931
      7935    Cisco IP Conference Station 7935
      7936    Cisco IP Phone 7936
      7937    Cisco IP Conference Station 7937
      7940    Cisco IP Phone 7940
      7941    Cisco IP Phone 7941
      7941GE  Cisco IP Phone 7941GE
      7942    Cisco IP Phone 7942
      7945    Cisco IP Phone 7945
      7960    Cisco IP Phone 7960
      7961    Cisco IP Phone 7961
      7961GE  Cisco IP Phone 7961GE
      7962    Cisco IP Phone 7962
      7965    Cisco IP Phone 7965
      7970    Cisco IP Phone 7970
      7971    Cisco IP Phone 7971
      7975    Cisco IP Phone 7975
      7985    Cisco IP Phone 7985
      8941    Cisco IP Phone 8941
      8945    Cisco IP Phone 8945
      CIPC    Cisco IP Communicator
      IP-STE  SCCP IP STE
      anl     SCCP Gateway (AN)
      ata     ATA  phone emulation for analog phone
      bri     SCCP Gateway (BR)
    I should go to next step ?
    Thank You
    Sarawut Sampaothong

    Hi Jorge,
    http://www.cisco.com/en/US/products/sw/voicesw/ps4625/products_configuration_example09186a00808f33eb.shtml
    Voice Register Global Parameters Configuration
    voice register global                    
    mode cme 
    !--- Set Cisco IOS SIP registrar to CME mode.
    source-address 192.168.10.1 port 5060
    !--- Set the source address for phone registration.
    max-dn 20
    !--- Set max extensions.
    max-pool 10
    !--- Set max phones.
    load 7970 SIP7 SIP70.8-2-1S
    !--- Specify phone loads for each phone type.
    load 3911 SIP3951.8-0-2-9
    !--- Specify phone loads for each phone type.
    authenticate register
    !--- Set authentication for phone registration.
    authenticate realm cisco.com
    tftp-path flash: 
    !--- Specify path for tftp files.
    create profile
    !--- Create configuration files for all phones.
    dialplan-pattern 1 4085251... extension-length 3 
    !--- Configure dial-plan pattern for the system.
    step . 1  I uplaod  APP3905.9-2-1-0.zz  and CP3905.9-2-1-0.loads to flash .
    step . 2
    I config
    (config-register-global)#load ?
      3905       Select the firmware load file for 3905
      3911       Select the firmware load file for 3911
      3951       Select the firmware load file for 3951
      6901       Select the firmware load file for 6901
      6911       Select the firmware load file for 6911
      6921       Select the firmware load file for 6921
      6941       Select the firmware load file for 6941
      6945       Select the firmware load file for 6945
      6961       Select the firmware load file for 6961
      7905       Select the firmware load file for 7905
      7906       Select the firmware load file for TNP 7906 phone
      7911       Select the firmware load file for TNP 7911 phone
      7912       Select the firmware load file for 7912
      7941       Select the firmware load file for TNP 7941 phones
      7941GE     Select the firmware load file for TNP 7941GE phones
      7942       Select the firmware load file for TNP 7942 phones
      7945       Select the firmware load file for TNP 7945 phones
      7960-7940  Select the firmware load file for Telecaster 7960 & 7940 phones
      7961       Select the firmware load file for TNP 7961 phones
      7961GE     Select the firmware load file for TNP 7961GE phones
      7962       Select the firmware load file for TNP 7962 phones
      7965       Select the firmware load file for TNP 7965 phones
      7970       Select the firmware load file for TNP 7970 phones
      7971       Select the firmware load file for TNP 7971 phones
      7975       Select the firmware load file for TNP 7975 phones
      8941       Select the firmware load file for 8941 phones
      8945       Select the firmware load file for 8945 phones
      8961       Select the firmware load file for RT 8961 phones
      9951       Select the firmware load file for RT 9951 phones
      9971       Select the firmware load file for RT 9971 phones
      ATA        Select the firmware load file for ATA
      ATA-187    Select the firmware load file for ATA-187
    Netbright_Router(config-register-global)#load 3905 ?
      WORD  firmware filename for 3905 [without .loads]
    (config-register-global)#load 3905 CP3905.9-2-1-0
    step 3 . all step Voice Register Global
    I should go to next step ?
    Thank You
    Sarawut Sampaothong

  • Manual Upgrade from Oracle 10.2.0.4 to 11.2.0.2

    we are planning oracle DB version from oracle 10.2.0.4 to 11.2.0.2 , we are doing in AIX BOX.
    Below is steps can some one clarify if something is missing.
    1)Cold backup
    2)Start the db and change it into no archivelog mode
    3)shut db
    4)start in Upgrade mode
    5)run catupgrd.sql
    6)normal startup of DB
    7)run catuppst.sql
    Can someone help me in upgrading timezone file in the process. where to have this step fit in.?

    916610 wrote:
    Yes, we have a specific reason to do the manual upgrade due to the semantics(in char) issue in the current db. which has bugs in the 10gr2 , hence we are upgrading in manual method.Pl post a link to this issue
    DBUA does exactly what the manual upgrade does, except that it is automated. They are not different processes.
    Thanks
    Srini

  • Manual Upgrade

    Hi ,
    My database version is 9.2.0.4.0 on sun solaris with below version:
    $ uname -r
    5.10
    $ uname -a
    SunOS cidcsinfdev01 5.10 Generic_141444-09 sun4u sparc SUNW,SPARC-Enterprise
    $
    My database size is 400 gb.
    Now i want to manually upgrade my database from 9.2.0.4.0 to 10g on different sun solaris server with same version.
    So please let me know difffernet upgarade option with fulll details.
    Thanks in advance.
    Please let me know the best

    At a high level, these are the steps -
    1. Install 10gR2 software on new server, patch it up to 10.2.0.4 and apply the latest CPU patches
    2. Shut down 9i database and optionally take a full cold backup.
    3. Copy configuration and database files from old server to new server.
    4. Perform the upgrade on the new server.
    5. After verifying upgrade is successful, delete 9i ORACLE_HOME and database from old server.
    See the steps detailed here - http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/upgrade.htm#i1011600
    MOS Doc 316889.1 - Complete Checklist for Manual Upgrades to 10gR2
    HTH
    Srini

  • Upgradation steps for FSG Reports from 11.5.10 to 12i and probable issues.

    Hey i have one issue,
    we are planning to upgrade FSG from 11.5.10 to 12i
    i need steps to upgarde and what are probable issue while upgardation of FSG Reports.
    If you have any link or document where we can see this its most welcome.
    Many Thanks
    Swapnil

    Hi Swapnil ,
    All upgrade steps (also for FSG if available) should be listed in the following manual:
    Oracle® Applications
    Upgrade Guide: Release 11i to Release 12
    Release 12
    Part No. B31566-01
    Thanks,
    KAR

Maybe you are looking for

  • Only a few contacts in my gmail accounts show up in my contacts accounts. How do i get them all?

    I have 5 email accounts hosted by Google and set up on my Thunderbird. I have installed a number of plugins such as gContactSync, Addressbook Tab. Contact Photos, Google Contacts and ThunderSync... Yet I only have a few of over 4,000 contacts showing

  • Itunes not playing

    to all, today, itunes wont play any of my music in the library. i have checked all the soundcard propertis, but when i click on a file to play it, the bar at the top saying how much has played and how much is left etc, doesn't move. i have had the pr

  • Installing more than 5 devices...

    How do you enable more than 4 devices on the MSI-6580? e.g I have 2 cd-rom drives and two hard disks. How do i install a new hard disk?

  • Weekly off is getting paid

    We have Work Schedule Rule in which Tuesday is a weekly  off .Now on 25th Sep ,Tuesday is the Paid/Holiday.But because of weekly off,we dnt pay the employee.But in system its paying for that day.

  • Creative Sync Manager crashes, ZE

    Great player but the software is horrible. I can't even believe that Creative would allow this to be shipped if so many people are having problems with the Creative Sync Manager crashing. I even debated returning my Zen W because of the horrible soft