Editing the aopd.conf configuration file

If you already created the aopd.conf file, you can edit it to change values.

To edit the aopd.conf file:
  1. On the z/OS® UNIX command line, switch to an effective UID of 0:
    su
    To use the su command, you must be authorized to the BPX.SUPERUSER profile in the FACILITY class in RACF®.
  2. Edit the configuration file with your preferred editor and save your changes. For example:
    oedit /etc/Printsrv/aopd.conf
    Edit this file by using the IBM-1047 code page.
  3. Switch back to your own UID:
    exit
  4. If Infoprint Server is running, stop and restart it. Enter these MVS™ commands:
    START AOPSTOP
    START AOPSTART
  5. If you added or changed the inventory attribute, restart all PSF FSSs that use the Printer Inventory.
Syntax rules:
  1. Use lowercase characters for the attributes, and use uppercase or lowercase characters for the values.
  2. Use blank characters before or after the equal sign, if wanted.
  3. Start comments with a number sign (#).
  4. Include blank lines, if wanted.