home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / networks / fps32d.zip / NWSERIAL.DOC < prev    next >
Text File  |  1993-06-10  |  3KB  |  71 lines

  1.              NWSerial: NetWare Serial Number Reporting Utility
  2.                                 Version 1.0
  3.                      Documentation File (NWSERIAL.DOC)
  4.             ==================================================
  5.                          Richard L. Hartman (RLH)
  6.                  Novell Registered Professional Developer
  7.              5205 North Mulvaney Court, Spokane, WA 99212-1611
  8.      509-924-6576 (voice)   509-926-4626 (fax)   CompuServe 76350,2275
  9.  
  10.  
  11. ===========================================================================
  12. INTRODUCTION
  13. ===========================================================================
  14.  
  15. FPServer is licensed on a per-file-server basis through the use of
  16. SoftKeys.  SoftKeys are derived from the serial number of the copy of
  17. NetWare running on the file server(s) to be licensed.  The serial number is
  18. embedded within each copy of NetWare and can be read by the Supervisor via
  19. Novell's SYSCON utility.
  20.  
  21. However, switching from file server to file server and writing down serial
  22. numbers is inconvenient, time consuming, and error prone.  The NWSerial
  23. utility (NWSERIAL.EXE) eliminates this hassle by producing a printed list
  24. of all accessible file servers and their corresponding NetWare serial
  25. numbers.
  26.  
  27. NWSerial may be used by any logged in user - it is not necessary to be
  28. logged in as Supervisor.
  29.  
  30.  
  31. ===========================================================================
  32. RUNNING NWSERIAL
  33. ===========================================================================
  34.  
  35. Running NWSerial is simplicity itself.  There are no command line
  36. parameters, no setup files, no preparations.  Just log in as any valid user
  37. and run the program:
  38.  
  39.     NWSERIAL  <enter>
  40.  
  41. NWSerial will identify all accessible file servers - even across bridges -
  42. and attempt to establish a temporary login as GUEST.  If GUEST requires a
  43. password, you will be given the option to specify a different username
  44. and/or password.  Any login account may be used; no special rights or
  45. privileges are necessary for NWSerial to obtain the NetWare serial numbers.
  46.  
  47.  
  48.  
  49. ===========================================================================
  50. OBTAINING THE LIST
  51. ===========================================================================
  52.  
  53. After all file servers have been scanned, NWSerial will display their names
  54. and NetWare serial numbers in the exact format required for FPServer
  55. registration.  Far more convenient, however, is the ability to send this
  56. output information directly to a disk file or printer.
  57.  
  58. You may do this with the DOS redirection character (">") right on the
  59. command line.  For example, to send the list to a disk file named
  60. SERIAL.TXT, type:
  61.  
  62.     NWSERIAL  >SERIAL.TXT  <enter>
  63.  
  64. ...and a pure ASCII text file will be written to disk.  You may also send
  65. the list to a printer with:
  66.  
  67.     NWSERIAL  >LPT1  <enter>
  68.  
  69. ...which will send the same pure ASCII text information to the first
  70. parallel port.
  71.