- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Define remote printer on Print Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 12:51 AM
01-03-2006 12:51 AM
I have print server with IP=100.110.10.44
there is three ports for this print server
My tally printer connected to port 2 (3002)
how to define it on HPUX ???
Please advice
Regards
Nabil
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 01:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 04:07 AM
01-03-2006 04:07 AM
Re: Define remote printer on Print Server
Now it sounds like your Tally printer is connected to an HP JetDirect EX-3 box. So for your HP-UX system, you need to run the addqueue command. Since you did not state your OS version, the addqueue command may be in /opt/hpnp/bin or /opt/hpnpl/bin. You'll need 4 parameters for queue name, IP_address, port number and the printer ID. Use addqueue -l to list all the known printers. Pick the generic printer for your Tally. man addqueue will give you the details.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 04:34 AM
01-03-2006 04:34 AM
Re: Define remote printer on Print Server
I accept with Bill, if you are configuring a printer conneted directly on the network then you could use jetadmin, if they are connected to remote servers then this can be configured thro sam.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 05:37 AM
01-03-2006 05:37 AM
Re: Define remote printer on Print Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 06:13 AM
01-03-2006 06:13 AM
Re: Define remote printer on Print Server
You can add this printer with lpadmin or addqueue command.
If you are using lpadmin then it will be looks like that:
------------
lpshut
lpadmin -pTALLY -v/dev/null -mrmodel -ocmrcmodel -osmrsmodel -ormTALLY-jet-laser -orpTALLY
echo " Printer TALLY Created. * * "
accept TALLY
enable TALLY
/usr/sbin/lpsched
---------------
vi /etc/hosts
# Add the IP of the printer.
100.110.10.44 TALLY-jet-laser
----------------------------------
you can check by sending one test print.
# lp -d TALLY /etc/hosts
Hth,
Raj
----
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 05:40 PM
01-03-2006 05:40 PM
Re: Define remote printer on Print Server
Nabil