Steps to upgrade vsom from 6.3 to 7.2

Hi All.
one of our customer needs to upgrade his existing vsom and vsms from 6.3 to 7.2 and he
has purchased the below licenses and he dont need any of the existing data.
L-CPS-M-OM-SW7
L-CPS-M-MS-SW7
L-CPS-M-SASD-7.
as this is the first time I am upgrading to 7.2 can anyone please help me in this regard with simple steps to upgrade to 7.2 and do we need any other things apart from the above licenses

Looking at your licensing, it appears that you have a fairly simple environment. If so, this doesn't have to be complex at all since the customer doesn't need any of the existing data. The simple solution would be to document your settings, approach this as a fresh install, and put your settings back.This will bypass any need for migration tools that might be needed to convert your database and save archives. I have no experience with these tools, so I'm not sure of their full capabilities.
About a year ago, due to learning the system and some poor configuration choices on the disk, I needed to migrate my 7.0 cameras to a new 7.2 system that was configured correctly. Here's how I did it.
1) Document, document, document. Take screenshot of all your settings. Take a backup of the database. Document the number of cameras you have, the number of templates, number of encoders, etc. This data will be used for verification after your migration.
2) Connect to the MySQL database and write queries to obtain the necessary information that is needed to do a bulk import (using Excel) of your cameras, encoders, templates, etc. Below is the SQL I used for my IP cameras. Note: Since analog cameras are configured differently, I used a seperate SQL for these. You should have a seperate SQL for each device type. Copy the results into an Excel spreadsheet.
****** List IP Cameras **********************
select a.name, a.model,
       d.ipaddress,
       e.name as 'Template',
       f.name as 'Server',
       (select name from groupinfo where objectid = a.location_objectid) as 'location',
       (select name from groupinfo where objectid = a.pointtolocation_objectid) as 'pointToLocation'
from camera a,
     networkconfig b, networkconfig_network_interface c, network_interface d,
     devicetemplate e,
     server f
where a.networkconfig_objectid=b.objectid and
      b.objectid=c.networkconfig_objectid and
      a.networkconfig_objectid=b.objectid and
      c.networkinterfaces_objectid=d.objectid and
      a.devicetemplate_objectid=e.objectid and
      a.managedby_objectid=f.objectid and
      a.objecttype=6
order by location; 
3) Build out the new system using VMWare (or some other virtualization solution) to test your configurations that you saved in Excel. (This will also let you get the new spreadsheets so you can know what data you need for the import.) This will help you ensure that you do not have any syntax errors. For us, we were migrating from virtual to virtual, so the system we tested on became our new PROD and we simply deleted the old VMs after verifying the new worked. Do not have your cameras run on both systems though. From my experience, you will be fine to pre-provision the cameras to the test system, but do not have streams going to both simultaneously.
4) After you have tested your install and configurations, perform a full install on your Production system and load your configs.
This process worked extremely well for me because we have a fairly simple configuration. All our cameras are Cisco except for a few analog cameras that have been connected to Cisco-encoders. We have only two templates, which we documented manually instead of writing SQL since there were so few. Since we were virtualized, we could easily keep PROD up while we pre-provisioned the new system. If something didn't work, we could easily revert to the old system. I highly recommend testing this in a virtual lab first, because from my experience, I had to go through a couple of iterations in my SQL code to format the data and capture what was needed properly. The syntax can be a bit tricky your first time through. Also, verify (using the 7.2.1) release notes that all your devices are supported and at a supported level of code. For us, some of our cameras were not at supported levels and experienced dropped frames every few seconds until we upgraded these to supported code.
If your config is complex and you don't feel comfortable with the above steps, I recommend going with Scott's solution and seek help from a third party. Also, according to my recent conversation with TAC, skip 7.2.0 and go straight to 7.2.1. Apparently, there was a bad bug in the first one that, if encountered, could result in the loss of archives.
Hope this helps.

