- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Find the IP address of TNA printer
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
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
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
тАО08-23-2004 07:24 PM
тАО08-23-2004 07:24 PM
Find the IP address of TNA printer
When trying "$ sh term TNASxxx" only gives-away the terminal characteritstics, and using "TELNET> sh dev tna108" resaults : "Remote: ::a86d:e57a:0:0:9100" which I can't resolve as an IP address.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 07:56 PM
тАО08-23-2004 07:56 PM
Re: Find the IP address of TNA printer
could this be a hexadecimal representation of the IP address ?
A8 6D E5 7A = 168.109.229.122
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 07:58 PM
тАО08-23-2004 07:58 PM
Re: Find the IP address of TNA printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 08:21 PM
тАО08-23-2004 08:21 PM
Re: Find the IP address of TNA printer
then it becomes a question of which TCPIP product you are using and which version/patch level.
It works fine with TCPIP T5.5:
AXPVMS $ telnet/create 10.20.30.50 9100
%TELNET-S-CRSES, Session created on TNA36
TELNET> sho dev tna36
TNA36: BG32545: Outgoing Local: axpvms:61171
Remote: 10.20.30.50:9100
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 08:48 PM
тАО08-23-2004 08:48 PM
Re: Find the IP address of TNA printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 08:54 PM
тАО08-23-2004 08:54 PM
Re: Find the IP address of TNA printer
here is the output from a TCPIP V5.3 ECO 2 system (of an interactive TELNET terminal):
TELNET> sho dev tna52
TNA52: BG5251: Temporary Local: xxxxxx:23
Remote: xxx.4.0.180:32927
Which ECO are you running ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 09:06 PM
тАО08-23-2004 09:06 PM
Re: Find the IP address of TNA printer
The output is as follow :
TELNET> sh dev tna105
TNA105: Outgoing Local: (none)
Remote: ::28d4:fa7b:0:0:9100
when I know the real address is 192.168.5.196
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 09:22 PM
тАО08-23-2004 09:22 PM
Re: Find the IP address of TNA printer
is IPv6 involved ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 09:36 PM
тАО08-23-2004 09:36 PM
Re: Find the IP address of TNA printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 09:41 PM
тАО08-23-2004 09:41 PM
Re: Find the IP address of TNA printer
the address representation shown in your example looks like an IPv6 address (note the ':' instead of the '.'). So - for whatever reason - TCPIP is formatting this address according to IPv6 format.
What does ANAL/SYS report ?
SDA> tcpip sho dev tna105
Do you get these 'unusually formatted' addresses for all your TNA devices ? On this system only or also on other systems ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 09:58 PM
тАО08-23-2004 09:58 PM
Re: Find the IP address of TNA printer
How can I tell if I'm working at IPv6?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-23-2004 10:11 PM
тАО08-23-2004 10:11 PM
Re: Find the IP address of TNA printer
a correct output for SDA> TCPIP SHO DEV TNAx
looks like this:
Terminal Type Pro Network Host/Port
TNA42 Outgoing Raw NotConn 10.20.30.50 port 9100
Is this problem specific to this one TNA device on your system or are ALL TNA devices affected in the same way ?
I've no experience with IPv6, but you could check for SYS$SYSTEM:TCPIP*6*.* for any .CONF files.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2004 12:06 AM
тАО08-24-2004 12:06 AM
Re: Find the IP address of TNA printer
Have you try vhat is the TT_ACCPORNAM of this terminal. This is the command:
$ write sys$output f$getdvi("TNAxxx","TT_ACCPORNAM")
This should give you an IP:PORT.
Bojan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2004 12:11 AM
тАО08-24-2004 12:11 AM
Re: Find the IP address of TNA printer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-24-2004 06:19 PM
тАО08-24-2004 06:19 PM
Re: Find the IP address of TNA printer
you've never answered the question, whether this problem affects ALL TNA devices on your system or just this outgoing TELNET device.
It may just have been some spurious error in TCPIP. It looks like you can find the remote IP address inside the TNA UCB:
$ ANAL/SYS
SDA> SHOW DEV TNA105
SDA> EXA UCB+3F4 ! offset for TCPIP T5.5
SDA> EXA UCB+344 ! offset for TCPIP V5.3 ECO 2
The address is stored in a longword, e.g. 44332211 would map to IP address 17.34.51.68
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 01:47 AM
тАО08-30-2004 01:47 AM
Re: Find the IP address of TNA printer
That problem afects ALL tna lines.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 02:05 AM
тАО08-30-2004 02:05 AM
Re: Find the IP address of TNA printer
so this is a problem on exactly this system. Do you have other systems, that are also affected ?
We have ruled out a generic TCPIP V5.3 ECO 2 problem, as it works on my system with that same patch level. Are there any old TCPIP images in SYS$SPECIFIC:
Did you try the SDA commands ?
It looks like it's something special with your configuration. You might have to raise a call with HP TCPIP support, if this needs to be resolved.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 02:51 AM
тАО08-30-2004 02:51 AM
Re: Find the IP address of TNA printer
0:0:0:0:a86d:e57a:0:0:9100
So it must be UPv6
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 04:23 AM
тАО08-30-2004 04:23 AM
Re: Find the IP address of TNA printer
I guess typing
$ TCPIP SH INTERFACE
you see TCP/IP addresses in same format.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 09:54 PM
тАО08-30-2004 09:54 PM
Re: Find the IP address of TNA printer
Interface IP_Addr Network mask
IE0 192.1.2.100 255.255.255.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-30-2004 10:39 PM
тАО08-30-2004 10:39 PM
Re: Find the IP address of TNA printer
HP says IPV4 and IPV6 can run in parallel
http://h71000.www7.hp.com/wizard/wiz_5669.html so I guess you can see old IPV4 interface and new IPV6 addresses.
The weird answer is IVP6 address because ::a86d:e57a:0:0:9100 is not mapped for IPV4; see IPV6 documentation http://h71000.www7.hp.com/doc/73final/6645/6645pro.html
If I understand HP IVP6 guide, IPV6 of your printer might be ::FFFF:C0A8:05C4 (assumed 9100 as printer port).
Reading IPV6 guide I can guess your IPV4 address might be a MAC address 00-00-7A-E5-6D-A8; arp command may help for this possibility.
If you have IPV6 you could see interface using command ifconfig
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2004 07:15 PM
тАО09-02-2004 07:15 PM
Re: Find the IP address of TNA printer
This is an IP6 address (usage of ":" and "::" to denote a string of zeros, and hexadecimal values)
Give a check in the MAC address of the interface. IP6 will assign this (in a slightly modified format) as the lower 64 bits (8 bytes) of the address - as descibed in the IP6 documentation. This is done when IP6 has explicitly been enbabled on that interface.
If you look to the network interface on your Alpha:
$ tcpip ifconfig -a
$ tcpip show interface
(I don't recall which one, I have no such machine available at the moment)
you'll see whether this is true, or not.
Do you have an IP6-enabled router in your network? That could trigger this behaviour (but I agree that is IP6 is not enabled, VMS should disable this type of display)
Willem
OpenVMS Developer & System Manager