Re: Dell Server Update split ISOs (suu)

2011-01-10 Thread Rankin, James R
Use HJSplit. Works every time for me

Typed frustratingly slowly on my BlackBerry® wireless device

-Original Message-
From: Ben N bennordlan...@gmail.com
Date: Mon, 10 Jan 2011 12:27:02 
To: NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com
Reply-To: NT System Admin Issues 
ntsysadmin@lyris.sunbelt-software.comSubject: Dell Server Update split ISOs 
(suu)

How are all of you that use Dell taking those 3-4 split ISOs, and combining
them? I tried using PowerISO, and i have mixed results. Gives me some error
about end of file having a problem, but continues to extract. Except i know
that every time i run suulauncher.exe when i see this error, i know it will
never work. It just hangs, never shows the installation of the updates.
My searches haven't given me much luck on this, so hoping some of you maybe
have a way to do this 100% of the time.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


Re: Dell Server Update split ISOs (suu)

2011-01-10 Thread Ben N
Thanks James. Trying it now.

On Mon, Jan 10, 2011 at 12:28 PM, Rankin, James R kz2...@googlemail.comwrote:

 Use HJSplit. Works every time for me

 Typed frustratingly slowly on my BlackBerry® wireless device
 --
 *From: * Ben N bennordlan...@gmail.com
 *Date: *Mon, 10 Jan 2011 12:27:02 -0800
 *To: *NT System Admin Issuesntsysadmin@lyris.sunbelt-software.com
 *ReplyTo: * NT System Admin Issues 
 ntsysadmin@lyris.sunbelt-software.com
 *Subject: *Dell Server Update split ISOs (suu)

 How are all of you that use Dell taking those 3-4 split ISOs, and combining
 them? I tried using PowerISO, and i have mixed results. Gives me some error
 about end of file having a problem, but continues to extract. Except i know
 that every time i run suulauncher.exe when i see this error, i know it will
 never work. It just hangs, never shows the installation of the updates.
 My searches haven't given me much luck on this, so hoping some of you maybe
 have a way to do this 100% of the time.

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Dell Server Update split ISOs (suu)

2011-01-10 Thread Richard Stovall
The instructions for concatenating the parts back into one whole .iso are on
the download page, but can be difficult to find.

e.g.,

Custom Instructions for om640_suu_a00.iso.001:

Note - A double layer DVD (DVD-9) media is required to burn the DVD image.

This is part 1 of 4 of the ISO file.

Download all ISO file segments into an empty subdirectory on your local hard
drive. After you have downloaded all the file segments, run the following
command to create the ISO file:

copy /b om* om640_suu_a00.iso [Windows]
cat om*  om640_suu_a00.iso [Linux]

Note: If the wildcard format above does not bring the file segments in the
right order, run the following command instead to create the ISO file:

copy /b
om640_suu_a00.iso.001+om640_suu_a00.iso.002+om640_suu_a00.iso.003+om640_suu_a00.iso.004
om640_suu_a00.iso [Windows]
cat om640_suu_a00.iso.001 om640_suu_a00.iso.002 om640_suu_a00.iso.003
om640_suu_a00.iso.004  om640_suu_a00.iso [Linux]

Use your DVD burning software to create a DVD from om640_suu_a00.iso.



On Mon, Jan 10, 2011 at 3:27 PM, Ben N bennordlan...@gmail.com wrote:

 How are all of you that use Dell taking those 3-4 split ISOs, and combining
 them? I tried using PowerISO, and i have mixed results. Gives me some error
 about end of file having a problem, but continues to extract. Except i know
 that every time i run suulauncher.exe when i see this error, i know it will
 never work. It just hangs, never shows the installation of the updates.
 My searches haven't given me much luck on this, so hoping some of you maybe
 have a way to do this 100% of the time.

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

RE: Dell Server Update split ISOs (suu)

2011-01-10 Thread Malcolm Reitz
I do it infrequently enough that I just go old school with the copy /b
command line.

 

Copy/b dell_iso.001+dell_iso.002+dell_iso.003 dell.iso

 

 

-Malcolm

 

 

 

From: Ben N [mailto:bennordlan...@gmail.com] 
Sent: Monday, January 10, 2011 14:27
To: NT System Admin Issues
Subject: Dell Server Update split ISOs (suu)

 

How are all of you that use Dell taking those 3-4 split ISOs, and combining
them? I tried using PowerISO, and i have mixed results. Gives me some error
about end of file having a problem, but continues to extract. Except i know
that every time i run suulauncher.exe when i see this error, i know it will
never work. It just hangs, never shows the installation of the updates.

My searches haven't given me much luck on this, so hoping some of you maybe
have a way to do this 100% of the time.

~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here:
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin

Re: Dell Server Update split ISOs (suu)

2011-01-10 Thread Ben N
oh nice! didn't know about copy /b. and HJSplit worked great too, small,
free, easy. (and with a lot less typing albeit)

On Mon, Jan 10, 2011 at 1:01 PM, Malcolm Reitz malcolm.re...@live.comwrote:

 I do it infrequently enough that I just go old school with the “copy /b”
 command line.



 Copy/b dell_iso.001+dell_iso.002+dell_iso.003 dell.iso





 -Malcolm







 *From:* Ben N [mailto:bennordlan...@gmail.com]
 *Sent:* Monday, January 10, 2011 14:27

 *To:* NT System Admin Issues
 *Subject:* Dell Server Update split ISOs (suu)



 How are all of you that use Dell taking those 3-4 split ISOs, and combining
 them? I tried using PowerISO, and i have mixed results. Gives me some error
 about end of file having a problem, but continues to extract. Except i know
 that every time i run suulauncher.exe when i see this error, i know it will
 never work. It just hangs, never shows the installation of the updates.

 My searches haven't given me much luck on this, so hoping some of you maybe
 have a way to do this 100% of the time.

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin

 ~ Finally, powerful endpoint security that ISN'T a resource hog! ~
 ~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

 ---
 To manage subscriptions click here:
 http://lyris.sunbelt-software.com/read/my_forums/
 or send an email to listmana...@lyris.sunbeltsoftware.com
 with the body: unsubscribe ntsysadmin


~ Finally, powerful endpoint security that ISN'T a resource hog! ~
~ http://www.sunbeltsoftware.com/Business/VIPRE-Enterprise/  ~

---
To manage subscriptions click here: 
http://lyris.sunbelt-software.com/read/my_forums/
or send an email to listmana...@lyris.sunbeltsoftware.com
with the body: unsubscribe ntsysadmin