mdoss wrote:Environment...
1 - Win2k03 SP1 Server connected via Intel Dual GB NIC
to
2 - CORAID SR420's
Issue #1 -
We have created shares on the SR420's, but when we reboot the windows server it removes the shares and we have to recreate them.
I suspect the Server service starts before the AoE disk is available.
You need to make the Lanmanserver service dependent on the StarPort Service to wait for the disk is ready.
Use the Microsoft Service Control utility (Sc.exe) to create service dependencies.
- Open the Command Prompt.
- Type and run the following command:
sc config Lanmanserver depend=StarPortService
After reboot the service will wait for all persistent disks are mounted by StarPort.
Questions #1 -
We did set them up the SR420's as Dynamic disks. Why is this not recommened?
The problem with dynamic disks is they work unreliably with remote storage. Microsoft ever removed support of dynamic disks in their software iSCSI initiator 2.x
System services that supporting dynamic disk features start early on system boot, so remote disk drives mounted after that with a software initiator must be reactivated.
Using of basic disks is the recommended way for remote AoE storage.