- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Too Few Servers Detected from: Node Local:.hostnam...
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
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
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
03-22-2016 11:45 AM
03-22-2016 11:45 AM
Too Few Servers Detected from: Node Local:.hostname DTSS
I am getting the above errors on one of my servers after a reboot... I found the fix?
$ run sys$system:ncl
ncl> disable dtss
ncl> delete dtss
My question is if it won't boot because of this error how can I get to the $ prompt to fix this and have the fix permanent?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 02:33 PM
03-22-2016 02:33 PM
Re: Too Few Servers Detected from: Node Local:.hostname DTSS
You don't mention the OpenVMS version. If it's not a fossil version of OpenVMS involved here, then you can boot the system, conversationally and define NET$DISABLE_DTSS in SYLOGICALS.COM to avoid this particular mess.
Probably also add
$ DEFINE/SYSTEM/EXECUTIVE_MODE SYS$DECDTM_INHIBIT yes
in SYLOGICALS.COM, while you're at it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2016 09:39 PM
03-22-2016 09:39 PM
Re: Too Few Servers Detected from: Node Local:.hostname DTSS
> My question is if it won't boot because of this error [...]
I know nothing, but I've seen this error message before, and I don't
remember it preventing a system start-up from proceeding. It's possible
for the start-up to get hung somewhere and still have OPCOM working, so
you might be able to see some DTSS complaints while some more serious
problem elsewhere is stopping the useful work.
> [...] SYS$DECDTM_INHIBIT [...]
There's also "set dtss servers required N". If you have a DTSS
server of some kind available, then setting N to "1" (down from the
default value of three) might be another way to stop the complaints.