Unix Technical Forum

Partition problem replaceing SOL9 w/SLES9 on V40z Server

This is a discussion on Partition problem replaceing SOL9 w/SLES9 on V40z Server within the Sun Solaris Administration forums, part of the Solaris Operating System category; --> SLES9 = SUSE Linux Enterprise Server 9 (yes, it is compatible according to Sun) Machine: Sun Fire V40z Server ...


Go Back   Unix Technical Forum > Unix Operating Systems > Solaris Operating System > Sun Solaris Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 09:40 AM
John
 
Posts: n/a
Default Partition problem replaceing SOL9 w/SLES9 on V40z Server

SLES9 = SUSE Linux Enterprise Server 9 (yes, it is compatible according
to Sun)

Machine: Sun Fire V40z Server w/LSI Logic SCSI Controller and dual
Seagate 146GB hard drives with Solaris 9 loaded on the primary drive.

PROBLEM: SUSE's YAST installer uses 'parted' and it's telling me that
'parted' can't remove or edit the existing Solaris 9 partitions (created
using Solaris' 'fdisk').

First, I deleted the RAID 1 array, which destroys the data on Drive 1.
Drive 0 is left intact. I had to do this to get Solaris 9 on Drive 0,
then I created the RAID array in the SCSI card's configuration and had
it sync the drives.

I'm thinking I should use Solaris 9's 'fdisk' to remove the current
existing partitions, then try to install SLES 9.

I'm just concerned that if SUSE still gives me an error on the drives,
then I will have 2 drives and no usable OS to help any further.

Suggestions?

Thanks!
John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 09:40 AM
Rich Teer
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

On Thu, 27 Jul 2006, John wrote:

> Suggestions?


Stick with Solaris? ;-)

--
Rich Teer, SCNA, SCSA, OpenSolaris CAB member

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 09:41 AM
John D Groenveld
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

In article <44c951a2$0$26356$baae4c71@news.mindlink.net>,
John <sun_powered@cmaaccess.com> wrote:
>I'm thinking I should use Solaris 9's 'fdisk' to remove the current
>existing partitions, then try to install SLES 9.


You can use dd(1) from your SLES media to zero the bits where the
fdisk table resides.

On Solaris,
# dd if=/dev/zero of=/dev/dsk/c1t0d0p0 bs=1

BTW why are you migrating from Solaris 9?
John
groenveld@acm.org


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-16-2008, 09:41 AM
John
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

Rich Teer wrote:
> On Thu, 27 Jul 2006, John wrote:
>
>> Suggestions?

>
> Stick with Solaris? ;-)
>


The application is only available for Linux on these x86 servers,
otherwise, I would be using Solaris. ;-) Heck, if you look into it,
Solaris support on the x86 architecture is abysmal. I wouldn't throw
away my Linux at home for OpenSolaris, I'll tell you that.

In case you're wondering why an x86 server was purchased, the Dr. of EE
who purchased it is a former engineer and manager from AMD.
Hardware-wise, this is a very slick "box." I'm very curious to see how
it stacks up against the Sun SPARC servers here. My initial impressions
are: 1)the x86 world has lots of add-on hardware available compared to
Sun SPARC--but all that hardware requires software support--which only
adds to the support issues, and 2)Sun Solaris is very clean and simple
by design (compared to Linux), and the installation defaults have
security and robustness at the forefront. Linux, on the other hand, is
trying to be all things to all people. It's like comparing peaches and
nectarines, close, but not the same thing. ;-)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 01-16-2008, 09:41 AM
John
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

John D Groenveld wrote:
> In article <44c951a2$0$26356$baae4c71@news.mindlink.net>,
> John <sun_powered@cmaaccess.com> wrote:
>> I'm thinking I should use Solaris 9's 'fdisk' to remove the current
>> existing partitions, then try to install SLES 9.

>
> You can use dd(1) from your SLES media to zero the bits where the
> fdisk table resides.
>
> On Solaris,
> # dd if=/dev/zero of=/dev/dsk/c1t0d0p0 bs=1
>
> BTW why are you migrating from Solaris 9?
> John
> groenveld@acm.org
>
>


Thanks, John! While you were sending your reply, I answered your
question in a long reply to Rich Teer.

FYI, only migrating this one machine due to what best supports the x86
architecture. All the Sun SPARC machines (servers AND workstations) will
continue running Solaris. :-)

John
sun_powered@cmaaccess.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 01-16-2008, 09:41 AM
John D Groenveld
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

