home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / delsche.zip / DELSCHE.TXT < prev   
Text File  |  1995-07-12  |  2KB  |  62 lines

  1. DELSCHE.EXE has to be used only on NetView DM/2 2.1 CC Server
  2. up to CSD level XR00001 (XR20460).
  3. It recovers from some inconsistent situations which may happen
  4. with NetView DM/2 2.1 GA and CSD XR00001.
  5.  
  6. Description:
  7. ------------
  8. DELSCHE.EXE deletes the scheduled entries for given global name
  9. and workstation.
  10.  
  11. Use DELSCHE.EXE just to recover from the following situation:
  12. - there are NO MORE PENDING REQUESTS (WAITING or PROCESS status)
  13. - there are some catalog entries which are in a SCHE status
  14.   for some workstations
  15. - you deleted (with CDM DELETE_REQ /F)
  16.       - an INSTALL request addressed to a list of workstations
  17.     or
  18.       - an INSTALL request failed which generated a CMF*.ERR file
  19.  
  20. How to apply:
  21. -------------
  22. Unpack DELSCHE.EXE and DELSCHE.BND on the same directory (whichever).
  23.  
  24. Syntax:
  25. -------
  26. DELSCHE <workstation or ws_file> <global_name> [S]
  27.  
  28. <workstation or ws_file> : <ws> | @<ws_file>
  29.  
  30.  <ws> : name of the client
  31.  <ws_file> : full path name of workstations list file.
  32.              It must be preceded by the @ (atsign)
  33.              This is a sample file:
  34.                ┌──────────────┐
  35.                │ CLIENT1      │
  36.                │ CLIENT2      │
  37.                │ CLIENT3      │
  38.                └──────────────┘
  39.  
  40. <global_name> : catalog entry
  41.  
  42. S : server option (optional).
  43.     Must be specified if the workstation is the server.
  44.     Has no effect if a ws_file has been specified.
  45.  
  46. Examples:
  47. ---------
  48. 1) to delete SCHE entry of FIRST.GLOBAL.NAME.REF.1 from CLIENT1
  49.  
  50.    > DELSCHE CLIENT1 FIRST.GLOBAL.NAME.REF.1
  51.  
  52.  
  53. 2) to delete SCHE entry of SECOND.GLOBAL.NAME.REF.1 from the server
  54.  
  55.    > DELSCHE <server_name> SECOND.GLOBAL.NAME.REF.1 S
  56.  
  57.  
  58. 3) to delete SCHE entry of THIRD.GLOBAL.NAME.REF.1 from all the clients
  59.    listed in file C:\TEMP\CLIENT.LST
  60.  
  61.    > DELSCHE @C:\TEMP\CLIENT.LST THIRD.GLOBAL.NAME.REF.1
  62.