LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 06-16-2006, 05:09 AM   #1
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Rep: Reputation: 0
Install on Sparc, can't network!!!


Hi
I'm trying to install Solaris 10 on a Sun Ultra 30. I choose networked, as its connected to a router with 2 other computers. The problem is no matter what I enter in the following sections when I go to confirm details I get an error and must go back and correct the details. I have previously tried installing "un-networked" but I can't find any tools to setup the network device etc.

I'm at a loss to work out how to get this right. I've been at it for hours. Any help would be appreciated.

TIA
 
Old 06-16-2006, 04:18 PM   #2
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
What kind of error do you get? Is your network card identified correctly? Do you specify the IP address of your router, or let solaris to try to find one?
Try to install it "un-networked" and then run sys-unconfig to configure your network.
 
Old 06-17-2006, 07:11 AM   #3
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks bathory
I did install un-networked and it seems to be working, networking with Macs but no internet yet. I think the problem was with choosing a name server, I was trying to configue DNS but choosing None got me through.

I still get confused about IP addresses and if I'm actually addressing the NIC, the router or my ISP. I can't find any CLEAR explainations to this anywhere.

Anyway I've lucked it in for now!

Thanks
 
Old 06-17-2006, 11:09 AM   #4
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,163
Blog Entries: 1

Rep: Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032Reputation: 2032
Well, if you can see the other computers, but no internet, then edit (or create it, if it doesn't exist) the file /etc/defaultrouter and add the ip of your router. Also edit /etc/resolv/conf and put the ip of your dns server. Then edit /etc/nsswitch.conf, find the line
Code:
hosts:      files
and change it to:
Code:
hosts:      files dns
 
Old 06-18-2006, 05:05 AM   #5
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Original Poster
Rep: Reputation: 0
I made the changes suggested but no change to functionality. Is there anything else to check?
 
Old 06-18-2006, 06:19 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
please post the result of the following commands:

ifconfig -a
netstat -rn
grep hosts /etc/nsswitch.conf
cat /etc/resolv.conf
 
Old 06-18-2006, 06:39 AM   #7
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Original Poster
Rep: Reputation: 0
Here we go...

# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
qfe3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.0.3 netmask ffffff00 broadcast 192.168.0.255
ether 8:0:20:e2:6c:9b
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
inet6 ::1/128
qfe3: flags=2000841<UP,RUNNING,MULTICAST,IPv6> mtu 1500 index 2
inet6 fe80::a00:20ff:fee2:6c9b/10
ether 8:0:20:e2:6c:9b


# netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.0.0 192.168.0.3 U 1 5 qfe3
default 192.168.0.1 UG 1 0
127.0.0.1 127.0.0.1 UH 2 544 lo0

Routing Table: IPv6
Destination/Mask Gateway Flags Ref Use If
--------------------------- --------------------------- ----- --- ------ -----
fe80::/10 fe80::a00:20ff:fee2:6c9b U 1 0 qfe3
ff00::/8 fe80::a00:20ff:fee2:6c9b U 1 0 qfe3
default fe80::a00:20ff:fee2:6c9b U 1 0 qfe3
::1



# grep hosts /etc/nsswitch.conf
# "hosts:" and "services:" in this file are used only if the
hosts: files dns


# cat etc/resolv.conf
cat: cannot open etc/resolv.conf
 
Old 06-18-2006, 07:43 AM   #8
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by sunstroke
Here we go...

# ifconfig -a
qfe3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 192.168.0.3 netmask ffffff00 broadcast 192.168.0.255
ether 8:0:20:e2:6c:9b
That is OK, your interface is up and running with expected values.
Quote:
# netstat -rn

Routing Table: IPv4
Destination Gateway Flags Ref Use Interface
-------------------- -------------------- ----- ----- ------ ---------
192.168.0.0 192.168.0.3 U 1 5 qfe3
default 192.168.0.1 UG 1 0
127.0.0.1 127.0.0.1 UH 2 544 lo0
This is OK too, you have a router set.
Quote:
hosts: files dns
OK again, you'll use DNS to resolve names non set in /etc/hosts.
Quote:
# cat etc/resolv.conf
cat: cannot open etc/resolv.conf
A problem here, that should be /etc/resolv.conf (with a leading /)
 
Old 06-18-2006, 08:57 AM   #9
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Original Poster
Rep: Reputation: 0
Right you are but I still get the same result

# cat /etc/resolv.conf
cat: cannot open etc/resolv.conf

Now, as I'm a complete novice, this is the file that I "created" in Kate (KDE) and I'll almost bet that's the wrong way to about it.

Any clues?

Thanks.
 
Old 06-18-2006, 10:11 AM   #10
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
You need to create this file, with at least this single line inside:

nameserver xxx.xxx.xxx.xxx

with xxx.xxx.xxx.xxx being the IP address of one of your Internet provider's name server.
 
Old 06-18-2006, 10:40 AM   #11
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Original Poster
Rep: Reputation: 0
Thanks for your help & patience.

I didn't have the word 'nameserver', just the IP address. Alas still no internet...

"An error occured while loading http://www.kde.org
Unknown host www.kde.org"


 
Old 06-18-2006, 11:09 AM   #12
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
What gives http://62.70.27.118/ ?

Kill and restart nscd if the former works.
As root:
Code:
pkill nscd
/usr/sbin/nscd &
 
Old 06-18-2006, 11:57 AM   #13
sunstroke
LQ Newbie
 
Registered: Oct 2005
Distribution: YDL, Aurora, Solaris
Posts: 11

Original Poster
Rep: Reputation: 0
Done!

Your a genius! I love you! Australia will win the soccer!

Thank you so much.
 
Old 06-18-2006, 12:32 PM   #14
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by sunstroke
Done!

Your a genius! I love you!

Quote:
Australia will win the soccer!
 
  


Reply



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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
NetBSD/Sparc 3.0 Floppy Install Issue bacall213 *BSD 0 06-15-2006 02:31 PM
Network Install of redhat/solaris on sparc 10 melkor_41 Linux - Newbie 2 07-04-2005 10:35 AM
install FreeBSD 5.2.1 on Sparc Ultra5? rje_NC *BSD 1 08-10-2004 10:16 PM
trying to install st34572wc drive in debian sparc rje_NC Linux - Hardware 4 05-01-2004 11:49 AM
Why can't I install redhat6.2 for sparc on sparcserver1000 lzyking Linux - Hardware 0 01-03-2003 11:56 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 04:06 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration