Get details of the existing configured printer

I need to get the domain under which a printer is configured in an AIX machine. I have the IP address of the printer.
Could you please help me with that?

Domain? Is the printer residing on different client?

If the printer is directly network attached (Xerox, Ricoh, HP, .......) you may need the software or script from the supplier to drive them. If the printer is attached to another server, then your just set up a remote printer to that server quoting the remote queue name.

Are you just trying to find out the DNS name for a printer? Try nslookup IP.address.goes.here

Robin

1 Like

or..

dig +short -x <ip-address>
1 Like