- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: VMS7.3-2 Impersonator
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-28-2004 05:35 PM
01-28-2004 05:35 PM
VMS7.3-2 Impersonator
In VMS 7.3-1, the following command
$ ucx show interface/cluster
gives the node which is impersonator when issued only on the impersonator node.
but in VMS 7.3-2, this command is not working.
So could u please respond with how to find the impersonator node in the VMS 7.3-2. Hope someone will turn up soon.
Thanks & Regards
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 06:37 PM
01-28-2004 06:37 PM
Re: VMS7.3-2 Impersonator
you could post TCP/IP version too.
Remember TCP/IP suite since V5.0 has renamed from UCX to TCPIP, so your command line could be:
$ tcpip show interface/cluster
About your trouble, VMS documentation has not made any change, so it seems qualifier /cluster works again.
Also, TCP/IP suite has inherit functionality by unix so you could use unix-style command as
$ TCPIP IFCONFIG -A
or if you have executed TCPIP$DEFINE_COMMANDS
$ ifconfig -a
You can receive furthermore help after you post TCP/IP version.
Bye
Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 07:21 PM
01-28-2004 07:21 PM
Re: VMS7.3-2 Impersonator
but in VMS 7.3-2 its giving error that
$ tcpip show inter/clus
%TCPIP-E-INTEERROR, error processing interface request
-TCPIP-I-NOMORE, parameter or qualifier CLUSTER no longer supported; see the doc
umentation for valid options and re-enter command.
but no were i am finding document how to get impersonater node .
$tcpip ifconfig -a will not give information regarding impersonater.
Deepak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 08:08 PM
01-28-2004 08:08 PM
Re: VMS7.3-2 Impersonator
http://h71000.www7.hp.com/doc/732FINAL/DOCUMENTATION/PDF/TCPIP054_RELNOTES.PDF
3.14 TCP/IP Management Command Restrictions
The following restrictions apply to the TCP/IP management commands:
â ¢ TCP/IP Services version 5.4 introduces failSAFE IP, which obsoletes the
IP cluster alias address. Consequently, the following TCP/IP management
commands are no longer supported:
â ¢ TCPIP SET INTERFACE /NOCLUSTER
â ¢ TCPIP SHOW INTERFACE /CLUSTER
To show interface addresses, including IP cluster alias addresses, you must
use the following sequence of DCL commands:
$ @SYS$MANAGER:TCPIP$DEFINE_COMMANDS.COM
$ if
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 08:41 PM
01-28-2004 08:41 PM
Re: VMS7.3-2 Impersonator
$tcpip show config interface/cluster
with this can get cluster alias IP
But we can't get IMPERSNATOR node IP . Here in VMS 7-3.2 my problem is how to get impersonater node name/ip.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 09:25 PM
01-28-2004 09:25 PM
Re: VMS7.3-2 Impersonator
http://h71000.www7.hp.com/openvms/journal/articles/tcpip.html
it suggests doing the TCPIP SHOW INT/CLUS
command on every node in the cluster to determine which is the current cluster impersonator. Parhaps the same applies to the new command.
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 09:44 PM
01-28-2004 09:44 PM
Re: VMS7.3-2 Impersonator
$ TCPIP SHOW INTERFACE/CLUSTER
%TCPIP-E-INTEERROR, error processing interface request
-TCPIP-I-NOMORE, parameter or qualifier CLUSTER no longer supported; see the doc
umentation for valid options and re-enter command
$
$ sh sys/noproc
OpenVMS V7.3-2 on node YAMUNA 29-JAN-2004 16:08:53.35 Uptime 13 01:29:12
$
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-28-2004 10:33 PM
01-28-2004 10:33 PM
Re: VMS7.3-2 Impersonator
MCR SYSMAN SET ENV/CLUS
SYSMAN> do mcr SYS$SYSTEM:TCPIP$IFCONFIG.EXE "-a"
Purely Personal Opinion