- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- SYSTARTUP_VMS.COM
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-30-2006 04:10 PM
01-30-2006 04:10 PM
I found this command line left behind by previous system admin in the SYSTARTUP_VMS.COM: "define/sys/exec PWRK$KNBDAEMON_DEVICE "EWB0:"
Does anyone know what he was doing with this device?
According to my LANCP configuration:
LANCP> sho dev ewb0/char
Device Characteristics EWB0:
Value Characteristic
----- --------------
1500 Device buffer size
Normal Controller mode
External Internal loopback mode
00-10-18-10-A4-B8 Hardware LAN address
Multicast address list
CSMA/CD Communication medium
FF-FF-FF-FF-FF-FF Current LAN address
128 Minimum receive buffers
256 Maximum receive buffers
Yes Full duplex enable
Yes Full duplex operational
TwistedPair Line media type
1000 Line speed (mbps)
Disabled/No Failset Logical LAN state
0 Failover priority
I don't have any issues with this device. I am new to VMS and I would like to get a better understanding my Alpha server better.
Thanks,
J
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 04:24 PM
01-30-2006 04:24 PM
Re: SYSTARTUP_VMS.COM
Some earlier versions of Pathworks did not know
about all network devices and (I think) defaulted
to using the 1st (i.e the "A") device if multiple
devices existed.
By defining the logical that you have found, this
tells Pathworks to use that device (or list of
devices).
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 08:27 PM
01-30-2006 08:27 PM
Re: SYSTARTUP_VMS.COM
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2006 10:09 PM
01-30-2006 10:09 PM
SolutionFrom the release notes of Advanced Server V7.3A ECO 4:
Thus, for TCP/IP hosts with multiple network interfaces, you must define both the PWRK$KNBDAEMON_DEVICE and the PWRK$KNBDAEMON_IPADDR logical. If both logicals are not defined, the server will not start and an error message will be displayed, indicating that both must be defined.
Over here, we always define both logicals, even on systems with only one NIC.
OTOH, if you do not plan to use Advanced Server, you can remove the definition of this logical from SYSTARTUP_VMS.COM.
Regards,
Kris (aka Qkcl)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 11:21 PM
01-31-2006 11:21 PM
Re: SYSTARTUP_VMS.COM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 02:02 AM
02-01-2006 02:02 AM
Re: SYSTARTUP_VMS.COM
Since you found the reason for the logical I would suggest adding a comment near the logical so that if someone else investigates they already have the answer to the what the logical does.