Rsync vs dbcopy for migrating to new server

There is plenty of information about using dbcopy to achieve a server to server migration of Groupwise, and it's particular useful because initially Groupwise can be copied live.
In my case, GW resides on NSS, so for dbcopy, I need to do a ncpmount first, then
Code:
dbcopy -m -f [-p |-d]
shutdown the agents for the the final:
Code:
dbcopy -m -s [-p | -d]
DBCOPY IS SLOOOW - Well at least according to TID 7010760: "Note: Typical dbcopy throughput is 6GB/hour."
So in the interests of maximum speed my question is - If the agents are shutdown, and no dbcopies have taken place yet, or maybe the first one has, is it ok to just use rsync and not worry about dbcopy?
Code:
rsync -av --delete source-po dest-po
rsync -av --delete source-dom dest-dom
I even thought about using (with GW shutdown) sftp as it pulls data at between 1-2GB per min, then follow up with rsync as a double check.
I am yet to do some proper testing and time trials, but just wondering what others have found.
Thoughts anyone?

Originally Posted by gordon_mzano
Source = OES2 SP3 x86-64, NSS, physical server
Target - OES11 SP2 x86-64, NSS, virtual server on ESX with local storage.
As we are going linux to linux the dbcopy lower-case conversion is not relevant.
Yes, but there can be a catch. NSS is case insensitive, even on OES when NSS uses the long format (which is the default name space ever since OES2 SP1) . It is possible that you have been running GroupWise on OES with NSS as filesystem and are now moving to a Linux native filesystem.... that *could* warrant running a dbcopy with the m option.
But as you are moving to NSS with, I assume the default "long" namespace set, that is not an issue.
Originally Posted by gordon_mzano
Being ultra paranoid, what I did in the end after running the two dbcopies, I checked both PO sizes with `du -sm`, and the size was greater at the target by about 1.2GB.
That's not paranoid imo, that's showing good sense
But yes, it is normal that you will see a slightly larger copy on the target side. It has to do with dbcopy logs but also some other files that I have not looked closely at.
Originally Posted by gordon_mzano
So with the PO shutdown, I ran a full rsync so they were exact. I am not sure if the rsync was really needed, but I like to keep the file system lean as possible. Are there gwcheck routines that would clean up the extra files that dbcopy built up at the target? Maybe the orphaned file check that I see in the logs would do such a thing..?
GroupWise PO content maintenance jobs will clean up "stuff" like logs and unused databases/blob files etc. But it won't clean up everything.
Sure, you can run rsync to make sure source and target match up 100%, but do do so while no GroupWise agents are running against the data storage you are rsync'ing.
Cheers,
Willem