In article <44C96A6F.4060107@cmaaccess.com>,
John <sun_powered@cmaaccess.com> wrote:
>The application is only available for Linux on these x86 servers,
>otherwise, I would be using Solaris. ;-) Heck, if you look into it,


What is your application?

John
groenveld@acm.org
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 01-16-2008, 09:41 AM
Rich Teer
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

On Thu, 27 Jul 2006, John wrote:

> The application is only available for Linux on these x86 servers, otherwise, I


I guess that does help. WHat application?

> would be using Solaris. ;-) Heck, if you look into it, Solaris support on the
> x86 architecture is abysmal. I wouldn't throw away my Linux at home for
> OpenSolaris, I'll tell you that.


Have you tried Solaris 10 (or better, Solaris Express)? Solaris 10's support
for x86 is a big improvement over previous releases.

--
Rich Teer, SCNA, SCSA, OpenSolaris CAB member

President,
Rite Online Inc.

Voice: +1 (250) 979-1638
URL: http://www.rite-group.com/rich
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 01-16-2008, 09:41 AM
John
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

John D Groenveld wrote:
> In article <44C96A6F.4060107@cmaaccess.com>,
> John <sun_powered@cmaaccess.com> wrote:
>> The application is only available for Linux on these x86 servers,
>> otherwise, I would be using Solaris. ;-) Heck, if you look into it,

>
> What is your application?
>
> John
> groenveld@acm.org


Cadence - It's an EDA app (Electronic Design Automation); it's used to
design chips and circuits, such as the microprocessors that run our
computers. Think of it as Autocad for Electrical Engineers, only it does
much more than just drawings.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 01-16-2008, 09:41 AM
Casper H.S. Dik
 
Posts: n/a
Default Re: Partition problem replaceing SOL9 w/SLES9 on V40z Server

John <sun_powered@cmaaccess.com> writes:

>The application is only available for Linux on these x86 servers,
>otherwise, I would be using Solaris. ;-) Heck, if you look into it,
>Solaris support on the x86 architecture is abysmal. I wouldn't throw
>away my Linux at home for OpenSolaris, I'll tell you that.


You haven't look at Solaris in a while or you wouldn't by using
abysmal...

Casper
--
Expressed in this posting are my opinions. They are in no way related
to opinions held by my employer, Sun Microsystems.
Statements on Sun products included here are not gospel and may
be fiction rather than truth.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 01-16-2008, 09:41 AM
John
 
Posts: n/a
Default SOLUTION: Partition problem replaceing SOL9 w/SLES9 on V40z Server

John wrote:
> SLES9 = SUSE Linux Enterprise Server 9 (yes, it is compatible according
> to Sun)
>
> Machine: Sun Fire V40z Server w/LSI Logic SCSI Controller and dual
> Seagate 146GB hard drives with Solaris 9 loaded on the primary drive.
>
> PROBLEM: SUSE's YAST installer uses 'parted' and it's telling me that
> 'parted' can't remove or edit the existing Solaris 9 partitions (created
> using Solaris' 'fdisk').
>
> First, I deleted the RAID 1 array, which destroys the data on Drive 1.
> Drive 0 is left intact. I had to do this to get Solaris 9 on Drive 0,
> then I created the RAID array in the SCSI card's configuration and had
> it sync the drives.
>
> I'm thinking I should use Solaris 9's 'fdisk' to remove the current
> existing partitions, then try to install SLES 9.
>
> I'm just concerned that if SUSE still gives me an error on the drives,
> then I will have 2 drives and no usable OS to help any further.
>
> Suggestions?
>
> Thanks!
> John


I got SUSE Linux Enterprise Server 10 and that solved 2 of my
installation problems: 1)the partitions, and 2)the video card and
Xwindows server. SLES9 was not able to start an Xwindows screen, and
that would have meant additional trial and error time getting that
going, since the Sun dealer wasn't able to tell me the brand or anything
about the video card; and Sun's specs on this box don't mention the
video card anywhere. I had Xwindows running under Solaris 9 by
configuring the video as VESA-compatible @ 65K colors, so I knew it was
possible for Linux to do it, also.

As for the applicatiion, a Red Hat user told me he has successfully used
newer versions of Red Hat than the app vendor lists as compatible, so
I'm betting the newer OSes are simply untested or in-testing now.

This Sun Fire V40z Server is brand new, so it makes sense to use the
latest Linux server OS, which has the most recent hardware support (and
most complete support for these dual-core Opteron processors).

If anyone's interested, let me know and I'll give you feedback how this
entire experience goes.

John
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB 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


All times are GMT. The time now is 08:45 PM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com