- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- blade console opa0: nobroadcast
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
12-10-2012 01:23 PM
12-10-2012 01:23 PM
blade console opa0: nobroadcast
Why does the OPA0: terminal device come up /nobroadcast? TTY_DEFCHAR is 402657952 = 180012A0(hex) and the NOBRDCST bit is 20000(hex) so I expect the broadcast characteristic to be enabled. On old VAX and Alpha systems this was not a problem.
Yes, it can be manually set after the system is up with $ SET TERMINAL/BROADCAST and $ SET TERMINAL/BROADCAST/PERMANENT but that's nuisance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2012 05:05 PM
12-10-2012 05:05 PM
Re: blade console opa0: nobroadcast
Hi David,
There's some logic in VMS$DEVICE_STARTUP.COM which includes the lines:
$if .not. enable_opa0
$then
$ set terminal/permanent/nobroadcast OPA0:
$endif
Maybe you can chase backwards to figure out what enable_opa0 would be on your system. If it's not what you want, try:
$ DEFINE/SYSTEM/EXEC OPC$OPA0_ENABLE TRUE
in SYLOGICALS.COM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2012 09:39 AM
12-11-2012 09:39 AM
Re: blade console opa0: nobroadcast
Good lead John; it turns out the problem is we have DECwindows configured.