|
|
| Author |
Message |
vpr_118 Warnings : 1 New User
Joined: 07 Apr 2008 Posts: 46 Location: chennai
|
|
|
|
Hi,
How to identify the server name of SNODE.
Say we have FROM (PNODE - and TO (SNODE...
How to identify the server name of snode |
|
| Back to top |
|
 |
References
|
Posted: Tue Jul 01, 2008 3:21 pm Post subject: Re: NDM snode pnode server? |
 |
|
|
 |
HappySrinu
Active User
Joined: 22 Jan 2008 Posts: 189 Location: India
|
|
|
|
Use
n = SYSVAR(SYSNODE)
say 'sysnode id' n
run the above rexx code on both lpars to get snode and pnode
this might help you |
|
| Back to top |
|
 |
vpr_118 Warnings : 1 New User
Joined: 07 Apr 2008 Posts: 46 Location: chennai
|
|
|
|
Actually, i need the server name.
Say i have a member in NDMLIB. What denotes server name for snode. |
|
| Back to top |
|
 |
superk
Moderator Team Head
Joined: 26 Apr 2004 Posts: 3172 Location: Charlotte,NC USA
|
|
|
|
| You have to go to the NETMAP. The NETMAP will tell you what is associated to that SNODE name - i.e. the protocol and address of that node. If the protocol is SNA, then the address will be the VTAM APPLID. If the protocol is TCP, then the address will be either the TCP/IP network address or, preferably, the DNS server entry name. You can ping either one and go from there. |
|
| Back to top |
|
 |
|
|