StarWind Enterprise Server
Request a Quote
Feel free to contact us:
USA and LATAM:
1-617-449-7717
EMEA and APAC:
+44(0)2071936727
+44(0)2071936350
+33(0)977197857 (French)
+49-1715109103 (Germany)
Voice Mail:
1-866-790-2646
Email:
sales@starwindsoftware.com
 
 

Starport -AOE-W2K3 Share issue....

iSCSI, FCoE and AoE Initiator for Microsoft Windows.

Moderators: anton (staff), Max (staff), Constantin (staff)

Starport -AOE-W2K3 Share issue....

Postby mdoss » 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
mdoss
 
Posts: 2
Joined: Wed Sep 27, 2006 3:02 pm

Re: Starport -AOE-W2K3 Share issue....

Postby Val (staff) » 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,
Valery
Val (staff)
 
Posts: 485
Joined: Tue Jun 29, 2004 8:38 pm

Postby mdoss » Thu Sep 28, 2006 12:00 pm

Great Thanks for the quick turnaround!!!

I will try it out.
mdoss
 
Posts: 2
Joined: Wed Sep 27, 2006 3:02 pm

Postby anton (staff) » 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, StarWind Software

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

Having the same problem with Windows share

Postby clawes » 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?
:?:
clawes
 
Posts: 3
Joined: Tue Oct 30, 2007 9:17 pm

Postby anton (staff) » 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, StarWind Software

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

GPT??

Postby clawes » Wed Oct 31, 2007 5:40 pm

How do you format disk as GPT?

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

Re: GPT??

Postby anton (staff) » 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, StarWind Software

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

Postby SteveR » 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".
SteveR
 
Posts: 2
Joined: Thu Nov 06, 2008 11:51 pm

Postby anton (staff) » 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, StarWind Software

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

Postby SteveR » 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.
SteveR
 
Posts: 2
Joined: Thu Nov 06, 2008 11:51 pm

Postby Bohdan (staff) » Thu Nov 13, 2008 10:37 am

Lanmanserver must be dependent on StarPortService.

http://www.rocketdivision.com/faq.html?pr_id=3#q_33
User avatar
Bohdan (staff)
 
Posts: 225
Joined: Wed May 23, 2007 12:58 pm


Return to StarPort

Who is online

Users browsing this forum: No registered users and 1 guest