- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Decnet IV SET HOST error...
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
05-04-2004 09:48 AM
05-04-2004 09:48 AM
eg:
$ set host 51.47
%RMS-F-SYN, file specification syntax error
There don't seem to be any conflicting symbols or logicals...if I get it to prompt me:
$ set host
_Node: 51.47
%RMS-F-SYN, file specification syntax error
Thanks in advance,
Art
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 02:30 PM
05-04-2004 02:30 PM
Re: Decnet IV SET HOST error...
I have a site that a SHO DEV D only shows one DGA disk. But SHOW DEV DG or SHOW DEVICE D works fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 07:48 PM
05-04-2004 07:48 PM
Re: Decnet IV SET HOST error...
may be stupid but ... do you have NETMBX privilege?
Have you redefined SET (show sym SET)?
In NCP do you see node 51.47? Which characterstic?
This commmand
NCP>TELL 51.47 SHO KN LINE
does work?
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 08:19 PM
05-04-2004 08:19 PM
Re: Decnet IV SET HOST error...
Can you do SET HOST 0 or SET HOST
If this is also not working, then if possible, reconfigure decnet and restart it.
Thanks & regards,
Lokesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 08:24 PM
05-04-2004 08:24 PM
Re: Decnet IV SET HOST error...
This seems to be issue with VAX/VMS V5.5-2. I got the same error message on my VMS 5.5-2 machine!! Though SET HOST
Best regards,
Lokesh Jain
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 08:41 PM
05-04-2004 08:41 PM
Re: Decnet IV SET HOST error...
just nodename or the result of a*1024*n
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2004 09:06 PM
05-04-2004 09:06 PM
Re: Decnet IV SET HOST error...
Now this VAX is no more avaiable so I can't try.
@Antoniov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 02:14 AM
05-05-2004 02:14 AM
Re: Decnet IV SET HOST error...
$ show sym set*
SETP*RV == "SET PROC/PRIV="
$ show log set/table=*
%SHOW-S-NOTRAN, no translation for logical name SET
$ show log host/table=*
%SHOW-S-NOTRAN, no translation for logical name HOST
Antonio:
I have all privs.
and
NCP>show node 51.48
Node Volatile Summary as of 5-MAY-2004 10:05:32
Node State Active Delay Circuit Next node
Links
51.47 ISA-0 51.1
NCP>show node 51.47 char
Node Volatile Characteristics as of 5-MAY-2004 10:05:35
Remote node = 51.47
No information available
NCP>
Lokesh:
$ set host 0
* Unauthorized Use of This System Subject to Legal Action *
Username:
Ian:
I seem to recall numerical Decnet referencing was "always" there...perhaps not.
I have defined a temporary nodename for the target system, but it's just a puzzler.
Thanks to all,
Art
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 05:06 AM
05-05-2004 05:06 AM
Re: Decnet IV SET HOST error...
Just do
$ a = 51*1024 + 47
$ set host 'a
it will work.
regards
Gerard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 07:19 PM
05-05-2004 07:19 PM
SolutionA collegue of mine tested it and suggested to not use the area code, if possible. Then it should work. For example if your node's are in the same area :
$ set h 47
I tested it here on our DECnet Phase V systems and it works...
Kind regards,
Menco
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2004 10:20 PM
05-05-2004 10:20 PM
Re: Decnet IV SET HOST error...
Thanks, that works.
Menco:
I must say I've never seen that before! No area specification?! But it works too!!
So if I can set host to a number, why not a proper Decnet address?
Art