Migrating iCS 2.x from one machine to another

Is it possible to migrate iPlanet Calendar Server(iCS) from one machine over
to another machine?
<P>
Yes. It is possible to migrate an existing iCS server that is part of an
existing network over to another machine. However, you will need to carefully
follow the steps below to ensure that no data is lost during the migration
procedure.<BR>
<P>
<OL>
<LI>Perform a complete backup of the server and the database. For details on
how to perform the backup, see the iPlanet Calendar Server: Administrator's
Guide at<BR>
<P>
http://docs.iplanet.com/docs/manuals/calendar/ics21/ag/calagadm.htm#1062608.
<P>
<LI>Create a .tar
file using the following command:<BR>
<P>
# tar cvpf icsbackup.tar /var/opt/SUNWicsrv/csdb/*.db \
/opt/SUNWicsrv/cal/bin/counter/* \
/opt/SUNWicsrv/cal/bin/sessions/*
<BR>
<P>
<UL>
<LI>This command will exclude the log files and the .share
files.
<LI>For Windows NT, you would use a ZIP utility instead of the
tar utility.
</UL>
<P>
<LI>Send the .tar file
to the new machine via FTP.
<P>
<LI>Untar (or unzip) the file on the new machine.
<P>
<LI>Do the following two things with the csdb
and the sessions
directories:<BR>
<P>
<UL>
<LI>(From the command line) rm *.share
<LI>Do not modify the existing log files.
</UL>
<P>
<LI>Make sure that all files, with the exception of csstartd
, are owned by the same user and group,
which will usually be icsuser
and icsgroup
<P>
<LI>Make sure the program csstartd
is owned by root.<BR>
<P>
<B>Note:</B> All file permissions must be maintained (not changed) during
the copying and moving of files.
<P>
<LI>In the /opt/SUNWicsrv/cal/bin
directory, run the following command:
<BR>
<P>
<UL>
csdb recover
</UL>
<P>
<LI>In the same directory, run the following command:<BR>
<P>
<UL>
./start-cal
</UL>
</OL>

You'll need to re=enter passwords
if you move over you Keychain data you won't even need to do that.

Similar Messages

  • How can I migrate an Essbase Appl. from one machine to another?

    We uses 3 computers to cover our development cycle: one for developing, one for testing with almost real data (integration test) and a production machine.I created a new Essbase appl. and want to transfer it from one machine to another, but only using batch scripts (ESSCMD) due to company policy. I don't know where the name of the application is stored. (I thought it is essbase.sec, but I believe is not true)I transfer all the files that belongs to an appl. (the list of them I get using BEGINARCHIVE) but is not enough.Does anyone have a hint?

    If you can map a drive to each to the servers, then:1. Create an application/database on the new server with the same names as those on the old server.2. Use Windows/DOS, copy the outline (.otl), calc scripts (.csc) and load rules (.rul) to the new server.3. Export the database from the old server to a file(s) on the new server.4. Stop/start the new database/app.5. Import the data into the new server (no load rule needed).

  • Easy way to migrate users from one machine to another?

    I have an iMac lab where students have their own local accounts. The machines are bound to W2k Server with AD. New school year, new seating charts, some users must move. Is there an easy way to migrate a user and all their stuff from one machine to another? We do have Remote Desktop BTW. I'm not finding an obvious answer so I guess there isn't but I sure wish there were. I suppose they could copy anything they want onto the server. set up a new account on the new machine and pull it all back off the server, but that's not "easy".

    Hi
    +The machines are bound to W2k Server with AD.+
    This could be a telling statement although without further information it would be hard to say?
    What I'm assuming from this is that current mac clients are bound to Active Directory. This would mean that user accounts exist on the Server and not locally. In which case there would be nothing to transfer other than the local admin account - again assuming you want the applications installed on the current client macs transferring over to the new client macs.
    To be honest it would be easier and less hassle to create a new local admin account and install compatible software fresh. Use the same tools you used to 'bind' the old client macs to Active Directory for the new client macs.
    +We do have Remote Desktop BTW+
    You could utilize this to (a) name all the new mac clients with appropriate hostnames and (b) 'bind' new mac clients by issuing dsconfigad from the command line. If this seems like too much hard work then you could simply exercise your legs and walk round each one in turn.
    Even if your current mac clients are configured with Mobile Accounts (locally cached network accounts) this would still not be a problem as you can manually or automatically sync the locally cached networked home folder back to the server and then log in with that account again on the new mac clients. The home folder should then be cached locally.
    This assumes you've configured Directory Utility in the appropriate way.
    Tony

  • Migrating a webi report from one environment to another using import wizard

    Hi Everyone,
    Can anyone please tell me what all access should I have on my ID to be able to migrate a webi report from one environment to another environment(e.g. from development to quality).
    Regards,
    Neeraj Sharma

    Hi,
    To use the Import Wizard utility, you basically need Administrator, Full Control to Top-level folder, and "Add objects to the folder" and "Edit objects" for this user on the root folder.
    You need the least restrictive role, because you require absolute control for content promotion between 2 entitlement systems.
    the webi document is the cherry on-top,  you;ll have universes, connections, folders to bring over too. 
    Regards,
    H
    p.s. check Note 1450708 - How to restrict access to the Import Wizard from a Business Objects Enterprise system
    and
    Note 1297121 - What rights needed to use Biar File Extraction for a normal user while using Import Wizard ?

  • 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 transfer DATA from one machine to another using  DBlink

    I want to transfer data from one machine to another both having oracle 8.0.5 with AIX operating system using DB link. CAn any one help me in this task

    Step one - Create and test SQLNet connections between the databases.
    Step two - Create at least on database like from one database to the other:
    CREATE DATABASE LINK linkname
    CONNECT TO user identified by password
    USING 'tnsnamesentry';
    Step three - use the dblink linkname in dml statements eg:
    insert into emp@linkname
    (select * from emp);

  • Recovering data from one machine to another

    Hi all;
    I've mentioned this in another thread but would really like to deal with it. Recently, I had to move my iPhone from one machine to another. All was well and I managed to move all my apps from one machine to the current one. The problem is with a purchased app called TripLog that stores data on driven mileage. On moving the app over, I didn't get the data.
    I contacted the software people and this is what I got:
    "As far as data, the iTunes software automatically backs up all data to the desktop. The "Apple data" (contacts, calendar, etc) are backed up to the corresponding desktop apps (Address Book, iCal, etc) but data from "3rd party" apps are backed up in an encrypted, totally nonaccessible (to anyone but iTunes) format. That is used by iTunes when you do a "Restore".
    "I would call Apple tech support if I were you, because unfortunately, that's all we know. The data IS somewhere on the desktop (I believe) but how you could transfer it to a new handheld I have no idea."
    So the question is, Where is that data stored? In my user/Music/iTunes/Mobile Apps folder there were three versions of this app. I tried moving them all over and kept getting dialogs asking me if I wanted to repace an older version with the newer ones I was moving over. Since my iPhone and the new host computer didn't have TripLog I assumed I should replace but now I am not sure.
    I can stil move over these files, but I have a feeling that they are not data so much as simply the app itself. Where is that data stored?
    For the record, I have moved files from an iMac G5 to a Macbook running 10.6.1 and iTunes 9.0.1 with an iPhone 3G running 3.0.1
    Help?
    Stan

    Many thanks!!! One more question; do I just move that file over and drag and drop or do I need to do an import into the folder, "Automatically Add to iTunes?" Further, will this affect all my data on the phone? For example, I have synced and made changes in things like iCal, Address Book, Mail, etc. Will the last few days be wiped out or replaced by the moved-in data?
    Stan

  • How to copy OVD configuration from one machine to another?

    We have two machines with OVD servers on them. The configurations should be identical from one machine to the other. We suspect there is a problem with the configuration on one of them. We need to know how to copy OVD configuration from one machine to another.
    Can you tell us how to do that?

    well i have this in mind which may help you.
    You would need to have a public ip address to the machine you have consoled to and on internet.
    Download the tftp software from below link.
    http://tftpd32.jounin.net/
    This software does not only act as the tftp server but also you can select the interface of you ethernet card as tftp server ip address.
    For ex if you are connected to a console and have a wireless card which is connected to internet also you connect you eth lan card to the eth or fast eth of the router.
    you can select which ever interface you want to act as the tftp server.
    you will need to add ip addres for you lan card and also config the router port as same if needed.

  • Error when cloning db from one machine to another

    Hi people.
    I am trying to clone a database from one machine to another. (both are linux x86_64 machines with 11g installed on both)
    I obtained the following error after a few minutes into the process. Any workarounds for this?
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00601: fatal error in recovery manager
    RMAN-03004: fatal error during execution of command
    RMAN-10041: Could not re-create polling channel context following failure.
    RMAN-10024: error setting up for rpc polling
    RMAN-10005: error opening cursor
    RMAN-10002: ORACLE error: ORA-03114: not connected to ORACLE
    RMAN-03002: failure of Duplicate Db command at 11/26/2013 23:05:42
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-06136: ORACLE error from auxiliary database: ORA-01092: ORACLE instance terminated. Disconnection forced
    ORA-00704: bootstrap process failure
    ORA-39700: database must be opened with UPGRADE option
    Process ID: 9054
    Session ID: 91 Serial number: 5

    Likely the RDBMS Software version and/or Patchset level is not the same on the two servers.
    Hemant K Chitale

  • How do I properly transfer CS from one machine to another

    I want to remove my apps and license from one machine and move to another. I uninstalled CC, but the apps are still on the machine and functioning? Will I be able to move to a new machine without trouble?

    There might not be a need to depending on your preferences.  You are allowed to have two working installations, so you could keep the original as a backup if you like.  If not, then you need to sign out of the original thru the manager.  As far as getting the software on a new machine, you need to install them using installation files the same way you installed originally... moving software from one machine to another does not work.
    Download/install the desktop application, sign in, install the subscription application(s).
    Creative Cloud Help / Download, install, update, or uninstall apps
    https://helpx.adobe.com/creative-cloud/help/install-apps.html
    Creative Cloud Help / Creative Cloud for desktop
    https://helpx.adobe.com/creative-cloud/help/creative-cloud-desktop.html
    Creative Cloud Help / Sign out, Sign in | Creative Cloud desktop app
    http://helpx.adobe.com/creative-cloud/kb/sign-in-out-creative-cloud-desktop-app.html
    Activation & deactivation help
    https://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html#a ctivate-how-to
    Creative Cloud Help / Install, update, or uninstall apps
    http://helpx.adobe.com/creative-cloud/help/install-apps.html
    Installing Creative Cloud Apps
    http://tv.adobe.com/watch/cs6-creative-cloud-feature-tour-for-video/installing-desktop-app s-from-creative-cloud/

  • VOs are corrupted after copying from one machine to another

    Hi all
    I have a customer with the following problem:
    A team of developers are creating custom pages on different PCs for the same project.
    In order to have the latest BC4J objects for everyone, VOs (XML file and Impl.java and RowImpl.java) are copied from one machine to another and added to the project.
    But when doing this and trying to view the attributes of the new VO on the machine where the new VO si copied over will result in an error:
    java.lang.NullPointerException
    at oracle.jbo.dt.ui.view.VOAttributePanel.getFieldType(VOAttributePanel.java:687)
    at oracle.jbo.dt.ui.view.VOAttributePanel.actionPerformed(VOAttributePanel.java:851)
    at javax.swing.JComboBox.fireActionEvent(JComboBox.java:1197)
    at javax.swing.JComboBox.setSelectedItem(JComboBox.java:561)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setFieldType(VOAttributePanel.java:754)
    at oracle.jbo.dt.ui.view.VOAttributePanel.updateControls(VOAttributePanel.java:393)
    at oracle.jbo.dt.ui.view.VOAttributePanel.setAttribute(VOAttributePanel.java:642)
    at oracle.jbo.dt.ui.view.VOAttributeTabPanel.updateControls(VOAttributeTabPanel.java:33)
    at oracle.jbo.dt.ui.entity.EOAttributeTabPanel.setAttribute(EOAttributeTabPanel.java:143)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.attrValueChanged(VOEditAttributeTabPanel.java:301)
    at oracle.jbo.dt.ui.view.VOEditAttributeTabPanel.enter(VOEditAttributeTabPanel.java:107)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:620)
    at oracle.jbo.dt.ui.main.dlg.DtuWizard.selectPage(DtuWizard.java:595)
    at oracle.jbo.dt.ui.view.VOWizard.selectPage(VOWizard.java:243)
    Please notice that source JDeveloper version and target JDeveloper version are the same and are coming from the same JDev OA patch.
    The only workaround i could find is creating the VO from scratch on the 2nd installation, but this reduces very much the development time, because developers are doing the same work other developer had undertaken before, so there is no benefit from this.
    I got exactely the same result when copying the VO on the same machine in 2 different JDev installations (with the same version of course).
    I have a very simple reproducible testcase with OA Toolbox tutorial:
    Requirements:
    - Two (2) workstations
    - Each workstation must contain same copy of JDeveloper project (JPR file)
    - Toolbox Tutorial project
    Steps:
    Workstation 1
    1. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    2. Right click package then select New View Object.
    3. Proceed with the creation of the View Object using wizard.
    4. Name the View Object as CustomerSupportVO
    5. Select EmployeeEO and AddressEO.
    6. Select all possible attributes.
    7. On Step 6 of wizard, check Generate Java File for View Row Implementation.
    8. Click Finish.
    9. Save Project.
    10. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java to shared folder.
    Workstation 2
    1. Copy CustomerSupportVO.xml, CustomerSupportVOImpl.java, CustomerSupportVORowImpl.java from shared folder to Workstation2/JDEV_HOME/myprojects/oracle\apps\fnd\framework\toolbox\schema\server.
    2. Go to Tutorial.jpr project -> Business Components -> oracle.apps.fnd.framework.toolbox.schema.server
    3. In the System Navigator, click on Add to Tutorial.jpr icon.
    4. Select CustomerSupportVO.xml then click Open.
    5. Click ok when prompt to add View Object’s components.
    6. Right Click on CustomerSupportVO from Business Components.
    7. Select Edit CustomerSupportVO.
    Can you let me know if there is a more simple workaround?
    Thank you in advance,
    Dan Cretu
    EMEA ATG team

    I had faced similar issue earlier. I just copied the VO query(and all necessary information) and removed it (deleted) from the project. Upon recreation of the new VO (same name) the issue was resolved.
    Not very sure as to why the VO.xml got corrupted in your case, but this solution works.
    Thanks

  • Transfering keystore from one machine to another

    Hi.
    I've purchased a java signing digital ID from Verisign,
    installed a keystore on one machine, imported the
    certificate and I'm able to sign jar files. Now, I want to
    be able to sign jar files on another machine instead of
    moving jar files back and forth. Is there a way to
    transfer keystore from one machine to another?
    Thanks,
    Jay

    Can't say that I did this, but what I did do is... prior to importing my certificate reply from Verisign, I copied the .keystore file from the c:\windows directory on my Windows 98 machine onto a Win2K machine into the c:\Documents and Settings\<username> directory. Then I did the keytool -import. Since this worked for me, my guess would be that transferrring the .keystore file after the import would work too.

  • How can I migrate file shares & permissions from one volume to another on the same server?

    I am replacing a storage array and as part of that process, I need to move files/folders and Shares/permissions from one Volume to another volume within the same server.
    The server is Windows 2003 file server.  The file transfers are not a problem, moving all 40 shares with permissions etc. is my main concern because in order to maintain everything I need to change the drive letter of the new volume to match the old
    one so that links to various resources throughout the network do not break.

    Hi, 
    If you want to copy files/folders from one Volume to another volume within the same server, you could use the File Server Migration Tool (FSMT) or Robocopy to accomplish your goals. The tool can move all of the files from the shares on your original volume
    to the new volume.
    For more detailed information, you could refer to the articles below:
    File Server Migration Toolkit
    http://technet.microsoft.com/en-us/magazine/2006.10.utilityspotlight.aspx
    The File Server Migration Toolkit (FSMT) is a free download available at:
    http://www.microsoft.com/en-us/download/details.aspx?DisplayLang=en&id=10268
    Robocopy
    http://technet.microsoft.com/en-us/library/cc733145.aspx
    FSMT and Robocopy will not copy Share permissions but only NTFS permissions. So if the drive letter will not be changed, you can backup and restore the Share permission with steps here:
    Saving and restoring existing Windows shares
    http://support.microsoft.com/kb/125996
    Regards, 
    Mandy
    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.

  • Migrate File Server data from one volume to another

    I am looking for the best way to handle this situation. We have a VHD that has a 4KB cluster size that is getting close to the 16TB mark so no expanding past that due to the cluster size. In the past whenever i needed to pull this off i would preload as
    much data as possible with robocopy, then during a maintenance window take the share offline, do a refresh with robocopy then flip everything that i needed to flip drive letter and share setup etc.
    I have the space to do a complete copy like this so that is not an issue. But other things to keep in mind are the data is deduplicated so we are talking 20TB total. The other is the backup of the File Server is done at a file level with DPM so DPM will
    see this as a new volume and be an issue.
    At this point i have time to plan and am just looking for ideas.

    Hi,
    If you want to copy files/folders from one Volume to another volume, you could use the File Server Migration Tool (FSMT) or Robocopy to accomplish.
    The tool can move all of the files from the shares on your original volume to the new volume.
    FSMT and Robocopy will not copy Share permissions but only NTFS permissions. So if the drive letter will not be changed, you can backup and restore the Share permission with steps here:
    Saving and restoring existing Windows shares
    http://support.microsoft.com/kb/125996
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How do I migrate settings and signature from one computer to another??

    I have a new computer. I have installed Adobe X Pro on the new machine, and now I woudl like ot move my preferences and signatures over. What do I need to copy from one machine to the other???

    You don't copy signatures, you'd copy digital ID files. The self-signed digital IDs that you create with Acrobat are saved as .pfx files (Win) or .p12 files (Mac). You can get the folder they're stored in via the Security Settings dialog in Acrobat:
    More info: http://help.adobe.com/en_US/acrobat/X/pro/using/WS11dd809af63f0e1e-43e0464b12b4384d3b6-800 0.html#WSe02e12b45a94f4a2-537cbc1612fe1252143-8000

Maybe you are looking for