home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / ALIASMOV.ZIP / ALIASMOV.DOC < prev   
Text File  |  1992-05-11  |  2KB  |  60 lines

  1.                                AliasMov.cmd
  2.                                ------------
  3.  
  4. The alias concept in LAN Server provides a powerful capability to hide server
  5. dependencies. The ability to move shared data from server to server without
  6. having to make changes at the user end is wonderful. The only problem is 
  7. using the FSI (grey screen) to change the alias definition to point to the 
  8. new location. (If you have ever done this on a large scale, you know what I
  9. mean!)
  10.  
  11. This utility simplifies the movement of shared data resources. You simply 
  12. tell it what alias you want to move and the destination and it changes the
  13. alias, sets the access control profile, and moves the data.
  14.  
  15. The algorithim is this:
  16. 1. Retrieve information on the existing alias.
  17. 2. Delete the existing alias.
  18. 3. Define the new alias with information from the old definition.
  19. 4. Copy the access control profile from the root of the original alias 
  20.    location to the root of the new alias location.
  21. 5. Copy the data.
  22.  
  23. The access control profile will migrate down to subdirectories as they are
  24. created.
  25.  
  26. ------------------------------------------------------------------------------
  27. USAGE:
  28. To move the alias TEST to SERVER20 c:\shared\test use the following command"
  29. aliasmov test \\server20\c$\shared\test
  30.  
  31. ------------------------------------------------------------------------------
  32. NOTES:
  33. Only the root access control profile (ACP) is copied. If different ACP's exist 
  34. in subdirectories, they will be lost. 
  35.  
  36. If sub-aliases exists (i.e. alias2 is defined as a subdirectory under alias1),
  37. then move the upper level alias first, then the lower level alias. 
  38.  
  39. Obviously, don't move aliases when users are accessing data.
  40.  
  41. Drives S: and T: are used for the data copy.
  42.  
  43. ------------------------------------------------------------------------------
  44. PLANNED ENHANCEMENTS:
  45. Check lower level ACP's for differences and make changes at lower levels.
  46.  
  47. Convert to use NET COPY. (Current problem is that NET COPY will not copy
  48. subdirectories, so this processing would be manual.)
  49.  
  50. Error checking on the destination UNC name.
  51. ------------------------------------------------------------------------------
  52. If you have suggestions on enhancements, please contact me at:
  53. Jim Sauber
  54. 400 N Robert St
  55. St Paul, MN 55101
  56.    - or -
  57. The OS/2 Shareware BBS
  58. 703-385-4325
  59. User Name: Jim Sauber
  60.