Accessing an SDI image from multiple targets simultaneously

Posted: 02-09-2006, 10:13 PM
Hi all,

My first NG post, so please let me know if I breach etiquite.

I was wondering, is it possible to deploy the *same* image to mulitple,
identical target machines *simultaneously*, via winpe from a mapped
network drive?

i.e.,

- 20 Target machines, identical hardware;
- Each target boots from its own WinPE disk, with a local "net use,"
diskpart, etc. script;
- Each target maps a certain network share, and runs a local copy of
sdimgr to deploy an image from the share to a local disk, via
"writepart".

A couple of experiments suggest that sdimgr locks the image while
writing it to disk.

I haven't seen anything specifically regarding this, so I thought I
would ask. Am I overlooking something simple?

Are people deploying images one machine at a time, sequentially?

I should mention, that the above process works fine on one machine at a
time; it is only the question of "prepping" mulitple machines at the
same time that is giving me trouble.

I'm also not tied to using sdimgr/image.sdi; I've tried using XCOPY
with the same results, and would be open for any other suggestions as
well.

Thanks much,

Ian

Reply With Quote

Responses to "Accessing an SDI image from multiple targets simultaneously"

KM
Guest
Posts: n/a
 
Re: Accessing an SDI image from multiple targets simultaneously
Posted: 02-10-2006, 07:48 AM
Ian,

SDIMgr /write.... commands indeed require write access to the SDI file and lock it up (in fact, it is WriteDiskBlobToPhysicalDrive
function of sdiaut library does that underneeze).

Perhaps you may want to copy the SDI file locally on devices first (another partition?) and then expand it on the system partition
with SDIMgr.

Btw, what problems you had with xcopy approach? I have used this approach many times to deploy images simultaneously on many
machines and it worked quite well.

--
=========
Regards,
KM
> Hi all,
>
> My first NG post, so please let me know if I breach etiquite.
>
> I was wondering, is it possible to deploy the *same* image to mulitple,
> identical target machines *simultaneously*, via winpe from a mapped
> network drive?
>
> i.e.,
>
> - 20 Target machines, identical hardware;
> - Each target boots from its own WinPE disk, with a local "net use,"
> diskpart, etc. script;
> - Each target maps a certain network share, and runs a local copy of
> sdimgr to deploy an image from the share to a local disk, via
> "writepart".
>
> A couple of experiments suggest that sdimgr locks the image while
> writing it to disk.
>
> I haven't seen anything specifically regarding this, so I thought I
> would ask. Am I overlooking something simple?
>
> Are people deploying images one machine at a time, sequentially?
>
> I should mention, that the above process works fine on one machine at a
> time; it is only the question of "prepping" mulitple machines at the
> same time that is giving me trouble.
>
> I'm also not tied to using sdimgr/image.sdi; I've tried using XCOPY
> with the same results, and would be open for any other suggestions as
> well.
>
> Thanks much,
>
> Ian
>

Reply With Quote
Ian Firkin
Guest
Posts: n/a
 
Re: Accessing an SDI image from multiple targets simultaneously
Posted: 02-10-2006, 01:45 PM
Hi KM,

Essentially, using xcopy gave me (what I thought) was a similar
problem; when multiple machines were xcopy'ing from the same share at
the same time, the last connecting machine would cause the others to
lose the connection to the network. Thinking about this again, it
seems like it might be a networking issue, rather than a file locking
one; I'll test this again, especially since it seems to have worked for
you.

Thanks much,

Ian

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Accessing an SDI image from multiple targets simultaneously
Posted: 02-10-2006, 08:48 PM
Ian,

xcopy should not lock files on network share. If you are not sure about it, just made the share read-only.

Losing network connection does sound like a networking issue. Hope you set up the share on "server" machine, not XP or etc. with
limited umber of network connections possible at a time.

--
=========
Regards,
KM
> Hi KM,
>
> Essentially, using xcopy gave me (what I thought) was a similar
> problem; when multiple machines were xcopy'ing from the same share at
> the same time, the last connecting machine would cause the others to
> lose the connection to the network. Thinking about this again, it
> seems like it might be a networking issue, rather than a file locking
> one; I'll test this again, especially since it seems to have worked for
> you.
>
> Thanks much,
>
> Ian
>

Reply With Quote
Ian Firkin
Guest
Posts: n/a
 
Re: Accessing an SDI image from multiple targets simultaneously
Posted: 02-10-2006, 08:59 PM
KM,

As it turns out, it is not a locking issue at all; Apparently there is
a documented problem with copying large files over the network. The
error message is "The specified network name is no longer available."

I've been changing around NIC settings, routers, etc., but I have a
feeling from reading a bit that this might just be a Windows
issue...I've found *many* reports of similar behavior, but no clear
solution yet.

Thanks again for your help,

Ian

Reply With Quote
KM
Guest
Posts: n/a
 
Re: Accessing an SDI image from multiple targets simultaneously
Posted: 02-10-2006, 09:01 PM
Ian,

Try to use different tools like xxcopy or robocopy.

I used robocopy a lot and never ever had networking issue with it.

--
=========
Regards,
KM
> KM,
>
> As it turns out, it is not a locking issue at all; Apparently there is
> a documented problem with copying large files over the network. The
> error message is "The specified network name is no longer available."
>
> I've been changing around NIC settings, routers, etc., but I have a
> feeling from reading a bit that this might just be a Windows
> issue...I've found *many* reports of similar behavior, but no clear
> solution yet.
>
> Thanks again for your help,
>
> Ian
>

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
How To Manage Multiple Users Accessing Multiple PC's via RDC? Dave Windows XP Work Remotely 0 08-10-2005 08:58 PM
SP2-Update for XPe-targets? XPEApplicator@BE Windows XP Embedded 1 04-07-2005 08:10 PM
Deploy XPe to multiple targets (using SDI and EWF) dan@smsolutions.co.nz Windows XP Embedded 16 01-14-2005 09:20 AM
printing to multiple printers simultaneously Matthew Windows XP Printers / Scanners / Fax 0 04-27-2004 04:24 PM
Opening multiple Excel or Word files simultaneously Nancy Stokes Windows XP 0 07-29-2003 09:21 PM