- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Networking a plotter
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
04-25-2006 12:49 AM
04-25-2006 12:49 AM
Networking a plotter
I am moving all my servers, workstations, etc. to a new network. The plotter is old and does not appear to allow telnet or http access, so I'm hoping it takes its ip address from the hp-ux system. Can anyone see any flaw in the following plan?
1. Move plotter to a different port
2. amend plotter's ip address in NIS hosts file
3. amend plotter's ip address in appropriate DNS files
4. arp -s
The man page for arp doesn't include anything about the ip address. Will the plotter take the address from the NIS/DNS files?
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2006 12:52 AM
04-25-2006 12:52 AM
Re: Networking a plotter
Maybe this link can help you.
http://www.calgraphinc.com/Support/network.html
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2006 09:42 PM
04-26-2006 09:42 PM
Re: Networking a plotter
That link had the right make of plotter but not the right model and didn't help.
This is what I've tried:
1. arp -a to obtain plotter MAC address
2. have the plotter moved to a port on the new network
3. change the plotter details in NIS and DNS
4. arp -s
The arp -s command gives the response:
SIOCSARP: Invalid argument.
Any ideas?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:36 AM
04-27-2006 12:36 AM
Re: Networking a plotter
check the syntax of your arp command - should be
arp -s hostname mac_address temp
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 12:45 AM
04-27-2006 12:45 AM
Re: Networking a plotter
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 02:32 AM
04-27-2006 02:32 AM
Re: Networking a plotter
yes, you are correct with the 'temp' parameter.
Nevertheless you told, that you gave 'ipadress' as a third parameter, which is wrong.
With using 'temp', you could try to reach your plotter with the changed IP-address as a testing change.
Another possibility is the use of the bootp protocol - older networked stuff was feeded by this via /etc/bootptab. Perhaps you can give this a try.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 10:25 PM
05-08-2006 10:25 PM
Re: Networking a plotter
Any ideas as to which printer model I should use?
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2006 11:08 PM
05-08-2006 11:08 PM
Re: Networking a plotter
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2006 07:08 PM
05-15-2006 07:08 PM
Re: Networking a plotter
Thanks again for all the suggestions.
Mark