Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Solaris 10 on Ultra 5: No disks found.

634 views
Skip to first unread message

Mahy

unread,
Dec 15, 2006, 2:04:36 PM12/15/06
to
Hi y'all,

i bought an old but unused Ultrasparc 5 recently. First i installed
Debian on it, but i also wanted to try out Solaris. So i burned the DVD
and put it in. After a very long while, the installer showed up. I set
up me networking info and then it came: "No disks found!" I tried to
run format, but it's giving me segfault every time. Also tried it in
single-user mode, same results. The hard drive is Seagate Barracuda 20
GB, plain IDE. Thanks for any suggestions.

Mahy

Andreas F. Borchert

unread,
Dec 15, 2006, 2:47:02 PM12/15/06
to

What is shown by »probe-ide« at the ok prompt?

Andreas.

Mahy

unread,
Dec 15, 2006, 6:14:43 PM12/15/06
to

This is it:

Device 0 (Primary Master)
ATA Mode: ST320011A
Device 1 (Primary Slave)
Not Present
Device 2 (Secondary Master)
Removable ATAPI Model: ASUS DRW-1608P2S
Device 3 (Secondary Slave)
Not Present

I think it's fairly self-explanatory and it corresponds with the actual
hardware configuration. I dunno how this is gonna help, though.

Ian Collins

unread,
Dec 15, 2006, 6:56:55 PM12/15/06
to
Mahy wrote:
>>On 2006-12-15, Mahy <jko...@gmail.com> wrote:
>>
>>>i bought an old but unused Ultrasparc 5 recently. First i installed
>>>Debian on it, but i also wanted to try out Solaris. So i burned the DVD
>>>and put it in. After a very long while, the installer showed up. I set
>>>up me networking info and then it came: "No disks found!" I tried to
>>>run format, but it's giving me segfault every time. Also tried it in
>>>single-user mode, same results. The hard drive is Seagate Barracuda 20
>>>GB, plain IDE. Thanks for any suggestions.
>>
>>What is shown by »probe-ide« at the ok prompt?
>>
>>Andreas.
>
>
> This is it:
>
> Device 0 (Primary Master)
> ATA Mode: ST320011A
>
> I think it's fairly self-explanatory and it corresponds with the actual
> hardware configuration. I dunno how this is gonna help, though.
>
Can you put the drive in another system and check the label isn't corrupt?

--
Ian Collins.

Mahy

unread,
Dec 15, 2006, 7:23:05 PM12/15/06
to
Ian Collins napísal(a):

> Can you put the drive in another system and check the label isn't corrupt?
>
> --
> Ian Collins.

The label most likely IS corrupt from Solaris's point of view, coz it
was bare when i bought it and then i installed Linux on it. However, I
need to find a way to fix it...

gerryt

unread,
Dec 15, 2006, 7:51:38 PM12/15/06
to

Mahy wrote:
> Ian Collins napísal(a):
> > Can you put the drive in another system and check the label isn't corrupt?
> The label most likely IS corrupt from Solaris's point of view, coz it
> was bare when i bought it and then i installed Linux on it. However, I
> need to find a way to fix it...
Indeed
I assume you did a ok boot cdrom -s
and then ran format -e which then segfaulted...?
And I assume that prtvtoc produces rubbish??
Really I dont know what Lie-nux could do to a disk to hose it this
badly
but you should be able to revive it : >

Richard B. Gilbert

unread,
Dec 15, 2006, 9:03:15 PM12/15/06
to
Mahy wrote:

Can you boot -s from CD/DVD and run format? Partition the disk as you
like it and tell format to write the label. At that point you should
have a disk that Solaris should be able to recognize.

Mahy

unread,
Dec 16, 2006, 5:14:33 AM12/16/06
to
Richard B. Gilbert wrote:
> Can you boot -s from CD/DVD and run format? Partition the disk as you
> like it and tell format to write the label. At that point you should
> have a disk that Solaris should be able to recognize.

Like i told you, i can't.

SINGLE USER MODE
# format
Searching for disks...done
AVAILABLE DISK SELECTIONS:
0. c0t0d0 <drive type unknown>
/pci@1f,0/pci@1,1/ide@3/dad@0,0
Specify the disk (enter its number): 0

Error occurred with device in use checking: Permission denied
Segmentation fault - core dumped


That's all folks! I dunno how to use prtvtoc, it gives me somethinlike
this:

Usage: prtvtoc [ -fhs ] [ -t fstab] [ -m mnttab ] rawdisk

