home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0210 - 0219 / ibm0210-0219 / ibm0213.tar / ibm0213 / LS4APWAC.ZIP / LS40A.A11 / IBMLSA / IBM400R1 / MSNGHELP.ZIP / IBMLAN / NETPROG / NET.HLP
Encoding:
Text File  |  1994-06-10  |  161.7 KB  |  3,515 lines

  1. /**************************************************************************/
  2. /*                                                                        */
  3. /*                    Operating System/2(tm) LAN Server                   */
  4. /*                            Version 4.0                                 */
  5. /* (c) Copyright International Business Machines Corporation, 1988, 1994  */
  6. /* (c) Copyright Microsoft Corporation, 1988, 1991                        */
  7. /*                                                                        */
  8. /**************************************************************************/
  9. %A CACHE386:    CACHE
  10. %A CONTINUE:    CONT
  11. %A DEVICE:      DEV
  12. %A ERROR:       ERRORS
  13. %A FILE:        FILES
  14. %A FORWARD:     FOR
  15. %A GROUP:       GROUPS
  16. %A LOGOFF:      LOGOUT
  17. %A LOGON:       LOGIN
  18. %A REMOTEBOOT: RIPL, RPL, REMOTEBOOT
  19. %A REPLICATOR: REPL, REPLICATOR
  20. %A SEPARATOR:   SEP
  21. %A SESSION:     SESSIONS, SESS
  22. %A STATISTICS:  STATS
  23. %A USER:        USERS
  24. %A REQUESTER:   REQ, REDIRECTOR, REDIR, RDR, WORK, WKSTA, PRDR, DEVRDR
  25. %A MESSENGER:   MSG, RECEIVER, RCV
  26. %A SERVER:      SVR, SRV
  27. %A NETRUN:      RUNSRV, RUNSERVER, RUNSERVR
  28. %A APP:         APPS
  29.  
  30. !C AT
  31. !C BACKACC
  32. !C CACHE386
  33. !C CHGSRVR
  34. !C CHKSTOR
  35. !C DSPDOMDF
  36. !C FIXACC
  37. !C FTADMIN
  38. !C FTMONIT
  39. !C FTREMOTE
  40. !C FTSETUP
  41. !C GETRPL
  42. !C HDCON
  43. !C LSAUDIT
  44. !C LSERROR
  45. !C MAKEDISK
  46. !C MAKEIMG
  47. !C MKRDPM
  48. !C MMUTIL
  49. !C NAMES
  50. !C NET
  51. !C NETMSG
  52. !C PREPACL
  53. !C PRIV
  54. !C PROFILER
  55. !C RESTACC
  56. !C RPLDSABL
  57. !C RPLENABL
  58. !C SYNTAX
  59. !C THIN386
  60.  
  61. .1 AT
  62. :1    [id] [/DELETE]
  63.       time [/EVERY:date[,...] | /NEXT:date[,...]] command
  64. #1 AT schedules a program or command to be run at a later date or time on
  65.    a server.  When used without options, it displays a list of programs and
  66.    commands scheduled to be run.  The programs and commands are stored in the
  67.    server's IBMLAN\LOGS\SCHED.LOG file, so scheduled tasks are not lost if
  68.    you restart the server.
  69.  
  70.    See the "OS/2 LAN Commands and Utilities" for more information about
  71.    this command.
  72.  
  73.    To get Help one screen at a time, type NET HELP command | MORE.
  74. $1
  75.    command            Is the OS/2 or LAN Server command or batch
  76.                       program (.CMD file) to be run.  When the command
  77.                       requires a pathname, use the absolute pathname.
  78.  
  79.    id                 Is an identification number assigned to a scheduled
  80.                       command.  To see the identification number of a command,
  81.                       type AT without options.
  82.  
  83.    time               Is the time when command is to run.  It is expressed
  84.                       as hours:minutes in 24-hour notation (00:00 [midnight]
  85.                       through 23:59).
  86.  
  87.    /DELETE            Cancels a scheduled command.  If you omit the
  88.                       identification number, all scheduled commands on the
  89.                       server are canceled.
  90.  
  91.    /EVERY:date[,...]  Runs the command each time the specified day(s) of the
  92.                       week or month occurs.  Date is one or more days of the week
  93.                       (M,T,W,Th,F,S,Su) or days of the month (1-31).  If date
  94.                       is omitted, today's date is assumed.
  95.  
  96.    /NEXT:date[,...]   Runs the specified command only on the next occurrence of
  97.                       the day(s).
  98.  
  99. .1 BACKACC
  100. :1   [[drive:]pathname [/F:[drive:]target] [/L1:[drive:][path][filename]]
  101.     [/A] [/S] [/V]]
  102. #1 BACKACC backs up permissions on the 386 HPFS volumes, the user accounts
  103.    database (NET.ACC), and the audit log (NET.AUD) while LAN Server is
  104.    running.  When used without options, BACKACC backs up the user
  105.    accounts database and the audit log.
  106.  
  107.    See also RESTACC.
  108.  
  109.    To get Help one screen at a time, type NET HELP command | MORE.
  110. $1
  111.    drive:     Is the drive letter for the shared directory.
  112.  
  113.    pathname   Is the directory or file whose permissions are to be backed
  114.               up.  If you don't specify a pathname, only NET.ACC and
  115.               NET.AUD are backed up.
  116.  
  117.    /A         Appends access permissions to the current .ACL file.
  118.  
  119.    /F:target  Is a target file to store the permissions.  The default
  120.               directory is the current working directory.  If /F:target is
  121.               not specified, the target is ACLBAKd.ACL, where d is the drive
  122.               letter of the volume being backed up.
  123.  
  124.    path       Is the directory where the target file is to be located.
  125.  
  126.    /L1:filename
  127.               Is the target file where the errors will be logged.  If
  128.               /L1:filename is not specified, then the errors will be
  129.               written to the screen.  (The L1: parameter is only valid
  130.               in a remote install environment.)
  131.  
  132.    /S         Is valid only if pathname is a directory.  It backs up
  133.               permissions for all subdirectories and files of pathname.
  134.  
  135.    /V         Causes the names of the access control files to display
  136.               as they are being backed up by BACKACC.
  137. .1 CACHE386
  138. :1       [/BUFFERIDLE:[drive:]time]
  139.          [/LAZY:[drive:]{ON | OFF}]
  140.          [/MAXAGE:[drive:]time]
  141.          [/OPTIONS[drive:]]
  142.          [/STATS: [CLEAR | DYNAMIC]]
  143. #1 CACHE386 establishes file system caching for a 386 HPFS volume.
  144.    When used without options, it displays caching statistics.
  145.    CACHE386 is placed in the operating system configuration file at
  146.    installation.
  147.  
  148.    To get Help one screen at a time, type NET HELP command | MORE.
  149. $1
  150.    /BUFFERIDLE:[drive:]time    Sets the minimum number of milliseconds the
  151.                                buffer must be idle before its contents can be
  152.                                written to the disk.  The range is 0-500000; the
  153.                                default is 500 milliseconds.  A value between
  154.                                100 and 1000 is suggested.
  155.  
  156.    /LAZY:[drive:]{ON | OFF}    Enables or disables lazy writes.  If no
  157.                                drive is specified, the action applies to
  158.                                all 386 HPFS drives.  If you specify /LAZY
  159.                                with no values, lazy writes are enabled for
  160.                                all 386 HPFS partitions.
  161.  
  162.    /MAXAGE:[drive:]time        Sets the maximum number of milliseconds a dirty
  163.                                cache block can be in memory before its contents
  164.                                are written to memory.  The range is 0-1000000;
  165.                                the default is 5000 milliseconds.  A value
  166.                                between 1000 and 20000 is suggested.
  167.  
  168.    /OPTIONS[drive:]            Displays cache configuration options.
  169.  
  170.    /STATS:[CLEAR | DYNAMIC]    Displays cache statistics.  Specifying /STATS
  171.                                with no value displays the current statistics.
  172.                                CLEAR clears the current statistics, resetting
  173.                                all values to 0.  DYNAMIC causes the statistics
  174.                                display to remain on the screen and be updated
  175.                                approximately once per second.  (If output has
  176.                                been redirected, DYNAMIC is ignored.)
  177.  
  178.  
  179. .1 CHGSRVR
  180. :1       currentsrvname newsrvname
  181. #1
  182.  
  183.    currentsrvname              Specifies the name of the current server.
  184.  
  185.    newsrvname                  Specifies the name to be changed to.
  186.  
  187.    CHGSRVR changes the name of a server and creates a new server definition
  188.    in the accounts database (NET.ACC).  Domain control database files are
  189.    updated with the new name.  CHGSRVR does not change the names in the
  190.    IBMLAN.INI file, nor does it delete the old server name from the accounts
  191.    database.
  192. $1
  193.    There are no options for this utility.
  194.  
  195. .1 CHKSTOR
  196. :1    [\\computername | /DOMAIN[:name]] [name [...]] [/ALERTS:{YES | NO}] [/ALL]
  197. #1 CHKSTOR checks the storage remaining in home directories on a server.
  198.    When used without options, it displays a report of used disk space for
  199.    the local server.  Only those users who are over their storage limit are
  200.    included in the report, unless the /ALL parameter is used.
  201.  
  202.    For each home directory on the server that is over the storage limit,
  203.    CHKSTOR reports the user ID, disk space allowed, disk space used,
  204.    and home directory's path.
  205.  
  206.    The NET USER command must have /MAXSTORAGE set to a number to use the
  207.    CHKSTOR utility.
  208.  
  209.    This command only works on servers.
  210.  
  211.    See the "OS/2 LAN Commands and Utilities" for more information about
  212.    this command.
  213.  
  214.    To get Help one screen at a time, type NET HELP command | MORE.
  215. $1
  216.    \\computername      Is the server on which storage is to be checked.
  217.  
  218.    name [...]          Is a user ID(s) or group ID(s).  Specifying a name
  219.                        limits storage checking to the user or members
  220.                        of the group.  Separate names with spaces.  If you
  221.                        supply both a user ID and a group ID for a group
  222.                        to which that user belongs, CHKSTOR reports
  223.                        the use of that user's home directory only once.
  224.  
  225.    /ALERTS:{YES | NO}  If set to YES (the default), generates an alert for
  226.                        each user account that exceeds the storage limit.
  227.                        These alerts are sent to administrators listed in
  228.                        ALERTNAMES in the [server] section of the IBMLAN.INI
  229.                        file and to the user whose account has exceeded
  230.                        the storage limit.  If /ALERTS is set to NO, alerts
  231.                        are not sent.
  232.  
  233.    /DOMAIN[:name]      Runs CHKSTOR on the servers in the domain specified
  234.                        by the domain entry in IBMLAN.INI.  To run the command
  235.                        on another domain, supply the name of that domain.
  236.  
  237.    /ALL                Displays the home directory storage used by each user
  238.                        on a server or domain.
  239.  
  240. .1 DSPDOMDF
  241. :1
  242. #1 DSPDOMDF displays the domain definition.  It displays details of all
  243.    the users, groups, aliases, and applications defined within the logon
  244.    domain.  Domain servers can be seen in the Groups section, under the
  245.    group SERVERS.  DSPDOMDF should be run at a primary or backup server
  246.    since it uses account information from the local accounts database
  247.    (NET.ACC).
  248.  
  249. $1
  250.    There are no options for this utility.
  251.  
  252. .1 FIXACC
  253. :1
  254. #1 FIXACC restores a damaged user accounts database (NET.ACC).  The old
  255.    NET.ACC is renamed to NETACC.BAD.  This command requires that the Requester
  256.    service and UPM are stopped.
  257.  
  258.    To get Help one screen at a time, type NET HELP command | MORE.
  259. $1
  260.    There are no options for this utility.
  261.  
  262. .1 FTADMIN
  263. :1         [\\computername] [/MONO]
  264. #1 FTADMIN starts the FTADMIN fault-tolerance utility.  It is an OS/2
  265.    application that runs in a Presentation Manager window.  When used
  266.    without options, FTADMIN starts the fault-tolerance utility on the local
  267.    computer.
  268.  
  269.    To get Help one screen at a time, type NET HELP command | MORE.
  270. $1
  271.    \\computername  Specifies the computer where the fault-tolerance utility
  272.                    is to be used.
  273.  
  274.    /MONO           May provide a clearer display on a monochrome screen.
  275.                    Type the command with and without /MONO and decide which
  276.                    display is best.
  277.  
  278. .1 FTMONIT
  279. :1         [/ALERT:{YES | NO}]
  280.            [/COMPARE:{YES | NO}]
  281.            [/QUIET:{YES | NO}]
  282.            [/CLEAR:{YES | NO}]
  283. #1 FTMONIT starts the fault-tolerance utility's error-monitoring feature
  284.    or clears statistics about error monitoring.  When used without options,
  285.    it displays statistics.
  286.  
  287.    To get Help one screen at a time, type NET HELP command | MORE.
  288. $1
  289.    /ALERT:{YES | NO}    Specifies whether to send disk error alerts to users
  290.                         listed in ALERTNAMES in the [server] section of the
  291.                         IBMLAN.INI file.  The default is YES.
  292.  
  293.    /CLEAR:{YES | NO}    Set to YES, resets all statistics to zero.  The default
  294.                         is NO.
  295.  
  296.    /COMPARE:{YES | NO}  Specifies whether to do a low-confidence comparison
  297.                         of mirrored drives when the computer starts.  The
  298.                         default is YES.
  299.  
  300.    /QUIET:{YES | NO}    Specifies whether FTMONIT displays a status
  301.                         message whenever the server is restarted.  YES
  302.                         suppresses the display.  The default is NO.
  303.  
  304.  
  305. .1 FTREMOTE
  306. :1           [/R:responsefile] [/L1:statusfile] [/L2:historyfile]
  307. #1 The FTREMOTE utility is a response-file-driven version of FTADMIN and
  308.    FTSETUP that activates Fault Tolerance, configures the drives to use
  309.    Fault Tolerance in an unattended state, verifies mirrored drives, and
  310.    corrects errors.
  311.  
  312.    Running FTREMOTE activates Fault Tolerance, unless the command
  313.    DEACTIVATE is contained in the response file.
  314.  
  315.    To get Help one screen at a time, type NET HELP command | MORE.
  316. $1
  317.    /R:responsefile      Specifies the name of the input response file.
  318.  
  319.    /L1:statusfile       Specifies the name of the status file.  The
  320.                         default is FTSTATUS.LOG.
  321.  
  322.    /L2:historyfile      Specifies the name of the history file.  The
  323.                         default is FTHISTRY.LOG.
  324. .1 FTSETUP
  325. :1
  326. #1 FTSETUP installs the Disk Fault Tolerance system and prompts for information
  327.    needed to configure drive mirroring and drive duplexing.
  328.  
  329.    To get Help one screen at a time, type NET HELP command | MORE.
  330. $1
  331.    There are no options for this utility.
  332.  
  333. .1 GETRPL
  334. :1
  335. #1 The GETRPL utility is run on remote IPL servers after installation or
  336.    reinstallation of LAN Server.  GETRPL migrates RPL.MAP workstation
  337.    and server records from previous levels of LAN Server into the RPL.MAP
  338.    on the current remote IPL server.  DOS remote IPL users are moved from
  339.    previous levels of LAN Server into a group called RPLGROUP and an access
  340.    control profile for RPLGROUP is created, granting all privileges to the
  341.    users in that group.  GETRPL ensures that new OS/2 remote IPL and DOS
  342.    remote IPL users added with LAN Server are added to the group.  It
  343.    installs all the OS/2 device drivers and display support routines.
  344.  
  345. $1
  346.    There are no options for this utility.
  347.  
  348. .1 HDCON
  349. :1
  350.            [d:]\>HDCON[-o] | [-n] [*] | [userx]
  351. #1 The HDCON utility allows you to migrate users' home directory aliases
  352.    from LAN Server Version 1.3 into the format used by the current version.
  353.    When this is accomplished, the old aliases are deleted.  Another use of
  354.    the utility is to create aliases for home directories created in the
  355.    current LAN Server version for those users who are accustomed to using
  356.    or need to use the old format.
  357.  
  358.    HDCON can convert all users in a domain at one time or convert a list
  359.    of users provided at the OS/2 command prompt.
  360.  
  361.    Only an administrator can use HDCON to migrate users' home directories.
  362.  
  363.    To get Help one screen at a time, type NET HELP command | MORE.
  364. $1
  365.    d:                   Specifies a drive.
  366.  
  367.    -o                   Specifies to convert to the old format.
  368.  
  369.    -n                   Specifies to convert to the new format.
  370.  
  371.    *                    Specifies to convert all users on the domain.
  372.  
  373.    userx                Specifies a user ID to convert.  You can list more
  374.                         than one user ID on the command line.
  375.  
  376. .1 LSAUDIT
  377. :1         [\\servername]
  378.  
  379. #1 LSAUDIT starts the LAN Server Audit Log Utility.  The utility displays a
  380.    LAN Server audit log, either locally at the workstation or remotely at
  381.    a server.  Additionally, the log can be printed and cleared.
  382.  
  383. $1
  384.    \\servername         Specifies the name of a remote server whose log
  385.                         is to be displayed.  When \\servername is not
  386.                         specified, displays the audit log at the local
  387.                         workstation.
  388.  
  389. .1 LSERROR
  390. :1         [\\servername]
  391.  
  392. #1 LSERROR starts the LAN Server Error Log Utility.  The utility displays a
  393.    LAN Server error log, either locally at the workstation or remotely at
  394.    a server.  Additionally, the log can be printed and cleared.
  395.  
  396. $1
  397.    \\servername         Specifies the name of a remote server whose log
  398.                         is to be displayed.  When \\servername is not
  399.                         specified, displays the error log at the local
  400.                         workstation.
  401.  
  402. .1 MAKEDISK
  403. :1         [/BOOTDRIVE:k]
  404. #1 The MAKEDISK utility can be used to create a 386 HPFS boot diskette
  405.    for the workstation after installing OS/2 2.1 and LAN Server 4.0 on
  406.    a workstation.  Use the DISKCOPY command to make backup copies of
  407.    the OS/2 2.1 Installation diskette and the OS/2 2.1 Installation/
  408.    Diskette 1 before using this utility.
  409.  
  410.    When MAKEDISK is run, certain files on the backup copy of the OS/2
  411.    2.1 Installation/Diskette 1 are altered.  Other files are deleted
  412.    to make room for the 386 HPFS system-related files.  The disk device
  413.    drivers and 386 HPFS system files are copied from the workstation's
  414.    root directory on the boot drive.
  415.  
  416. $1
  417.    /BOOTDRIVE:k         Specifies where the workstation was booted from,
  418.                         where k is the boot drive letter.
  419.  
  420. .1 MAKEIMG
  421. :1         [[d:outfile] | [infile]] [/Ssss] [/Fxxx]
  422. #1 The MAKEIMG utility packages the system programs required for a
  423.    remote IPL requester into an image file.  If you want to make an
  424.    image that does not contain DOS LAN Requester, use a model
  425.    definition file that does not attempt to start DOS LAN Requester
  426.    instead of using the standard definition files.  All files must
  427.    exist on the domain controller in the IBMLAN\DCDB\IMAGES subdirectory.
  428.  
  429. $1
  430.    d               Is an optional drive letter
  431.  
  432.    outfile         Is the name of the image file that is to be written.
  433.                    The .IMG extension is added automatically.  This parameter
  434.                    is only necessary if a drive letter is specified.
  435.  
  436.    infile          Is either the drive letter where a disk formatted with the
  437.                    FORMAT /S command can be found or the name of a definition
  438.                    file.  This parameter is only used if no outfile is
  439.                    specified.
  440.  
  441.    /Ssss           Specifies a target server name, where sss is the server
  442.                    name where the image file is created.
  443.  
  444.    /Fxxx           Specifies an image diskette size, where xxx can be one of
  445.                    the following:
  446.                        360
  447.                        720
  448.                        1.2
  449.                        1.4
  450.  
  451.                    The default size is 720KB.  This parameter can be used to
  452.                    override the drive capacity found in the .DEF file.
  453.  
  454. .1 MKRDPM
  455. :1
  456. #1 The MKRDPM utility allows the user to create remote IPL diskettes.
  457.    The user can select the network adapter type from a list displayed
  458.    on the main panel.  A remote IPL diskette is created that initializes
  459.    the network adapter and starts the remote IPL boot process.
  460.  
  461. $1
  462.    There are no options for this utility.
  463.  
  464. .1  MMUTIL
  465. :1          {d: /remove | d: /apply /b:256 | d: /status}
  466. #1 MMUTIL is used to apply or remove the multimedia (MM) format on the
  467.    drive specified without requiring a reformat.  All data will be safely
  468.    preserved.
  469. $1
  470.    d:         Specifies the target drive on which MMUTIL will run.
  471.  
  472.    /remove    Removes the multimedia (MM) format from the drive specified.
  473.  
  474.    /apply     Applies the MM format to the drive specified.
  475.  
  476.    /b         Specifies the block size to be used for the MM format.
  477.               Only 256 is currently available.
  478.  
  479.    /status    Gives the format status of the drive specified.
  480.  
  481. .1 NETMSG
  482. :1         [/MIN]
  483. #1 NETMSG starts the Network Messaging utility.  It is an OS/2 application
  484.     that runs in a Presentation Manager window.  It works in conjunction with
  485.     the Messenger service and allows users to send messages, displays popups
  486.     for incoming messages, and allows management of messages stored in the
  487.     message log.
  488.  
  489. $1
  490.     /MIN            Starts the Network Messaging utility in a minimized state.
  491.  
  492. .1 PREPACL
  493. :1      /P [/FL:filename | /DL:filename | /D:dirname] /B:filename | /N
  494.         [/L1:filename] [/L2:filename] [/O]
  495. #1 The PREPACL utility removes access control profiles from subdirectories
  496.    and files on 386 HPFS drives required by the OS/2 program.  Run PREPACL
  497.    prior to installing OS/2.
  498.  
  499. $1 /P    Specifies to remove the 386 HPFS access control profiles
  500.          in preparation for OS/2 installation.
  501.  
  502.    /FL   Specifies a file name containing a list of files and subdirectories
  503.          from which to back up and remove access control profiles.  All
  504.          access control profiles for the specified files and subdirectories
  505.          and paths to those subdirectories will be removed.  This parameter
  506.          cannot be used with the /DL or /D parameters.
  507.  
  508.    /DL   Specifies a file name containing a list of subdirectories
  509.          from which to back up and remove access control profiles.  Access
  510.          control profiles will be removed for the subdirectory, any
  511.          subdirectories below it, and the contents of those subdirectories.
  512.          This parameter cannot be used with the /FL or /D parameters.
  513.  
  514.    /D    Specifies a single subdirectory from which to remove access control
  515.          profiles.  This parameter cannot be used with the /FL or /DL
  516.          parameters.
  517.  
  518.    /B    Specifies a file name in which to save the access control profiles.
  519.          If this parameter is not used, then /N must be specified.
  520.  
  521.    /N    Specifies that the access control profiles should be removed but not
  522.          backed up. If this parameter is not used, then /B must be specified.
  523.  
  524.    /L1   Specifies a remote error log in addition to \OS2\INSTALL\IBMLANER.LOG
  525.          on the local workstation.
  526.  
  527.    /L2   Specifies a remote history log in addition to
  528.          \OS2\INSTALL\IBMLSHST.LOG on the local workstation.
  529.  
  530.    /O    Specifies to remove access control profiles using only the /FL,
  531.          /DL, or /D parameters set in this command.  If /O is not specified,
  532.          PREPACL uses those parameters with any internal checklists generated
  533.          by the OS/2 and LAN Server installation programs.
  534.  
  535.    To get Help one screen at a time, type NET HELP command | MORE.
  536.  
  537. .1 PRIV
  538. :1      command [values]
  539. #1 PRIV ensures that a background process started by an administrator on a
  540.    386 HPFS server with local security remains privileged after the
  541.    administrator logs off.  A privileged process is a background process that
  542.    has the equivalent of administrative privilege.  A privileged process can
  543.    access all files on the server for as long as it runs, no matter who logs
  544.    on or off locally at the server.
  545.  
  546.    This command only works on servers.
  547.  
  548.    To get Help one screen at a time, type NET HELP command | MORE.
  549. $1
  550.    command  Is a .EXE, .COM, or .CMD file in the current path, or an internal
  551.             OS/2 command.
  552.  
  553.    values   Are options of the command being run.
  554.  
  555. .1 PROFILER
  556. :1          [/r] [/v] [/q] [/c] pathname
  557. #1 PROFILER examines the file allocation layout of the files
  558.    specified and generates a short report about the file allocation
  559.    layout, which may assist in better tuning the performance.
  560. $1
  561.    pathname   Specifies the search specification for files to be
  562.               profiled.
  563.  
  564.    /r         Recurse all subdirectories.
  565.  
  566.    /v         Display extent information for all files.
  567.               Only files with recommendations are normally displayed.
  568.  
  569.    /q         Do not display progress message.
  570.  
  571.    /c         Correct cache-alignment or extent problems.
  572.  
  573. .1 RESTACC
  574. :1   [drive:]pathname [[drive:]newname] [/F:[drive:]source] [/L1:[drive:]
  575.    [path][filename]] [/S] [/V]
  576. #1 RESTACC restores the permissions for 386 HPFS volumes, the user accounts
  577.    database, and the audit file stored with BACKACC.
  578.  
  579.    See also BACKACC.
  580.  
  581.    To get Help one screen at a time, type NET HELP command | MORE.
  582. $1
  583.    drive:     Is an optional drive letter.
  584.  
  585.    newname    Is a new file to receive permissions from a file that was
  586.               backed up with BACKACC.  The existing permissions on newname
  587.               (if any) are replaced with the restored permissions.
  588.  
  589.    pathname   Is the directory or file for which permission records are
  590.               to be restored.
  591.  
  592.    /F:source  Is the source file used to restore permissions.  If source is
  593.               omitted, LAN Server uses IBMLAN\ACCOUNTS\ACLBAKd.ACL, where
  594.               d is the drive letter of the volume being backed up.
  595.  
  596.    path       Is the directory where the target file is to be located.
  597.  
  598.    /L1:filename
  599.               Is the target file where the errors will be logged.  If
  600.               /L1:filename is not specified, then the errors will be
  601.               written to the screen.  (The L1: parameter is only valid
  602.               in a remote install environment.)
  603.  
  604.    /S         Is used with pathname only.  It restores permissions for all
  605.               subdirectories of the specified directory.
  606.  
  607.    /V         Causes the names of the access control files to display
  608.               as they are being restored by RESTACC.
  609. .1 RPLDSABL
  610. :1
  611. #1 RPLDSABL disables the Remote IPL service at a workstation that has a hard
  612.    disk.  Use RPLDSABL at a workstation that is no longer going to be started
  613.    remotely.  After running RPLDSABL, the workstation boots from its own hard
  614.    disk instead of from a server running the Remote IPL service.
  615.  
  616.    To get Help one screen at a time, type NET HELP command | MORE.
  617. $1
  618.    There are no options for this utility.
  619.  
  620. .1 RPLENABL
  621. :1
  622. #1 RPLENABL enables the Remote IPL service at a workstation that has a hard
  623.    disk.  It configures the hard disk so that the workstation can be started
  624.    from a server that is running the Remote IPL service.  This does not prevent
  625.    access to the hard disk after the workstation is booted remotely.
  626.  
  627.    To get Help one screen at a time, type NET HELP command | MORE.
  628. $1
  629.    There are no options for this utility.
  630.  
  631. .1 SYNTAX
  632. :1
  633.  
  634.    This is not an actual command, but is instead a help topic that describes
  635.    the syntax of commands used with LAN Server.  It can be retrieved
  636.    by typing either NET SYNTAX or NET HELP SYNTAX at the command line.
  637.  
  638.    The Help system uses the special characters |, [], and {}
  639.    to specify the syntax of commands.
  640.  
  641.    *  The symbols [ and ] surround optional components of
  642.       the command.
  643.  
  644.    *  When there are several choices for an optional
  645.       component, the character | separates the choices.
  646.       You can only use one (1) element of a list of choices.
  647.  
  648.       For example, in the following command, you can use
  649.       the option ALPHA and one of the options BETA and
  650.       GAMMA:
  651.           NET COMMAND [ALPHA] [BETA | GAMMA],
  652.  
  653.    *  The characters { and } surround lists from which you
  654.       must use one of the choices.
  655.  
  656.    *  If the option is capitalized, it must be typed as it is.
  657.       Otherwise, it is a variable, and can be replaced by its value.
  658. #1
  659. $1 There are no options for this topic.  This topic is about how to
  660.    read syntax lines.  It is not a NET command.
  661.  
  662.  
  663. .1 THIN386
  664. :1       /B:d: /T:d:path [/L1:d:\path\filename] [/L2:d:\path\filename]
  665. #1 The THIN386 utility creates a temporary 386 HPFS file system that can
  666.    be used by the LAN Server installation/configuration program.
  667.  
  668. $1
  669.    /B:                    Specifies the boot drive where CONFIG.SYS is
  670.                           located.
  671.  
  672.    /T:                    Specifies the path on which to install the
  673.                           THIN 386 HPFS.
  674.  
  675.    /L1:                   An optional parameter to specify a remote error
  676.                           log other than \OS2\INSTALL\IBMLANER.LOG on the
  677.                           local workstation.
  678.  
  679.    /L2:                   An optional parameter to specify a remote history
  680.                           log other than \OS2\INSTALL\IBMLSHST.LOG on the
  681.                           local workstation.
  682.  
  683.    d:                     Specifies the drive letter.  The drive letter can
  684.                           be different for the required or optional parameters.
  685.  
  686. .1 NAMES
  687. :1
  688.  
  689.    This is not an actual command, but is instead a help topic that describes
  690.    the types of names that are used with LAN Server.  It can be retrieved
  691.    by typing either NET NAMES or NET HELP NAMES at the command line.
  692.  
  693.    IBM OS/2 LAN Server recognizes several different types of names:
  694.  
  695.    * MESSAGE NAME -- A name used to receive messages.  This is
  696.        not the same as a user ID.
  697.    * MACHINE ID -- The name of a server or a requester
  698.        on a local area network.  In a UNC name, a
  699.        server's machine ID is preceded by two backslashes
  700.        (as in \\SERVER\RESOURCE).
  701.    * DEVICE -- The identifier of a disk, printer, or
  702.        other device physically connected to your computer,
  703.        or the name assigned to a shared resource that you
  704.        are using.  They include disk drive letters (A:, B:,
  705.        ...Z:), serial ports (COMx), and parallel ports (LPTx).
  706.    * FILENAME -- A unique name for a file that can be from
  707.        one to eight characters in length and may be followed
  708.        by a filename extension consisting of a period (.)
  709.        and one to three characters.
  710.    * UNC NAME -- A server's machine ID followed by the
  711.        netname of a resource (as in \\SERVER1\PRINTQ).
  712.        UNC is the abbreviation for Universal Naming Convention.
  713.    * PATH -- Includes the name of one or more directories,
  714.        where each directory name is preceded by a backslash
  715.        (\).  For example, \CUSTOMER\CORP\ACCT is a path.
  716.    * PATHNAME -- Includes the name of one or more
  717.        directories followed by a filename.  Each directory
  718.        name and filename within the pathname is preceded by
  719.        a backslash (\).  For example, the pathname
  720.        \PROJECT\MONTHLY.RPT points to a file named
  721.        MONTHLY.RPT in the project directory.
  722.    * NETNAME -- The name by which a shared resource is
  723.        known to LAN Server.
  724.    * USER ID -- The name a user types when she or he logs
  725.        on to the local area network.
  726. #1
  727. $1 There are no options for this topic.  This is a help topic about the
  728.    different types of names LAN Server uses.  It is not a NET command.
  729.  
  730. .1 NET
  731. .2     ACCESS
  732. :2            [resource | alias]
  733.    NET ACCESS {resource | alias } [/ADD rights | /CHANGE rights]
  734.                                   [/GRANT rights | /REVOKE name]
  735.                                   [/TRAIL:[YES | NO]]
  736.                                   [/FAILURE:{ALL | NONE}]
  737.                                   [/FAILURE:{[OPEN];[WRITE];[DELETE];[ACL]}
  738.                                   [/SUCCESS:{ALL | NONE}]
  739.                                   [/SUCCESS:{[OPEN];[WRITE];[DELETE];[ACL]}
  740.                                   [/DELETE | /TREE | /APPLY]
  741. #2 NET ACCESS lists, creates, changes, revokes, and applies permissions set
  742.    for a resource or alias at the server.
  743.  
  744.    Permissions assigned to a directory automatically become the permissions
  745.    for files within the directory unless specific permissions are assigned.
  746.    Then the specific permissions override directory permissions.
  747.  
  748.    When used without options, NET ACCESS lists resources shared on
  749.    the server and permissions for each.
  750.  
  751.    NOTE: /TRAIL can't be used with /FAILURE or /SUCCESS.
  752.  
  753.    See the "OS/2 LAN Commands and Utilities" for more information about
  754.    this command.
  755.  
  756.    To get Help one screen at a time, type NET HELP command | MORE.
  757. $2
  758.    name              Identifies an existing user ID or group ID.
  759.  
  760.    permission        Is one or more of the following access rights.  Type
  761.                      permissions for access to a disk resource without
  762.                      a delimiter (for example:  RWC).
  763.  
  764.                 Letter   Permission
  765.                 ──────   ─────────────────────────────────────────────────────
  766.                   A      Change resource attributes.  The attributes are R
  767.                          (read only), H (hidden), S (system), and A (archive).
  768.                   C      Create files and directories in a shared
  769.                          directory.  Users with this permission can change the
  770.                          file only while creating it.
  771.                   D      Delete files and subdirectories within the shared
  772.                          directory, but not the shared directory.
  773.                   N      (No) Denies access to a resource.
  774.                   P      Change permissions for a directory or file.
  775.                   R      Read, copy, and execute files, and change from one
  776.                          subdirectory to another within the shared directory.
  777.                   W      Write to a file.
  778.                   X      Execute a command or program.  Only OS/2 requesters
  779.                          recognize X permission.  To allow a user with a
  780.                          DOS requester to run a program, grant that user
  781.                          R permission.
  782.                          NOTE:  X permission isn't needed if R permission
  783.                                 is assigned to the user for that directory
  784.                                 or file.  R permission includes all rights that
  785.                                 X permission grants.
  786.                   Y      (Yes) Gives default (RWCDA) access permissions to
  787.                          a resource.  Y cannot be used with other permissions
  788.                          except P.
  789.  
  790.    rights            Specifies, in the form name:permissions, the name of a
  791.                      user or group and the permissions for the resource.
  792.                      Multiple user or group names can be entered by separating
  793.                      sets of name:permissions with a space.
  794.  
  795.    resource          Names the resource for which you are viewing, modifying
  796.                      or applying permissions.  The resource can be a disk,
  797.                      directory, file, spooler queue, serial device, or named
  798.                      pipe.  Directory and files resources should be specified
  799.                      as an absolute path.  Resource names that are spooler
  800.                      queues, serial devices, or named pipes must be preceded
  801.                      by \PRINT\, \COMM\, or \PIPE\ respectively. If /APPLY is
  802.                      specified, the resource must be a directory.
  803.  
  804.     alias            Names the alias for which you are viewing, modifying or
  805.                      applying permissions.  The alias can be a file, printer
  806.                      or serial device alias.  If /APPLY is specified, the
  807.                      alias must be a files alias.
  808.  
  809.    /ADD              Adds a resource name, and optionally, one or more
  810.                      user's or group's permissions to use the resource.
  811.                      You can name a resource and define permissions for
  812.                      a resource before sharing the resource.
  813.  
  814.    /CHANGE           Changes one or more user's or group's permissions for a
  815.                      resource.
  816.  
  817.    /DELETE           Removes permissions for a resource from the
  818.                      access control database.
  819.  
  820.    /GRANT            Adds one or more user's or group's permissions for a
  821.                      resource.
  822.  
  823.    /REVOKE           Revokes permissions granted to users or groups to use a
  824.                      resource.
  825.  
  826.    /TREE             Reports permissions for a directory resource and
  827.                      all of its subdirectories.
  828.  
  829.    /APPLY            Applies the access control profile of the specified
  830.                      resource or alias to all the subdirectories below
  831.                      the specified directory.
  832.  
  833.    /FAILURE          Audits failed accesses to resources as determined
  834.                      by the following values:
  835.  
  836.                         ALL    Audits all failed resource access attempts.
  837.                         OPEN   Audits failed attempts to open shared files.
  838.                         WRITE  Audits failed attempts to write to shared files.
  839.                         DELETE Audits failed attempts to delete shared files.
  840.                         ACL    Audits failed attempts to change permissions
  841.                                for a shared resource.
  842.                         NONE   No auditing of failures is done.
  843.  
  844.                      /FAILURE and /SUCCESS can be on the same command
  845.                      line, but do not use /FAILURE with /TRAIL.
  846.  
  847.    /SUCCESS          Audits successful accesses to resources as determined
  848.                      by the following values:
  849.  
  850.                         ALL    Audits all successful resource access attempts.
  851.                         OPEN   Audits successful attempts to open shared files.
  852.                         WRITE  Audits successful attempts to write to shared
  853.                                files.
  854.                         DELETE Audits successful attempts to delete shared
  855.                                files.
  856.                         ACL    Audits successful attempts to change permissions
  857.                                for a shared resource.
  858.                         NONE   No auditing of successful accesses is done.
  859.  
  860.                      /SUCCESS and /FAILURE can be on the same command line,
  861.                      but do not use /SUCCESS with /TRAIL.
  862.  
  863.    /TRAIL:[YES | NO] Turns audit trailing on or off for a particular
  864.                      resource.  (The default is NO.)  Do not use this option
  865.                      with the /FAILURE or /SUCCESS options.
  866.  
  867. .2     ACCOUNTS
  868. :2              [/ROLE:{PRIMARY | BACKUP | MEMBER | STANDALONE}]
  869.                 [/FORCELOGOFF:{minutes | NO}]
  870.                 [/MINPWLEN:length]
  871.                 [/MAXPWAGE:{days | UNLIMITED}]
  872.                 [/MINPWAGE:days]
  873.                 [/UNIQUEPW:number]
  874. #2 The NET ACCOUNTS command displays and modifies password and logon
  875.    requirements for all accounts in the user accounts system (stored in the
  876.    \IBMLAN\ACCOUNTS\NET.ACC file.) This command is also necessary for
  877.    setting server roles for the accounts database.
  878.  
  879.    Several conditions are required for options used with NET ACCOUNTS
  880.    to take effect:
  881.  
  882.    ■  The Netlogon service must be running on all servers in the domain
  883.       that verify logon.
  884.  
  885.    ■  All requesters and servers that log on in the domain must have
  886.       the same domain entry in the IBMLAN.INI file.
  887.  
  888.    When used without options, NET ACCOUNTS displays account information.
  889.  
  890.    See the "OS/2 LAN Commands and Utilities" for more information about
  891.    this command.
  892.  
  893.    To get Help one screen at a time, type NET HELP command | MORE.
  894. $2
  895.    /ROLE:                       Determines how the servers in a domain
  896.                                 participate in logon security.  Four roles
  897.                                 are provided:
  898.  
  899.                                 Role        Description
  900.                                 ----        -------------------------------
  901.                                 PRIMARY     Specifies the server as the
  902.                                             domain controller.  Only one
  903.                                             server per domain can be a domain
  904.                                             controller.  The domain controller
  905.                                             contains the master user accounts
  906.                                             database.  Accounts database updates
  907.                                             are made at the domain controller
  908.                                             and then copied to other machines
  909.                                             running the Netlogon service,
  910.                                             such as Members and Backups.
  911.                                             The domain controller also verifies
  912.                                             network logon requests.
  913.  
  914.                                             You can define other servers in the
  915.                                             domain as backup domain controllers
  916.                                             to validate logons when the domain
  917.                                             controller is not functioning.
  918.                                             Backup domain controllers are
  919.                                             defined through the installation/
  920.                                             configuration program and receive
  921.                                             DCDB information from the domain
  922.                                             controller by using the DCDB
  923.                                             Replicator service.
  924.  
  925.  
  926.                                 BACKUP      Each backup server receives a copy
  927.                                             of the user accounts database when
  928.                                             updates are made.  There can be
  929.                                             multiple backup servers on a domain.
  930.                                             Backup servers can also validate
  931.                                             network logon requests.
  932.  
  933.                                             You cannot use NET ACCOUNTS BACKUP
  934.                                             to change a member or standalone
  935.                                             server to a backup domain controller
  936.                                             because the DCDB Replicator service
  937.                                             must also be installed.  The
  938.                                             installation/configuration program
  939.                                             is used to install this service.  It
  940.                                             is recommended that you use the
  941.                                             installation/configuration program
  942.                                             to define backup domain controllers.
  943.  
  944.  
  945.                                 MEMBER      A member server can neither update
  946.                                             the accounts database nor validate
  947.                                             logon requests, but does maintain a
  948.                                             copy of the database.  A
  949.                                             domain can have more than one
  950.                                             member server.  Members cannot
  951.                                             validate network logon requests.
  952.  
  953.  
  954.                                 STANDALONE  Maintains its own user accounts
  955.                                             database and does not participate
  956.                                             in replication.  Indicates that you
  957.                                             cannot run the Netlogon service.
  958.  
  959.  
  960.    /FORCELOGOFF:{minutes | NO}  Sets the number of minutes a user has
  961.                                 before being forced to log off when the
  962.                                 account expires or valid logon hours expire.
  963.                                 NO, the default, prevents forced logoff.
  964.  
  965.    /MINPWLEN:length             Sets the minimum number of characters for
  966.                                 a password.  The range is 0-14 characters;
  967.                                 the default is 4 characters.  However, User
  968.                                 Profile Management only accepts passwords
  969.                                 up to 8 characters for the minimal character
  970.                                 set and up to 10 characters for the extended
  971.                                 character set.
  972.  
  973.  
  974.    /MAXPWAGE:{days | UNLIMITED} Sets the maximum amount of time (expressed
  975.                                 as a number of days) that a password is
  976.                                 valid.
  977.  
  978.    /MINPWAGE:days               Sets the minimum time (number of days) that
  979.                                 must pass before a user can change a new
  980.                                 password.
  981.  
  982.    /UNIQUEPW:number             The number of old passwords retained by the
  983.                                 system for a user.  When changing a password,
  984.                                 the new password may not be the same as the
  985.                                 current password or any passwords stored by the
  986.                                 system for this user.  The maximum value is 8.
  987.  
  988. .2     ADMIN
  989. :2           \\machineID [password | *] /COMMAND [command]
  990. #2 The NET ADMIN command is used to run a command or start a command
  991.    processor from the local server to manage a remote server.
  992.  
  993.    See the "OS/2 LAN Commands and Utilities" for more information about
  994.    this command.
  995.  
  996.    To get Help one screen at a time, type NET HELP command | MORE.
  997. $2
  998.    \\machineID     Specifies a remote server for which you have administrative
  999.                    privileges.
  1000.  
  1001.    command         Is the single network or operating system command to
  1002.                    run.
  1003.  
  1004.    /COMMAND        Runs a single non-interactive command, or starts a
  1005.                    secondary command processor on a remote server.  To start
  1006.                    a secondary command processor, press ENTER immediately
  1007.                    after /COMMAND.  Then type as many commands as necessary
  1008.                    on the remote server.  Return to the local server by
  1009.                    typing exit or pressing CTRL+Z.
  1010.  
  1011.    password | *    Is the administrator's password for the specified server.
  1012.                    This can be different from the administrator's logon
  1013.                    password.  An asterisk (*) produces a prompt for the
  1014.                    password.  The password will not be displayed when you
  1015.                    type it.
  1016.  
  1017. .2     ALIAS
  1018. :2           aliasname [\\servername resource]
  1019.                        [/WHEN:{STARTUP | REQUESTED | ADMIN}]
  1020.                        [/REMARK:"text"]
  1021.                        [/USERS:number | /UNLIMITED]
  1022.                        [/PRINT | /COMM]
  1023.                        [/PRIORITY:number]
  1024.                        [/DELETE]
  1025.                        [/DOMAIN:name]
  1026. #2 The NET ALIAS command creates, deletes, changes and displays
  1027.    information about aliases.
  1028.  
  1029.    See the "OS/2 LAN Commands and Utilities" for more information about
  1030.    this command.
  1031.  
  1032.    To get Help one screen at a time, type NET HELP command | MORE.
  1033. $2
  1034.    aliasname                      Is the name of the alias.
  1035.  
  1036.    resource                       Is the name of the resource for the
  1037.                                   specified alias.  For a files alias,
  1038.                                   resource is the absolute path.  For a
  1039.                                   printer alias, resource is the printer
  1040.                                   queue name.  For a serial device alias,
  1041.                                   resource is a list of serial devices
  1042.                                   separated by blanks.  Valid serial devices
  1043.                                   are COM1 through COM9 and LPT1 through LPT9.
  1044.  
  1045.    /USERS:number                  Sets the maximum number of users that can
  1046.                                   use the alias at the same time.  If /USERS
  1047.                                   and /UNLIMITED appear in the same command,
  1048.                                   the last occurrence will override the first.
  1049.  
  1050.    /UNLIMITED                     Removes restrictions on the number of
  1051.                                   users that can use the alias at the same
  1052.                                   time.
  1053.  
  1054.    /REMARK:"text"                 Specifies the description of the alias.
  1055.                                   The description must be enclosed in double
  1056.                                   quotation marks ("").
  1057.  
  1058.    /WHEN:                         Specifies when the alias is shared.
  1059.    {STARTUP | REQUESTED | ADMIN}
  1060.  
  1061.    /COMM                          Defines the alias as a serial device.
  1062.  
  1063.    /PRINT                         Defines the alias as a spooler queue.
  1064.  
  1065.    /PRIORITY:number               Defines the priority of a serial device
  1066.                                   alias.  1 is the highest priority and
  1067.                                   9 is the lowest.
  1068.  
  1069.    /DELETE                        Deletes the specified alias.  If the resource
  1070.                                   designated by this alias is shared, users
  1071.                                   may still use it.
  1072.  
  1073.    /DOMAIN:name                   Allows alias operations on a domain other
  1074.                                   than the logon domain.  The user must be
  1075.                                   defined in the specified domain with
  1076.                                   administrator or server operator privilege.
  1077. .2     APP
  1078. :2          [appid]
  1079.             appid {/APPDIR:alias[\rempath] | localpath]}
  1080.                   {/APPDRIVE:d}
  1081.                   {/COMMAND:"text"}
  1082.                   {/REMARK:"text"}
  1083.                   [/WRKDIR[:alias[\rempath] | localpath]]]
  1084.                   [/WRKDRIVE:d]
  1085.                   [/TYPE:DOS | OS2]
  1086.                   [/INTERFACE:PM | FS | VIO]
  1087.                   [/PROMPT:Y | N]
  1088.                   [/PRIVATE:userid]
  1089.                   [/ASSIGN device:alias[,device:alias...]]
  1090.                   [/UNASSIGN device:alias[,device:alias...]]
  1091.                   [/ADD]
  1092.                   [/DELETE]
  1093.                   [/DOMAIN:name]
  1094. #2 The NET APP command creates, deletes, changes and displays
  1095.    information about application definitions.
  1096.  
  1097.    See the "OS/2 LAN Commands and Utilities" for more information about
  1098.    this command.
  1099.  
  1100.    To get Help one screen at a time, type NET HELP command | MORE.
  1101. $2
  1102.    appid          Specifies the unique application ID for the application.
  1103.                   Appid can be a maximum of 8 bytes in length.  An appid cannot
  1104.                   contain imbedded blanks or any of the following characters:
  1105.                     " / \ [ ] : | < > + = ; , . ? *
  1106.  
  1107.    /APPDIR        Specifies the directory where the application program
  1108.                   resides.  If the application is installed on a server and
  1109.                   will be used remotely by requesters, its location must
  1110.                   be specified by an alias.  All DOS public applications must
  1111.                   specify an alias for this value.  /APPDIR is a required
  1112.                   parameter when adding an application definition.
  1113.  
  1114.    alias          Specifies an existing files alias definition pointing to
  1115.                   a directory containing the application or to a directory
  1116.                   containing the application in one of its subdirectories.
  1117.  
  1118.    rempath        Specifies the remaining path, beyond 'alias', to the
  1119.                   subdirectory containing the application or working directory.
  1120.  
  1121.    localpath      Specifies a fully-qualified path to a directory that is
  1122.                   local to each requester.  For example, if an application
  1123.                   is defined with /APPDIR:c:\os2\apps (where c: is a local
  1124.                   drive), the application must be installed in the
  1125.                   c:\os2\apps directory of every requester that will use it.
  1126.                   DOS Public applications for use on DOS/Windows requesters
  1127.                   may not specify a localpath as an operand for the /APPDIR
  1128.                   parameter.
  1129.  
  1130.    /APPDRIVE:d    Specifies the drive letter that is to be used when a
  1131.                   connection is made to the remote directory specified
  1132.                   by the /APPDIR switch.  /APPDRIVE is required by
  1133.                   DOS applications when /APPDIR specifies a remote directory.
  1134.                   /APPDRIVE should not be specified if /APPDIR specifies
  1135.                   a local directory.
  1136.  
  1137.    /COMMAND       Specifies the program name used to run the application
  1138.                   and any parameters that are to be passed to the program.
  1139.                   If no program extension is specified, ".EXE" is assumed.
  1140.                   If parameters are specified, the text must be enclosed in
  1141.                   quotation marks.  For example, to specify a .CMD file
  1142.                   that takes two parameters, the syntax would be
  1143.                      /COMMAND:"app1.cmd /A /B"
  1144.                   /COMMAND is a required parameter when adding an application
  1145.                   definition.
  1146.  
  1147.    /REMARK        A description of the application.  The maximum description
  1148.                   length is 40 characters.  LS 3.0 (and lower) requesters
  1149.                   use this value as the application's title.  A remark is
  1150.                   required and must be unique.  Enclose the text in
  1151.                   quotation marks.
  1152.  
  1153.    /WRKDIR        Specifies the drive and directory to be made current when
  1154.                   the application runs.  All DOS Public applications must
  1155.                   specify an alias for this value.  Other application types
  1156.                   may specify either an alias or a localpath.  /WRKDIR
  1157.                   specified without an argument indicates that there is no
  1158.                   working directory for the application; this option can
  1159.                   be used to remove an existing working directory.
  1160.  
  1161.    /WRKDRIVE:d    Specifies the drive letter (or '*') that is to be used when
  1162.                   a connection is made to the remote directory specified
  1163.                   by the /WRKDIR switch.  /WRKDRIVE should not be specified
  1164.                   if /WRKDIR specifies a local directory.  If /WRKDIR specifies
  1165.                   a remote directory and /WRKDRIVE is not specified, a value
  1166.                   of '*' is assumed.  (A value of '*' means that the next
  1167.                   available drive letter will be used.)
  1168.  
  1169.    /TYPE          Indicates whether the application is a DOS or an OS/2 app.
  1170.                   The default value is OS2.
  1171.  
  1172.    /INTERFACE     Specifies whether an application is a presentation manager
  1173.                   (PM) application, runs in an OS/2 full-screen session (FS),
  1174.                   or runs in an OS/2 window (VIO).  The default value is PM.
  1175.                   This switch is valid only for OS/2 applications; its value
  1176.                   is ignored for DOS applications.  This switch is provided
  1177.                   for backwards compatibility with previous LAN Server
  1178.                   versions.
  1179.  
  1180.    /PROMPT:Y | N  Specifies whether the user is to be prompted for
  1181.                   parameters when the application is started.  The
  1182.                   default value is N (do not prompt).
  1183.  
  1184.    /PRIVATE       Indicates that the application is private to the specified
  1185.                   user.
  1186.  
  1187.    /ASSIGN        Specifies additional redirections that are needed by the
  1188.                   application.  The redirections are specified as
  1189.                   device:alias pairs, and are separated by commas.
  1190.                   The alias must specify an existing alias definition.
  1191.                   Specifying '*' as the device associated with a files
  1192.                   alias indicates that the next available drive letter
  1193.                   will be used.
  1194.  
  1195.                   For example, the following command would assign two
  1196.                   redirections to the application EXMP_APP:
  1197.                      NET APP EXMP_APP /ASSIGN LPT3:LASERPRT,H:HOMEDIR
  1198.  
  1199.    /UNASSIGN      Deletes redirections associated with an application.
  1200.  
  1201.    /ADD           Indicates that a new application is to be created.
  1202.  
  1203.    /DEL           Indicates that the application is to be deleted.
  1204.  
  1205.    /DOMAIN:name   Allows application management on a domain other than
  1206.                   the logon domain.  The user must be defined in the
  1207.                   specified domain with administrator or server operator
  1208.                   privilege.
  1209.  
  1210. .2     AUDIT
  1211. :2           [/COUNT:number] [/REVERSE]
  1212.              [/DELETE]
  1213. #2 NET AUDIT displays and clears the audit log for a server.
  1214.  
  1215.    When used without options, NET AUDIT displays the server's audit trail.
  1216.    The display includes the user ID of the person who used a resource, the
  1217.    type of resource, the date and time of its use, and the amount of time
  1218.    it was used.
  1219.  
  1220.    This command only works on servers.
  1221.  
  1222.    See the "OS/2 LAN Commands and Utilities" for more information about
  1223.    this command.
  1224.  
  1225.    To get Help one screen at a time, type NET HELP command | MORE.
  1226. $2
  1227.    /COUNT:number  Displays the last number of audit entries in the log.
  1228.  
  1229.    /REVERSE       Displays the audit-trail entries in reverse order (newest
  1230.                   to oldest).  When used with /COUNT:number, it displays the
  1231.                   specified number of entries in reverse order.
  1232.  
  1233.    /DELETE        Clears the server's audit trail.
  1234.  
  1235. .2     COMM
  1236. :2
  1237.    For a requester:
  1238.    NET COMM {\\servername[\netname] | device}
  1239.             {\\servername\netname | device} [/PURGE]
  1240.  
  1241.    For a server:
  1242.    NET COMM [device]
  1243.             netname [/PURGE] [/PRIORITY:number] [/ROUTE:device[...]] [/OPTIONS]]
  1244. #2 NET COMM lists information about the queues for shared serial devices, and
  1245.    allows you to prioritize or reroute a queue, or clear requests from a queue.
  1246.  
  1247.    When used without options, the NET COMM command displays information
  1248.    about serial device queues on the local server.
  1249.  
  1250.    See the "OS/2 LAN Commands and Utilities" for more information about
  1251.    this command.
  1252.  
  1253.    To get Help one screen at a time, type NET HELP command | MORE.
  1254. $2
  1255.    servername           Is the name of the server sharing the serial device
  1256.                         queue.
  1257.  
  1258.    netname              Is the netname of the queue.
  1259.  
  1260.    device               Is the name of the local serial device
  1261.                         connected to the queue.  COM1: through COM9: are
  1262.                         available.
  1263.  
  1264.    /OPTIONS             Displays the options assigned to the queue.
  1265.  
  1266.    /PRIORITY:number     Sets a priority for the queue.  Priorities range from
  1267.                         1-9, with 1 the highest priority.
  1268.  
  1269.    /PURGE               Cancels all pending requests from the serial
  1270.                         device queue, but does not affect the currently active
  1271.                         requests.
  1272.  
  1273.    /ROUTE:device[,...]  Specifies which devices will service the serial device
  1274.                         queue.  Separate devices with commas or semicolons(;).
  1275.  
  1276. .2     CONFIG
  1277. .3            REQUESTER
  1278. :3                        [/CHARCOUNT:bytes]
  1279.                           [/CHARTIME:msec]
  1280.                           [/CHARWAIT:sec]
  1281.                           [/MAXERRORLOG:kbytes]
  1282.                           [/OTHDOMAINS:name[,...]]
  1283.                           [/PRINTBUFTIME:sec]
  1284. #3 NET CONFIG REQUESTER displays information about, or changes the
  1285.    configuration of, a requester.
  1286.  
  1287.    Typing NET CONFIG without options displays a list of configurable
  1288.    services.
  1289.  
  1290.    See the "OS/2 LAN Commands and Utilities" for more information about
  1291.    this command.
  1292.  
  1293.    To get Help one screen at a time, type NET HELP command | MORE.
  1294. $3
  1295.    /CHARCOUNT:bytes     Specifies the amount of data collected
  1296.                         before sending it to a serial device.  The
  1297.                         range is 0 through 65535.  The default
  1298.                         is 16.
  1299.  
  1300.    /CHARTIME:msec       Specifies the number of milliseconds data is
  1301.                         collected before it is sent to a serial
  1302.                         device.  The range is 0 through 65535000.
  1303.                         The default is 250.
  1304.  
  1305.    /CHARWAIT:sec        Is the maximum time, in seconds, that your workstation
  1306.                         is to wait for a requested serial device to become
  1307.                         available.  The range is 0 through 65535.  The default
  1308.                         is 3600.
  1309.  
  1310.    /MAXERRORLOG:kbytes  Specifies the maximum size in kilobytes of the
  1311.                         error log file.  The range is 2 through the total
  1312.                         disk size.  The default is 100.
  1313.  
  1314.    /OTHDOMAINS:name[,...]
  1315.                         Specifies another domain(s) that the requester
  1316.                         participates in (up to four).
  1317.  
  1318.    /PRINTBUFTIME:sec    Specifies the number of seconds the requester
  1319.                         waits before submitting a print request from a DOS
  1320.                         session.  The range is 0 through 65535.  The default
  1321.                         is 90.
  1322.  
  1323. .3            SERVER
  1324. :3                        [/ACCESSALERT:number]
  1325.                           [/ALERTNAMES:name[...]]
  1326.                           [/ALERTSCHED:time]
  1327.                           [/AUTODISCONNECT:time]
  1328.                           [/DISKALERT:number]
  1329.                           [/ERRORALERT:number]
  1330.                           [/LOGONALERT:number]
  1331.                           [/MAXAUDITLOG:number]
  1332.                           [/NETIOALERT:number]
  1333. #3 NET CONFIG SERVER changes the configuration of a server and displays
  1334.    configuration information.
  1335.  
  1336.    Typing NET CONFIG without options displays a list of configurable
  1337.    services.
  1338.  
  1339.    See the "OS/2 LAN Commands and Utilities" for more information about
  1340.    this command.
  1341.  
  1342.    To get Help one screen at a time, type NET HELP command | MORE.
  1343. $3
  1344.    /ACCESSALERT:number    Specifies the number of permission violations
  1345.                           that can occur before an alert message is sent to
  1346.                           users listed.
  1347.  
  1348.    /ALERTNAMES:name[,...] Specifies user IDs to receive alert messages
  1349.                           (such as a printer problem or full disk).
  1350.                           Separate user IDs with commas or semicolons.
  1351.  
  1352.    /ALERTSCHED:time       Specifies how often (in minutes) the server
  1353.                           checks for alert conditions.
  1354.  
  1355.    /AUTODISCONNECT:time   Specifies the maximum number of minutes a user's
  1356.                           session can be inactive before it is
  1357.                           automatically disconnected.
  1358.  
  1359.    /DISKALERT:number      Specifies a minimum number of kilobytes of
  1360.                           available disk space.  When available disk space
  1361.                           is less than the specified amount, an alert
  1362.                           message is generated.
  1363.  
  1364.    /ERRORALERT:number     Specifies the number of errors that trigger an
  1365.                           alert message.
  1366.  
  1367.    /LOGONALERT:number     Specifies the number of logon violations that
  1368.                           trigger an alert message.
  1369.  
  1370.    /MAXAUDITLOG:number    Specifies the maximum number of kilobytes for
  1371.                           the server's audit-trail file, NET.AUD.
  1372.  
  1373.    /NETIOALERT:number     Specifies the number of disk input-output
  1374.                           (I/O) errors that trigger an alert message.
  1375.  
  1376. .3            PEER
  1377. :3                        [/MAXAUDITLOG:number]
  1378.  
  1379. #3 NET CONFIG PEER changes the configuration of the Peer service and displays
  1380.    configuration information.
  1381.  
  1382.    Typing NET CONFIG without options displays a list of configurable
  1383.    services.
  1384.  
  1385.    See the "OS/2 LAN Commands and Utilities" for more information about
  1386.    this command.
  1387.  
  1388.    To get Help one screen at a time, type NET HELP command | MORE.
  1389. $3
  1390.    /MAXAUDITLOG:number    Specifies the maximum number of kilobytes for
  1391.                           the server's audit-trail file, NET.AUD.
  1392.  
  1393. :2            [REQUESTER | SERVER | PEER [options]]
  1394. #2 NET CONFIG changes the configuration of a requester, a server, or the Peer
  1395.    service and displays configuration information.
  1396.  
  1397.    See the "OS/2 LAN Commands and Utilities" for more information about
  1398.    this command.
  1399.  
  1400.    To get Help one screen at a time, type NET HELP command | MORE.
  1401. $2
  1402.    REQUESTER    Displays information or changes the configuration
  1403.                 of a requester.
  1404.  
  1405.    SERVER       Changes the configuration of a server and displays
  1406.                 configuration information.
  1407.  
  1408.    PEER         Changes the configuration of the Peer service and displays
  1409.                 configuration information.
  1410.  
  1411.    options      Type NET HELP CONFIG REQUESTER, NET HELP CONFIG SERVER,
  1412.                 or NET HELP CONFIG PEER for more information about all
  1413.                 NET CONFIG options.
  1414.  
  1415. .2     CONTINUE
  1416. :2             service
  1417. #2 NET CONTINUE continues Requester or Server services suspended by
  1418.    the NET PAUSE command.
  1419.  
  1420.    See the "OS/2 LAN Commands and Utilities" for more information about
  1421.    this command.
  1422.  
  1423.    To get Help one screen at a time, type NET HELP command | MORE.
  1424. $2
  1425.    service             Can be NETRUN, SERVER, REQUESTER, PEER, or NETLOGON.
  1426.  
  1427. .2     COPY
  1428. :2
  1429.    For a requester:
  1430.    NET COPY [source[+source...]] [/A | /B] [destination [/A | /B] [/V]]
  1431.  
  1432. #2 NET COPY copies files from a source to a destination.
  1433.  
  1434.    See the "OS/2 LAN Commands and Utilities" for more information about
  1435.    this command.
  1436.  
  1437.    To get Help one screen at a time, type NET HELP command | MORE.
  1438. $2
  1439.    destination         Specifies where source will be copied to.
  1440.                        Destination can be a file, a directory, or a
  1441.                        device.  You can also use wildcard characters to
  1442.                        specify multiple files.
  1443.  
  1444.    source              Specifies the file(s) being copied.  Source can be a
  1445.                        file, a directory, or a device.  You can also
  1446.                        specify multiple files by using wildcard characters.
  1447.  
  1448.    +                   Appends files.  The plus parameter is placed between
  1449.                        files to join them and to place them in a new file.
  1450.  
  1451.    /A                  Treats the source or destination as ASCII text.
  1452.  
  1453.    /B                  Treats the source or destination as a binary file.
  1454.  
  1455.    /V                  Verifies that information was properly recorded on
  1456.                        the destination disk.
  1457.  
  1458. .2     DASD
  1459. :2            [resource]
  1460.    NET DASD resource /ADD /MAX:nnn [/VALIDATE:Y|N] [/THRESHOLD:nn [/INCREMENT:nn]]
  1461.    NET DASD resource /DELETE
  1462.    NET DASD resource [/MAX:nnn [/VALIDATE:Y|N]] [/THRESHOLD:nn] [/INCREMENT:nn]
  1463.    NET DASD resource /TREE
  1464.    NET DASD volume {/ENABLE | /DISABLE | /REFRESH}
  1465. #2 NET DASD enables, disables, modifies, and lists directory limits for the
  1466.    maximum usable disk space for HPFS386 logical drives.  An administrator
  1467.    can apply a limit to a directory tree so that the tree will not grow
  1468.    beyond the limit.
  1469.  
  1470.    When used without options, NET DASD lists directories that have limits
  1471.    placed on them, and the limit and actual number of bytes used for each.
  1472.  
  1473.    See the "OS/2 LAN Commands and Utilities" for more information about
  1474.    this command.
  1475.  
  1476.    To get help information one screen at a time, type:
  1477.  
  1478.        NET HELP command | MORE.
  1479.  
  1480.    To get additional information about options for this command, type:
  1481.  
  1482.        NET HELP DASD /O
  1483. $2
  1484.    resource              Names the resource for which directory limits are
  1485.                          being viewed or modified.  The resource must be
  1486.                          specified as an absolute path.
  1487.  
  1488.    volume                Names the logical disk for which directory limits
  1489.                          are to be enabled or disabled.  The volume must be
  1490.                          a local HPFS386 volume.
  1491.  
  1492.    /ADD                  Adds a limit to a directory.  The volume on which
  1493.                          the directory resides must have directory limits
  1494.                          enabled.  The limit applied to the directory is
  1495.                          specified with the /MAX parameter.
  1496.  
  1497.    /DELETE               Removes a directory limit from a directory.
  1498.  
  1499.    options               Are useful when adding or modifying directory limits.
  1500.                          They include the following:
  1501.  
  1502.    Options               Description
  1503.    -------               -----------
  1504.    /DISABLE              Removes directory limit support from an HPFS386
  1505.                          volume.
  1506.  
  1507.    /ENABLE               Causes HPFS386 volumes to support directory limits.
  1508.  
  1509.    /INCREMENT:nn         Specifies the increase beyond the value of the
  1510.                          /THRESHOLD parameter where mini-thresholds are set.
  1511.                          The increment is specified as a percent of the
  1512.                          maximum directory size.  A value of 0 indicates
  1513.                          that no incremental threshold is to be set; 0
  1514.                          can also be used to remove an incremental
  1515.                          threshold. The maximum valid value is:
  1516.  
  1517.                             100 - /THRESHOLD - 1.
  1518.  
  1519.                          For example, if the threshold is set to 80%,
  1520.                          the maximum value for the /INCREMENT parameter
  1521.                          is (100 - 80) - 1 = 19.
  1522.  
  1523.                          Also, the increment value, calculated using the
  1524.                          /INCREMENT percentage times the /MAX value, must
  1525.                          be greater than 1KB.
  1526.  
  1527.                          NOTE:  You must set a threshold before you can use
  1528.                                 the /INCREMENT parameter or set them together
  1529.                                 in the same command.
  1530.  
  1531.    /MAX:nnnnnnn          Specifies the maximum size, in KB, to which the
  1532.                          directory may grow.  For example, /MAX:50 specifies
  1533.                          a limit of 50KB; /MAX:1024 specifies a limit of 1MB.
  1534.                          The minimum valid value for /MAX is 1; the maximum
  1535.                          valid value is 67108863.
  1536.  
  1537.    /REFRESH              Indicates that the directory sizes on the specified
  1538.                          volume are to be recalculated.
  1539.  
  1540.    /THRESHOLD:nn         Specifies the value where directory usage will
  1541.                          generate an alert.  The threshold is specified
  1542.                          as a percent of the maximum disk space size.  For
  1543.                          example, if the directory limit on a directory
  1544.                          is 100KB and an alert is to be generated when
  1545.                          disk space usage is 80KB or higher, the value
  1546.                          for the /THRESHOLD parameter would be 80.  Valid
  1547.                          values for the /THRESHOLD parameter are 0-99,
  1548.                          inclusive.  A value of 0 indicates that no
  1549.                          threshold is to be set.  A value of 0 can be used
  1550.                          to remove an existing threshold.
  1551.  
  1552.                          Also, the threshold value, calculated using the
  1553.                          /THRESHOLD percentage times the /MAX value, must
  1554.                          be greater than 1KB.
  1555.  
  1556.    /TREE                 Reports the directory limit and the actual number
  1557.                          of bytes used for the specified directory and all
  1558.                          of its subdirectories.
  1559.  
  1560.    /VALIDATE[:YES | :NO] If /VALIDATE:NO is specified, the limit indicated
  1561.                          by the /MAX parameter is applied to the resource
  1562.                          regardless of the actual disk space usage.  If
  1563.                          /VALIDATE:YES or /VALIDATE is specified, the
  1564.                          limit indicated by the /MAX parameter is compared
  1565.                          to the actual disk space usage for the tree; the
  1566.                          directory limit is applied only if /MAX is less
  1567.                          than the actual disk space usage.  The default
  1568.                          value for /VALIDATE is YES.
  1569.  
  1570.                          For example, if the actual disk space usage for the
  1571.                          specified resource is 100KB, and the value
  1572.                          specified by /MAX is 50KB, the directory limit
  1573.                          would only be added or set if the value of
  1574.                          /VALIDATE is NO.
  1575.  
  1576.                          NOTE:  The /VALIDATE parameter must be used with
  1577.                                 the /MAX parameter.
  1578.  
  1579. .2     DEVICE
  1580. :2            [device [/DELETE ]]
  1581. #2 NET DEVICE lists the status of shared serial devices.  When used
  1582.    without options, NET DEVICE displays the status of the serial devices
  1583.    (com ports) shared by the local server.
  1584.  
  1585.    This command only works on servers.
  1586.  
  1587.    See the "OS/2 LAN Commands and Utilities" for more information about
  1588.    this command.
  1589.  
  1590.    To get Help one screen at a time, type NET HELP command | MORE.
  1591. $2
  1592.    device      Is the local name of a device, such as COM1.
  1593.  
  1594.    /DELETE     Cancels the current request and opens the device to the
  1595.                next request.
  1596.  
  1597. .2     ERROR
  1598. :2           [/COUNT:number] [/REVERSE] [/DELETE]
  1599. #2 NET ERROR displays or clears the error messages stored in the error
  1600.    log file.
  1601.  
  1602.    Typing NET ERROR without options displays the contents of the error log
  1603.    file.
  1604.  
  1605.    See the "OS/2 LAN Commands and Utilities" for more information about
  1606.    this command.
  1607.  
  1608.    To get Help one screen at a time, type NET HELP command | MORE.
  1609. $2
  1610.    /COUNT:number  Displays the specified number of error messages.
  1611.  
  1612.    /REVERSE       Displays error messages in order of newest to oldest.
  1613.                   Without this option, messages are displayed in order of
  1614.                   oldest to newest.
  1615.  
  1616.    /DELETE        Removes all entries from the error log.
  1617.  
  1618. .2     FILE
  1619. :2          [id [/CLOSE]]
  1620. #2 NET FILE displays the names of all open shared files and the number
  1621.    of locks, if any, on each file.  It also closes shared files and
  1622.    removes file locks.
  1623.  
  1624.    When used without options, net file lists the open files on a server.
  1625.    The listing includes the identification number assigned to an open file,
  1626.    the pathname of the file, the user ID, and the number of locks on the
  1627.    file.
  1628.  
  1629.    This command only works on servers.
  1630.  
  1631.    See the "OS/2 LAN Commands and Utilities" for more information about
  1632.    this command.
  1633.  
  1634.    To get Help one screen at a time, type NET HELP command | MORE.
  1635. $2
  1636.    id      Is the identification number of the file.
  1637.  
  1638.    /CLOSE  Closes an open file and releases locked records.  Type this
  1639.            command from the server where the file is shared.
  1640.  
  1641. .2     FORWARD
  1642. :2             msgname fwdname
  1643.                msgname /DELETE
  1644. #2 NET FORWARD reroutes incoming messages for one user's messaging name
  1645.    to another messaging, or cancels forwarding.
  1646.  
  1647.    See the "OS/2 LAN Commands and Utilities" for more information about
  1648.    this command.
  1649.  
  1650.    To get Help one screen at a time, type NET HELP command | MORE.
  1651. $2
  1652.    msgname    Is the messaging name whose messages are to be forwarded.
  1653.  
  1654.    fwdname    Is the messaging name that is to receive the forwarded messages.
  1655.  
  1656.    /DELETE    Cancels message forwarding for msgname.  Forwarding is also
  1657.               canceled if the receiving requester is stopped.
  1658.  
  1659. .2     GROUP
  1660. :2           [groupID [/COMMENT:"text"]]
  1661.              groupID {/ADD [/COMMENT:"text"] | /DELETE}
  1662.              groupID userID [...] {/ADD | /DELETE}
  1663. #2 NET GROUP displays the names of groups and their members and updates
  1664.    the group list for the domain when run at a server.  The list of groups
  1665.    and group members is in the \IBMLAN\ACCOUNTS\NET.ACC database file.
  1666.  
  1667.    When used without options, NET GROUP displays the name of the server
  1668.    and the group IDs on the server.
  1669.  
  1670.    See the "OS/2 LAN Commands and Utilities" for more information about
  1671.    this command.
  1672.  
  1673.    To get Help one screen at a time, type NET HELP command | MORE.
  1674. $2
  1675.    groupID          Is the name of the group to be added, expanded, or
  1676.                     deleted.  This option used alone (NET GROUP groupID)
  1677.                     displays the names of the group and its members.
  1678.  
  1679.    userID [...]     Is one or more IDs to be added or deleted.
  1680.                     Separate multiple IDs with a space.
  1681.  
  1682.    /ADD             Adds a group, or adds members to a group.  Before using
  1683.                     the /ADD option for a group member, set up an account for
  1684.                     the new user.
  1685.  
  1686.    /COMMENT:"text"  Specifies a comment about the group.  Add a comment to an
  1687.                     existing group account, or provide the comment when
  1688.                     adding a group.  Comments can have up to 48 characters.
  1689.  
  1690.    /DELETE          Removes a group, or removes members from a group.
  1691.  
  1692. .2 HELP
  1693. :2      [command [/OPTIONS]]
  1694.    NET HELP topic
  1695.    NET command [/HELP]
  1696.                [/?]
  1697. #2 Help is available on these utilities:
  1698.      AT            FIXACC       HDCON        MMUTIL    RPLENABL
  1699.      BACKACC       FTADMIN      LSAUDIT      NETMSG    RPLDSABL
  1700.      CACHE386      FTMONIT      LSERROR      PREPACL   THIN386
  1701.      CHGSRVR       FTREMOTE     MAKEDISK     PRIV
  1702.      CHKSTOR       FTSETUP      MAKEIMG      PROFILER
  1703.      DSPDOMDF      GETRPL       MKRDPM       RESTACC
  1704.  
  1705.    Help is available on these NET commands:
  1706.      ACCESS        COPY         MOVE          START
  1707.      ACCOUNTS      DASD         NAME          STATISTICS
  1708.      ADMIN         DEVICE       PASSWORD      STATUS
  1709.      ALIAS         ERROR        PAUSE         STOP
  1710.      APP           FILE         PRINT         TIME
  1711.      AUDIT         FORWARD      RUN           USE
  1712.      COMM          GROUP        SEND          USER
  1713.      CONFIG        HELP         SESSION       VIEW
  1714.      CONTINUE      LOG          SHARE         WHO
  1715.  
  1716.  
  1717.    Help is available on these special topics:
  1718.      NAMES          SYNTAX
  1719.  
  1720.    To get Help one screen at a time, type NET HELP command | MORE.
  1721. $2
  1722.    command   Is the command you need help with.  Don't type NET as
  1723.              part of the command.
  1724.  
  1725.    topic     Is the topic you need help with.
  1726.  
  1727.    /OPTIONS  Lists the options available.
  1728.  
  1729.    /?        Displays the correct syntax of the command.  Don't type
  1730.              HELP as part of the command.
  1731.  
  1732.    /HELP     Provides information about the specified command.
  1733.  
  1734.  
  1735. .2     LOG
  1736. :2         [[drive:\path]filename | device] [/ON | /OFF]
  1737. #2 NET LOG starts or stops sending messages to a file or printer, or
  1738.    displays information about message logging.
  1739.  
  1740.    Typing NET LOG without options displays information about how messages
  1741.    are logged.
  1742.  
  1743.    See the "OS/2 LAN Commands and Utilities" for more information about
  1744.    this command.
  1745.  
  1746.    To get Help one screen at a time, type NET HELP command | MORE.
  1747. $2
  1748.    drive:\path  Tells where the message log file is stored.  Without a drive
  1749.                 letter and path, the pathname is assumed to be in the
  1750.                 IBMLAN\LOGS directory.
  1751.  
  1752.    filename     Is the name of the message log file.  If you don't specify an
  1753.                 extension, .LOG is assumed.  By default, messages are stored
  1754.                 in MESSAGES.LOG.
  1755.  
  1756.    device       Is the name of a device at your computer connected to a
  1757.                 printer queue.  Messages are printed as they're received.
  1758.                 This name can be an LPT or COM device.
  1759.  
  1760.    /OFF         Stops logging messages.
  1761.  
  1762.    /ON          Restarts logging messages.
  1763.  
  1764.    To get Help one screen at a time, type NET HELP command | MORE.
  1765.  
  1766. .2     MOVE
  1767. :2          source [destination]
  1768. #2 NET MOVE moves files between any two directories on the local area
  1769.    network you have permission to use.  Moving relocates the file.  The
  1770.    file remains unchanged during a move, but if the source and destination
  1771.    are on different machines, the file is given the creation date and time
  1772.    when the move occurred.
  1773.  
  1774.    You don't need to connect to shared directories to use NET MOVE.
  1775.    The source or destination can include a network path instead of a
  1776.    devicename.
  1777.  
  1778.    See the "OS/2 LAN Commands and Utilities" for more information about
  1779.    this command.
  1780.  
  1781.    To get Help one screen at a time, type NET HELP command | MORE.
  1782. $2
  1783.  
  1784.    source       Is the pathname of the file being moved.  You can specify
  1785.                 multiple files by using wildcard characters.
  1786.  
  1787.    destination  Is the pathname to which the source file is moved.  If more
  1788.                 than one file is moved, destination must be a directory.
  1789.                 If destination is omitted, files are moved to the current
  1790.                 directory.  NET MOVE won't write over an existing file
  1791.                 during a move.  If destination is an existing file, the
  1792.                 move is canceled.
  1793.  
  1794. .2     NAME
  1795. :2          [messagename [/ADD | /DELETE]]
  1796. #2 NET NAME displays, adds, or deletes the message names defined in a
  1797.    requester's list of message names.  A requester can have three kinds of
  1798.    message names, each receiving messages:
  1799.  
  1800.    ■  A machine ID, which is added as a message name with NET START REQUESTER
  1801.       when the Requester service is started
  1802.  
  1803.    ■  A user ID, which is added as a message name when you log on
  1804.  
  1805.    ■  Message names for sending messages, which are added with NET NAME or
  1806.       forwarded from another computer with NET FORWARD
  1807.  
  1808.    Typing NET NAME without options displays a list of message names in use
  1809.    at the requester, and any message names to or from which messages are being
  1810.    forwarded.
  1811.  
  1812.    See the "OS/2 LAN Commands and Utilities" for more information about
  1813.    this command.
  1814.  
  1815.    To get Help one screen at a time, type NET HELP command | MORE.
  1816. $2
  1817.    messagename    Is the message name you want to add or delete.
  1818.  
  1819.    /ADD           Adds a message name to the requester.  Typing /ADD is
  1820.                   optional;  typing NET NAME messagename works the same way.
  1821.  
  1822.    /DELETE        Removes a message name from the requester.
  1823.  
  1824. .2     PASSWORD
  1825. :2              [[\\machineID | /DOMAIN[:name] userID oldpassword newpassword
  1826. #2 NET PASSWORD changes the password for your user account on a server or
  1827.    in a domain.
  1828.  
  1829.    Typing NET PASSWORD without options results in prompts asking you to
  1830.    type the machine ID or domain, your user ID, old password, and new
  1831.    password.
  1832.  
  1833.    See the "OS/2 LAN Commands and Utilities" for more information about
  1834.    this command.
  1835.  
  1836.    To get Help one screen at a time, type NET HELP command | MORE.
  1837. $2
  1838.    userID          Identifies which user account to update.
  1839.  
  1840.    oldpassword     Is the user's current password.  Type an asterisk (*)
  1841.                    if you want to keep your password confidential.
  1842.  
  1843.    newpassword     Is the new password, which can be up to 8 characters
  1844.                    long.  Type an asterisk (*) if you want to keep your
  1845.                    password confidential.
  1846.  
  1847.    /DOMAIN:name    Is the domain (other than the default domain) in
  1848.                    which the password will be changed.
  1849.  
  1850.    \\machineID     Is the server at which the password will be changed.  If no
  1851.                    \\machineID is supplied, your password for your account
  1852.                    in the requester domain is changed.
  1853.  
  1854. .2     PAUSE
  1855. :2           service
  1856. #2 NET PAUSE suspends a server or requester service.  Pausing a
  1857.    service puts it on hold.  Users who already have a connection to the
  1858.    server's resources are able to finish their tasks, but new connections
  1859.    to the resources are prevented.
  1860.  
  1861.    See the "OS/2 LAN Commands and Utilities" for more information about
  1862.    this command.
  1863.  
  1864.    To get Help one screen at a time, type NET HELP command | MORE.
  1865. $2
  1866.    service     Is NETRUN, SERVER, REQUESTER, PEER, or NETLOGON.
  1867.  
  1868. .2     PRINT
  1869. :2
  1870.    For a requester:
  1871.    NET PRINT {\\machineID[\netname] | device}
  1872.    NET PRINT {\\machineID | device} job# [/HOLD | /RELEASE | /DELETE]
  1873.  
  1874.    For a server:
  1875.    NET PRINT netname [/PURGE | /OPTIONS]
  1876.    NET PRINT job# [/HOLD | /RELEASE | /FIRST | /DELETE]
  1877.    NET PRINT [netname | device]
  1878.  
  1879. #2 NET PRINT displays or controls single print jobs on a printer queue,
  1880.    displays or controls the shared queue, and sets or modifies options for
  1881.    the printer queue.
  1882.  
  1883.    When used without options, NET PRINT displays information about printer
  1884.    queues on the server.  For each queue, the display lists job numbers of
  1885.    queued requests, the size of each job (in bytes), and the status of the
  1886.    printer queue.  The status of a print job can be:
  1887.  
  1888.       Waiting               Pause
  1889.       Held                  Out of paper
  1890.       Printing              Error
  1891.  
  1892.    See the "OS/2 LAN Commands and Utilities" for more information about
  1893.    this command.
  1894.  
  1895.    To get Help one screen at a time, type NET HELP command | MORE.
  1896. $2
  1897.    \\machineID          Is the name of the server sharing the printer
  1898.                         queue(s).
  1899.  
  1900.    netname              Is the name of the shared printer queue.
  1901.  
  1902.    device               Is the name of the device at your computer assigned
  1903.                         to the shared queue.  LPT1 through LPT9 are
  1904.                         available.  With the /ROUTE option, the printer
  1905.                         queue is routed to the named device.
  1906.  
  1907.    job#                 Is the identification number assigned to a print
  1908.                         request in a queue.  A server with one or more
  1909.                         printer queues assigns each print job a unique
  1910.                         number.  If a job number is on one queue shared by a
  1911.                         server, that number will not be assigned to any
  1912.                         other queues on that server.
  1913.  
  1914.    /HOLD                When used with a job number, prevents a job waiting
  1915.                         in the queue from printing.  The job stays in the
  1916.                         printer queue, and other jobs bypass it until it is
  1917.                         released.
  1918.  
  1919.    /RELEASE             Reactivates a job or printer queue that was held.
  1920.  
  1921.    /DELETE              Cancels a print job.  With a job number, removes the
  1922.                         job from a queue.
  1923.  
  1924.    /FIRST               Moves a job to the first position in the queue.
  1925.  
  1926.    /PURGE               Removes all jobs except the current job from the
  1927.                         queue.
  1928.  
  1929.    /OPTIONS             Displays the options assigned to the shared printer
  1930.                         queue.
  1931.  
  1932. .2     RUN
  1933. :2         command
  1934. #2 NET RUN runs a program or command on a server.
  1935.  
  1936.    See the "OS/2 LAN Commands and Utilities" for more information about
  1937.    this command.
  1938.  
  1939.    To get Help one screen at a time, type NET HELP command | MORE.
  1940. $2
  1941.    command    Is the name of the program you want to run.  The program is
  1942.               a .EXE file.  You don't need to supply the filename extension.
  1943.               Include any necessary parameters for the program after the
  1944.               filename.
  1945.  
  1946. .2     SEND
  1947. :2
  1948.    For a requester:
  1949.    NET SEND {messagename | * | /DOMAIN[:name] | /BROADCAST} {message | <pathname}
  1950.  
  1951.    For a server
  1952.    NET SEND /USERS {message | <pathname}
  1953.             {messagename | * | /DOMAIN[:name] | /BROADCAST} {message | <pathname}
  1954. #2 NET SEND sends messages or short files to other computers or users on
  1955.    the local area network.
  1956.  
  1957.    You can only send a message to a message name that is active on the network.
  1958.    If the message is addressed to a user ID, that user must be logged on.
  1959.    The Messenger service must be running on the receiving requester for
  1960.    that requester to receive the message.
  1961.  
  1962.    The size of a broadcast message is limited to 128 bytes.  The size of a
  1963.    non-broadcast message is limited by the sizmessbuff= entry in the
  1964.    IBMLAN.INI file, which can be changed to accomodate messages as large as
  1965.    62000 bytes.
  1966.  
  1967.    See the "OS/2 LAN Commands and Utilities" for more information about
  1968.    this command.
  1969.  
  1970.    To get Help one screen at a time, type NET HELP command | MORE.
  1971. $2
  1972.    messagename   Is the user ID, machine ID, or other message name to send
  1973.                  the message to.
  1974.  
  1975.    *             Sends the message to all message names in your requester
  1976.                  domain.
  1977.  
  1978.    message       Is text to be sent as a message.
  1979.  
  1980.    pathname      Specifies a text file to be sent as a message.
  1981.  
  1982.    /DOMAIN:      Sends the message to all aliases in your requester
  1983.                  domain.
  1984.  
  1985.    /DOMAIN:name  Sends the message to all message names in the specified domain.
  1986.  
  1987.    /BROADCAST    Sends the message to all message names on the local area
  1988.                  network.
  1989.  
  1990.    /USERS        Sends the message to all users currently connected to one
  1991.                  of the server's resources.
  1992.  
  1993. .2     SESSION
  1994. :2             [\\machineID] [/DELETE] [/PEER]
  1995. #2 NET SESSION lists or disconnects sessions between a server and other
  1996.    computers on the local area network.
  1997.  
  1998.    When used without options, NET SESSION displays information about all
  1999.    sessions with the local server.
  2000.  
  2001.    See the "OS/2 LAN Commands and Utilities" for more information about
  2002.    this command.
  2003.  
  2004.    To get Help one screen at a time, type NET HELP command | MORE.
  2005. $2
  2006.    machineID     Lists the session information for the named machine.
  2007.  
  2008.    /DELETE       Ends the session between the local server and
  2009.                  machine ID, and closes all open files for the session.
  2010.                  If machine ID is omitted, all sessions are ended.
  2011.  
  2012.    /PEER         This option allows users to see who is connected to a
  2013.                  requester (machineID) running the Peer service.
  2014.  
  2015. .2     SHARE
  2016. :2             [netname]
  2017.                netname=device [password]
  2018.                                  [/COMM]
  2019.                                  [/USERS:number | /UNLIMITED]
  2020.                                  [/REMARK:text]
  2021.                                  [/PERMISSIONS:XRWCDA]
  2022.                netname [password]
  2023.                                  [/PRINT]
  2024.                                  [/USERS:number | /UNLIMITED]
  2025.                                  [/REMARK:text]
  2026.                                  [/PERMISSIONS:XRWCDA]
  2027.    NET SHARE netname=drive:\path [password]
  2028.                                  [/USERS:number | /UNLIMITED]
  2029.                                  [/REMARK:text]
  2030.                                  [/PERMISSIONS:XRWCDA]
  2031.    NET SHARE [netname | device | drive:\path]
  2032.              [/USERS:number | /UNLIMITED]
  2033.              [/REMARK:text]
  2034.              [/DELETE]
  2035.              [/PERMISSIONS:XRWCDA]
  2036. #2 NET SHARE makes a server's resource available to local area network
  2037.    users.
  2038.  
  2039.    When used without options, NET SHARE lists information about all
  2040.    resources being shared on the server.  For each resource, LAN Server
  2041.    reports the device(s) or pathname associated with it, and a
  2042.    descriptive comment.
  2043.  
  2044.    See the "OS/2 LAN Commands and Utilities" for more information about
  2045.    this command.
  2046.  
  2047.    To get Help one screen at a time, type NET HELP command | MORE.
  2048. $2
  2049.    device                    Specifies one or more printers or
  2050.                              serial devices shared by netname.
  2051.  
  2052.    drive:\path               Is the directory to be shared.
  2053.  
  2054.    netname                   Is the netname for the resource being
  2055.                              shared.
  2056.  
  2057.    password                  Password for the network resource.  Password
  2058.                              is valid only for requesters running the Peer
  2059.                              service in share-level security mode.
  2060.  
  2061.    /DELETE                   Stops sharing the resource.
  2062.  
  2063.    /PRINT                    Identifies the shared resource as a printer
  2064.                              queue.
  2065.  
  2066.    /COMM                     Identifies a serial device queue.
  2067.  
  2068.    /PERMISSIONS:XRWCDA       Specifies the permissions for the shared
  2069.                              resource when the Peer service is running in
  2070.                              share-level security mode.  Any combination
  2071.                              of the following permissions may be specified:
  2072.  
  2073.                 Letter   Permission
  2074.                 ──────   ─────────────────────────────────────────────────────
  2075.                   A      Change resource attributes.  The attributes are R
  2076.                          (read only), H (hidden), S (system), and A (archive).
  2077.                   C      Create files and directories in a shared
  2078.                          directory.  Users with this permission can change the
  2079.                          file only while creating it.
  2080.                   D      Delete files and subdirectories within the shared
  2081.                          directory, but not the shared directory.
  2082.                   P      Change permissions for a directory or file.
  2083.                   R      Read, copy, and execute files, and change from one
  2084.                          subdirectory to another within the shared directory.
  2085.                   W      Write to a file.
  2086.                   X      Execute a command or program.  Only OS/2 requesters
  2087.                          recognize X permission.  To allow a user with a
  2088.                          DOS requester to run a program, grant that user
  2089.                          R permission.
  2090.                          NOTE:  X permission isn't needed if R permission
  2091.                                 is assigned to the user for that directory
  2092.                                 or file.  R permission includes all rights that
  2093.                                 X permission grants.
  2094.  
  2095.    /REMARK:text              Is a descriptive comment about the shared
  2096.                              resource.
  2097.  
  2098.    /UNLIMITED                Specifies that any number of users can use a
  2099.                              shared resource simultaneously.
  2100.  
  2101.    /USERS:number             Specifies the maximum number of simultaneous
  2102.                              users for a resource.
  2103.  
  2104. .2     START
  2105. .3           ALERTER
  2106. :3                   [/SIZALERTBUF:bytes]
  2107. #3 NET START ALERTER starts the Alerter service on a server.
  2108.    The Alerter service sends messages about network information to users,
  2109.    such as the status of print jobs or resource availability.  When used
  2110.    without the option, NET START ALERTER starts the service with the values
  2111.    specified in the [alerter] section of the IBMLAN.INI file.  An option typed
  2112.    from the command line overrides the value in the IBMLAN.INI file until the
  2113.    service is stopped.
  2114.  
  2115.    See the "OS/2 LAN Commands and Utilities" for more information about
  2116.    this command.
  2117.  
  2118.    To get Help one screen at a time, type NET HELP command | MORE.
  2119. $3
  2120.    /SIZALERTBUF:bytes  Determines the size in bytes of the alert-message
  2121.                        buffer.  The range is 512-16384; the default is
  2122.                        3072 bytes.
  2123.  
  2124. .3           LSSERVER
  2125. :3                     [/CLEANUP:{YES|NO}]
  2126.                        [/SRVPIPES:number]
  2127.  
  2128. #3 NET START LSSERVER starts the LSserver service.  This service supports
  2129.    remote requests from client machines for such tasks as spooling,
  2130.    query users, logon, and logoff.  When used without options, NET START
  2131.    LSSERVER starts the service using the values specified in the [lsserver]
  2132.    section of the IBMLAN.INI file.  An option typed from the command line
  2133.    overrides the value in the IBMLAN.INI file until the service is stopped.
  2134.  
  2135.    See the "OS/2 LAN Commands and Utilities" for more information about
  2136.    this command.
  2137.  
  2138.    To get Help one screen at a time, type NET HELP command | MORE.
  2139. $3
  2140.    /CLEANUP:{YES|NO}  Specifies whether to clean up shares for dynamic aliases.
  2141.                       The default is YES.
  2142.  
  2143.    /SRVPIPES:number   Is the maximum number of pipes that the logical server
  2144.                       uses.  The default for n is 3 and should be increased
  2145.                       only if the administrator detects unusually long logon
  2146.                       times, printing responses, and so on.
  2147.  
  2148. .3           GENALERT
  2149. :3
  2150. #3 NET START GENALERT starts the Generic Alerter service which generates
  2151.    LAN Server generic alerts and either sends them to the IBM LAN Manager log
  2152.    file or transmits them to the NetView(tm) network services control point
  2153.    using the First Failure Support Technology/2 (FFST/2) program.
  2154.  
  2155.    See the "OS/2 LAN Commands and Utilities" for more information about
  2156.    this command.
  2157.  
  2158.    To get Help one screen at a time, type NET HELP command | MORE.
  2159. $3
  2160.    There are no options for this command.
  2161.  
  2162. .3           MESSENGER
  2163. :3                     [/LOGFILE:pathname]
  2164.                        [/SIZMESSBUF:bytes]
  2165.  
  2166. #3 NET START MESSENGER starts the Messenger service, which lets you exchange
  2167.    messages with other network users.
  2168.  
  2169.     Typing NET START MESSENGER also starts the Requester service if it is
  2170.    not already running.  When used without options, NET START MESSENGER
  2171.    starts the service using the values specified in the [messenger] section
  2172.    of the IBMLAN.INI file.  An option typed from the command line overrides
  2173.    the value in the IBMLAN.INI file until the service is stopped.
  2174.  
  2175.    In addition to the options listed here, NET START MESSENGER accepts all
  2176.    NET START REQUESTER options when you're starting both services with one
  2177.    command.  For a list of these options, see NET START REQUESTER.
  2178.  
  2179.    See the "OS/2 LAN Commands and Utilities" for more information about
  2180.    this command.
  2181.  
  2182.    To get Help one screen at a time, type NET HELP command | MORE.
  2183. $3
  2184.    /LOGFILE:pathname  Assigns a new pathname for the message log file.  The
  2185.                       default message log is MESSAGES.LOG in the IBMLAN\LOGS
  2186.                       directory.
  2187.  
  2188.    /SIZMESSBUF:bytes  Sets the size in bytes of the message buffer, limiting
  2189.                       the size of messages the requester can receive.  The
  2190.                       range is 512-62000.  The default is 4096.
  2191.  
  2192. .3           NETLOGON
  2193. :3                    [/PULSE:seconds]
  2194.                       [/RANDOMIZE:seconds]
  2195.                       [/UPDATE:{YES | NO}]
  2196.                       [/SCRIPT:pathname]
  2197.                       [/SCANPERIOD:minutes]
  2198.                       [/SCANTIME:time]
  2199.                       [/SCANPAUSE:seconds]
  2200. #3 NET START NETLOGON copies the master user and group definition file (NET.ACC)
  2201.    located on the domain controller to network servers.  On domain controllers
  2202.    backup servers, this service also validates user logon requests and polls
  2203.    logged-on users (validated by this server) to keep the server's table
  2204.    of logged-on users accurate.  This service is available only on servers.
  2205.  
  2206.    When used without options, NET START NETLOGON starts the service using the
  2207.    values specified in the [netlogon] section of the IBMLAN.INI file.  An
  2208.    option typed from the command line overrides the value in the IBMLAN.INI
  2209.    file until the service is stopped.
  2210.  
  2211.    See the "OS/2 LAN Commands and Utilities" for more information about
  2212.    this command.
  2213.  
  2214.    To get Help one screen at a time, type NET HELP command | MORE.
  2215. $3
  2216.    /PULSE:seconds
  2217.            Specifies the time interval, in seconds, between sending update
  2218.            notices when no updates are occurring.  This parameter is
  2219.            ignored unless the server's role is Primary (domain controller).
  2220.            The default value is 60 seconds.
  2221.  
  2222.            The role is set at server installation or with the NET ACCOUNTS
  2223.            command.
  2224.  
  2225.    /RANDOMIZE:seconds
  2226.            Specifies the time interval, in seconds, during which
  2227.            the Member, or Backup servers should randomize sending a
  2228.            request to get changes after receiving a change notice.
  2229.            This prevents overloading the domain controller with multiple
  2230.            update requests.  This parameter is ignored unless the server's
  2231.            role is Primary (domain controller).  The default value is 30
  2232.            seconds.
  2233.  
  2234.    /UPDATE:{YES | NO}
  2235.            When set to YES (the default), causes replication to occur at
  2236.            Member and Backup servers when the Netlogon service is
  2237.            started.  Set /UPDATE to NO to prevent replication when the
  2238.            Netlogon service is started.  The /UPDATE option is ignored at
  2239.            the domain controller.
  2240.  
  2241.    /SCRIPT:pathname
  2242.            Indicates a logon script to be used.  The path is the location
  2243.            of the script.  The default path in the IBMLAN.INI file is
  2244.            \IBMLAN\REPL\IMPORT\SCRIPTS.
  2245.  
  2246.    /SCANPERIOD:minutes
  2247.            Specifies the time, in minutes, that the server waits between
  2248.            polls of logged-on users.  This parameter applies only to
  2249.            Primary or Backup servers.  The default value is 15 minutes.
  2250.            The valid range is 0 to 1440 (0 stops polling).
  2251.  
  2252.    /SCANTIME:time
  2253.            Specifies time of day in 24-hour notation (hh:mm), that logged-on
  2254.            users are polled.  This parameter only applies when /SCANPERIOD
  2255.            is 1440 (the number of minutes in a day).  The default value is
  2256.            0:00 (midnight).
  2257.  
  2258.    /SCANPAUSE:seconds
  2259.            Specifies the time in seconds that the server will pause between
  2260.            the poll of each logged-on user.  This parameter applies only to
  2261.            Primary or Backup servers.  The default is 0 seconds.  The valid
  2262.            range is 0 to 15.
  2263.  
  2264. .3           NETRUN
  2265. :3                  [/RUNPATH:pathname[;...]] [/MAXRUNS:number]
  2266. #3 NET START NETRUN starts the Netrun service.  The Netrun
  2267.    service enables users at requesters to run programs that are in
  2268.    the run path on the server.  When used without options, NET START NETRUN
  2269.    starts the service using the values specified in the [netrun] section of
  2270.    the IBMLAN.INI file.  An option typed from the command line overrides the
  2271.    value in the IBMLAN.INI file until the service is stopped.
  2272.  
  2273.    See the "OS/2 LAN Commands and Utilities" for more information about
  2274.    this command.
  2275.  
  2276.    To get Help one screen at a time, type NET HELP command | MORE.
  2277. $3
  2278.    /MAXRUNS:number          Is the maximum number of NET RUN commands the
  2279.                             server can handle concurrently.  The range is 1-10;
  2280.                             the default is 3.
  2281.  
  2282.    /RUNPATH:pathname[;...]  Is the search path for programs that network users
  2283.                             can run in the server's memory using the NET RUN
  2284.                             command.
  2285.  
  2286. .3           PEER
  2287. :3
  2288.    with the following options:
  2289.    [/AUDITING:{YES | NO | event[,...]}]      [/MAXSESSVCS:n]
  2290.    [/AUTOPATH:pathname]                      [/MAXSHARES:n]
  2291.    [/AUTOPROFILE:{NONE | LOAD}]              [/MAXUSERS:n]
  2292.    [/GUESTACCT:name]                         [/NOAUDITING:event[,...]]
  2293.    [/MAXAUDITLOG:n]                          [/NUMBIGBUF:n]
  2294.    [/MAXCHDEVJOB:n]                          [/NUMFILETASKS:n]
  2295.    [/MAXCHDEVS:n]                            [/NUMREQBUF:n]
  2296.    [/MAXCONNECTIONS:n]                       [/SECURITY:{USER | SHARE}]
  2297.    [/MAXLOCKS:n]                             [/SIZREQBUF:n]
  2298.    [/MAXOPENS:n]                             [/SRVHEURISTICS:string]
  2299.    [/MAXSEARCHES:n]                          [/SRVNETS:name]
  2300.    [/MAXSESSOPENS:n]                         [/SRVSERVICES:service[;...]]
  2301.    [/MAXSESSREQS:n]
  2302.  
  2303.  
  2304. #3 NET START PEER starts the Peer service, which allows requesters to share
  2305.    resources.  When used without options, NET START PEER starts the
  2306.    service using the values specified in the [peer] section of the IBMLAN.INI
  2307.    file.  An option typed from the command line overrides the value in the
  2308.    IBMLAN.INI file until the service is stopped.
  2309.  
  2310.    See the "OS/2 LAN Commands and Utilities" for more information about
  2311.    this command.
  2312.  
  2313.    To get Help one screen at a time, type NET HELP command | MORE.
  2314. $3
  2315.    /AUDITING:{YES | NO}          Turns auditing on or off.
  2316.  
  2317.    /AUTOPATH:pathname            Specifies the path to the profile that
  2318.                                  contains share information for the Remote IPL
  2319.                                  service.  The path can be an absolute path
  2320.                                  beginning with a drive letter, a network path
  2321.                                  using a UNC name, or a filename relative to
  2322.                                  IBMLAN\PROFILES.
  2323.  
  2324.    /AUTOPROFILE:{NONE | LOAD}    This parameter determines whether the profile
  2325.                                  specified by the AUTOPATH parameter is run
  2326.                                  when the Peer service starts.  NONE
  2327.                                  indicates the profile should not be run; LOAD
  2328.                                  indicates the profile should be run.
  2329.  
  2330.    /GUESTACCT:name               Indicates the Peer service guest account.
  2331.  
  2332.    /MAXAUDITLOG:number           Is the maximum number (n) of kilobytes of
  2333.                                  the audit-trail file.
  2334.  
  2335.    /MAXCHDEVJOB:number           Is the maximum number (n) of jobs that can
  2336.                                  be queued to Peer service serial device
  2337.                                  queues.
  2338.  
  2339.    /MAXCHDEVS:number             Is the maximum number (n) of serial
  2340.                                  devices that can be shared by the Peer
  2341.                                  service.
  2342.  
  2343.    /MAXCONNECTIONS:number        Is the maximum number (n) of simultaneous
  2344.                                  connections to shared resources.
  2345.  
  2346.    /MAXLOCKS:number              Is the maximum number (n) of file locks
  2347.                                  the Peer service can accommodate at one time.
  2348.  
  2349.    /MAXOPENS:number              Is the maximum number (n) of shared files
  2350.                                  and devices that can be open
  2351.                                  simultaneously.
  2352.  
  2353.    /MAXSEARCHES:number           Is the maximum number (n) of file searches
  2354.                                  the Peer service can perform at one time.
  2355.  
  2356.    /MAXSESSOPENS:number          Is the maximum number (n) of open files
  2357.                                  one session can have.
  2358.  
  2359.    /MAXSESSREQS:number           Is the maximum number (n) of resource
  2360.                                  requests one requester can submit to the
  2361.                                  Peer service.
  2362.  
  2363.    /MAXSESSVCS:number            Is the maximum number (n) of sessions one
  2364.                                  requester can have to a requester running
  2365.                                  the Peer service.
  2366.  
  2367.    /MAXSHARES:number             Is the maximum number (n) of resources
  2368.                                  that can be shared simultaneously.
  2369.  
  2370.    /MAXUSERS:number              Is the maximum number (n) of users who can
  2371.                                  connect to a requester running the Peer
  2372.                                  service simultaneously.
  2373.  
  2374.    /NOAUDITING:event[,...]       Cancels auditing for the named event(s) when
  2375.                                  /AUDITING is set to YES.  Events that can be
  2376.                                  changed are LOGON, LOGONLIMIT, GOODSESSLOGON,
  2377.                                  BADSESSLOGON, SESSLOGON, NETLOGON,
  2378.                                  GOODNETLOGON, USE, GOODUSE, BADUSE, RESOURCE,
  2379.                                  USERLIST, PERMISSIONS, and SERVICE.  If
  2380.                                  /AUDITING:NO is set, the value of /NOAUDITING
  2381.                                  is ignored.
  2382.  
  2383.    /NUMBIGBUF:number             Is the number of big buffers the Peer service
  2384.                                  uses.
  2385.  
  2386.    /NUMFILETASKS:number          Is the number of file-worker threads the
  2387.                                  Peer service has.
  2388.  
  2389.    /NUMREQBUF:number             Is the maximum number of buffers (in addition
  2390.                                  to the big buffers) the Peer service can
  2391.                                  have.
  2392.  
  2393.    /SECURITY:{USER | SHARE}      Selects the security mode for the Peer
  2394.                                  service.
  2395.  
  2396.    /SIZREQBUF:number             Is the maximum number of bytes for
  2397.                                  buffers other than big buffers.
  2398.  
  2399.    /SRVHEURISTICS:string         Adjusts the heuristics string that tunes
  2400.                                  the performance of the Peer service.
  2401.  
  2402.    /SRVNETS:name                 Lists the names of networks on which the Peer
  2403.                                  service is working (from the [networks] section
  2404.                                  of IBMLAN.INI).  Names are separated by commas.
  2405.  
  2406.    /SRVSERVICES:service          Names the services to start when the
  2407.                                  Peer service starts.
  2408.  
  2409. .3           REMOTEBOOT
  2410. :3
  2411. #3 NET START REMOTEBOOT starts the LAN Server Remote IPL service, which
  2412.    allows a requester to be started remotely.
  2413.  
  2414.    See the "OS/2 LAN Commands and Utilities" for more information about
  2415.    this command.
  2416.  
  2417.    To get Help one screen at a time, type NET HELP command | more.
  2418.  
  2419. $3
  2420.    There are no options for this command.
  2421.  
  2422. .3           REPLICATOR
  2423. :3                      [/REPLICATE:{EXPORT | IMPORT | BOTH}]
  2424.                         [/EXPORTPATH:pathname] [/EXPORTLIST:list]
  2425.                         [/IMPORTPATH:pathname] [/IMPORTLIST:list]
  2426.                         [/INTERVAL:time]
  2427.                         [/PULSE:number]
  2428.                         [/RANDOM:seconds]
  2429.                         [/GUARDTIME:time]
  2430.                         [/TRYUSER:{YES | NO}]
  2431.                         [/LOGON:userid]
  2432.                         [/PASSWORD:{password | *}]
  2433. #3 NET START REPLICATOR starts the Replicator service, which ensures that
  2434.    designated files are exactly the same on all specified computers.  When
  2435.    used without options, it starts the service using the values specified in
  2436.    the [replicator] section of the IBMLAN.INI file.  An option typed from the
  2437.    command line overrides the value in the IBMLAN.INI file until the service
  2438.    is stopped.
  2439.  
  2440.    See the "OS/2 LAN Commands and Utilities" for more information about
  2441.    this command.
  2442.  
  2443.    To get Help one screen at a time, type NET HELP command | MORE.
  2444. $3
  2445.    /EXPORTLIST:list      Is as many as 32 computers or domains that
  2446.                          receive notices when the export directory is
  2447.                          updated.  These computers subsequently replicate
  2448.                          from the export server.  Without a list, the export
  2449.                          server sends a notice to all computers in its domain.
  2450.                          Separate names with semicolons.  This option is ignored
  2451.                          if /REPLICATE is set to IMPORT.
  2452.  
  2453.    /EXPORTPATH:pathname  Sets the path to the export directory.  The export
  2454.                          path can be an absolute path or relative to the IBMLAN
  2455.                          directory.  All files to be replicated must be in
  2456.                          a subdirectory of this directory.  The default path is
  2457.                          REPL\EXPORT.  This option is ignored if /REPLICATE is
  2458.                          set to IMPORT.
  2459.  
  2460.    /GUARDTIME:time       Is the number of minutes an export directory must be
  2461.                          stable (no changes to any files) before import
  2462.                          computers can replicate its files.  The range is from
  2463.                          0 to half the value of /INTERVAL; the default is
  2464.                          2 minutes.
  2465.  
  2466.    /IMPORTLIST:list      Is as many as 32 servers or domains that export
  2467.                          directories to the import computer.  If no list is
  2468.                          specified, updates come from the computer's primary
  2469.                          domain.  Separate names with semicolons.  This entry
  2470.                          is ignored at export servers.
  2471.  
  2472.    /IMPORTPATH:pathname  Sets the path on the import computer to receive
  2473.                          replicas from the export servers.  The import path
  2474.                          can be an absolute path, a path relative to the
  2475.                          IBMLAN directory, or a network pathname.  This option
  2476.                          is ignored if /REPLICATE is set to EXPORT.  The
  2477.                          default is REPL\IMPORT.
  2478.  
  2479.    /INTERVAL:time        Is how often an export computer monitors changes
  2480.                          in each directory.  This option is ignored on import
  2481.                          computers.  The range is 1-60; the default is
  2482.                          5 minutes.
  2483.  
  2484.    /LOGON:userID         Is necessary if the import computer updates
  2485.                          files when no user is logged on to the network.
  2486.                          This option is ignored if /TRYUSER is set to YES.
  2487.  
  2488.    /PASSWORD:{password | *}
  2489.                          Is the password to accompany the user ID at
  2490.                          replication to give the import computer access
  2491.                          to Replicator files.  Type an asterisk (*)
  2492.                          instead of the password to be prompted for the
  2493.                          password.  If a value isn't supplied for /PASSWORD,
  2494.                          no password is assumed.
  2495.  
  2496.    /PULSE:number         Is the time (/PULSE * /INTERVAL minutes) the export
  2497.                          server waits before sending repeat notices to the
  2498.                          import computers.  The range is 0-10; the default is 3.
  2499.  
  2500.    /RANDOM:seconds       Sets the maximum number of seconds an import computer
  2501.                          can wait before requesting an update.  An import
  2502.                          computer uses the export server's maximum value of
  2503.                          /RANDOM to generate a random number of seconds (from
  2504.                          0 to /RANDOM).  The range is 1-120; the default is
  2505.                          60 seconds.
  2506.  
  2507.    /REPLICATE:{EXPORT | IMPORT | BOTH}
  2508.                          Determines whether the server exports files and
  2509.                          directories, imports files and directories, or
  2510.                          both.  EXPORT is the server that maintains a master
  2511.                          tree to be replicated.  The Replicator service checks
  2512.                          these directories and files for changes and notifies
  2513.                          servers that import the files or directories.  If
  2514.                          EXPORT is not used, the Replicator service does
  2515.                          not monitor the specified tree for changes.
  2516.                          IMPORT is the computer to receive update notices
  2517.                          from the export server.  If /REPLICATE is specified
  2518.                          without options, IMPORT is assumed.  BOTH specifies
  2519.                          that a server is to export and import directories
  2520.                          or files.
  2521.  
  2522.    /TRYUSER:{YES | NO}   Determines whether the Replicator service attempts
  2523.                          to update files to an import computer if a user is
  2524.                          logged on to the network.  If the value is YES, the
  2525.                          user ID and password must be valid.  If NO, the
  2526.                          Replicator service only updates when the user is
  2527.                          logged off, using the /LOGON and /PASSWORD options
  2528.                          to supply the logon information.
  2529.  
  2530. .3           DCDBREPL
  2531. :3                    [/INTERVAL:time]
  2532.                       [/PULSE:number]
  2533.                       [/RANDOM:seconds]
  2534.                       [/GUARDTIME:time]
  2535.                       [/TRYUSER:{YES | NO}]
  2536.                       [/LOGON:userid]
  2537.                       [/PASSWORD:{password | *}]
  2538.  
  2539. #3 NET START DCDBREPL controls the replication of the DCDB information on
  2540.    domain controllers to backup domain controllers.  The backup domain
  2541.    controllers must be defined by the installation/configuration program.
  2542.    The installation/configuration program defaults to start the DCDB
  2543.    Replicator service automatically each time the domain controller is
  2544.    started.  If you select not to start this service automatically, you
  2545.    can use NET START DCDBREPL to start it.  The parameters supported by
  2546.    the DCDB Replicator are a subset of the parameters supported by the
  2547.    Replicator service.  You can run both DCDBREPL and REPLICATOR
  2548.    simultaneously on a domain controller.
  2549.  
  2550.    See the "OS/2 LAN Commands and Utilities" for more information about
  2551.    this command.
  2552.  
  2553.    To get Help one screen at a time, type NET HELP command | MORE.
  2554. $3
  2555.    /GUARDTIME:time       Is the number of minutes an export directory must be
  2556.                          stable (no changes to any files) before import
  2557.                          computers can replicate its files.  The range is from
  2558.                          0 to half the value of /INTERVAL; the default is
  2559.                          2 minutes.
  2560.  
  2561.    /INTERVAL:time        Is how often an export computer monitors changes
  2562.                          in each directory.  This option is ignored on import
  2563.                          computers.  The range is 1-60; the default is
  2564.                          5 minutes.
  2565.  
  2566.    /LOGON:userID         Is necessary if the import computer updates
  2567.                          files when no user is logged on to the network.
  2568.                          This option is ignored if /TRYUSER is set to YES.
  2569.  
  2570.    /PASSWORD:{password | *}
  2571.                          Is the password to accompany the user ID at
  2572.                          replication to give the import computer access
  2573.                          to the DCDBREPL files.  Type an asterisk (*)
  2574.                          instead of the password to be prompted for the
  2575.                          password.  If a value isn't supplied for /PASSWORD,
  2576.                          no password is assumed.
  2577.  
  2578.    /PULSE:number         Is the time (/PULSE * /INTERVAL minutes) the export
  2579.                          server waits before sending repeat notices to the
  2580.                          import computers.  The range is 0-10; the default is 3.
  2581.  
  2582.    /RANDOM:seconds       Sets the maximum number of seconds an import computer
  2583.                          can wait before requesting an update.  An import
  2584.                          computer uses the export server's maximum value of
  2585.                          /RANDOM to generate a random number of seconds (from
  2586.                          0 to /RANDOM).  The range is 1-120; the default is
  2587.                          60 seconds.
  2588.  
  2589.    /TRYUSER:{YES | NO}   Determines whether the DCDBREPL service attempts
  2590.                          to update files to an import computer if a user is
  2591.                          logged on to the network.  If the value is YES, the
  2592.                          user ID and password must be valid.  If NO, the
  2593.                          DCDBREPL service only updates when the user is
  2594.                          logged off, using the /LOGON and /PASSWORD options
  2595.                          to supply the logon information.
  2596.  
  2597. .3           SERVER
  2598. :3
  2599.    with the following options:
  2600.    [/ACCESSALERT:n]                     [/MAXSEARCHES:n]
  2601.    [/ALERTNAMES:userID[,...]]           [/MAXSESSOPENS:n]
  2602.    [/ALERTSCHED:time]                   [/MAXSESSREQS:n]
  2603.    [/AUDITING:{YES | NO | event[,...]}] [/MAXSESSVCS:n]
  2604.    [/AUTODISCONNECT:time]               [/MAXSHARES:n]
  2605.    [/AUTOPATH:pathname]                 [/MAXUSERS:n]
  2606.    [/AUTOPROFILE:{NONE | LOAD}]         [/NOAUDITING:event[,...]]
  2607.    [/DISKALERT:n]                       [/NETIOALERT:n]
  2608.    [/ERRORALERT:n]                      [/NUMBIGBUF:n]
  2609.    [/GUESTACCT:name]                    [/NUMFILETASKS:n]
  2610.    [/LOGONALERT:n]                      [/NUMREQBUF:n]
  2611.    [/MAXAUDITLOG:n]                     [/SIZREQBUF:n]
  2612.    [/MAXCHDEVJOB:n]                     [/SRVANNDELTA:n]
  2613.    [/MAXCHDEVQ:n]                       [/SRVANNOUNCE:n]
  2614.    [/MAXCHDEVS:n]                       [/SRVHEURISTICS:string]
  2615.    [/MAXCONNECTIONS:n]                  [/SRVNETS:name]
  2616.    [/MAXLOCKS:n]                        [/SRVSERVICES:service[;...]]
  2617.    [/MAXOPENS:n]
  2618.  
  2619.  
  2620. #3 NET START SERVER starts the Server service, which controls access
  2621.    to resources.  When used without options, NET START SERVER starts
  2622.    the service using the values specified in the [server] section of the
  2623.    IBMLAN.INI file.  An option typed from the command line overrides the
  2624.    value in the IBMLAN.INI file until the service is stopped.
  2625.  
  2626.    NET START SERVER also accepts NET START REQUESTER options.
  2627.  
  2628.    See the "OS/2 LAN Commands and Utilities" for more information about
  2629.    this command.
  2630.  
  2631.    To get Help one screen at a time, type NET HELP command | MORE.
  2632. $3
  2633.    /ACCESSALERT:number           Specifies the number of permission
  2634.                                  violations that trigger an alert message
  2635.                                  to users in the alertname list.
  2636.  
  2637.    /ALERTNAMES:names             Specifies users and groups who receive
  2638.                                  alert messages.  Separate names with a
  2639.                                  comma or semicolon.
  2640.  
  2641.    /ALERTSCHED:time              Sets the number of minutes between checks
  2642.                                  for alert conditions.
  2643.  
  2644.    /AUDITING:{YES | NO}          Turns auditing on or off.
  2645.  
  2646.    /AUTODISCONNECT:time          Tells how long (in minutes) a
  2647.                                  requester's session with the server can
  2648.                                  be idle before it is disconnected.
  2649.  
  2650.    /AUTOPATH:pathname            Specifies the path to the profile that
  2651.                                  contains share information for the Remote IPL
  2652.                                  service.  The path can be an absolute path
  2653.                                  beginning with a drive letter, a network path
  2654.                                  using a UNC name, or a filename relative to
  2655.                                  IBMLAN\PROFILES.
  2656.  
  2657.    /AUTOPROFILE:{NONE | LOAD}    This parameter determines whether the profile
  2658.                                  specified by the AUTOPATH parameter is run
  2659.                                  when the Server service starts.  NONE
  2660.                                  indicates the profile should not be run; LOAD
  2661.                                  indicates the profile should be run.
  2662.  
  2663.    /DISKALERT:number             Sets the minimum number of free kilobytes
  2664.                                  that must be on the disk.
  2665.  
  2666.    /ERRORALERT:number            Sets the number of consecutive network
  2667.                                  errors that trigger an alert message.
  2668.  
  2669.    /GUESTACCT:name               Indicates the server's guest account.
  2670.  
  2671.    /LOGONALERT:number            Sets the number of consecutive logon
  2672.                                  violations that trigger an alert message.
  2673.  
  2674.    /MAXAUDITLOG:number           Is the maximum number (n) of kilobytes of
  2675.                                  the audit-trail file.
  2676.  
  2677.    /MAXCHDEVJOB:number           Is the maximum number (n) of jobs that can
  2678.                                  be queued to all of the server's
  2679.                                  serial device queues.
  2680.  
  2681.    /MAXCHDEVQ:number             Is the maximum number (n) of
  2682.                                  serial device queues on the server.
  2683.  
  2684.  
  2685.    /MAXCHDEVS:number             Is the maximum number (n) of serial
  2686.                                  devices that can be shared on the server.
  2687.  
  2688.    /MAXCONNECTIONS:number        Is the maximum number (n) of simultaneous
  2689.                                  connections to shared resources of the
  2690.                                  server.
  2691.  
  2692.    /MAXLOCKS:number              Is the maximum number (n) of file locks
  2693.                                  the server can accommodate at one time.
  2694.  
  2695.    /MAXOPENS:number              Is the maximum number (n) of shared files
  2696.                                  and devices that can be open
  2697.                                  simultaneously.
  2698.  
  2699.    /MAXSEARCHES:number           Is the maximum number (n) of file searches
  2700.                                  the server can perform at one time.
  2701.  
  2702.    /MAXSESSOPENS:number          Is the maximum number (n) of open files
  2703.                                  one session can have.
  2704.  
  2705.    /MAXSESSREQS:number           Is the maximum number (n) of resource
  2706.                                  requests one requester can submit to the
  2707.                                  server.
  2708.  
  2709.    /MAXSESSVCS:number            Is the maximum number (n) of sessions one
  2710.                                  requester can have to the server.
  2711.  
  2712.    /MAXSHARES:number             Is the maximum number (n) of resources
  2713.                                  that can be shared simultaneously.
  2714.  
  2715.    /MAXUSERS:number              Is the maximum number (n) of users who can
  2716.                                  use the server simultaneously.
  2717.  
  2718.    /NOAUDITING:event[,...]       Cancels auditing for the named event(s) when
  2719.                                  /AUDITING is set to YES.  Events that can be
  2720.                                  changed are LOGON, LOGONLIMIT, GOODSESSLOGON,
  2721.                                  BADSESSLOGON, SESSLOGON, NETLOGON,
  2722.                                  GOODNETLOGON, USE, GOODUSE, BADUSE, RESOURCE,
  2723.                                  USERLIST, PERMISSIONS, and SERVICE.  If
  2724.                                  /AUDITING:NO is set, the value of /NOAUDITING
  2725.                                  is ignored.
  2726.  
  2727.    /NETIOALERT:number            Is the number (n) of local area network
  2728.                                  input/output errors that trigger an alert.
  2729.  
  2730.    /NUMBIGBUF:number             Is the number of big buffers the server
  2731.                                  uses.
  2732.  
  2733.    /NUMFILETASKS:number          Is the number of file-worker threads the
  2734.                                  server has.
  2735.  
  2736.    /NUMREQBUF:number             Is the maximum number of buffers (in
  2737.                                  addition to the big buffers) the server
  2738.                                  can have.
  2739.  
  2740.    /SIZREQBUF:number             Is the maximum number of bytes for server
  2741.                                  buffers other than big buffers.
  2742.  
  2743.    /SRVANNDELTA:number           Is the number of milliseconds to add to or
  2744.                                  subtract from the announce rate to help
  2745.                                  balance data traffic on the network.
  2746.  
  2747.    /SRVANNOUNCE:number           Is the number of seconds between announcements.
  2748.  
  2749.    /SRVHEURISTICS:string         Adjusts the heuristics string that tunes
  2750.                                  the performance of the server.
  2751.  
  2752.    /SRVNETS:name                 Lists the names of networks on which the
  2753.                                  server is working (from the [networks] section
  2754.                                  of IBMLAN.INI).  Names are separated by commas.
  2755.  
  2756.    /SRVSERVICES:service          Names the services to start when the
  2757.                                  Server service starts.
  2758.  
  2759. .3           REQUESTER
  2760. :3
  2761.    with the following options:
  2762.      [/CHARCOUNT:bytes]          [/NUMSERVICES:n]
  2763.      [/CHARTIME:msec]            [/NUMWORKBUF:n]
  2764.      [/CHARWAIT:sec]             [/OTHDOMAINS:names]
  2765.      [/COMPUTERNAME:name]        [/PRINTBUFTIME:sec]
  2766.      [/DOMAIN:name]              [/SESSTIMEOUT:sec]
  2767.      [/KEEPCONN:sec]             [/SIZCHARBUF:bytes]
  2768.      [/KEEPSEARCH:sec]           [/SIZERROR:bytes]
  2769.      [/MAXERRORLOG:kbytes]       [/SIZWORKBUF:bytes]
  2770.      [/MAXWRKCACHE:kbytes]       [/WRKHEURISTICS:string]
  2771.      [/NUMALERTS:n]              [/WRKNETS:names]
  2772.      [/NUMCHARBUF:n]             [/WRKSERVICES:list]
  2773.      [/NUMDGRAMBUF:n]
  2774.  
  2775. #3 NET START REQUESTER starts the Requester service, which enables your
  2776.     computer to use shared resources on the network.  When used without
  2777.     options, NET START REQUESTER starts the service using the values
  2778.     specified in the [requester] section of the IBMLAN.INI file.  An option
  2779.     typed from the command line overrides the value in the IBMLAN.INI file
  2780.     until the service is stopped.
  2781.  
  2782.    See the "OS/2 LAN Commands and Utilities" for more information about
  2783.    this command.
  2784.  
  2785.    To get Help one screen at a time, type NET HELP command | MORE.
  2786. $3
  2787.    /CHARCOUNT:bytes       Specifies the amount of data the requester
  2788.                           collects before sending it to a serial
  2789.                           device.  The range is 0 through 65535.
  2790.                           The default is 16.
  2791.  
  2792.    /CHARTIME:msec         Specifies the number of milliseconds the
  2793.                           requester collects data before sending it to a
  2794.                           communication service.  The range is -1 (never)
  2795.                           through 65535000.  The default is 250.
  2796.  
  2797.    /CHARWAIT:sec          Specifies the number of seconds the requester
  2798.                           waits for serial device to become available.
  2799.                           The range is 0 through 65535.  The default is 3600.
  2800.  
  2801.    /COMPUTERNAME:name     Is the requester's name, or machine ID.  The range
  2802.                           is 1-15 characters.
  2803.  
  2804.    /DOMAIN:name           Is the requester domain.  The range is 1-15 characters.
  2805.  
  2806.    /KEEPCONN:sec          Specifies the number of seconds the requester
  2807.                           maintains an implicit UNC connection you're not using.
  2808.                           Unused connections are broken after this interval is
  2809.                           reached.  The range is 1 through 65535.  The default
  2810.                           is 600.
  2811.  
  2812.    /KEEPSEARCH:sec        Specifies the number of seconds the requester
  2813.                           maintains a directory search request.  Directory
  2814.                           search requests are discarded after this interval
  2815.                           is reached.  The range is 1 through 65535.  The
  2816.                           default is 600.
  2817.  
  2818.    /MAXERRORLOG:kbytes    Specifies the size in kilobytes of the error log
  2819.                           on your hard disk.  The range is 2 through the
  2820.                           total disk size.  The default is 100.
  2821.  
  2822.    /MAXWRKCACHE:kbytes    Specifies the amount of memory in kilobytes set
  2823.                           aside for large transfers of data.  The range is
  2824.                           0-640.  The default is 64.
  2825.  
  2826.    /NUMALERTS:number      Specifies the number of program tasks that can
  2827.                           wait for an alert condition.  The range is 3-256.
  2828.                           The default is 12.
  2829.  
  2830.    /NUMCHARBUF:number     Specifies the number of character and pipe
  2831.                           buffers the requester uses.  The range is
  2832.                           0-15.  The default is 10.
  2833.  
  2834.    /NUMDGRAMBUF:n         Is the number of buffers available for
  2835.                           receiving information (datagrams).  The value you
  2836.                           set for /NUMDGRAMBUF is the number of buffers
  2837.                           available for each network listed in the /WRKNETS
  2838.                           entry.  The range is 8-112; the default is
  2839.                           14 buffers.
  2840.  
  2841.    /NUMSERVICES:number    Specifies the maximum number of services the
  2842.                           requester can run simultaneously.  The range is
  2843.                           4-256.  The default is 12.
  2844.  
  2845.    /NUMWORKBUF:number     Specifies the number of buffers the requester
  2846.                           uses.  The range is 3-50.  The default is 15.
  2847.  
  2848.    /OTHDOMAINS:names      Lists as many as four other domains in which
  2849.                           the requester can view servers and receive
  2850.                           messages.  Names are separated by commas.
  2851.  
  2852.    /PRINTBUFTIME:sec      Is the number of seconds the PRN: print device is
  2853.                           kept open (for compatibility-mode print
  2854.                           requests).  Most applications that use OS/2
  2855.                           compatibility mode do not explicitly close the
  2856.                           PRN: print device to tell OS/2 to send the
  2857.                           contents of the print buffer to the printer
  2858.                           queue.  The range is 0-65535; the default is
  2859.                           90 seconds.
  2860.  
  2861.    /SESSTIMEOUT:sec       Specifies the number of seconds the requester
  2862.                           maintains a connection to a server that isn't
  2863.                           responding.  The range is 10 through 65535.
  2864.                           The default is 45.
  2865.  
  2866.    /SIZCHARBUF:bytes      Specifies the size in bytes of each character and
  2867.                           pipe buffer.  The range is 64-4096.  The default is
  2868.                           512.
  2869.  
  2870.    /SIZERROR:bytes        Specifies the size in bytes of the requester's
  2871.                           internal error buffer.  The range is 256-4096.  The
  2872.                           default is 1024.
  2873.  
  2874.    /SIZWORKBUF:bytes      Specifies the size in bytes of each requester
  2875.                           buffer.  The range is 1024-16384.  The default is
  2876.                           4096.
  2877.  
  2878.    /WRKHEURISTICS:string  A variety of fine-tune settings for the
  2879.                           requester's performance.
  2880.  
  2881.    /WRKNETS:names         Specifies the network(s) the requester is a
  2882.                           part of (from the [networks] section of
  2883.                           IBMLAN.INI).  Names are separated by commas.
  2884.  
  2885.    /WRKSERVICES:list      Lists services that start automatically
  2886.                           when the Requester service starts
  2887.                           (from the [services] section of IBMLAN.INI).
  2888.                           Names are separated by commas.
  2889.  
  2890. .3           TIMESOURCE
  2891. :3
  2892. #3 NET START TIMESOURCE starts the Timesource service, which designates a
  2893.    server as the time source for the domain.
  2894.  
  2895.    See the "OS/2 LAN Commands and Utilities" for more information about
  2896.    this command.
  2897.  
  2898.    To get Help one screen at a time, type NET HELP command | MORE.
  2899. $3
  2900.    There are no options for this command.
  2901.  
  2902. .3           UPS
  2903. :3               [/BATTERYMSG:seconds]
  2904.                  [/BATTERYTIME:seconds]
  2905.                  [/CMDFILE:pathname]
  2906.                  [/CMDTIMER:nnn]
  2907.                  [/LOWBATTERY:WARNING|SHUTDOWN|DISABLE]
  2908.                  [/MESSDELAY:seconds]
  2909.                  [/MESSTIME:seconds]
  2910.                  [/RECHARGE:minutes]
  2911.                  [/SIGNALS:###]
  2912.                  [/VOLTLEVELS:###]
  2913. #3 NET START UPS starts the LAN Server UPS (uninterruptible power supply)
  2914.    service, which is used with a battery to protect a server from data loss
  2915.    during a power failure.  When used without options, NET START UPS starts
  2916.    the service using the default values specified in the [ups] section of the
  2917.    IBMLAN.INI file.  An option typed from the command line overrides the value
  2918.    in the IBMLAN.INI file until the service is stopped.
  2919.  
  2920.    During a power failure, the UPS service provides for an orderly shutdown
  2921.    of a server.  The UPS service pauses the Server service and waits for an
  2922.    interval of time.  If the main power is not restored, users are instructed
  2923.    to disconnect from the server (if they have power).  Then the UPS service
  2924.    stops all LAN Server services and writes all data in cache memory to
  2925.    permanent storage.
  2926.  
  2927.    This command only works on servers.
  2928.  
  2929.    See the "OS/2 LAN Commands and Utilities" for more information about
  2930.    this command.
  2931.  
  2932.    To get Help one screen at a time, type NET HELP command | MORE.
  2933. $3
  2934.    /BATTERYMSG:seconds
  2935.                          Is the number of seconds between messages sent when
  2936.                          the battery power is low, but the AC line current
  2937.                          is satisfactory.  This parameter is valid only
  2938.                          when /LOWBATTERY is set to WARNING.  The range is
  2939.                          30 to 3600 (30 seconds to 1 hour); the default is
  2940.                          600 seconds (10 minutes).
  2941.  
  2942.    /BATTERYTIME:seconds  Is the number of seconds the server can run on a
  2943.                          battery before the UPS service initiates shutdown.
  2944.                          This entry is relevant only if the low battery signal
  2945.                          is unavailable.  The range is 0-28800; the default is
  2946.                          60 seconds.
  2947.  
  2948.    /CMDFILE:pathname     Is the pathname for the .CMD file to be run before the
  2949.                          network services are shut down.  The pathname can be
  2950.                          absolute or relative to the IBMLAN directory.  There
  2951.                          is no default, implying no .CMD file should be run.
  2952.  
  2953.    /CMDTIMER:nnn         Specifies the number of seconds the UPS service will
  2954.                          give the .CMD file to complete.  The range is 0 to 600
  2955.                          seconds.  The default is 30.  (If the .CMD file does
  2956.                          not finish execution within the specified number of
  2957.                          seconds, an error will be logged.)
  2958.  
  2959.    /LOWBATTERY:WARNING|SHUTDOWN|DISABLE
  2960.                          Specifies the response of the UPS service if the UPS
  2961.                          signals that its battery power is low but AC line
  2962.                          current is satisfactory.  If /LOWBATTERY is set to
  2963.                          WARNING, the UPS service generates a message,
  2964.                          identifying the affected server.  If /LOWBATTERY is
  2965.                          set to SHUTDOWN, the UPS service shuts down the
  2966.                          affected server after warning the server's local user,
  2967.                          alert recipients, and users having active sessions
  2968.                          with the server.  If /LOWBATTERY is set to DISABLE,
  2969.                          the event is recorded in the error log and no alert
  2970.                          is generated.
  2971.  
  2972.    /MESSDELAY:seconds    Is the number of seconds between initial power
  2973.                          failure and the first message sent to the user.  No
  2974.                          messages are sent if power is restored within this
  2975.                          amount of time.  The range is 0-120; the default is
  2976.                          5 seconds.
  2977.  
  2978.    /MESSTIME:seconds     Is the number of seconds between messages sent to
  2979.                          users notifying them of a continued power failure.
  2980.                          The range is 30-300; the default is 120 seconds.
  2981.  
  2982.    /RECHARGE:minutes     Is the number of minutes of recharge time required
  2983.                          for each minute of battery runtime.  This entry is
  2984.                          optional depending on the battery specification.
  2985.                          The range is 5-250; the default is 100 minutes.
  2986.  
  2987.    /SIGNALS:###          Specifies the signals available from the battery.
  2988.                          This is a 3-digit value:
  2989.                          ■  The first digit is 1 (the default) if the battery
  2990.                             can signal the UPS service upon power failure, or
  2991.                             0 if it cannot.
  2992.                          ■  The second digit is 0 (the default) if the battery
  2993.                             does not signal the UPS service about low power,
  2994.                             and 1 if it signals when a specified amount, such
  2995.                             as 2 minutes worth, of power remains.
  2996.                          ■  The third digit is 1 if the battery accepts a
  2997.                             shutdown signal from the UPS service, and 0
  2998.                             (the default) if it does not.  If the third digit
  2999.                             is 1, the UPS service does an orderly shutdown of
  3000.                             the LAN Server software, and then the battery
  3001.                             stops providing backup power to the computer.  When
  3002.                             the battery detects power restoration, it restarts
  3003.                             the computer.
  3004.  
  3005.    /VOLTLEVELS:###       Specifies the voltage levels for the signals listed
  3006.                          in the /SIGNALS entry.  This is a 3-digit value:
  3007.                          ■  The first digit is 0 if the battery uses a negative
  3008.                             voltage to signal the UPS service of a power
  3009.                             failure, and 1 (the default) if it uses a positive
  3010.                             voltage.
  3011.                          ■  The second digit is 0 (the default) if the battery
  3012.                             uses a negative voltage to signal the UPS service
  3013.                             that it has less than 2 minutes of power remaining,
  3014.                             and 1 if it uses a positive voltage.
  3015.                          ■  The third digit is 0 (the default) if the battery
  3016.                             recognizes a negative voltage as the shutoff
  3017.                             signal, or 1 if it recognizes a positive voltage
  3018.                             as the shutoff signal.
  3019.  
  3020.    Note that the /BATTERYTIME, /RECHARGE, /SIGNALS, and /VOLTLEVELS options
  3021.    should be configured based on the power supply specification.
  3022. :2           [service [options]]
  3023. #2 NET START starts various services or displays a list of
  3024.    started services.  When used without options, NET START lists running
  3025.    services.  If none are started, the user is prompted to start the
  3026.    Requester service.
  3027.  
  3028.    To get more help about starting a specific service, type
  3029.    NET HELP START service.
  3030.  
  3031.    See the "OS/2 LAN Commands and Utilities" for more information about
  3032.    this command.
  3033.  
  3034.    To get Help one screen at a time, type NET HELP command | MORE.
  3035. $2
  3036.    service  Is one of the following LAN Requester or LAN Server services:
  3037.               ■ ALERTER          ■ PEER
  3038.               ■ DCDBREPL         ■ REMOTEBOOT
  3039.               ■ GENALERT         ■ REPLICATOR
  3040.               ■ LSSERVER         ■ REQUESTER
  3041.               ■ MESSENGER        ■ SERVER
  3042.               ■ NETLOGON         ■ TIMESOURCE
  3043.               ■ NETRUN           ■ UPS
  3044.  
  3045.    options  Are specific to the service.  Options for services can have
  3046.             permanent values assigned in the IBMLAN.INI file.  An option on
  3047.             the command line overrides the value in the IBMLAN.INI file
  3048.             until the service is stopped.
  3049.  
  3050. .2     STATISTICS
  3051. :2
  3052.    For a requester:
  3053.    NET STATISTICS [REQUESTER [/CLEAR]]
  3054.  
  3055.    For a server:
  3056.    NET STATISTICS [REQUESTER | SERVER [/CLEAR]]
  3057.  
  3058.    For a requester running the Peer service:
  3059.    NET STATISTICS [REQUESTER | PEER [/CLEAR]]
  3060. #2 NET STATISTICS displays and clears a list of statistics for requester
  3061.    or server functions on a computer.  When used without options, it displays
  3062.    a list of services for which statistics are available.
  3063.  
  3064.    See the "OS/2 LAN Commands and Utilities" for more information about
  3065.    this command.
  3066.  
  3067.    To get Help one screen at a time, type NET HELP command | MORE.
  3068. $2
  3069.    REQUESTER    Displays requester statistics.
  3070.  
  3071.    SERVER       Displays server statistics.
  3072.  
  3073.    PEER         Displays statistics for the Peer service.
  3074.  
  3075.    /CLEAR       Clears the statistics log.
  3076.  
  3077. .2     STATUS
  3078. :2
  3079. #2 NET STATUS displays configuration settings and shared resources for the
  3080.    local server.
  3081.  
  3082.    See the "OS/2 LAN Commands and Utilities" for more information about
  3083.    this command.
  3084.  
  3085.    To get Help one screen at a time, type NET HELP command | MORE.
  3086. $2
  3087.    There are no options for this command.
  3088.  
  3089. .2     STOP
  3090. :2          service
  3091. #2 NET STOP stops services.  Stopping a service cancels any network connections
  3092.    the service is using.  Also, some services are dependent on others.  Stopping
  3093.    one service can stop others.
  3094.  
  3095.    See the "OS/2 LAN Commands and Utilities" for more information about
  3096.    this command.
  3097.  
  3098.    To get Help one screen at a time, type NET HELP command | MORE.
  3099. $2
  3100.    service  Is one of the following LAN Requester or LAN Server services:
  3101.               ■ ALERTER          ■ PEER
  3102.               ■ DCDBREPL         ■ REMOTEBOOT
  3103.               ■ GENALERT         ■ REPLICATOR
  3104.               ■ LSSERVER         ■ REQUESTER
  3105.               ■ MESSENGER        ■ SERVER
  3106.               ■ NETLOGON         ■ TIMESOURCE
  3107.               ■ NETRUN           ■ UPS
  3108.  
  3109. .2     TIME
  3110. :2          [\\machineID | /DOMAIN[:name]] [/SET [/YES | /NO]]
  3111.             [/DATE:date] [/TIME:time] [/DOMAIN:name]
  3112. #2 NET TIME synchronizes the requester's clock with that of a server or
  3113.    domain, or displays the time for a server or domain. It also sets
  3114.    the clock at the specified domain controller and synchronizes the
  3115.    clocks of all the additional servers with that of the specified
  3116.    domain.
  3117.  
  3118.    Typing NET TIME without options displays the current date and time
  3119.    of the domain.
  3120.  
  3121.    See the "OS/2 LAN Commands and Utilities" for more information about
  3122.    this command.
  3123.  
  3124.    To get Help one screen at a time, type NET HELP command | MORE.
  3125. $2
  3126.    \\machineID     Is the name of the server whose time you want to view or
  3127.                    synchronize with.
  3128.  
  3129.    /DOMAIN[:name]  Is the server that controls domain activity in your
  3130.                    requester domain.  Use name to specify a different
  3131.                    domain.
  3132.    /DATE:date      Sets the date at the specified domain controller and
  3133.                    synchronizes the clocks of all active additional servers
  3134.                    with that of the specified domain.
  3135.  
  3136.    /TIME:time      Sets the time at the specified domain controller and
  3137.                    synchronizes the clocks of all active additional servers
  3138.                    with that of the specified domain.
  3139.  
  3140.    /SET            Synchronizes the requester's clock with that of the
  3141.                    specified domain.
  3142.  
  3143.    /YES            Synchronizes the requester's clock without displaying
  3144.                    a prompt.
  3145.  
  3146.    /NO             Does not synchronize the requester's clock.  No prompt
  3147.                    is displayed.
  3148. .2     USE
  3149. :2         [device | \\machineID\netname]
  3150.    NET USE device {\\machineID\netname | alias} [password] [/COMM]
  3151.    NET USE {device | \\machineID\netname} /DELETE
  3152. #2 NET USE connects a requester to shared resources, disconnects a
  3153.    requester from shared resources, or displays information about network
  3154.    connections.
  3155.  
  3156.    Typing NET USE without options lists the requester's connections.
  3157.  
  3158.    See the "OS/2 LAN Commands and Utilities" for more information about
  3159.    this command.
  3160.  
  3161.    To get Help one screen at a time, type NET HELP command | MORE.
  3162. $2
  3163.    alias           A name that has been assigned to a shared resource.
  3164.  
  3165.    device          Assigns a name to connect to the resource.  There are
  3166.                    three kinds of devices: disk drives (A: through
  3167.                    Z:), printer ports (LPT1: through LPT9:), and
  3168.                    serial device ports (COM1: through COM9:).
  3169.  
  3170.    \\machineID     Is the machine ID of the server controlling the shared
  3171.                    resource.
  3172.  
  3173.    \netname        Is the name of the shared resource, or netname.
  3174.  
  3175.    password        Is the password for connecting to resources on a server
  3176.                    running share-level security or on another domain where
  3177.                    your user ID is defined with a different password.
  3178.                    You can type an asterisk (*) instead of the password to be
  3179.                    prompted for the password.  The password will not be
  3180.                    displayed when you type it.
  3181.  
  3182.    /COMM           Specifies that an LPT device is to be connected to a
  3183.                    serial device (non-spooled) queue.
  3184.  
  3185.    /DELETE         Removes a network connection.
  3186.  
  3187.  
  3188.  
  3189. .2     USER
  3190. :2          [userID] [password] [options]
  3191.    NET USER [userID] [password] [/ADD] [options]
  3192.    NET USER userID [/DELETE]
  3193.    NET USER userID [/ASSIGN {device:alias[,device:alias] |
  3194.                              PUBLIC:appid[,PUBLIC:appid] |
  3195.                              PRIVATE:appid,[PRIVATE:appid]}
  3196.    NET USER userid [/UNASSIGN {device:alias[,device:alias] |
  3197.                                PUBLIC:appid[,PUBLIC:appid] |
  3198.                                PRIVATE:appid[,PRIVATE:appid] |
  3199.                                LOGASN:ALL | PUBLIC:ALL | PRIVATE:ALL}
  3200. #2 NET USER lists, adds, removes, and modifies user accounts on servers
  3201.    with user-level security.  The NET USER command sets up part of the user
  3202.    accounts system database for domains with user-level security.
  3203.    The database is stored in the IBMLAN\ACCOUNTS\NET.ACC file.  The NET USER
  3204.    command also adds and removes logon and application assignments for users
  3205.    defined to a domain.
  3206.  
  3207.    See the "OS/2 LAN Commands and Utilities" for more information about
  3208.    this command.
  3209.  
  3210.    To get Help one screen at a time, type NET HELP command | MORE.
  3211. $2
  3212.    userID    Is the user account (up to 20 characters) to be added,
  3213.              deleted, or modified.  To see information about a user's
  3214.              account, type NET USER userID.
  3215.  
  3216.    password | *
  3217.              Assigns or changes a password (which can have as many as 14
  3218.              characters) for the user's account.  The user can later
  3219.              choose a different password.  A password must satisfy any
  3220.              minimum length set with the /MINPWLEN option of NET ACCOUNTS.
  3221.              An asterisk (*) produces a prompt for the password.  The
  3222.              password will not be displayed when you type it.
  3223.  
  3224.    /DELETE   Removes a user's account from the user accounts system
  3225.              database on the domain.
  3226.  
  3227.    /ADD      Adds a user account to the user accounts system database on
  3228.              the domain.
  3229.  
  3230.    options   Are useful when adding or modifying user accounts.  They are
  3231.              the following:
  3232.  
  3233.       Options                    Description
  3234.       ------------------         ------------------------------------------
  3235.       /ACTIVE:{NO | YES}         Disables or activates the account.  If the
  3236.                                  account is not active, the user cannot
  3237.                                  access the server.  The default is active
  3238.                                  (yes).
  3239.  
  3240.       /ASSIGN {device:alias |    Indicates that the list of items following
  3241.                PRIVATE:appid |   the /ASSIGN parameter are to be assigned to
  3242.                PUBLIC:appid}     the specified user ID.  The list of items
  3243.                                  should be separated by commas.  There should
  3244.                                  not be any spaces in the list.
  3245.  
  3246.                                  For example, to add a logon assignment and
  3247.                                  two application assignments for a user, the
  3248.                                  list following the /ASSIGN parameter might be:
  3249.  
  3250.                                      H:HOMEDIR,PUBLIC:MYAPP,PRIVATE:ADOSAPP
  3251.  
  3252.       device:alias               Specifies the alias to be assigned to the user
  3253.                                  at logon time and the device that is to be
  3254.                                  redirected to that alias.  If the alias is
  3255.                                  a files alias, '*' may be specified instead
  3256.                                  of a drive letter to indicate that the next
  3257.                                  available drive is to be used.  The alias
  3258.                                  must already be defined in the domain control
  3259.                                  database.  The connection to the specified
  3260.                                  alias is not made until the next time the
  3261.                                  user logs on.
  3262.  
  3263.       PUBLIC:appid               Specifies that the indicated application
  3264.                                  definition is to be assigned to the user.
  3265.                                  The application definition must be an existing
  3266.                                  public application definition.  The application
  3267.                                  will not appear on the user's desktop until
  3268.                                  the next time the user logs on.
  3269.  
  3270.       PRIVATE:appid              Specifies that the indicated application
  3271.                                  definition is to be assigned to the user.
  3272.                                  The application definition must be one of
  3273.                                  the user's existing private application
  3274.                                  definitions.  The application will not
  3275.                                  appear on the user's desktop until the next
  3276.                                  time the user logs on.
  3277.  
  3278.       /COMMENT:"text"            Provides a descriptive comment about the
  3279.                                  user's account (maximum of 48 characters).
  3280.                                  Enclose the text in quotation marks.
  3281.  
  3282.       /COUNTRYCODE:number        Uses the operating system country codes to
  3283.                                  implement the desired language files for a
  3284.                                  user's help and error messages.  A value of
  3285.                                  0 signifies the default country code.
  3286.  
  3287.       /EXPIRES:{date | NEVER}    Causes the account to expire if date is
  3288.                                  set.  NEVER sets no time limit on the
  3289.                                  account.  An expiration date is in the
  3290.                                  form mm/dd/yy or dd/mm/yy, depending on the
  3291.                                  country code.  Months can be a number,
  3292.                                  spelled out, or abbreviated with three
  3293.                                  letters.  Year can be two or four numbers.
  3294.                                  Use slashes(/) (no spaces) to separate
  3295.                                  parts of the date.
  3296.  
  3297.       /FULLNAME:"name"           Is a user's full name (rather than a
  3298.                                  userID).  Enclose the name in quotation
  3299.                                  marks.
  3300.  
  3301.       /HOMEDIR:string            Is the string specifying the path to the user's
  3302.                                  home directory.  This string can take one of
  3303.                                  two forms.  The first form defines the drive
  3304.                                  of the user that will be assigned to the
  3305.                                  home directory:
  3306.                                     x:\machineID\y$\pathname
  3307.                                  where x is the drive letter to be assigned,
  3308.                                  machineID is the name of the server which
  3309.                                  holds the home directory, y is the drive
  3310.                                  letter on the server where the home directory
  3311.                                  exists, and pathname is the remaining path
  3312.                                  to the directory.
  3313.  
  3314.                                  The second form defines a first available
  3315.                                  drive specification for the home directory:
  3316.                                     \\machineID\y$\pathname
  3317.                                  where machineID, y, and pathname are defined
  3318.                                  as above.
  3319.  
  3320.                                  To define a home directory at the root of
  3321.                                  a server's drive, omit \pathname from either
  3322.                                  of the forms above.
  3323.  
  3324.                                  It is very important to ensure that this field
  3325.                                  follows the correct format or users may not
  3326.                                  get their home directory at logon time.  An
  3327.                                  access control profile must also be created,
  3328.                                  giving users access to the home directory.
  3329.  
  3330.       /LOGONSERVER:\\servername  Sets the name of the preferred server that
  3331.                                  will validate logon requests for this user.
  3332.                                  The server name should be preceeded by a
  3333.                                  double backslash (\\) and should be the name
  3334.                                  of a domain controller or backup server on
  3335.                                  the domain.  A server name of an asterisk
  3336.                                  (\\*) is the default and indicates that the
  3337.                                  logon request can be handled by any domain
  3338.                                  controller or backup on the domain.
  3339.                                  Specifying /LOGONSERVER:"" indicates that
  3340.                                  the domain controller is the preferred logon
  3341.                                  server.
  3342.  
  3343.       /SCRIPT:pathname           Specifies a command file to be run when the
  3344.                                  user logs on.  The file specified by pathname
  3345.                                  can have the extension .CMD, .EXE, .BAT, or
  3346.                                  .PRO.  If the file name extension is not
  3347.                                  specified, it is assumed to be either .CMD
  3348.                                  or .BAT.  The path name must be relative to
  3349.                                  the directory specified by the SCRIPTS
  3350.                                  parameter in the [netlogon] section of the
  3351.                                  IBMLAN.INI file.  The default scripts
  3352.                                  directory is C:\IBMLAN\REPL\IMPORT\SCRIPTS.
  3353.  
  3354.       /MAXSTORAGE:{number | UNLIMITED}
  3355.                                  Sets the maximum amount of storage in
  3356.                                  kilobytes for a user's home directory.
  3357.                                  The default is UNLIMITED.  If you plan to use
  3358.                                  the CHKSTOR utility to check home directory
  3359.                                  storage, you must set /MAXSTORAGE to a number.
  3360.  
  3361.       /OPERATOR:list[,...]       Enables a user to perform limited
  3362.                                  administrative functions.  Operator privileges
  3363.                                  enable a user to view and
  3364.                                  change settings for various "admin-only"
  3365.                                  resources.  (A blank value withholds
  3366.                                  operator privileges.)  Separate entries in
  3367.                                  the list with commas.  The privileges are:
  3368.  
  3369.          Privilege    Allows you to
  3370.          ─────────    ─────────────────────────────────────────────────
  3371.          ACCOUNTS     Add, delete, and modify user accounts, and update
  3372.                       logon requirements for the user accounts database,
  3373.                       but not grant administrative privilege or assign
  3374.                       operator privilege.
  3375.  
  3376.          COMM         Control shared communication-device queues.
  3377.  
  3378.          PRINT        Control shared printer queues.
  3379.  
  3380.          SERVER       Control shared resources on a server, read and clear
  3381.                       the error log, close sessions and files that are open.
  3382.  
  3383.       /PASSWORDCHG:{YES | NO}    Specifies whether users can change their
  3384.                                  own password.  The default is YES.
  3385.  
  3386.       /PASSWORDREQ:{YES | NO}    Specifies whether a password is required for
  3387.                                  this user account.
  3388.  
  3389.                                  YES means that a password is required.
  3390.  
  3391.                                  NO means that a password is not required, but
  3392.                                  may be used.  The password restriction of
  3393.                                  MINPWLEN is applied to any password that is
  3394.                                  used.
  3395.  
  3396.                                  NO also means that other password restrictions
  3397.                                  such as MINPWAGE, MAXPWAGE, UNIQUEPW, and
  3398.                                  PASSWORDCHG will not be applied to this
  3399.                                  account.
  3400.  
  3401.                                  If you are changing the setting from
  3402.                                  /PASSWORDREQ:Y to /PASSWORDREQ:N to cancel
  3403.                                  password requirements for a user, note that the
  3404.                                  /PASSWORDREQ:N setting does not automatically
  3405.                                  delete the user's password.  See the NET
  3406.                                  PASSWORD section of the "OS/2 LAN Commands and
  3407.                                  Utilities" for information on nullifying the
  3408.                                  password.
  3409.  
  3410.       /PASSWORDEXP:{YES | NO}    Specifies whether the users password is to
  3411.                                  be marked as expired.  The default is NO.
  3412.  
  3413.       /PRIVILEGE:priv            Assigns the user's privilege level.  Priv
  3414.                                  is GUEST, USER, or ADMIN.  Privilege level
  3415.                                  affects an account's default rights to
  3416.                                  access resources.  The default is user.
  3417.  
  3418.       /TIMES:{times | ALL | ""}  Specifies the logon hours.  TIMES is
  3419.                                  expressed as day[-day], time[-time],
  3420.                                  limited to 1-hour time increments.  Days
  3421.                                  can be spelled out or abbreviated.
  3422.                                  Hours can be 12- or 24-hour notation.  For
  3423.                                  12-hour notation, use am, pm, or a.m.,
  3424.                                  p.m., upper or lower case; hours may be
  3425.                                  digits or full time (for example, 9:00).
  3426.                                  With 24-hour notation, use full time (for
  3427.                                  example, 12:00-24:00).  Separate multiple
  3428.                                  day/hour entries with semicolons.  A null
  3429.                                  string ("") means a user can never log on,
  3430.                                  and ALL means a user can always log on.
  3431.  
  3432.       /UNASSIGN:{device:alias |  Indicates that the list of items following
  3433.                  PRIVATE:appid | the /UNASSIGN parameter are to be removed as
  3434.                  PUBLIC:appid |  assignments for the specified user.  The items
  3435.                  LOGASN:ALL |    in the list should be separated by commas.
  3436.                  PRIVATE:ALL |   The list should not contain any spaces.
  3437.                  PUBLIC:ALL}
  3438.                                  For example, to remove all of a user's public
  3439.                                  application assignments and two logon
  3440.                                  assignments, the list following the /UNASSIGN
  3441.                                  switch might be:
  3442.  
  3443.                                     X:FALIAS,PUBLIC:ALL,LPT3:LASERPRT
  3444.  
  3445.       LOGASN:ALL                 Indicates that all of the user's logon
  3446.                                  assignments are to be deleted.  The deletion
  3447.                                  does not take effect until the next time the
  3448.                                  user logs on.
  3449.  
  3450.       PRIVATE:ALL                Indicates that all of a user's private
  3451.                                  application assignments are to be deleted.
  3452.                                  The deletion does not take effect until the
  3453.                                  next time the user logs on.
  3454.  
  3455.       PUBLIC:ALL                 Indicates that all of a user's public
  3456.                                  application assignments are to be deleted.
  3457.                                  The deletion does not take effect until the
  3458.                                  next time the user logs on.
  3459.       /USERCOMMENT:"text"        Is available for a user to add a comment
  3460.                                  to the logon account.
  3461.  
  3462.       /WORKSTATIONS:             Lists requesters a user can log in from.
  3463.        {machineID[,...] | *}     Separate entries in the list of valid
  3464.                                  machine ID's with commas.  If requester
  3465.                                  has no list, or if the list is * or null
  3466.                                  (""), the user can log in from any
  3467.                                  requester.
  3468.  
  3469. .2     VIEW
  3470. :2          [\\machineID]
  3471. #2 NET VIEW displays a list of servers, or a list of resources being shared
  3472.    by a server.
  3473.  
  3474.    Typing NET VIEW without options displays a list of servers in your
  3475.    startup domain, logon domain and other domains specified in the
  3476.    /OTHDOMAINS= entry of the IBMLAN.INI file.
  3477.  
  3478.    See the "OS/2 LAN Commands and Utilities" for more information about
  3479.    this command.
  3480.  
  3481.    To get Help one screen at a time, type NET HELP command | MORE.
  3482. $2
  3483.    \\machineID     Specifies a server whose shared resources you want to
  3484.                    view.
  3485.  
  3486. .2     WHO
  3487. :2         [/DOMAIN:name | \\machineID | userID]
  3488. #2 NET WHO displays user ID's logged on to a domain, a server or a
  3489.    requester.
  3490.  
  3491.    Typing NET WHO without options displays information about users on the
  3492.    logon domain.
  3493.  
  3494.    See the "OS/2 LAN Commands and Utilities" for more information about
  3495.    this command.
  3496.  
  3497.    To get Help one screen at a time, type NET HELP command | MORE.
  3498. $2
  3499.    userID          Is the name of the user you want information about.
  3500.  
  3501.    \\machineID     Is the name of the server or requester whose users you
  3502.                    want information about.
  3503.  
  3504.    /DOMAIN:name    Is the domain (other than the domain you're logged on
  3505.                    to) whose users you want information about.
  3506.  
  3507. :1
  3508. #1
  3509. $1
  3510.  
  3511.     Verify that you typed the command correctly.
  3512.  
  3513. :0
  3514. #0
  3515.