- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VAX/VMS modify printer IP.
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
07-17-2006 05:37 AM
07-17-2006 05:37 AM
VAX/VMS modify printer IP.
Operating system: VAX/VMS
I have two printer with the same IP.
How to change printer IP in VMS?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 06:49 AM
07-17-2006 06:49 AM
Re: VAX/VMS modify printer IP.
$ multinet configure/printer
PRINTER-CONFIG>SHOW
{receive list of printers defined}
PRINTER-CONFIG>MODIFY queue_name
{receive prompts for various parameters including remote host name/ip address}
PRINTER-CONFIG>EXIT
$ @multinet:remote-printer-queues.com
If your stack is TCPIP or UCX, then somebody else will have to provide assistance.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 08:40 AM
07-17-2006 08:40 AM
Re: VAX/VMS modify printer IP.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 11:47 AM
07-17-2006 11:47 AM
Re: VAX/VMS modify printer IP.
You can telnet to HP printers and change settings there, also some printers have web servers, so you can change settings using an http browser.
Phil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 09:41 PM
07-17-2006 09:41 PM
Re: VAX/VMS modify printer IP.
show queue/all MAPV08::T_$DMM$IMA$SPED
and the output:
Server queue DMM$IMA$SPED, idle , on MAPV08::T_$DMM$IMA$SPED mounted form DEFAULT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:14 PM
07-17-2006 10:14 PM
Re: VAX/VMS modify printer IP.
I executed:
show queue/full MAPV08::T_$DMM$IMA$SPED
The output:
Server queue DMM$IMA$SPED, idle , on MAPV08::T_$DMM$IMA$SPED mounted form DEFAULT
/AUTOSTART_ON=(MAPV08::T_$DMM$IMA$SPED,MAPV07::T_$DMM$IMA$SPED)
/BASE_PRIORITY=4 /DEFAULT=(FORM=DEFAULT) /NOENABLE_GENERIC /OWNER=[SYSTEM] /PROCESSOR=LPDBIONT /PROTECTION=(S:M,O:D,G:R,W:S) /SCHEDULE=(NOSIZE) /SEPARATE=(TRAILER)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:31 PM
07-17-2006 10:31 PM
Re: VAX/VMS modify printer IP.
from your output of SHOW QUEU/FULL,
I am guessing that you execute this in a cluster?
And this is about one and the same printer?
And T_$DMM$IMA$SPED is the DNS name of the IP of your printer?
If YES to all three above, than you only have ONE queue to that printer, BUT, it has been set up to be available and active whenever MAPV07 and/OR MAPV08 is up.
Whenever the node that at this moment serves the queue goes down (by operator shutdown OR by some failure), the QUEUE_MANAGER will automagically transfer the functionality of the que to the other node, and printing will simply continue.
This is one of the magnificient aspects of VMS clustering!
hope this helps,
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2006 10:42 PM
07-17-2006 10:42 PM
Re: VAX/VMS modify printer IP.
Thanks.
Anyway I would like to know how I can change the printer IP address.
thanks again in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 08:17 PM
07-19-2006 08:17 PM
Re: VAX/VMS modify printer IP.
I would like you to tell me if the command to change priner IP address is similar to:
INITIALIZE QUEUE ....
does anyone know the exact syntax of the INIT command.
Thanks to every body
I'm new with VMS.
And sorry for my bad english, I'm spanish.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2006 08:52 PM
07-19-2006 08:52 PM
Re: VAX/VMS modify printer IP.
>
>does anyone know the exact syntax of the >INIT command.
I think HELP INIT /QUEUE should tell you most options and parameters.
Modifications can be performed using SET QUEUE (see Help for details).
Maybe you should read the "VMS Systems Manager Manual, Chapter 14, Setting Up and Maintaining Queues" too.
http://h71000.www7.hp.com/DOC/82FINAL/aa-pv5mj-tk/aa-pv5mj-tk.HTMl