Moving data between volumes

We have Netware 6.5 SP8. I need to move approximately 150G of data (and retain all the user rights) from one volume to another volume. Both volumes are on the same server. Is doing a backup/restore the best way to do this? Or is there some other faster method?
Thanks.....

Originally Posted by ncharleyhog
We have Netware 6.5 SP8. I need to move approximately 150G of data (and retain all the user rights) from one volume to another volume. Both volumes are on the same server. Is doing a backup/restore the best way to do this? Or is there some other faster method?
Thanks.....
SCMT should do that.
http://download.novell.com/Download?...d=bibbruEYmPc~
TSA-based and hence pretty fast

Similar Messages

  • Moving data between two schemas

    I need to move data between to schemas. I have a created packaged code to accomplish this. The problem is the execution time. When running the insert statements from the source schema to insert data into the target schema, it takes considerably longer to complete the statement than if I copied the tables from the source schema into the target schema and executed the same statement in the target schema. Any insight as to why this might be?
    Also all data resides on the same physical disk, running version 10g on a W2K server.
    Thanks in advance
    Here is a sample of one of the insert statements:
    INSERT INTO target_table(tt_id, tt_disp, tt_date, tt_emp_1, tt_emp_2, tt_emp_3)
    SELECT src_tab.src_id,
    src_tab.scr_disp,
    src_tab.scr_date,
    src_tab.scr_emp_1,
    src_tab.scr_emp_2,
    src_tab.scr_emp_3
    FROM
    (SELECT
    row_number() over(
    ORDER BY SUBSTR(fn_cil_sort_format(SUBSTR(src_cil,
    1, 8)), 1, 4), SUBSTR(src_cil, 4, 8)) AS src_id,
    scr_disp,
    fn_date_format(date_time) AS scr_date,
    v_convert AS scr_emp_1,
    v_convert AS scr_emp_2,
    v_convert AS scr_emp_3
    FROM source_table
    ORDER BY SUBSTR(fn_sort_format(SUBSTR(src_cil, 1, 8)), 1, 4),
    SUBSTR(src_cil, 4, 8)) src_tab
    WHERE scr_disp IS NOT NULL;

    In addition to the above post, you should create the table initially with NOLOGGING. create table as select has the ability to bypass logging. This should increase performance very much. No log writes will have to be taking place.
    Lee

  • Moving Data Between PC and new MBP

    I am capturing on a PC (TV Tuner) with files that are roughly 5GB in size, with events totaling as much as 50 GB. I am going to edit them in FCS on my Mac.
    I was wondering if someone can suggest a portable HD that works on both reliably. I was thinking that I would want firewire 800, eSata, and USB 2.0 .
    is there a better way to do this?

    Most any USB or Firewire drive should work, but you would need to use either Fat32 or NTFS format as Windows can't read the OS X file system
    If your router has a USB port and network drive capability, you might consider setting up a network drive, as you wouldn't need to keep moving it back and forth between computers.
    You could also set up an external drive as a shared network resource on whichever computer it's connected to so it could be accessed from the other computer without actually having to move it.

  • Moving data between tables (how to find out if the 2nd table is empty)

    Hi,
    I have 2 tables, and I'm copying records from one table to another.
    I've followed the Wiki: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/movingdatabetween+tables]
    So far, everything works ok.
    Here is my question: how do I get the number of records passed?
    I mean, how do I know the number of rows in the 2nd table? (Remember that this number is variable, because it depends on how many rows I've inserted and deleted on the 2nd table).
    I've tried to achieve that using a data store with a numeric field, but I couldn't find the way to increment/decrement the numeric field on data store, and insert/delete the row on table at the same time .
    All I want is to find out if the 2nd table is empty or not.
    Any ideas to solve this?
    Thanks in advance!
    Help will be point-rewarded.
    Marcelo

    Hi Ahmed
    thanks for your reply, it was very helpful!! (I've assigned points to you)
    However the user can add twice or more times the same row... so the counter doesn't reflect the real number of rows in the 2nd table.
    I've partially solved this also using a data store with a parameter called key_list, where I add (I mean, concatenate) the key field for the selected row.
    So, if I have a table with 4 rows with key fields "key1", "key2", "key3", the parameter key_list would get "key1;key2;key3".
    So far, it's ok. But when I remove a row previosly added.... I can't remove the key from the key_list parameter. (I mean, from 2nd table I choose to remove the "key2" row, but I don't know how also remove the key name from the key_list)
    I hope be clearly enough.
    Any help will be really appreciated and point-rewarded.
    Thanks again.
    Best Regards
    PS: is there any way of "mark" a row that has been added to the 2nd table? I mean, using (for example) a hidden boolean field named "added", that becomes true when the selected row is added to the 2nd table.

  • Moving data between Macs

    I have a lot of data that I'd like to move from an iMac to a MacBook. Would the best way be to ethernet them together and drag the directory from one to the other?

    Transfering files across a newtork could be the easiest way.
    There is also target disk mode which allows you to use one of your macs as a external hard drive of sorts.
    Info on this here :- http://support.apple.com/kb/HT1661

  • Moving data between tables

    Hi, I have 2 tables: l_eket_obj and itab
    TYPES: BEGIN OF eket_obj,
          werks LIKE ekpo-werks,
          matnr LIKE ekpo-matnr,
          menge TYPE i,
          wemng TYPE i,
          objednane TYPE i,
          END OF eket_obj.
    DATA: l_eket_obj TYPE eket_obj OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF itab OCCURS 0,
          werks like ekpo-werks,
          matnr LIKE ekpo-matnr,
          zamowione type i,
          END OF itab.
    How to move all data from field l_eket_obj-objednane into field itab-zamowione?
    Thanks,
    Joanna

    HEllo
    do like this.
    loop at l_eket_obj .
    read table itab with key werks eq l_eket_obj-werks
                                       matnr eq l_eket_obj-matnr.
    if sy-subrc =  0.
    itab-zamowione = l_eket_obj-objednane.
    modify itab transporting zamowione where werks eq l_eket_obj-werks
                                       matnr eq l_eket_obj-matnr.
    endif.
    endloop.
    Hope this solve ur problem.
    Regards,
    Vasanth

  • Moving Data Between OEM Versions

    I have a 10.2.0.2 HPUX Risc OEM that is working.
    I just created a 10.2.0.3 Itanium OEM. I would like move the data the old to the new. Essentially I want to get any alerts, schedules, etc.
    Would an import/export of the Management tablespace work?
    Thanks,
    John

    I think he meant you can't export one job from one repository to another repository...
    I don't see why you can't import and export the whole schema..I'm not sure about the version implications but if you have access to metalink, may be open an SR.

  • Moving data between computers

    On my iMac I have exported a large number of photos and videos into a folder. Now I'd like to transmit this data to my wife's MacBook. Since there is so much data I'd like to use ethernet. I have these questions:
    Do I need a cross over ethernet cable?
    Do I need to somehow declare the folders as Shareable?
    If I can get Finder to "see" the folders do I just drag the folder on one machine to the other?

    Hi grok12,
    i have done what you are trying before and it is quiet simple.
    you do need a cross over cable if you don't have a switch or a broadband router with a switch built in.
    you do need to make your data folder shared, do this by bringing up the spotlight info on the folder and click share folder.
    Next you need to open system preferences and click on shareing and enable file sharing.
    Now go onto the computer that you want to receive the data and open network from a finder windows.
    Hopefully you will see your 'data' computer and within that the folder you have shared. Then just select the files you want and 'copy' and 'paste'
    job done.

  • Moving data between 64bit and 32 bit oracle servers

    Is it possible to move the data bt 64 bit system (OS and oracle) to a 32 bit system using exp imp command?
    Thanks,
    Chau

    Yes, you can use exp/imp or dbexp/dpimp to move from 64 bit to 32 bit database.
    http://www.ContractOracle.com

  • HD Upgrade - Moving data between Drives?

    I'm thinking about upgrading my 320GB hard drive in my 13" MacBook Pro to a 750GB drive.  What is the recommended way to move the data from the old to new drive?

    a comprehensive guide to switching HDD's :
    http://eshop.macsales.com/articles/how-to-transfer-your-data-from-your-old-drive -to-a-new-drive
    comprensive videos on how to physically change them: http://eshop.macsales.com/installvideos/
    I personally would replace the optical bay with the new hdd, which will allow you to run smoothly with more storage space. like these: http://eshop.macsales.com/search/optical+bay
    Hope this helps.

  • Moving data between two blackberry curves

    Please help - I am trying to move from one blackberry curve to another and cannot see how to transfer my info from one to the other - I tried through the desktop manager's backup and restore but it does not want to co-operate.
    Solved!
    Go to Solution.

    Can you be more specific about what the problem is?
    Assuming you don't want to use both at the same time, you should use Desktop Manager's Device Switch Wizard anyway.  It will automatically back up your old Curve and restore it to your new one.
    Jerry

  • Modification dates change when moving/copying between hard-drive and flash

    I use a flash drive to store most of my work-related documents on. That way, I have them when I'm at school (on a Windows XP computer) and at home on my Mac OS 10.3.9. I
    try to occasionally back-up my flash drive by dragging it's contents to my Mac. Copying in this direction USUALLY retains the appropriate modification date.
    However, if I move things from the Mac to the USB drive (I occasionally make changes to a file on the Mac when my flashdrive isn't handy), the modification date changes to the copy/move date. Is there a way around this? It alters the information about the file and sometimes makes a version look newer than another version of a document. When in reality, it’s older--it’s just been moved/copied and the date changed.
    I often move things back and forth for backup purposes, but if it keeps changing the dates on it’s own, it’s impossible to tell which is REALLY the
    most current copy/version.
    Is there a fix so that copying and moving files between volumes does NOT change the modification date of the file?
    Powerbook G4--12 in.--1.33 GHz   Mac OS X (10.3.9)  

    Hi, teacher. When my Lexar JumpDrive Secure is formatted as a MS-DOS volume so a PC can read it, the last-mod dates of files that I copy to it are changed to the date and time of copying. When it's formatted as a Mac OS Extended volume, the original last-mod dates are copied to it unchanged. Looks like you can thank Bill Gates for the inconvenience: apparently it's a DOS file system "feature". Don't you wish you could use Windoze all the time?
    On second thought, the files really are changed when you write them to a DOS volume, because the DOS file system has no place to store the metadata about your files that a Mac pays attention to and a Windoze box doesn't. So when you write Mac files to a DOS volume, that metadata — which is part of each Mac file — is simply discarded, causing the last-mod date to change.
    Message was edited by: eww

  • Move Data Between 2 xfaForms

    Assume I have process with 2 xfaForm variables, Form A (a PDF) and Form B (a PDF). A user fills out Form A. I want to populate values in Form B with the data from Form A.
    When I try to assign a value (using SetValue) directly from form A to form B, it doesn't seem to work. That is ...
    Location: /process_data/form_B/object/data/xdp/datasets/data/FormB/Value1
    Expression: /process_data/form_A/object/data/xdp/datasets/data/FormA/Value1
    It does work however when I use a temporary XML variable, say xml_data. That is, I move the data from Form A to xml_data, and the move the data from xml_data to Form B.
    Why would this be? What is wrong with directly moving data between my xfaForms? What am I missing?

    Hi Brad Steele,
    I'm new in ES, n have experienced the same problem that u had sometime ago of trying to pass values from FormA to FormB, can you please help me out on this one

  • Data deduplicated volumes. What happens if they are moved to another server?

    I have come across a potential issue with a server setup.
    I have a server with it's OS disk in a Raid1. It's data deduplicated volumes are in a raid 10 via a separate raid controller. What happens if the OS disks fail? can the OS be re-installed without the data being lost on the deduplicated volumes?

    I have come across a potential issue with a server setup.
    I have a server with it's OS disk in a Raid1. It's data deduplicated volumes are in a raid 10 via a separate raid controller. What happens if the OS disks fail? can the OS be re-installed without the data being lost on the deduplicated volumes?
    Yes, deduplication is completely portable between the systems. See:
    Data Deduplication in Windows Server 2012
    http://blogs.technet.com/b/filecab/archive/2012/05/21/introduction-to-data-deduplication-in-windows-server-2012.aspx
    3) Portability: A
    volume that is under deduplication control is an atomic unit. You can back up the volume and restore it to another server. You can rip it out of one Windows 2012 server and move it to another. Everything that is required to access your data is located on the
    drive. All of the deduplication settings are maintained on the volume and will be picked up by the deduplication filter when the volume is mounted. The only thing that is not retained on the volume are the schedule settings that are part of the task-scheduler
    engine. If you move the volume to a server that is not running the Data Deduplication feature, you will only be able to access the files that have not been deduplicated.
    Hope this helped :)
    StarWind VSAN [Virtual SAN] clusters Hyper-V without SAS, Fibre Channel, SMB 3.0 or iSCSI, uses Ethernet to mirror internally mounted SATA disks between hosts.

  • About moving data

    could i move data from one database to another database frequently ?
    who can tell me ?
    thanks!

    Could you? Sure.
    Depending on the volume of data, the frequency, and the business reason, there are a variety of options. Import & export is certainly one option, materialized view replication is another. CDC, Streams, etc are other options.
    Moving data once every three months is comparatively very infrequent. How much data do you have to move and what are you trying to accomplish.
    Justin

Maybe you are looking for

  • Forms 10.1.2 - Imported Java Classes are not running on JNI.NEW_OBJECT call

    Hi All, I've created a java class to call a webservice. This has been developed and tested in JDeveloper and works ok (using JDev Wizards - so it's generated code). I've created the JAR from it, imported the classes into Forms Builder and have my pac

  • Apple Apps like Weather, the App Store and even the Facebook App don't work on WIFI

    Since a few days all my apple apps (Itunes, AppStore, Weather) don't work via Wifi. The strange thing is that all other apps work without problems (just Facebook and Youtube don't view profile pictures). Via 3G all apps work without any problems. I j

  • Backorder although on-hand quantity exists

    When I perform Pick Release step, the Order status becomes Backorder, although on hand quantity for the ordered item exists. In Exceptions, I got: WSH_PICK_BACKORDER - Pick Release process could not allocate 1 of item test01 for order 49 as there was

  • E72 - dead pixel

    i'm so upset and disappointed with nokia. it's only 1 week, and my e72 has got a dead pixel on the screen!! never have i drop the phone before. no water got to it before too. what a quality for such hi-end phone (a newly launched one too!) from the b

  • Education version CS5 Design Premium ok for commercial use?

    Can I use my properly-licensed education version of Adobe CS5 Design Premium and the fonts that came with it for commercial use - both the fonts that were installed with CS5 and the extra fonts on the content CD?