Starport -AOE-W2K3 Share issue....

Initiator (iSCSI, FCoE, AoE, iSER and NVMe over Fabrics), iSCSI accelerator and RAM disk

Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)

Post Reply
mdoss
Posts: 2
Joined: Wed Sep 27, 2006 3:02 pm

Wed Sep 27, 2006 3:21 pm

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.

Questions #1 -

We did set them up the SR420's as Dynamic disks. Why is this not recommened?


Any help is appreciated.

Thank you
Val (staff)
Posts: 496
Joined: Tue Jun 29, 2004 8:38 pm

Thu Sep 28, 2006 8:52 am

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.
Best regards,
Valeriy
mdoss
Posts: 2
Joined: Wed Sep 27, 2006 3:02 pm

Thu Sep 28, 2006 12:00 pm

Great Thanks for the quick turnaround!!!

I will try it out.
User avatar
anton (staff)
Site Admin
Posts: 4010
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Thu Sep 28, 2006 6:21 pm

Looking forward your feedback. Thanks!
mdoss wrote:Great Thanks for the quick turnaround!!!

I will try it out.
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
clawes
Posts: 3
Joined: Tue Oct 30, 2007 9:17 pm

Tue Oct 30, 2007 9:23 pm

I'm also having the same problem with the Windows shares disappearing after rebooting.

I tried "sc config lanmanserver depends= StarPortService" but the shares are still missing.

The 2.72TB coraid disk array was formatted as dynamic disk under Windows 2003 SP2.

What am I missing? How can I fix this?
:?:
User avatar
anton (staff)
Site Admin
Posts: 4010
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Wed Oct 31, 2007 7:22 am

Same problem - same advice. Format disk as GPT to allow 2TB+ partitions or upgrade to 2008 Server. 2003 Server does not support dynamic disks on the SAN storage (iSCSI, FC or AoE).
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
clawes
Posts: 3
Joined: Tue Oct 30, 2007 9:17 pm

Wed Oct 31, 2007 5:40 pm

How do you format disk as GPT?

:?:
User avatar
anton (staff)
Site Admin
Posts: 4010
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Thu Nov 01, 2007 7:49 am

http://www.microsoft.com/whdc/device/st ... n-x64.mspx

However in your case it's not the main issue. Service load order is.
clawes wrote:How do you format disk as GPT?

:?:
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
SteveR
Posts: 2
Joined: Thu Nov 06, 2008 11:51 pm

Fri Nov 07, 2008 1:02 am

I think I have the same problem here. My config:

Win2003 sp2
- latest starport
- broadcom netxtreme GB nic (current drivers)

coraid SR2461
- running version 20080613

I can add the AoE devices but on reboot they will not be connected and will no longer be listed in StarPort Control. They can be added agin and work fine until another reboot. I have "Force Set the Configuration String" and set "Automount the device". I have tried the service dependency and still it does not work. I have also made sure to create the disks as GPT partitions and a "Basic Disk".
User avatar
anton (staff)
Site Admin
Posts: 4010
Joined: Fri Jun 18, 2004 12:03 am
Location: British Virgin Islands
Contact:

Fri Nov 07, 2008 5:51 am

Did you set service start dependencies?
SteveR wrote:I think I have the same problem here. My config:

Win2003 sp2
- latest starport
- broadcom netxtreme GB nic (current drivers)

coraid SR2461
- running version 20080613

I can add the AoE devices but on reboot they will not be connected and will no longer be listed in StarPort Control. They can be added agin and work fine until another reboot. I have "Force Set the Configuration String" and set "Automount the device". I have tried the service dependency and still it does not work. I have also made sure to create the disks as GPT partitions and a "Basic Disk".
Regards,
Anton Kolomyeytsev

Chief Technology Officer & Chief Architect, StarWind Software

Image
SteveR
Posts: 2
Joined: Thu Nov 06, 2008 11:51 pm

Fri Nov 07, 2008 3:43 pm

I added an entry via regedit (DependOnService to lanmanserver) as sc wasn't working for me at the cmd prompt. I checked the status of the dependencies and here is what sc returns:

C:\Documents and Settings\Administrator>sc enumdepend starportservice

[SC] EnumDependentServices: entriesread = 3



SERVICE_NAME: Dfs

DISPLAY_NAME: Distributed File System

TYPE : 10 WIN32_OWN_PROCESS

STATE : 1 STOPPED

(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))



WIN32_EXIT_CODE : 1077 (0x435)

SERVICE_EXIT_CODE : 0 (0x0)

CHECKPOINT : 0x0

WAIT_HINT : 0x0



SERVICE_NAME: Browser

DISPLAY_NAME: Computer Browser

TYPE : 20 WIN32_SHARE_PROCESS

STATE : 4 RUNNING

(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))

WIN32_EXIT_CODE : 0 (0x0)

SERVICE_EXIT_CODE : 0 (0x0)

CHECKPOINT : 0x0

WAIT_HINT : 0x0



SERVICE_NAME: lanmanserver

DISPLAY_NAME: Server

TYPE : 20 WIN32_SHARE_PROCESS

STATE : 4 RUNNING

(STOPPABLE, PAUSABLE, ACCEPTS_SHUTDOWN)

WIN32_EXIT_CODE : 0 (0x0)

SERVICE_EXIT_CODE : 0 (0x0)

CHECKPOINT : 0x0

WAIT_HINT : 0x0

--------------------------------------------------------------------------
This is for lanmanserver:

C:\Documents and Settings\Administrator>sc enumdepend lanmanserver

[SC] EnumDependentServices: entriesread = 2



SERVICE_NAME: Dfs

DISPLAY_NAME: Distributed File System

TYPE : 10 WIN32_OWN_PROCESS

STATE : 1 STOPPED

(NOT_STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))



WIN32_EXIT_CODE : 1077 (0x435)

SERVICE_EXIT_CODE : 0 (0x0)

CHECKPOINT : 0x0

WAIT_HINT : 0x0



SERVICE_NAME: Browser

DISPLAY_NAME: Computer Browser

TYPE : 20 WIN32_SHARE_PROCESS

STATE : 4 RUNNING

(STOPPABLE, NOT_PAUSABLE, IGNORES_SHUTDOWN))

WIN32_EXIT_CODE : 0 (0x0)

SERVICE_EXIT_CODE : 0 (0x0)

CHECKPOINT : 0x0

WAIT_HINT : 0x0

-------------------------------------------------------------------------

Based on the ouput, it looks like starportservice has a dependency of lanmanserver dfs and brosers. lanmanserver has a dependency of dfs and browser. Not sure if this is what needs to be set or not.
User avatar
Bohdan (staff)
Staff
Posts: 435
Joined: Wed May 23, 2007 12:58 pm

Thu Nov 13, 2008 10:37 am

Lanmanserver must be dependent on StarPortService.

http://www.rocketdivision.com/faq.html?pr_id=3#q_33
Post Reply