- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: device drivers . When do they get loaded
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
04-27-2006 02:39 AM
04-27-2006 02:39 AM
device drivers . When do they get loaded
I don’t see a explicit call to sysman io in any of the .com startup files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 02:44 AM
04-27-2006 02:44 AM
Re: device drivers . When do they get loaded
welcome to the OpenVMS ITRC forum.
Most device drivers in OpenVMS are loaded automatically during the device configuration phase in VMS$DEVICE_STARTUP.COM by the
SYSMAN IO AUTOCONFIGURE
command.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:05 AM
04-27-2006 03:05 AM
Re: device drivers . When do they get loaded
Concur. When AUTOCONFIGURE is invoked, it can load everything that it knows how to find.
- Bob Gezelter, http://www.rlgsc.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:36 AM
04-27-2006 03:36 AM
Re: device drivers . When do they get loaded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 03:39 AM
04-27-2006 03:39 AM
Re: device drivers . When do they get loaded
before we explore all other possibilities of driver loading under OpenVMS, please tell us, what issue/problem are you trying to solve ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 05:43 AM
04-27-2006 05:43 AM
Re: device drivers . When do they get loaded
7.3-1 to 7.3-2 applied all of the patches required (update6). When the system started the autogen ran and the system rebooted.
I did the inital upgrade on a es45. When the gs1280 booted and autogen'ed the
degpa-sa device would not initalize...At the time I did not look to see if the sys$ew1000a driver was loaded or not ..
The ES45 also have a DEGPA-SA but are not in use. The card was visable in the firmware and the ewa0 device was available but the link light on the card would not startup, Network checked it out , autonegot... was set to disable
hmmm what else .. Oh ya when went back to
7.3-1 it all worked find ....
The sys$ldr has the ew1000.sys file with the correct date. That is about It ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 06:16 AM
04-27-2006 06:16 AM
Re: device drivers . When do they get loaded
Absent some quite specific problem, we recommend that you allow both the switch and the ethernet card to autonegotiate. If there is a problem with autonegotiation, we'd like to know. I'm rather certain that gigabit adapters should all handle autonegotiation properly.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 06:31 AM
04-27-2006 06:31 AM
Re: device drivers . When do they get loaded
it may be too late now for looking at further information, except if you forced a system crash on the GS1280 before going back to V7.3-1. The LAN$SDA extension would be able to provide additional information (SDA> LAN INTERNAL) on the state of the LAN interface.
Did you capture the console output from booting the GS1280 ? Any error messages from EWx ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 07:49 AM
04-27-2006 07:49 AM
Re: device drivers . When do they get loaded
if you boot e.g. with -fl root-nr,10000 or root-nr,30000 you will see a lot of information when drivers are loaded etc.
Cheers,
EW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2006 05:45 PM
04-27-2006 05:45 PM
Re: device drivers . When do they get loaded
The card was visable in the firmware and the ewa0 device was available but the link light on the card would not startup, Network checked it out , autonegot... was set to disable
From your description, I do not believe, that is a problem regarding 'loading' of a device driver, assuming EWA0 was 'available' after OpenVMS boot.
You could try to change the LAN speed/duplex characteristics in the running system with LANCP to see, if you can get the link up with any of the settings, see
$ MC LANCP HELP SET
Volker.