Copy Netware server to smaller disk?

Hello!
We have Netware server installed on 270 GB disk. We have moved majority of the data to Windows SBS 2008 server.
How can I copy Netware server to smaller disk (cca 50 GB)?
Thanks, Roman

Yes, I would like to move NW 6.5 OS from large disk to smaller disk on the same hardware (IBM x346)
"Anders Gustafsson" <[email protected]> wrote in message news:[email protected]..
> Roman modic,
>> We have Netware server installed on 270 GB disk. We have moved majority of the data to Windows SBS 2008 server.
>> How can I copy Netware server to smaller disk (cca 50 GB)?
>
> Same hardware? Is this just one disk. Ie, the SYS volume is on that disk?
>
> --
> Anders Gustafsson (NKP)
> The Aaland Islands (N60 E20)
>
> Have an idea for a product enhancement? Please visit:
> http://www.novell.com/rms
>

Similar Messages

  • Copying Music failed. The disk could not be read from or written to.

    I just added a server to my home network. It's called "DELLSEVER" and is networked via TCP/IP on a Windows Network. I can copy files to and from it no problem. I created a shared folder on the server with public read/write access and no password called "Music".
    I wanted to move my iTunes music folder (~110GB) to the server's Music folder.
    I followed the instruction found on this forum and went into iTunes(6.0.4.2) preferences -> Advenced -> Itunes Music folder location -> clicked Change -> selected the directory from the available list -> clicked ok.
    Under "iTunes Music folder location" it now says "\\DELLSERVER\Music\iTunes", and clicked ok to close the preferences.
    I then clicked Advanced -> Consolidate Library -> Consolidate.
    I then get the error "Copying Music failed. The disk could not be read from or written to."
    I then tried to manually copy my library from dragging the folded from my PC to the server. That worked fine, but I can't get iTunes to use the server's copy of the music, it keeps going back to my PC's copy.
    Please help. I've only got about 30 Meg left on my PC's drive with iTunes and need to relocate my music to the server's drives.
    And if it matters, I am Administrator on both my PC and the server.
    I also tried de-authorizing my PC just in case. Made no difference.

    Thanks Katrina. Mapping the folder to a drive letter allowed iTunes to start copying the music across.
    Unfortuntely iTunes didn't notice that I manually copied the files across earlier, so it's overwriting them. I'm about two hours into the transfer with about another hour to go, but it looks like it's going to work.
      Windows XP Pro  

  • More smaller disks or fewer larger ones?

    Hi:
    We're in the middle of procuring disks for a new Oracle server. We plan to stripe disks to randomly distribute I/O load across disk heads. There is some debate on whether or not we should use fewer large disks vs more smaller ones. For example, the datafiles for one schema will consume 432G. In terms of performance, would it be better to stripe 6-72G disks or 12-36G disks? Are there any other pros/cons for one scenario vs the other?
    Thanks in Advance !

    Generally, the more heads you have working the better so more smaller disks would be the way to go. Additionally, with smaller drives, recovery from drive failure would be faster. Of course the major drawback to this approach is that you will need bays for the drives and if you were looking at Server attached storage, you may not have enough drive bays available.
    Another consideration would be the storage technology you are considering; for example, the HP EVA SANs require a minimum of 8 drives for a drive set so in your example you would need a mimimum of 8-72G disks whether you needed the capacity or not.

  • Attaching to a Netware Server

    Hi we have a legacy application that uses IPX to attach through RAS dial up
    to a netware server.
    We want to upgrade the application for IP only since we are going to VPN to
    the site instead of using RAS.
    the application also maps a drive.
    the legacy application uses the function : NWAttachToFileServer (16 bit
    version).
    After I connect to the server through the VPN, I try to execute the
    function NWAttachToFileServer , but it returns the error: 0x88FF.
    The OS is windows XP.
    Now I thik I have to use the NWCC functions, but I have not found a simple
    step by step guide to use this functions.
    I mean, there are like 20 differents API to use I don't know if I should
    use this fucntions, or go to LDAP or what.
    I would be very thankfull if someone can provide me a step by step guide of
    calling the functions,starting from what libraries to download, CLIB?
    eDirectory libraries for C?, c libraries for LDAP?, NLM and c libraries?
    thks
    Andres Rangel

    Wolfgang thanks for your reply.
    > Tell us, what API returned the error.
    >
    NWDSLogin(dContext,0, strUserName, strUserPassword, 420L);
    Even if I use the novel client, and try to log in to the system, it
    tells me that cannot find the server.
    > x89FC stands for one of these:
    > INTERNET_PACKET_REQ_CANCELED
    > MESSAGE_QUEUE_FULL
    > NO_SUCH_OBJECT
    > UNKNOWN_FILE_SERVER
    >
    > The latter two are the more probable causes ...
    >
    > Wolfgang
    >
    > Side note: according to my ndk doc, validityPeriod in NWDSLogin should be
    > set to zero.
    >
    > "Andres" <[email protected]> wrote in message
    > news:[email protected]...
    >> I was able to compile the code, and design a working DLL.
    >> the problem was a missing .lib file not included in the current downloads
    >> (I used on from an ndk of 1998).
    >>
    >> Now my rpoblem is the following: The code I wrote works perfectly in an Xp
    >> machine, but in win98 it works onlye the first time, and the next calls I
    >> get error : 0x89FC
    >> The program does the following:
    >> 1. Set up the cisco vpn
    >> 2. Makes the NDS calls to map a drive
    >> 3 Access the btrieve DB
    >> 4. Logs oust of NDS
    >> 5. closes the tunnel
    >>
    >> Some how when I close the connection to the tunnel, some nds tables are
    >> messed up, so I am not able to login again in the next iteration.
    >> I tried loginout from NDs after closing the vpn connection to reset
    >> variables but it does not work.
    >>
    >> In summary the code of nds is:
    >> ccode = NWCallsInit(NULL,NULL);
    >> NWLsetlocale(LC_ALL, "");
    >> NWLlocaleconv(&lconvInfo);
    >> ccode = NWInitUnicodeTables(lconvInfo.country_id,convInfo. code_page);
    >> //setup context
    >> ccode = NWDSLogin(dContext,0, strUserName, strUserPassword, 420L);
    >> ccode = NWCCOpenConnByName(
    >> /* start Conn Handle */ 0,
    >> /* name */ strServerName,
    >> /* name format */ NWCC_NAME_FORMAT_BIND,
    >> /* open state */ NWCC_OPEN_UNLICENSED,
    >> /* tran type */ NWCC_TRAN_TYPE_TCP,
    >> /* Connection Handle */ &connHandle);
    >> ccode = NWSetDriveBase(
    >> /* drive number */ (nuint16)drive,
    >> /* handle to server */ connHandle,
    >> /* directory handle */ 0,
    >> /* directory path */ strPath,
    >> /* reserved */ 0);
    >>
    >>
    >> //then after all the btrieve api calls are made
    >> //close all the connections
    >> NWCCCloseConn(connHandle);
    >> NWDSLogout(dContext);
    >> NWDSFreeContext(dContext);
    >> NWFreeUnicodeTables();
    >> ccode = NWDetachFromFileServer(connHandle);
    >> ccode = NWCallsTerm(NULL);
    >>
    >> thks
    >>
    >> Andres
    >>
    >>
    >>>> [email protected] wrote:
    >>> Somewhat related to the missing dependencies. The same version of the SDK
    >>> I
    >>> just downloaded is missing the netwin32.lib that *used* to be included. I
    >>> cannot find it anywhere in any distribution on the developer site.
    >>>
    >>> Stephen
    >>>
    >>>> wolfGang, thanks for replying.
    >>>> The application needs to acces a btrieve DB in the server.
    >>>> for that it connects through a VPN to the server.
    >>>> There the application needs to authenticate (log in) to the server, but
    >>>> for
    >>>> that I need the context.
    >>>> It also needs to map a drive.
    >>>>
    >>>> I am planning to rewrite this application using visual C++ 6.0 or visual
    >>>> C++ .net 2003.
    >>>> I downloaded the novell-w32sdkc-devel-2006.10.03-1netware_windows from
    >>>> the
    >>>> web and installed it on my machine.
    >>>> When I try to run the examples inside the clib directories, the program
    >>>> does not compile.
    >>>> I link all the .lib in the include directory, and also copy the DLLs
    >>>> into
    >>>> the same folder, but it just does not work.
    >>>>
    >>>> I just need to know if I am in the correct path and if someone has a
    >>>> VC++
    >>>> project of one of the sample, or help me out in how to build the
    >>>> program.
    >>>>
    >>>> The error when building is:
    >>>> etdrive.obj : error LNK2001: unresolved external symbol
    >>>> _NWDSFreeContext@4
    >>>> setdrive.obj : error LNK2001: unresolved external symbol _NWDSLogout@4
    >>>> setdrive.obj : error LNK2001: unresolved external symbol _NWDSLogin@20
    >>>> setdrive.obj : error LNK2001: unresolved external symbol
    >>>> _NWIsDSAuthenticated
    >>>> setdrive.obj : error LNK2001: unresolved external symbol
    >>>> _NWDSGetContext@12
    >>>> setdrive.obj : error LNK2001: unresolved external symbol
    >>>> _NWDSCreateContextHandle@4
    >>>>
    >>>>
    >>>>
    >>>>> Andres,
    >>>>>
    >>>>> when you're already connected to the server through the VPN, you don't
    >>> need
    >>>>> to call NWAttachToFileServer() - you can simply get your handle. What
    >>> should
    >>>>> the app do beyond connecting? The libraries you need depend on your
    >>>>> prog language.
    >>>>>
    >>>>> Wolfgang
    >>>>>
    >>>>> <[email protected]> wrote in message
    >>>>> news:[email protected]...
    >>>>>> Hi we have a legacy application that uses IPX to attach through RAS
    >>>>>> dial up
    >>>>>> to a netware server.
    >>>>>> We want to upgrade the application for IP only since we are going to
    >>>>>> VPN to
    >>>>>> the site instead of using RAS.
    >>>>>> the application also maps a drive.
    >>>>>> the legacy application uses the function : NWAttachToFileServer (16
    >>>>>> bit
    >>>>>> version).
    >>>>>> After I connect to the server through the VPN, I try to execute the
    >>>>>> function NWAttachToFileServer , but it returns the error: 0x88FF.
    >>>>>>
    >>>>>> The OS is windows XP.
    >>>>>>
    >>>>>> Now I thik I have to use the NWCC functions, but I have not found a
    >>> simple
    >>>>>> step by step guide to use this functions.
    >>>>>> I mean, there are like 20 differents API to use I don't know if I
    >>>>>> should
    >>>>>> use this fucntions, or go to LDAP or what.
    >>>>>>
    >>>>>> I would be very thankfull if someone can provide me a step by step
    >>>>>> guide of
    >>>>>> calling the functions,starting from what libraries to download, CLIB?
    >>>>>> eDirectory libraries for C?, c libraries for LDAP?, NLM and c
    >>>>>> libraries?
    >>>>>>
    >>>>>> thks
    >>>>>>
    >>>>>> Andres Rangel
    >>>>>>
    >
    >

  • Copy a file from hard disk to a jar

    Is there any way to copy a file from hard disk to a jar file?

    hajani wrote:
    No, I want to copy a file into an other jar file (like a zip or a rar file)
    Edited by: hajani on Dec 7, 2008 4:11 AMIf you really do mean 'jar' file an not 'zip' or 'rar' then you can use class java.util.jar.JarFile and write your own code. If you don't feel like writing a load of code then and you can guarantee that the 'jar' executable is going to be available then you could use Runtime.exec() or it's cousin ProcessBuilder. If you mean a 'zip' file then you could use class java.util.zip.ZipFile and write a load of code. If you mean a 'rar' file then you will either have to find a 'rar' class library or again use Runtime.exec().

  • My Time Capsule has stopped backing up.  I have an Apple Time Capsule which backs up by wireless. For the last 3 days it has not backed up. I get this message: "The backup was not performed because an error occurred while copying files to the backup disk.

    My Time Capsule has stopped backing up.
    I have an Apple Time Capsule which backs up by wireless. For the last 3 days it has not backed up. I get this message:
    "The backup was not performed because an error occurred while copying files to the backup disk."
    I have gone into Mac Help and followed this down to stage 4:
    under shared it lists my time capsule and my husband's iMac - both use the time machine but we have switched his off temporarily.  Clicking on my Time capsule I get "Connected" and "Sharepoint" - I didn't have to enter connect or password
    I don't understand stage 5: how and where do I select the disk or volume that contains Time Machine backups ?  How do I know which it is? My disk utility lists 160.04 TOSHIBA MK... with sub-heading Macintosh HD.  It also lists (with a "CD" icon) HL-DT-ST DVDRW GS22N
    Under stage 6, how and where do I Locate your backup ? I try dragging my Time capsule from Finder to the Disk Utility side panel but it won't go.  What is my computer's name?
    Please someone help!  I'm completely stumped.
    Thanks,
    Maggie
    Mac Help says:
    If you back up to a Time Capsule or network disk:
    Open the Time Machine pane of System Preferences, and slide the switch to Off.
    Open Time Machine preferences
    Open Disk Utility, which is in the Utilities folder in the Applications folder. 
    Open Disk Utility
    Make sure the Time Capsule or network disk is turned on and available. 
    Open a Finder window, select your Time Capsule or network disk in the Shared section of the sidebar, and click Connect. If necessary, enter your user name and password. 
    On the Time Capsule or network disk, select the disk or volume that contains Time Machine backups. Depending on how your Time Capsule is set up, there may be one or more disks or volumes. 
    Locate your backup, and drag it to the Disk Utility sidebar.You can identify your backup by looking for your computer’s name in the backup’s filename.

    Hello,
    Thanks to the great Pondini...
    http://pondini.org/TM/C3.html

  • Moving library to external hard drive and get the error "Copying files failed. The disk could not be read from or written to"

    Hello,
    I'm moving my library to an external hard drive.
    I've made sure to use the 'Keep iTunes Media Folder Organized' option when pointing to the new library location.
    I select 'File'->'Library'->'Organize Library', I select to 'Consolidate Files', click 'OK' and get ther error message "Copying files failed. The disk could not be read from or written to".
    I've read elsewhere that there may be a corrupted file that I need to sequester somehow and perhaps add it back however I'm not certain how I can locate that file because the status window doesn't indicate which file it's attempting to transfer when the error appears.
    Any tips?
    Thank you,
    Greg H
    iTunes 10.6.3

    OK I figured it out!
    It was a dodgy file....I sorted the file folders by date, and as it turned out within the "compilations" folder there was a CD where only about half the tracks seemed to have been copied over. Could not have identified this simply from the time indicated on the finder folder sort, because there were several CDs copied over in the that same minute.
    I went back to the original itunes folder, deleted all the files from that CD in itunes, then also deleted all those files from the original disk and the target disk.
    Tried the "consolidate library" again, and it completed nicely. 200megs of music and videos.
    Very happy to solve this problem after 3 weeks.

  • Error "COPYING MUSIC FAILED. The disk could not be read from or written to"

    After following the procedurest to move the iTunes music, the computer started whirring away, happily copying and consolidating all the song files to the new target folder.
    After copying 68gigs of 130gigs perfectly, it stopped dead and the following iTunes error message appeared:
    "COPYING MUSIC FAILED. THE DISK COULD NOT BE READ FROM OR WRITTEN TO"
    I am copying to an external LaCie 500g hard disk, and the current music file is split between folders on the laptop and folders and a 2nd external LaCie Hard disk. It did not appear to have any problems copying and consolidating files from both locations, until the error message showed up.
    How can I solve this?
    I really need to consolidate this music file.
    macbook pro   Mac OS X (10.4.6)  

    OK I figured it out!
    It was a dodgy file....I sorted the file folders by date, and as it turned out within the "compilations" folder there was a CD where only about half the tracks seemed to have been copied over. Could not have identified this simply from the time indicated on the finder folder sort, because there were several CDs copied over in the that same minute.
    I went back to the original itunes folder, deleted all the files from that CD in itunes, then also deleted all those files from the original disk and the target disk.
    Tried the "consolidate library" again, and it completed nicely. 200megs of music and videos.
    Very happy to solve this problem after 3 weeks.

  • Microsoft Exchange Server 2003 Small Business Server

    Has anyone been successful syncing email with a MS Exchange Server 2003 Small Business Server?
    My IT guy has tunred on IMAP, but still no luck. Just get a warning message that the iPhone cannot connect to the server.
    Thanks.

    Turning IMAP on is the 1st step. IT will also need to open that port (143) on the firewall.

  • The backup was not performed because an error occured while copying files to the backup disk

    I continually see the error message "The backup was not performed because an error occured while copying files to the backup disk" when my time capsule attempts to backup. I have been receiving this message since 14/08/13. I have attempted to locate the file which is preventing the back up and I have not been able to locate it. Any help will be appreciated
    Thanks

    Do a verify on the local disk and on the TC..
    See the info here.
    A5 http://pondini.org/TM/Troubleshooting.html

  • In Mail I have checked Remove copy from server but they do not delete how can I get it to sync correctly?

    In Mail I have checked Remove copy from server but they do not delete, In Mail when I have checked Remove copy from server but they do not delete.
    I have a hotmail accout.  When the emails have downloaded and I "Get Account Info" in Messages on server it shows all the messages I have just downloaded if I switch to That have been downloaded to my Mac the display it is blank.  Also if I delete the downloaded messages and then get new info.  All the messages are downloaded again and the count of new messages increases (this increases every time I Get New Messaages) .

    See:
    *https://support.mozilla.org/kb/ive-lost-my-firefox-sync-account-information

  • Shared Storage is not showing in SErver pool physical disk .

    Hi i have added couple of images to give you exact picture what i am doing .. please have a look
    OVM can see Shared storage from Openfiler
    http://www.picpanda.com/viewer.php?file=u1pf8hre1oqufkx6vyr3.gif
    OVM , SErver Pool (physical disk ) can see Shared Storage name
    http://www.picpanda.com/viewer.php?file=0h2dn48x6gh5avr6fob.gif
    OVM does not show the physical disk from Shared storage
    http://www.picpanda.com/viewer.php?file=c3njd7bg4exyjpymsit.gif
    if i remmeber, When i tryed with NFS share from openfiler, its worked before ... but this time i am trying with ISCSI target ..
    thanks
    is there any thing do i have to do to make it work ??

    Fosiul wrote:
    if i remmeber, When i tryed with NFS share from openfiler, its worked before ... but this time i am trying with ISCSI target ..
    is there any thing do i have to do to make it work ??Check to see if the physical disk appears under the default volume group for your san. If not, refresh the san and wait until it does. Also, make sure you have an admin server configured for that san and that your Oracle VM servers are in the default access group.

  • Windows Server 2012 Logical Disk Free Space (%) Low

    I enabled the monitor "Windows Server 2012 Logical Disk Free Space (%) Low" and configured a low threshold to test. I started to get a bunch of warnings from servers, for example:
    The disk \\?\Volume{ee0222ed-16de-40a5-af89-f95db3fdf5a4} on computer PC is running out of disk space. The value that exceeded the threshold is 11% free space.
    Now I checked on the server, and all the disks have more than 11% free space. Additionally, I don't see any disks with such a name/guid.
    When looking at the additional knowledge of the monitor, I see that it is using the following information:
    Object Name: Logical Disk
    Counter Name: PercentFree 
    My question is where is this disk coming from, and how can I avoid these disks from creating false alarms? When looking in the Windows Server
    From my analyzing the DB, I see that these are the partitions on the server without a volume letter. Any way to avoid getting these discovered and/or alerts, without overriding each one?

    Hi,
    These "strange" disks are called mount points.
    They get discovered by the "Mount Point Discovery Rule".
    Go to your authoring => rules => search for the rule above and disable it.
    If you want to remove all the instances in your environment you need to use Remove-SCOMDisabledClassInstance
    powershell cmdlet.
    More info on the cmdlet can be found here:  http://technet.microsoft.com/en-us/library/hh920257%28v=sc.20%29.aspx
    If you have any more questions please do not hesitate to ask
    It's doing common things uncommonly well that brings succes. Check out my SCOM link blog:
    SCOM link blog

  • Can i download from a small disk

    I bought a car dashboard camera and it came with a small disk.  I cannot seem to download when I use an external disk drive and I don't know if I can insert the small disk into my iMac.  Any thoughts?  Thank you

    Here's a possibly helpful article: How to use mini or other nonstandard optical discs on your Mac | MacFixIt - CNET Reviews.

  • HT3275 the backup wad not performed because an error occurred while copying files to the backup disk.

    the backup wad not performed because an error occurred while copying files to the backup disk.
    The problem may be temporary.try again later to backup.if the problem persists,use disk utility to repair your backup disk.any body help me...!

    realtek wrote:
    the backup wad not performed because an error occurred while copying files to the backup disk.
    The problem may be temporary.try again later to backup.if the problem persists,use disk utility to repair your backup disk.any body help me...!
    Not one of Apple's better messages. 
    If you haven't found it yet, see #C3 in Time Machine - Troubleshooting.  TM is likely having a problem with a file, and that will show you how to find and fix it.

Maybe you are looking for