- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Changing VMS Printer IP address
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
Discussions
Discussions
Discussions
Forums
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
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
тАО05-10-2007 03:10 AM
тАО05-10-2007 03:10 AM
Changing VMS Printer IP address
I am new to administration and trying to create a print Queue and assaign an Existing port (NTYnnn)on a VAX node.( I had deleted the existing queue and so I am creating the new one )
I am using these commands :
$ ntycp:= $multinet:ntycp
$ ntycp create port nty9969/node=xxxxxx/port=9969 (not executing this command since I want to use the existing port)
$ set terminal/permenant nty9969:/nobroadcast/notypeahead/nowrap
$initialize/queue/on=nty9969/processor=multinet_ntysmb/start_Queue: dallas_xxxx
$ show queue dallas_xxxx
Terminal queue DALLAS_xxxx, stalled, on DALLAS::NTY9969, mounted form GRPBIG
(stock=DEFAULT)
/BASE_PRIORITY=4 /DEFAULT=(FEED, FORM=DEFAULT) Lowercase /OWNER=[SYSTEM]
/PROCESSOR=MULTINET_NTYSMB /PROTECTION=(S:M,O:D,G:R,W:S)
After creating Queue I am trying to print to it .. but once I start prining it says Printer queue is stalled.. I think I am missing some other step (which assaigns IP address etc.. )
I have updated an QUE_ALL.dAT file with the latest IP address .. Still I am having this issue.
Do I have to run any procedure/script so that the latest changes are updated..
Pl let me know how to do this change..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 04:32 AM
тАО05-10-2007 04:32 AM
Re: Changing VMS Printer IP address
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 09:01 AM
тАО05-10-2007 09:01 AM
Re: Changing VMS Printer IP address
Thanks for the response.. Since I want to assaign a new queue name to an Existing port I am having this problem..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 09:11 AM
тАО05-10-2007 09:11 AM
Re: Changing VMS Printer IP address
$ init/queue/generic=(existing_queue_name) new_queue_name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-10-2007 09:15 AM
тАО05-10-2007 09:15 AM
Re: Changing VMS Printer IP address
use NTYCP DELETE to delete the existing nty9969 and then NTYCP CREATE to re-create it with the new ip address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2007 06:53 AM
тАО05-11-2007 06:53 AM
Re: Changing VMS Printer IP address
I had created the new port 9901 and assaigned the IP address.
ntycp create port nty9901/node=xx.xx.x.xx/port=9100
Terminal queue DALLAS_xxxx, stalled, on DALLAS::NTY9901, mounted form DEFAULT
/BASE_PRIORITY=4 /DEFAULT=(FEED,FORM=DEFAULT) Lowercase /OWNER=[SYSTEM]
/PROCESSOR=MULTINET_NTYSMB /PROTECTION=(S:M,O:D,G:R,W:S)
Still having the problem.. Do I have to restart the server/run any procedure to make these chages effect ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2007 07:02 AM
тАО05-11-2007 07:02 AM
Re: Changing VMS Printer IP address
Can you ping the printer's ip address?
Can you get some TCPDUMP when trying to print a file? (MULTINET TCPDUMP/VERBOSE HOST printers_ip_address)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-31-2007 09:43 AM
тАО05-31-2007 09:43 AM
Re: Changing VMS Printer IP address
Thanks for all the Advices.
I could resolve myissue using the
Modify PORT command.
Meaning each time the ip address for a printer is changed, I am changing the IP address assaigned for that NTYdevice port.
Thanks,
Prasad.