lpsystem(1M) System Administration Commands lpsystem(1M)NAME
lpsystem - register remote systems with the print service
DESCRIPTION
The lpsystem command is obsolete, and could be removed at any time. The print system no longer uses the information generated by lpsystem.
See lpadmin(1M), lpusers(1M) or printers.conf(4) for equivalent functionality.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWpcu |
+-----------------------------+-----------------------------+
|Stability Level |Obsolete* |
+-----------------------------+-----------------------------+
* This command could be removed at any time.
SEE ALSO lpadmin(1M), lpusers(1M), printers.conf(4), attributes(5)SunOS 5.10 19 Feb 1999 lpsystem(1M)
Check Out this Related Man Page
lpsystem(1M) System Administration Commands lpsystem(1M)NAME
lpsystem - register remote systems with the print service
DESCRIPTION
The lpsystem command is obsolete, and could be removed at any time. The print system no longer uses the information generated by lpsystem.
See lpadmin(1M), lpusers(1M) or printers.conf(4) for equivalent functionality.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWpcu |
+-----------------------------+-----------------------------+
|Stability Level |Obsolete* |
+-----------------------------+-----------------------------+
* This command could be removed at any time.
SEE ALSO lpadmin(1M), lpusers(1M), printers.conf(4), attributes(5)SunOS 5.10 19 Feb 1999 lpsystem(1M)
i want to add about 60 printers using a ksh script.
i am having trouble though, i am reading the input from the hosts file and using the lpadmin command to add like so:
lpadmin -p -v /dev/null -m netstandard -o dest=
i want printername and ipaddy to come from the hosts file, i am having... (1 Reply)
Hi all.,
i am using the follwowing command..
ls -ltr TNT.*.*.*.ctl* | awk -F" " '{print $6" "$7 }'
the output is:
Feb 27
Feb 27
Feb 27
Feb 27
Feb 28
Feb 28
Mar 9
Mar 21
Mar 21
from this output i am trying to get the FIND the files on march 21. i am using the find command no... (6 Replies)
When we executed a lpadmin command, the following error was output.
# lpadmin -phsaprinter -v/home/hoge/lpfile -mrmodel -ocmrcmodel
-osmrsmodel -ormhsaprinter -orphsaprinter
lpadmin: can't access file "/home/hoge/lpfile"
/home/hoge/lpfile is the file other user made.
The... (1 Reply)
Just learning scripting. I need to remove duplicate managed printers using lpadmin. I have the following script (it's rough and probably a better way to do it) that returns the values as IP (column 1) Printer Name (column 2).command:
lpstat -v | grep -E ... (6 Replies)
lpadmin configuration issues on Solaris 10 Zone. I have configured a print queue using lpadmin command to print to print file server.
Source server is a Solaris Zone running Solaris 10.
Destination file print server is running OS AIX 5.3.
I do not get errors when issuing the lp command to... (0 Replies)
the problem i encountered is that lpadmin when encounters a failure doesn't cleanup properly .so the next time i use the same printer name it doesn't allow me to do so .saying interface directory can't be created .what can be done to solve this out ?please help .. (3 Replies)