Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: alextoftPosted on 2008-02-22 at 04:55:08ID: 20956699
Netware uses DOS as a bootstrap, then after the server.exe is loaded it runs the startup.ncf file (a batch file, as it were) which loads the basic hardware drivers (ham = host adapter module).
If you're getting to the "scanning for devices and partitions" stage, your raid driver will already be loaded, so potentially you could be looking at a filesystem error.
If, from DOS (press escape to abort OS load, or use f3 to interrupt the autoexec.bat dos boot), you start the server using "server -na -ns" it will load without running either the startup.ncf or autoexec.ncf files. This should drop you to a prompt.
From there you can manually load your raid driver and run an nss /poolverify=SYS to see if the pool contains errors. If it does, you can then fix them with nss /poolrebuild=SYS
Alternatively you can boot the server using server -z"/poolautodeact=SYS" (including the quotes), then run your nss checks.