I count myself pretty skilled in Linux, but i'm a total noob in
Solaris... :( Anyway, the disk works allright in Linux, so i guess it's
a Solaris-specific problem.

Thanks in advance for any help.

Richard B. Gilbert

unread,
Dec 16, 2006, 8:10:46 AM12/16/06
to
Mahy wrote:
> Richard B. Gilbert wrote:
>
>>Can you boot -s from CD/DVD and run format? Partition the disk as you
>>like it and tell format to write the label. At that point you should
>>have a disk that Solaris should be able to recognize.
>
>
> Like i told you, i can't.
>
> SINGLE USER MODE
> # format
> Searching for disks...done
> AVAILABLE DISK SELECTIONS:
> 0. c0t0d0 <drive type unknown>
> /pci@1f,0/pci@1,1/ide@3/dad@0,0
> Specify the disk (enter its number): 0
>
> Error occurred with device in use checking: Permission denied
> Segmentation fault - core dumped

"Permission denied" suggests that you were not working as root. You
need to be root!

Mahy

unread,
Dec 16, 2006, 8:52:04 AM12/16/06
to
Richard B. Gilbert wrote:
> "Permission denied" suggests that you were not working as root. You
> need to be root!

You're kiddin', eh? Root in single-user mode?!

Anyway, i found a solution. I booted Solaris 9 to single-user mode
(read it on Sun forums), wrote the disk label, changed the partition
table to GNU Parted and now it works. I wonder why Solaris 10 couldn't
do it...

gerryt

unread,
Dec 16, 2006, 11:09:28 AM12/16/06
to

Mahy wrote:
> Richard B. Gilbert wrote:
> > "Permission denied" suggests that you were not working as root. You
> > need to be root!
> You're kiddin', eh? Root in single-user mode?!
Yes good one : >

> Anyway, i found a solution. I booted Solaris 9 to single-user mode
> (read it on Sun forums), wrote the disk label, changed the partition
> table to GNU Parted and now it works. I wonder why Solaris 10 couldn't
> do it...

Im glad you found a workaround. But would you mind explaining what
"changed the partition table to GNU Parted" means? Maybe I dont want to
know
but I had to ask : > And does Solaris 10 format work now?

Gary Mills

unread,
Dec 16, 2006, 11:27:37 AM12/16/06
to

>Richard B. Gilbert wrote:
>> Can you boot -s from CD/DVD and run format?

>Like i told you, i can't.

>SINGLE USER MODE
># format
>Searching for disks...done
>AVAILABLE DISK SELECTIONS:
> 0. c0t0d0 <drive type unknown>
> /pci@1f,0/pci@1,1/ide@3/dad@0,0
>Specify the disk (enter its number): 0

>Error occurred with device in use checking: Permission denied
>Segmentation fault - core dumped

In Solaris 10, there's an environment variable that disables the
device in use checking. Obviously it should be a command-line
option.

--
-Gary Mills- -Unix Support- -U of M Academic Computing and Networking-

Mahy

unread,
Dec 17, 2006, 9:17:56 AM12/17/06
to
gerryt wrote:
> Im glad you found a workaround. But would you mind explaining what
> "changed the partition table to GNU Parted" means? Maybe I dont want to
> know
> but I had to ask : > And does Solaris 10 format work now?

Well, it's easier than you might think. I typed 'format' in Solaris 9,
then selected the disk and was presented with an array of options,
among which were 'label' and 'partition'. When i typed 'partition', i
was prompted to choose between "GNU Parted" and "other", so i selected
the first option... That's it.

But i've got to cope with two more pressing problems now. First,
Solaris is EXCRUCIATINGLY slow on my Ultra 5. It took two hours to
install. Next, it only boots into console! Please tell me how do i
switch the GUI on.

Richard B. Gilbert

unread,
Dec 17, 2006, 9:45:19 AM12/17/06
to
Mahy wrote:

Well, "Ultra 5" covers a multitude of sins. ISTR CPU clock rates ran
from 260 MHz to 400 MHz. If you are at the lower end of that scale, I'm
not surprised that it's slow. Further, the machine is about ten years
old by now; if you want some of the advantages of technical progress
since 1995, perhaps you should buy a newer machine.

As for "boots into console", it's hard to say what might be the matter.
Mine have always booted into the GUI. Did you elect to install
everything? If you did one of the "cut rate" installs you may not have
installed the GUI!

If you have one of the slower CPUs, I believe I have a 330 or 360 MHz
CPU in my junk box that I could be persuaded to tell fairly cheaply.

Mahy

unread,
Dec 17, 2006, 9:57:49 AM12/17/06
to
unless i'm very much mistaken, it is 400 Mhz. I selected automatic
installation and took two hours. i really hope it installed the gui.
Anyway, i'm gonna try it once again.

Richard B. Gilbert

unread,
Dec 17, 2006, 10:37:56 AM12/17/06
to
Mahy wrote:

You have the choice of several installs. I find that the safest, if
slowest, way is to install everything! If you do one of the shorter
installs, you may be faced with the problem of figuring out how to
install a missing piece. There doesn't seem to be any documentation for
which packages install which piece of software so figuring out which
packages to install can be more time consuming than doing the full
install in the first place!

gerryt

unread,
Dec 17, 2006, 11:17:51 AM12/17/06
to

Mahy wrote:
> gerryt wrote:
> > Im glad you found a workaround. But would you mind explaining what
> > "changed the partition table to GNU Parted" means? Maybe I dont want to
> > know but I had to ask : > And does Solaris 10 format work now?
> Well, it's easier than you might think. I typed 'format' in Solaris 9,
> then selected the disk and was presented with an array of options,
> among which were 'label' and 'partition'. When i typed 'partition', i
> was prompted to choose between "GNU Parted" and "other", so i selected
> the first option... That's it.

Hmm not really sure that tells me what "GNU Parted" is .. : >
Never mind.

> But i've got to cope with two more pressing problems now. First,
> Solaris is EXCRUCIATINGLY slow on my Ultra 5. It took two hours to
> install. Next, it only boots into console! Please tell me how do i
> switch the GUI on.

Sounds like you have just enough RAM to get through an install.
So 2 hours aint all that bad. The GUI should come
up as long as you have installed enough packages..
pkgchk -l -p /usr/dt/bin/dtlogin might be informative

Mahy

unread,
Dec 17, 2006, 12:42:36 PM12/17/06
to
gerryt wrote:
> Hmm not really sure that tells me what "GNU Parted" is .. : >
> Never mind.
>

Oh, so this is what you don't know. Alrite, GNU Parted is a
partitioning utility by GNU, used by every Linux distro. That's why my
hard drive partition table was of GNU Parted type.

> Sounds like you have just enough RAM to get through an install.
> So 2 hours aint all that bad. The GUI should come
> up as long as you have installed enough packages..
> pkgchk -l -p /usr/dt/bin/dtlogin might be informative

I've got Ultrasparc running @ 400 MHz with 512 MB RAM. I chose the
fullest of all installations, ~5 GB. I dunno where the problem might
be.

Btw, you've all been very helpful, thanks a lot.

Mahy

unread,
Dec 17, 2006, 2:13:37 PM12/17/06
to
Wow, it suddenly works. Pretty cool, JDE and all, but i can't get DNS
name resolve to work. I can ping whatever IP adress i like, but
navigating to a URL doesn't work. I opened the /etc/resolv.conf file
just like like in Linux and put some nameserver entries, but it doesn't
help. Any suggestions? I'm just one last inch from succeeding in
Solaris!

Andreas F. Borchert

unread,
Dec 17, 2006, 2:57:57 PM12/17/06
to
On 2006-12-17, Mahy <jko...@gmail.com> wrote:
> I can ping whatever IP adress i like, but
> navigating to a URL doesn't work. I opened the /etc/resolv.conf file
> just like like in Linux and put some nameserver entries, but it doesn't
> help. Any suggestions?

Take a look at /etc/nsswitch.conf and make sure that »dns« is included
in the entry for »hosts«:

hosts: files dns

Andreas.

Richard B. Gilbert

unread,
Dec 17, 2006, 4:38:47 PM12/17/06
to
Mahy wrote:

Have a look at /etc/nsswitch.conf. There's a line in there that begins
with "hosts:". It needs to have "dns" listed somewhere unless you have
nis configured.

You could use:
hosts: dns files
or
hosts: files dns

In the first case it would try DNS first and then /etc/hosts. In the
second case it tries /etc/hosts first and then dns.

/etc should have several nsswitch.* files. The .conf is the one the
system uses. The others are examples that can be modified or used as is
after saving the original and renaming the new choice.

Mahy

unread,
Dec 18, 2006, 4:31:57 AM12/18/06
to
Richard B. Gilbert wrote:
> Have a look at /etc/nsswitch.conf. There's a line in there that begins
> with "hosts:". It needs to have "dns" listed somewhere unless you have
> nis configured.
>
> You could use:
> hosts: dns files
> or
> hosts: files dns
>
> In the first case it would try DNS first and then /etc/hosts. In the
> second case it tries /etc/hosts first and then dns.
>
> /etc should have several nsswitch.* files. The .conf is the one the
> system uses. The others are examples that can be modified or used as is
> after saving the original and renaming the new choice.

Thank y'all, it works, i can browse the web now. I'm gonna start a new
thread, coz my questions are not over yet! ;)

onyaitC

unread,
May 30, 2012, 3:10:41 PM5/30/12
to
Charles, i have been trying to install sun solaris 10 on the HP Prolian ML150. when i insert the cd win98, i can run fdisk and even format the disk partition if possible, but when i try installing sun solarin in this server, i it tells me no disk and before that its complaining of the bge0 which i know is the NIC on board which has no problem with me. please if any one has come across this scenario, please some help is needed.

Thanks in advance.




--
http://compgroups.net/comp.unix.solaris/solaris-10-on-ultra-5-no-disks-found/77558


John D Groenveld

unread,
May 30, 2012, 4:29:06 PM5/30/12
to
In article <u6ydnW6ij9Us7VvS...@giganews.com>,
onyaitC <ony...@gmail.com> wrote:
>Charles, i have been trying to install sun solaris 10 on the HP Prolian
>ML150. when i insert the cd win98, i can run fdisk and even format the
>disk partition if possible, but when i try installing sun solarin in
>this server, i it tells me no disk and before that its complaining of

Have you tried running the Solaris Device Detection Tool?
<URL:http://www.oracle.com/webfolder/technetwork/hcl/hcts/device_detect.html>

John
groe...@acm.org
0 new messages