The way in which you set up network printers on Reality depends on your Reality release.
On later versions of RealityX and on Reality on UNIX, the interface between the spooling sub-system and npu can be set up using any one of the three methods described below.
This method is preferred if you have a large number of small print jobs.
Create an item in the Reality NETDEVS file as follows:
item-id 001 system-name of ROUTE-FILE entry 002NPU003NETDSP
Device Name, to the item-id of the item created in the
	NETDEVS file.Permanent or Shared, to P  or 
	S  as 
required.This method is preferred if the printer is shared with other systems and you have a small number of large print jobs.
If the formqueue you require does not already exist, use the Reality FQM (Form Queue File Maintenance) utility to create it.
Note: Reality allows you to associate multiple formqueues with a single Despooler. Refer to the User’s Reference: Operation for details.
Use the Reality
	DSM (Despooler Control File Maintenance) utility to create a 
Despooler. Set field 2, Device Name, to point to the network printer created in 
step 2, as follows:
%PrinterName /dev/null
where PrinterName is the name of the printer created in step 2.
Notes:
%).addnetprinter  
creates an interface script for the new printer. If you enter just the printer 
name as shown above, this script is assumed to be in the directory $REALROOT/files/interfaces. If, for any reason, your script is in a 
different directory, you must specify the full path name.This method allows you to use a single Despooler and network printer entry to service multiple printers – each printer will be associated with a different formqueue.
Create a ROUTE-FILE entry for each printer using the netadmin ROUTE-FILE Maintenance Utility. Note that each ROUTE-FILE entry must have the same name as the formqueue with which it will be associated.
Note: If you want to associate more than one formqueue with a single printer, create a separate ROUTE-FILE entry for each formqueue. Those that will be associated with the same printer can be identical, except for the system name.
Use the Reality
	DSM (Despooler Control File Maintenance) utility to create a 
Despooler. Set field 2, Device Name, to point to the network printer created in 
step 2, as follows:
%PrinterName /dev/null FQ=&
where PrinterName is the name of the printer created in step 2.
Notes:
%).addnetprinter creates an interface script for the new printer. If you enter just the printer 
name as shown above, this script is assumed to be in the directory $REALROOT/files/interfaces. If, for any reason, your script is in a 
different directory, you must specify the full path name.FQ=&  specifies that the formqueue name should 
be used as the destination.To use a network printer on RealityX 3.1, you must define a 
formqueue for the private (PTR) printer sub-system, using SP-STATUS Action Code 
1 (Create Queue), or SP-CREATE. The printing device must be the network printer 
name as defined using the Network Printer Administration 
addnetprinter  
option.