How to move calendar database

the installation has placed the csdb folder on the system disk. we would like to relocate this to an alternative device if possible. can you outline the procedure for relocating the calendar database?

navvith wrote:
the installation has placed the csdb folder on the system disk. we would like to relocate this to an alternative device if possible. can you outline the procedure for relocating the calendar database?This is straight-forward enough:
1) Stop Calendar e.g.
./stop-cal
2) Move csdb/ directory to new location on alternative device e.g.
mv /var/opt/SUNWics5/csdb /some/new/location/
3) Create symlink for old csdb directory to new location e.g.
ln -s /some/new/location/csdb/ /var/opt/SUNWics5/csdb
4) Start Calendar e.g.
./start-cal
Regards,
Shane.

Similar Messages

  • How to move SQL database from one location to another location i.e. from C' drive to D' drive

    Hi, How to move SQL database from one location to another location i.e. from C' drive to D' drive ? please share some link.
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    According to your description, my understanding is that you want to move databased from C drive to D drive.
    You can detach Database so that the files become independent, cut and paste the files from source to destination and attach again.
    There are two similar posts for your reference:
    http://mssqltalks.wordpress.com/2013/02/28/how-to-move-database-files-from-one-drive-to-another-or-from-one-location-to-another-in-sql-server/
    http://stackoverflow.com/questions/6584938/move-sql-server-2008-database-files-to-a-new-folder-location
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to move a database to another server

    Hi - I am new to Oracle and am used to SQL Server. In SQL Server there was a DETACH and ATTACH DATABASE command that would allow you to make a copy of a database and all structures including triggers, procedures, indexes etc. Make a copy and reattach the database on the new server. I assume that the same is possible in Oracle but I can't seem to find the equivilent command(s). So how does one move a database? I take it that the SQL Server equivilent to database is in Oracle called a schema? Other than creating a sql script for each object, is there a overall process to move my application?

    You could do one of the following:
    1) Create a full export, create a another database with a script or DBCA, create the appropriate sized tablespaces, import to the new database.
    2) If you are copying to the same OS you could shutdown the database, copy all the datafiles, logfiles, control files, etc. to the appropriate locations, rename the datafiles, control files, etc. as needed, and open the database.
    3) Use RMAN to duplicate the database if it has been backed up using the RMAN utility.
    4) If you already have a backup of all the datafiles, logfiles, control files, etc. from a backup you could copy those to the appropriate locations, rename the files as needed, and open the database.
    I would suggest changing the database name. I can go into more detail on any of these if needed.

  • How to move SQL database from one host to another ?

    Hi,
    We need to move the database of P1 7.0 from one host to other.Please advice if there are any documents I can refer for this operation.
    I believe if we maintain the same host name for the new system it is just database movement and PI should not even be aware of this operation!!
    Thanks & Regards
    Mrutyunjay

    Hi,
          We have a system R / 3 Enterprise Edition 47x200 running with Microsoft SQL Server 2005.
         Copy the BD in another machine (server), then applied script note 551915 (user_restore.sql) and finally proceeded to install the central instance of SAP (sapinst) with existing database option, but it does not appear that the error attached:
    Errors during EMP database check on produccion4; reported errors:
    Error by Compatibility level check: Database EMP has wrong compatibility level
    Error by Dbo objects check: Database EMP contains user objects belonging to system user dbo
    ; correct reported errors before continuing with the installation
         hope someone can give us some help on diagnosing the issues, thaks.
    Best regards,
    Christian Astete.

  • How to move a database that is part of the replication setup

    Hi,
    We run bi-directional replication, setup as a "hub-spoke" , currently there is two active spoke databases, database version is 10.2.0.4
    The hub database needs to be moved to another server with another OS.
    How can we achieve this without having to re-instatiate the spokes?
    I can think of:
    exp/imp - probably not possible?
    Copy database files - the move is between servers with different endien, but RMAN convert can solve this?
    Can we create a a physical DG on the hub database, and even make the move more or less "online"?
    Please advice on the best way to move the hub database.
    regrds Curt

    Hi Curt,
    For RMAN convert, you need to have the same endian format for both the OS. Lets say if you are trying to move from Solaris 64bit (SPARC) to Linux 32bit/64bit then you can not use RMAN Convert since Solaris SPARC 64bit uses BIG Endian format while Linux (32/64bit) uses LITTLE Endian.
    I had a similat situation with Advanced Replication (not with streams) where we ended up in re-creating the Advanced Replication Setup. The export/import did not work since export/import will re-create the objects with a different object identifiers in the new database while the metadata refers to the old object identifiers.
    So the best option I see would be to move the hub and re-instantiate (just about setting the instantiation scn).
    Thanks,
    Rijesh

  • Sharepoint 2010 - how to move content database when RBS (remote blob storage) is enabled

    Good day.
    I have two Sharepoint Server 2010 instances - test and production.
    i've turned on RBS(remote blob storage) on test. In future i want to copy content database from prod to test. What should i do, if RBS is not enabled on production?
    And second question. After RBS is on, all new files moves to external storage. I want to move to ext storage files, that already exists in my content DB. I found that i need to create second filestreamprovider
    and execute Migrate() for new provider. Can i do this for first provider without creating second?

    Why dont you plan to use Site backup then instead of database backup
    In your case you will have to restore the backup to a RBS enabled SQL server. Then remove RBS from that database.
    http://technet.microsoft.com/en-us/library/ff628259%28v=office.15%29.aspx
    http://technet.microsoft.com/en-us/library/ff628257%28v=office.14%29.aspx
    $site=Get-SPSite "<http://yourSiteURL>"
    $rbss=$site.ContentDatabase.RemoteBlobStorageSettings
    $rbss.SetActiveProviderName("")
    If this helped you resolve your issue, please mark it Answered

  • How to move only subset of data from one database to another?

    Both source & destination are Oracle11g databases.
    The requirement details are as below,
    1) The database contains static as well as transactional data for telecom domain.
    2) We have to move region-wise data from one database to another.
    3) There are around 10 regions.
    4) The region wise data extraction from source db is based on around 40 to 50 tables. Rest of the tables contains
    static data & it will not change.
    5) The volume is around 1 million subscribers per region.
    6) The migration is required because
    a) The client is upgrading its base product which uses this database
    b) There is a change in structure of static tables
    c) Hardware upgrade
    d) The client want to start with single region on new database & rest of the regions will be operated from old
    database.
    7) Keep execution time to very minimum.
    I am thinking to have solution as below,
    1) Create destination database with upgraded db structure (as mentioned in 6b)
    2) Create database links to access source db in destination db.
    3) Write SQL queries to fetch data from all the respective tables for a specific region
    4) Write separate PL/SQL blocks for each table to fetch data from source db & insert into respective table in
    destination db
    a) Use FOR ALL & bulk collect to improve the performance
    b) Divide table data into multiple chunks & execute parallel batches (around 10) to insert the data
    5) Validate pre & post counts to verify the success of migration
    Is there any other better way?
    Regards,
    Sandeep

    How to move only subset of data from a partiular table by using transportable tablespace?
    E.g. SUB table using SMP_SUB tablespace contains subscriber data in source database.
    The indexes defined on SUB table are under SMP_IDX_SUB tablespace
    The subscribers data can be categorized by different regions, say region_id column. Then how to move data & indexes of SUB table from source db to destination db?
    any specific example would be helpful.

  • How to move worksheet saved on database from one instance to another?

    Hi Every one,
    How to move worksheet or workbook saved on database from Discoverer plus from one instance to other instance?
    Is there any way to save a workbook or work sheet on to local drive from discoverer plus.?
    Thanks
    santhosh

    Hi,
    You have 2 options: use Discoverer Administrator to export/import the workbook; or use Discoverer Desktop to save the workbook to the local drive.
    You cannot save a workbook to the local drive using Discoverer Plus.
    Rod West

  • How to move database objects from one user to another user

    Could someone help how to move database objects from one user to another user
    Thanks in advance

    Thanks a lot for the reply.
    Actually I wanted to know whether there is any command to change the owner ship of the table.
    For ex table1 belongs to user1. can the owner of table1 to be changed to owner2.
    directly using an oracle command. I knew that it can be done using import and export, since the table was 200 million thought the rename command would be faster instead of import and export.
    Thanks Billy for letting me know that it is not possible using oracle query.

  • How to move CR 2008 CMS database to a different SQL Server

    I am trying to figure out how best to do this..all of the help articles discuss moving from XI to server 2008.. I already have 2008 running with a CMS database.. but I need to move the database to a new SQL box.  I have looked at the import wizard and the database migration, but wasn't sure those were the right tools.
    If anyone has done this... would appreciate some help.  If it is as simple as changing the DSN on CR Server.. already hanging my head in shame..
    To clarify.. I know how to restored the SQL database on the new server.. unclear how to make CR Server aware of the change
    Edited by: Vicki Texeira on Aug 10, 2011 11:23 PM

    Hi,
    As i understand you want to change the cms database.
    You can do this by going to
    CCM>Select SIA>Stop SIA>Properties>Configuration>click the specify tab next toCMS System database configuration>update data sourse settings.
    From there you can create a database using any connection.
    let me know if this was helpfull.
    Regards
    Prithvi

  • Entreprise Portal : how to move database

    hello,
    actually my database is located on server1 and entreprise portal on server2
    i just want to move the database from server1 to server2
    i've restored the database on server2 and changer default.pfl and secu store but i still have a problem with logins not existing in the restored database.
    anyone knows how to solve my problem?
    best regards

    When you move database from one server to another,  the users associated by database are not recognized by server 2, these are called as orphan logins.
    Please follow this post, for how to fix them.
    http://www.mssqltips.com/tip.asp?tip=1590
    Thanks

  • How to copy/move Portal database from one machine to another?

    I am receiving a ORA-22973 error (size of object identifier exceeds maxmum size allowed) on the wwsec_enabler_config_info$ table when attempting to import my entire "portal30" schema from one database to another on different Windows NT Servers.
    Background: I had Portal 3.0.9.8 installed, configured, and running with the following setup:
    Machine 1: Windows NT 4.0 SP 6, Oracle 9iAS 1.0.2.2, Oracle Portal 3.0.9.8
    Machine 2: Windows NT 4.0 SP 6, Oracle 8i Database 8.1.7.0.0
    We no longer have use of Machine 2 and needed to move the database over to Machine 1.
    I performed the following steps:
    1. Installed Oracle 8i database 8.1.7.0.0 on Machine 1.
    2. Set up the tablespaces in the database on Machine 1 to match the same names and sizes of the tablespaces in the database on Machine 2.
    3. Used the Oracle "exp" command to export the entire database that resided on Machine 2.
    4. Copied the ".dmp" file to Machine 1.
    5. Used the Oracle "imp" command to import the entire database on Machine 1.
    6. The import completed successfully with warnings. But I had received the ORA-22973 error during the import process.
    7. After it completed I compared the list of tables and packages in the "portal30" schema between the two databases. The wwsec_enabler_config_info$ table is missing.
    8. I tried to export and import only the wwsec_enabler_config_info$ table between the two databases, but continue to receive the ORA-22973 error.
    Without the table being created, access to the portal cannot be achieved.
    Here are my questions:
    1. Is there anyway to create the wwsec_enabler_config_info$ table without receiving the noted error?
    2. Is there any other workable way to get the portal database from Machine 2 to Machine 1?
    I am aware of the portal import/export utilities but that would require me to run through the 2 hour install of Portal 3.0.9.8 on the database on Machine 1 and then individually export and import all the portal components (security, pages, applications, content library, etc). I merely wanted to transfer the entire database from one machine to another, so I felt the Oracle exp/imp utilities would be quicker and less work.

    Hi,
    I've been hitting problems with Portal 3.0.9.8.1 against 8.1.7.2.1 on NT - i.e., Intermedia not working at all, and have been advised by support to move back to 8.1.7.1.1.
    I don't want to lose any of my content in the Portal since the db upgrade and am wondering on what is the best way to do this.
    The version of the Portal will be the same so I am hoping I can just use the Portal export and import utilities, as afterall, it is just data and the schema structures are the same between db versions. I'm also hoping that the Portal export doesn't use the standard Oracle EXP tool as it doesn't work anymore on 8.1.7.2.1 on NT!!
    Regards,
    John

  • How to move users between databases

    Hi everyone,
    I am looking for a way to move a database with one schema holding data and around 50 users without objects to another machine.
    I will move the schema with data by using Data Pump. But what's the best way to copy the users with passwords and grants?
    Thanks in advance

    932139 wrote:
    Hi everyone,
    I am looking for a way to move a database with one schema holding data and around 50 users without objects to another machine.
    I will move the schema with data by using Data Pump. But what's the best way to copy the users with passwords and grants?
    which metric measures "best" for you?
    http://www.orafaq.com/forum/m/120560/42800/?srch=cr_user_like#msg_120560

  • How to get calendar travel time (set up in Mavericks) to show on iOS 7 calendar?

    I was wondering how to get calendar travel time (set up in Mavericks) to show on iOS 7 calendar? If I change a location in mavericaks it is updated in my iOS 7 calendar, but if I add travel time to an appointment, that does not show up on my iphone. This seems like a big miss for apple if this is the case. I could maybe understand not adding the ability to add travel time in iOS 7, but not being able to see the travel times you set up seems very incomplete. Any ideas or insight?

    Hello Cheer,
    I don't believe the table changed when migrating from Access.  I had two tables before the migration, one was for the SwitchBoard Manager and the other table was for the database table.  I used the Switchboard to navigate to different menus, such
    as the Main Form, Power Form, Server Form, etc.  Let me know if I can provide any other information to help you narrow this down for me.   
    Thank you for your assistance. 
    Thai

  • MS Project 2010 Server - How to move a single MS Project plan and SharePoint Project site from a PWA server to another PWA server (one at a time)

    MS Project 2010 Server
    How to move a single MS Project plan and it's SharePoint project site from a PWA server to another PWA server (one at a time)
    I have 2 Project PWA servers, i know how to copy all the databases (Publishing, Draft, Reporting, archive, content) from one SQL server and copy it to the other PWA server so both server can be identical.
    I need to only move a single project from a PWA server to another, 
    Moving the Project plan, actual time data, SharePoint site with all it's content
    Is there a 3rd party tool that can be added on to the server to help me move single project plans? to different PWA servers?
    -Isaack

    Visit my friends at FluentPro and try FluentBooks
    http://www.fluentpro.com/productsfluentbooks2013.html
    they have a 2010 version also.
    Hope that helps,
    Thanks, Eric S. Pcubed

Maybe you are looking for