Manages printer pseudo-devices.
piomgpdev -p PseudoDevice -t AttachmentType { -A | -C | -R | -D } [ -a Clause ... ]
The piomgpdev command changes and removes pseudo-devices for printer attachments. The piomgpdev command stores information about the pseudo-devices in files in the /var/spool/lpd/pio/@local/dev directory. The file contains stanzas in the following form:
key_word = value
The information stored in these files pertains to connection characteristics for a given attachment and a printer. For example, the information about an Xstation named yoder and a port called cs2 might be:
Xstation = yoder port = s2 baud = 9600 stop_bits = 1
piomgpdev -p p@yoder -A -a 'Xstation=yoder' -a 'interface=parallel' -a 'port=p'
piomgpdev -p s2@yoder -C -a 'baud=9600'
piomgpdev -p p@yoder -R
piomgpdev -p p@yoder -D -a baud
/usr/lib/lpd/pio/etc/piomgpdev | Contains the piomgpdev command. |
/var/spool/lpd/pio/@local/dev/* | Contains the printer pseudo-device files. |
The piobe command, qprt command.
Printer Overview for System Management in the AIX Version 4.3 Guide to Printers and Printing.
Spooler Overview for System Management in the AIX Version 4.3 Guide to Printers and Printing.
Printer Backend Overview for Programming in the AIX Version 4.3 Guide to Printers and Printing.