Similar Messages

  • Steps to upgrade database from 9i to 10g on 11.5.9

    Hi Guys,
    I hope you are all doing ok.
    please I need to upgrade my database from 9.2.0.6 to
    10G (version 10.2.0.2)
    platform is : 11.5.9
    OS: Solaris
    Please what are the steps to do this and is there a
    documentation or metalink note for this upgrade?
    Thanks in advance

    Follow the latest 10gR2/11i Interoperability Notes (362203.1)
    Oracle Applications Release 11i with Oracle 10g Release 2 (10.2.0)
    http://metalink.oracle.com/metalink/plsql/showdoc?db=NOT&id=362203.1
    10.2.0.3 is the latest certified release. On Solaris, there will be many new ORA-00600 errors if you do not apply the following 2 patches (5871314 & 5892355) from this note:
    ORA-600 [22635] and ORA-600 [KOKEIIX1] Reported While Upgrading Or Patching Databases To 10.2.0.3
    http://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=412271.1

  • Steps to upgrade dbconsole from 10.2.0.1 to 10.2.0.4

    Hi All,
    I am using oracle 10gR2 base version - 10.2.0.1. My collegue has upgrade it to 10.2.0.4. So when I login to the database and check the comp_name,status and version it showing me 10.2.0.4 for all componets and from v$version it showing 10.2.0.4 but when check the status of emctl status dbconsole it showing only 10.2.0.1.
    I have no idea why DBconsole showing 10.2.0.1 when other component showing 10.2.0.4.
    Is there any procedure through which I can upgrade only DB control to 10.2.0.4?
    If anyone having idea then please let me know.
    Thanks in advance...

    Sybrand,
    Thanks for your response.
    please see the below query output : oem --> version =10.2.0.4 and stauts=valid.
    if oem upgraded to 10.2.0. 4 and in valid status then how the dbconsole reside on 10.2.0.1? How should I interpret this situation?
    please guide me.
    select comp_name,status,version from dba_registry;COMP_NAME VERSION STATUS
    Oracle Enterprise Manager 10.2.0.4.0 VALID
    Thanks.
    Edited by: user12039625 on Feb 15, 2011 2:08 AM

  • Steps to upgrade RMAN catalog schema from 10.2.0.4  to  11.1.0.7

    I am looking for steps to upgrade our catalog database schema from 10.2.0.4 to 11.1.0.7. We want to register our prod 11g target database into our EM Repository 10.2 catalog database.
    Can you please refer to doc / metalink note to upgrade 10.2 database catalog schema to 11g schema?
    Thanks in advance.

    See this article:
    http://download.oracle.com/docs/cd/B28359_01/backup.111/b28270/rcmcatdb.htm#i1007125
    Werner

  • Steps to upgrade Oracle database from 11.2.0.3.8 to 11.2.0.4.0

    Hi Support,
    Could anyone please provide the steps to upgrade Oracle Database EE from 11.2.0.3.8 to 11.2.0.4.0.
    Thanks
    Imtiyaz

    You will need to install 11.2.0.4 into a new ORACLE_HOME, apply the latest 11.2.0.4 PSU patch to the new ORACLE_HOME (see MOS Doc 1454618.1) and then follow the steps in the Upgrade Guide
    http://docs.oracle.com/cd/E11882_01/server.112/e23633/upgrade.htm#UPGRD003
    see MOS Doc 1189783.1

  • What are the steps to upgrade oracle clusterware from 10.2.0.4 to 11.2.0.2.

    We have two node clusterware installed and we want to upgrade the oracle clusterware from 10.2.0.4 to 11.2.0.2 can any one share the steps for upgrade.
    Regards
    Naveen Dutt

    Hi Rajeys,
    I read all the documents but i was not able to find the information that i was looking. Below i am providing my cluster node configuration and version -
    1) No of Node in cluster - 2 (node1 ,node2)
    2) OCR (clusterware) version - 10.2.0.4
    3) Storage type - NAS storage (we are not using ASM).
    Now link provided by you is to upgrade ASM from 10.2.0.3 to 11GR2 but we are not using ASM as storage we are using NAS storage. Do we have any link or document that help me to upgrade oracle clusterware only without ASM from version 10.2.0.4 to 11.2.0.2 .
    Thanks in advance
    Regards
    Naveen Dutt

  • Steps to upgrade BI apps RPD from 7.9.60 to 7.9.6.3

    If anyone successfully upgraded RPD from 7.9.6.0 to 7.9.6.3 and merged the RPD, please let me know the steps to follow.
    Thanks,BI Apps

    You need to upgrade the rpd to latest version using ua.bat and then follow the steps as in the link
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/biee/r1013/merge/merge.html
    Pls mark if helps
    Edited by: Srini VEERAVALLI on Jan 19, 2013 10:59 AM

  • Steps to Upgrade from DS 5.1 SP2 to DS 5.2 SP6

    Hi Everyone,
    Could someone please provide me with the steps to upgrade the server from Sun One Directory Server 5.1 SP2 to Sun One Directory Server 5.2 SP6. Please provide me with the documentation if any.

    Follow this guide.
    http://docs.sun.com/source/816-6699-10/migrate.html#14992
    -Akshay

  • Steps to upgrade from 8i  to 10g

    i look for some documents about this topic 'steps to upgrade from 8i to 10g' but i couldn't find in the site...
    would you mind tell me where can i find a complete document , or if you can tell me in details please.
    thanks alot in advance

    http://download-west.oracle.com/docs/cd/B14117_01/server.101/b10763/toc.htm
    Nicolas.

  • Steps to upgrade from 8.81 PL01 to 8.81 PL05

    Hi,
    Please could someone help with steps to upgrade SAP Business One from 8.81 PL01 to 8.81 PL05. I have the 8.81 PL 05 downloaded available with me now.
    Thanks in advance!!!!

    Hello
    Steps:
    1. Extract patch
    2. Open patchreadme and read the first page, You can see the following:
    You can upgrade your SAP Business One to 8.81 PL05 from the following versions:
    o 8.8 PL21 and lower
    it means you can go ahead from 8.8 PL 01 to 8.81 PL 05
    Start upgarde exe, and follow the instructions on the screen. Basically you must upgrade everything.
    Regards
    János

  • Steps to upgrade my Oracle version from 11.1.0.6 to 11.2.0.1 in windows.

    Can anyone help me with the steps to upgrade my Oracle version from 11.1.0.6 to 11.2.0.1 in windows.
    Thanks in advance.

    If you are going to upgrade, you should upgrade to the latest 11gR2 patchset (currently 11.2.0.4). At a high level -
    1. Install 11.2.0.4 into a new separate ORACLE_HOME - see MOS Doc 1562139.1 and Contents
    2. Apply the latest 11.2.0.4 PSU bundle available for Windows - see MOS Doc 1454618.1
    3. Use DBUA to perform the upgrade - MOS Doc 870814.1 and Contents
    Also see
    MOS Doc 1645862.1

  • Need steps to Upgrade from Oracle 10.2.0.3 to 10.2.0.4

    Hi Experts,
    We have some databse of diffrent version running on the same host.
    Two oracle homes are there on that host 1.) one for the databases running on Oracle 10.2.0.3 .
    2.) 2nd one for the databases running on Oracle version 10.2.0.4.
    Now we are planning to upgrade the oracle database running on 10.2.0.3 to 10.2.0.4 on the sane host.
    My question is How to upgrade the database from 10.2.0.3 to 10.2.0.4 by using the current oracle home already used by the databases of version 10.2.0.4 on the same host.
    OS is HPUX
    /db/oracle/10.2.0.4/ --- Host 1
    /db/oracle/10.2.0.3/ ---Host1
    What steps i need to execute.
    Thanks in advance.
    Sunil
    Edited by: user644339 on Sep 20, 2010 10:47 AM

    Get hold of the upgrade / install notes from the 10.2.0.4 patch and read them. If you go to the metalink site you can download the notes by themselves if
    you don't have the patch file lying around.
    Essentially what you want to do is shutdown the database in the old Oracle home and then start it up in the new oracle home so you can upgrade it.
    1) back it up!
    2) run any pre-upgrade checks - see 10.2.0.4 patch notes.
    3) shutdown database - see 10.2.0.4 patch notes
    4) move/copy init<SID>.ora,spfile<SID>.ora, orapw<SID> files for the instance to the new Oracle Home see $ORACLE_HOME/dbs
    NOTE: you can ensure you are not starting the database using the OLD Oracle Home by moving the files out of the OLD $ORACLE_HOME/dbs directory
    or renaming them ( but don't delete them incase you need to back out ).
    5) update your /etc/oratab file and tnsnames.ora file / listener.ora files ( if applicable ) $ORACLE_HOME/network/admin
    6) update any enviroment settings / scripts you have for setting up your environment.
    7) start database using the NEW Oracle Home ( check and set environment variables ) "using" the upgrade procedure from the the 10.2.0.4 patch notes.

  • 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

  • Steps to upgrade Bw Objects from BW 3.5 to BW 7.0

    I have upgraded a NW2004(BW3.5) system to NW2004s(BW 7.0) .
    After upgrade i see that the infocubes, infoobjects are still in BW 3.5 Concept itself.
    When i open each object and save it , it is changing to BW 7 Object. But there are about 10000 objects. Please let me know the steps to upgrade the Objects to BW 7.0

    Just upgrade.
    There are some guides in service.sap.com and lots of notes on upgrade.
    Reg efforts, it is totally dependent on the  no of objects, etc to upgrade / convert and so many other factors. Even a rought estimate will not be possible without the knowledge of the system.
    Ravi Thothadri

  • Facing Parse Errors after upgrading database from 10g to 11g

    Hi,
    We are facing parse errors in the SQL's after upgrading database from 10g to 11g.
    Kindly look into below parse errors.
    ********************************** Parse Error *****************************************************
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Tue Aug 13 14:13:10 2013
    kksfbc 16173533: parse err=942 hd=3c387c4028 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    Select feature from toad.toad_restrictions where user_name=USER or user_name in ( select ROLE from sys.session_roles)
    kksfbc 16173533: parse err=942 hd=3c97d83648 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT password
    FROM SYS.USER$
    WHERE  0=1
    kksfbc 16173533: parse err=6550 hd=35185e4278 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        30  anonymous block
    319e277050        57  anonymous block
    PARSE ERROR: ospid=29813, error=6550 for statement:
    BEGIN sys.dbms_profiler."146775420110782746251362632012"; END;
    kksfbc 16173533: parse err=942 hd=3c142d8600 flg=20 cisid=3266 sid=3266 ciuid=3266 uid=3266
    ----- PL/SQL Stack -----
    ----- PL/SQL Call Stack -----
      object      line  object
      handle    number  name
    319e277050        67  anonymous block
    PARSE ERROR: ospid=29813, error=942 for statement:
    SELECT 1 FROM plsql_profiler_data WHERE 0 = 1
    Please help.
    Regards
    Suresh

    Hi Suresh,
    Apologies for misunderstanding..
    Tue Aug 13 14:13:08 2013
    kksSetBindType 16173533-2: parse err=1446 hd=3c73061fb8 flg=100476 cisid=173 sid=173 ciuid=173 uid=173
    PARSE ERROR: ospid=15598, error=1446 for statement:
    SELECT ROWID,ORGANIZATION_CODE,PADDED_CONCATENATED_SEGMENTS,PRIMARY_UOM_CODE,REVISION,SUBINVENTORY_CODE,TOTAL_QOH,NET,RSV,ATP,ORGANIZATION_NAME,ITEM_DESCRIPTION,INVENTORY_ITEM_ID,ORGANIZATION_ID,LOCATOR_ID,LOCATOR_TYPE,ITEM_LOCATOR_CONTROL,ITEM_LOT_CONTROL,ITEM_SERIAL_CONTROL FROM MTL_ONHAND_LOCATOR_V WHERE (INVENTORY_ITEM_ID=:1) and (ORGANIZATION_ID=:2) order by ORGANIZATION_CODE,SUBINVENTORY_CODE,REVISION, organization_code, padded_concatenated_segments
    Assuming you see the above error message in the alert log file, which was your original post, follow the below steps:
    1 Get the 'ospid' value from the error
    2. Issue the below command:
    SQL> select request_id,ORACLE_PROCESS_ID
      2 from fnd_concurrent_requests
      3 where request_id = 15598;
    3. After obtaining the request_id
    4, Query it from the front-end using SYSADMIN responsibility
    Hopefully this should get you the respective concurrent report/program.
    Thanks &
    Best Regards,

Maybe you are looking for

  • How can I install Camera Raw 7.1?

    I have download Camera Raw 7.1 for Elements 10 to process Sony NEX7 Raw file. It comes out a AdobePatchInstaller and two support folders. When I execute the Installer, it asked to download the new Adobe Application Manager, I did. But I still can not

  • How do I get rid of this yellow box with my name/address that is stuck at top of my screen?

    I have this annoying yellow box at the top of my screen.  I am guessing my baby girl was typing on the computer and hit some combination because now I have this yellow box on the top of the screen with my name and address in it and I can't move it or

  • Netweaver 7.01 ABAP trial version is missing full BW7 functionality?

    Hi, I have successfuly installed 7.01 ABAP on my Vista laptop. But I noticed it is missing the BW7 frontend functionality such as Bex Web Analyser, Report Designer, etc. These are all Java based. So i must be missing the java stack as well as the fro

  • Help with the 7370 anyone?

    Can anyone tell me whether it has some kind of message counter on it? Thanks. xxxxx

  • MAIL FREEZES

    I just upgraded to Leopard and the first problem I encountered was that mail won't exit and none of my email addresses work. I have several work related accounts and none of them seemed to work. I deleted the accounts so that I could rebuild them man