Similar Messages

  • Best practice for migration to new hardware

    Hi,
    We are commissioning new hardware for our Web Server. Our current webserver is version 6.1SP4, and for the new server we've decided to stay with 6.1 but install SP7.
    Is there a best practice for migrating content from one physical server to another?
    What configuration files should I watch out for?
    Hopefully the jump from SP4 to SP7 won't cause too many problems.
    Thanks,
    John

    unfortunately, there is no quick solution for migrating from 1 server to other. you will need to carefully reconstruct
    - acl rules
    - server hostname configurations
    - any certificates that have been created on the old machine

  • Best way to prep for migration to new iMac

    New 27" Mac (probably i5) on horizon since my G5 is 5-1/2 years old & having power supply issues. G5 using Tiger; never went to Leopard since I wanted to hang on to a few Classic legacy apps, which is no longer possible with new iMac (and I'm ready to let go ). Would it be best to trash all old Classic apps & games before doing final clone to external FW drive (via SuperDuper) in preparation for migration to new Mac? Or should I not worry about it & believe Migration Assistant knows all?

    For SuperDuper, just download it again and reinstall. If you paid the optional shareware fee to enable its addition features, you can probably contact the developer if needed to register it again (if the method previously used to register it does not work).
    I'm not sure I use Symantec Antivirus, but you should use the latest available version. Again, that would be a new download. If the new version requires paying for an upgrade or new license or some type of annual subscription fee, that's what you should do. If you have an existing license for the latest version, then you should be able to register it again after you download and install.
    If you only want to scan for malware, there is a free utility called ClamXav
    http://www.clamxav.com/
    It does the scans on your command, but does not install any software that runs in the background. To me, that is an advantage. There are no Mac OS X viruses, and other types of malware such as trojans exist, but are not very common (for Mac OS X); as long as you don't go around installing software off the 'net from suspicious sources, periodically running a scan should be sufficient protection. The only things I've ever found were Windows malware embedded in spam emails that I had not bothered to delete yet.
    Downloaded software is not any different from software that comes on discs. You are just substituting the downloaded .dmg file for the disc. Even for the software that comes on physical discs, you should check the developer's web site for a newer version. If you want to keep using an older version, you should check to make sure the older version works with the latest Mac OS X 10.6.2 and with Intel Macs. This may be particularly important if some of your older Mac OS X software is for PowerPC. Most PowerPC software runs on Intel Macs using the Rosetta translator, but it would be best to update to Universal or Intel versions, if possible.

  • Migrating to new server: advice! :)

    Hi!
    My current GroupWise 2012 SP2 server is a SuSE 10 SP4 and I need to migrate to a new server!
    I currently have 5% disk space left and have ordered additional drives, but while I'm going through the hassle and word is Windemere is not going to be supported on SuSE 10, I've decided to set-up and configure a new server.
    This is my plan (this is my first migration) so any suggestions, advice, LOOKOUT FORs, would be welcome with open arms!
    The current GroupWise server is a virtual machine on XenServer 6.1 with a NAS attached.
    After I install the addition drives, here is my plan of attack:
    1. Start up a new SuSE 11 SP2 server.
    Notes: The old GroupWise server had a 20 GB disk allocated: 502 MB for /boot and 17.4 GB for / and 2.0 swap
    GroupWise files are mounted at /var/opt/novell/groupwise with a 750 GB allocation (it's 83 Linux native).
    I think I will double that (40 GB allocation) for room to grow.
    Question: What would you recommend LVM or NSS for the partition that will hold GroupWise?
    (I will have about 2 TB to work with).
    2. Install GroupWise on the new server with the same po/domain name as 'old' server?
    3. Install eDirectory on the new server and bring it into a new tree.
    4. Perform a Gwava Reload migration.
    5. Shutdown eDirectory on 'old' server, backup and restore on new server, then shutdown old server, reboot new server after modifying server name & IP to match old server.
    6. Run DSRepair to insure new server is in sync.?
    Comments welcome! Stan

    Maybe you can do the follow, if you have a small downtime.
    1 .Stop GW, make a "chkconfig grpwise off", change IP of the server, reboot and configure the old IP as a secondary(with yast). Then you can start GW again(and "chkconfig grpwise on)".
    2. Install a new server with a new name and new IP in the tree.
    3. Install the GW-Agents on the new server and copy the config-files (*.poa,*.mta, web?, gwia?, /etc/opt/novell/...gwha.conf) from the old server, and "chkconfig grpwise off"
    4. In XEN you can expand the 750GB VOL and then the ext3 or you create a new VOL in XEN and mount it on the same place (/var/opt/novell/groupwise) BACKUP before expand !!
    5. If you have a new VOL make simply a rsync to the new VOL, online for the first time
    6. Online-Rsync(with delete-option) you can make ever day to see the consumed time, you can use also dbcopy, but this didnt delete old files
    7. On Day X you stop GW on old server, make a final rsync (or dbcopy, if you like)
    8. remove secondary IP from old server and configure this IP as a secondary to the new server.
    9. start GW (if you use gwmonitor its easy to configure it new with the install of GW)
    Similar "IP-mechanism" use a GW-Cluster.
    In XEN you can make (or you have) a separate network to check this after the first rsync. Switch the server to this network, give the seconday IP and start GW and check the gw-logs and/or start GW with X-Window, if you have runlevel 5 or xming.
    Because you have today > 750GB you should think about a second Postoffice, because the handling of big volumes(Backup, Snapshot,...)
    That you can make after moving to the new server. Simply build a 2. GW-Server, create a second PO with C1 (or you wait to windermere ??) and move some user.
    A Client with the old IP that moved on the new PO is automatically redirected.
    Heiko

  • Not able to recreate virtual desktops after migrating to new server

    Hello Everyone,
    I need some help please,
    I migrated our roles and VMs to new system,I basically joined the new servers to the existing failover cluster, installed all VDI roles and after moving all roles and VMs to the new servers, I removed the old servers from the cluster.
    everything seems working fine except recreating the virtual desktops collection.
    when I try to do so, I get this error message:
    "The RD Connection Broker server does not have access to add the
    virtual desktops to the Active Directory domain. Configure access by
    using the Active Directory page of Deployment Properties."
    I did some searches for this error and from AD Users and Computers tool -> security tab of root node (domain/OU) I gave full permission to the new server.
    another strange thing, is that I no longer can modify the domain and OU setting when I click on
    "Edit Deployment"
    the fields are grayed and no longer editable.
    please advise.
    Thanks

    Thanks -TP,
    I got it to work , the first time I tried to create a new collection , the master vm export failed with permission errors, later on It passed. after that I dropped a collection and recreated the vms of the first collection.
    it is not clear to me yet, why this happened and how it got fixed but for now it is working.
    Thanks again.

  • Migrating to new server - Can anyone save me some time?

    Hi all!
    I've got a very basic Tiger server setup... only running services are firewall, ftp, mail and web. Web service is supporting 6 virtually hosted domains, and mail service is carrying 1-6 users (eMail accounts) for each of the 6 domains. I'm migrating the web service by manually re-configuring it all on the new machine and moving /library/webserver/documents on a DVD.
    Is there a short list of files/directories I can copy over to preserve my mail accounts, users and mail messages? I have a remote user who can't change any settings in her Mail.app, and another user with 4000+ mail messages in his IMAP inbox. One guy has all of his photos and junk sorted into 12 user-created folders within his inbox. Needless to say, I'm in seriously hot water if there is too much disturbance and anything is lost.
    Downtime is not an issue - I can stop services for several hours if need be.
    Right now my plan is to use mailbfr to backup everything it can, but I don't believe that will move my user account database, will it? I would like to simply clone the HD and drag it to the new server, but the old machine is a G5 and the new one is Intel, so I have my doubts.
    Ideas?
    Thanks in advance!
    -Case

    Hi
    Launch WorkGroup Manager and select the node you are interested in or the node that has all your users; eg: local NetInfo or /LDAPv3/127.0.0.1. Command+A will select all the users in the node, but make sure you de-select the Server admin or Directory admin accounts (depending on which node you are in) as you dont want to transfer those over. Next click on the Server Menu and select Export and save the user list file to a desired location. Do the same for groups. The process works in reverse on the new server. Bear in mind passwords are not transferred over. You can transfer passwords over but it is not a trivial thing to attempt. There is a technical article available on afp548 that outlines how you can do this if you feel brave enough
    Tony

  • Migrating to new server subscriptions are missing

    Hello,
    I have an instance of SQL Server 2008R2 running on Windows Server 2008.  It is setup to be a reporting server.  There are many subscriptions that are scheduled and run on this server.  We are wanting to move to Windows Server 2012 and SQL
    Server 2012.  So, we have built out a new VM and I have exported from the current server the ReportServer and ReportServerTempDB and have imported them to the new server.  I have resolved the one Orphaned user that happened and went to look for the
    subscriptions so that I could disable them so they wouldn't run.  I could not find any.
    select * from msdb.dbo.sysjobs where enabled = 1 and category_id = 100.
    no rows...
    I had read from other posts to let it sit for a few days and they will appear.  I have waited 2 weeks.
    So, what am I missing?  I would prefer to do a clean install and migrate the data over rather than upgrading the OS and SQL.
    Thanks

    Hello,
    Could you try to use the Reporting Services Migration tool? 
    Please download the tool from the following URL:
    http://www.microsoft.com/en-us/download/details.aspx?id=29560#overview
    The following article may be useful too.
    http://www.mssqltips.com/sqlservertip/2627/migrating-sql-reporting-services-to-a-new-server/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Migrate to New Server

    OES 11 SP2 on an older PE2850 that does not support virtualization!! This existing OES 11 install runs eDir, iFolder, LUM, and imanager (all installed from the disc). We need to migrate off the existing server, replace it with a new server and then migrate back to new server. Can someone point me to a document or instructions on how to do this?

    Originally Posted by mrosen
    Willem,
    Am 14.03.2015 um 22:36 schrieb magic31:
    >
    > Hi,
    >
    > carnold6;2349684 Wrote:
    >> ...This existing OES 11 install runs eDir, iFolder, LUM, and imanager
    >> (all installed from the disc). We need to migrate off the existing
    >> server, replace it with a new server and then migrate back to new
    >> server.
    >
    > I'm curious why you are needing to do this (as you are already running
    > OES 11 and you want to migrate back)?
    Yeah, good question. I understand heneeds to migrate to new hardware,
    but why back and forth is a good question. I wonder if there's a SAN
    involved which could make it allso much easier..
    Yes, need to migrate to new hardware (server) as our current poweredge CPU's do not support virtualization and as i understand it, you can not upgrade from non-virtualization CPU's to CPU's that support virtualization on this poweredge. The reason i say back and forth is because we do not have the new hardware yet. We do have a system that we can virtualize SLES11 on while waiting for the funds and waiting for the new hardware to get here.

  • Best way to migrate to new server?

    We're moving from a G5 XSERVE with an old RAID to a new one with the Promise. Will all the permissions (we're bound to Active Directory) carry over without an issue or will we have to go through Workgroup Admin and re-do everything (which would take hours)? Just trying to find out the best way to do this migration with minimal headaches. The new server is already set up and running, bound to AD, etc. I'm just worried about the permissions being hosed.
    What other issues should I be aware of? Is there an Apple document that covers migrating/upgrading XSERVES?

    Hi
    http://images.apple.com/server/macosx/docs/Upgradingand_Migrating_v10.5_2ndEd.pdf
    http://www.apple.com/server/macosx/resources/
    Tony

  • Migrating to New server

    Hi All,
    Have a two node RAC say A and B. I need to move this to a new two node server retaining the same ip and hostname. Same OS is installed in the new server. Storage administrator says he can mount the same mountpoints to the new server except default OS mountpoints like /etc , /var, /tmp.
    In Rac the init* services are under the /etc/init.d how do i get this to new servers. Does mounting the all mount points and if crs is there , bring down A and B and assign the IP and hostname to new servers, will it bring up all services??
    thanks,
    baskar.l

    Hi,
    no this will not work, since the RAC installation itself places some more root files (like updating inittab and creating /etc/oracle and other things).
    Even if you know RAC good enough to know what all to copy, this would not be supported.
    The only thing, which "might" work is to clone the disks to the new server (e.g. with dd or Norton ghost), but even then, this would not be officially supported by Oracle.
    The way to echange nodes in a RAC environment is to actually add a node and delete a node (or first delete one and add it back in).
    The good thing with "add a node" and delete a node is, that this can be done online, without interrupting your operation.
    Regards
    Sebastian

  • Export list of users and passwords for migration to new domain

    Hello,
    i am in the planning phases of moving a SBS2008 domain to Windows Server 2012 AD domain.  i have looked into ADMT but it refuses to install on SBS2008 (error: not a valid win32 application).  is there another avenue i can look into that will help
    me export all SBS domain users and their passwords, and import them into my 2012 domain?
    cheers,
    Jonathan Horne

    Hi,
    Regarding your request, if you want to migrate SBS 2008 to Windows Server 2012 Standard, please refer to the following article.
    Transition from Small Business Server to Standard Windows Server
    http://blogs.technet.com/b/infratalks/archive/2012/09/07/transition-from-small-business-server-to-standard-windows-server.aspx
    As it mentioned, you could first join the Windows Server 2012 Standard server to the current SBS domain and promote it as an additional DC, then it will have the user objects on it.
    Hope it helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Migrating Netscape Directory Server 4.1 to a new server

    Hi,
    In the current production environment, we are using Netscape Directory Server 4.1 as the authentication with Siebel CRM system. The server hardware is old and there is a need to refresh the server. As Netscape Directory Server is the only supported/ certified LDAP with embedded functionalities in Siebel Financial Services 6.0.2.300, we are planning to upgrade only the server hardware and migrate all the user information from old server and the new one, with Netscape Directory Server 4.1 remained.
    I have studied the Netscape Directory Server 4.1 Deployment Guide and gone through the migration procedures, looks like the procedures are only applicable for migrating Netscape Directory Server to a newer version. There are no specific procedures mentioned for migrating Netscape Directory Server to the new server hardware with the same directory server version.
    I am seeking for detailed procedures of migrating Netscape Directory Server 4.1 to a new server hardware with the same directory server. Anyone has done this migration before? I thank you in advance for your valuable feedback.
    Sincerely,
    Julie

    Luckily, I have the technical documentation in hand, which contains all the configuration of the current server. So I need to use "db2ldif" to export the data. I am currently testing on the migration by following these steps:
    1. Install the new server.
    2. Stop the Netscape Directory Server and Netscape Administration Server services in old server.
    3. Copy the slapd-<server_name> folder from old server to a temp location of new server.
    4. Take the old server offline.
    5. Configure new server to have the exact configuration as the old server.
    6. Backup the existing slapd-<server_name> folder in new server, copy the slapd-<server_name> folder from the temp location to C:\Netscape\Server4 directory of new server.
    7. Start the Netscape Directory Server and Netscape Administration Server services in new server.
    Will try out your suggested method. Thank you so much for your feedback.
    Regards,
    Julie

  • Migrate CA to Server with Different Name? What is the CA really for?

    So I'm reading and following along in this article:
    http://technet.microsoft.com/en-us/library/ee126170(WS.10).aspx
    Though I should have read through the whole thing first. Yes I want to Migrate the CA from Server A to Server B, but I dont want to Change the name of Server B to Server A! 
    I want Server B to have its New Name, though the article above is for Migrating to a Server that will have the Same Name as the old server.  )-:
    I'm not really sure what the CA is for. Seems like we had one in Win2003, and then when that Server Died and we had no Backup I just installed a new CA on a 2008 R2 server.  It only has like 20 Certs issues, most of which Expired and have IUSR for the
    Common Name. I think I might of used it once for A Cert for Testing HTTPS on a Dev Server....
    Thanks,
      Scott<-

    Maybe I'm not clear.
    My Original Plan was to Move a CA to a New Server with a New Name. I backed-up the Old CA. Uninstalled it. Read the Directions, and Duh, I cannot CHange its Name.
    After Reinstalling the OLD CA  and restoring the Backup, It was Fully Functional. The Old Certs were back.  I installed a NEW CA server in Parallel with the OLD CA Server reinstall.  Then Moments later EVERY connected PC on the Network seemed
    to request a Certificate from the a CA Server, though most Requested it from the OLD CA.
    None of these PCs had a Certificate from Either CA Prior to the reinstall oflthe OLD/install of the new.
    I have removed the Cert Templates from the OLD CA.
    The OLD CA had 40+ Clients with Certs Issued. Most are "Computer (Machine)" and some are "Domain Controller Authentication" and some are Directory Email Replication"
    How do I tell (either via GPO or login script or?) these clients that they need to request another Cert from the new CA.  The Certs that were Issued on the OLD CA were not manually Requested. The PCs themselves or AD initiated the request.
    Thanks,

  • Adding a new server in the menu of SAP GUI 640

    Hello Everybody,
    While adding a new server to the menu of SAP GUI 640 using Server Tab after entering all details like :
    1] SAP System ID
    2] Hostname where message server is running
    3] SAP ROUTER :None
    After filling all the above details and after pressing the Generate List Button I am getting the following error .Please help me to know why this error is coming and suggest a solutio for adding a new server to my SAP GUI 640.But I am able to add a new server using User defined tab but I want to add a new server using Server tab.
    Below is error details which I am getting:
    Error:service'sapmsSBX'unknown
    Wed Jan 09 06:41:13 2008
    Release 640
    Component NI(network interface),version 37
    rc=-3,module ninti.c,line 463
    Detail NiPGetServByName: service 'sapmsSBX' not found.
    Thanks and Regards,
    Ashish Thakkar.

    Hi,
    check etc/services for sapmsSBX entry. If missing - add it (i.e. sapmsSBX      36XX/tcp - where XX is your instance no.)
    Add an extra [Enter] after last line of etc/services.
    Regs,
    FS

  • Migration from SQL Server 7.0 to Oracle 9i

    Hi,
    Where can i find whitepapers for migrating from SQL Server
    7.0 to Oracle 9i?
    Thanks in Advance

    hi,
    Download the Oracle Migration Workbench from this site. There is
    a reference guide and online help available with the SQL Server
    7.0 plugin.
    Also, there is a documentation link under the Oracle Migration
    Workbench section.
    Regards
    John

Maybe you are looking for

  • Dragging tabs from one Terminal.app window to another

    In Safari, you can drag a tab off and "tear" it off from one window to another. Is there a way to make that work in Terminal.app? It doesn't seem to work on my end with Leopard OS X 10.5.5.

  • Burning of Video Productions

    Using Adobe Premiere video maker, I now have completed editing two videos from my camcorder, but now I haven't been able find the procedure for burning DVDs that I can view on my television set via a DVD player. Please point me in the right direction

  • How to diversify my Application Key?

    Hi Friends.. I want to know, is there a way to diversify our Application key.. As far as i know, if we want to do diversify the key, we need the "diversification data".. How to achieve this in Java Card Application?.. If we use Mifare / DESfire, they

  • Portal - User Action Log?

    Hi All, Does the portal server create any log entries for the User Actions done by the Content Administrator on Portal? The Issue is, after designing the Portal Contents ( Pages, iViews etc. ), we came to know that an iView which working in the Produ

  • Problems installing and uninstalling itunes

    I migrated from another desktop to this new win 7. When I tried to run iTunes it said that I needed to upgrade to 64-bit. I downloaded the 64 bit version and when I tried to install it I got this message: "This iTunes installer is intended for 32-bit