Software >> OS >> OpenVMS >> Printing >> How to change print queue from DQS to LPR printer

1. optionally add the hostname into the host table $ tcpip set host <hostname>/address=<printer address> 2. create the lpr print queue by running $ RUN SYS$SYSTEM:TCPIP$LPRSETUP 3. Stop and delete the previouse print queue $ stop/queue/reset <queuename> $ delete/queue <queuename> 4. An LPR printer(s) startup script would hav ebeen created by the setup program in sys$sysroot:[sys$startup]tcpip$lpd_systartup.com type the contents to see the queue init commands. Run those.