LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris and OpenSolaris.
General Sun, SunOS and Sparc related questions also go here.

Notices

Reply
 
LinkBack Search this Thread
Old 04-01-2008, 02:39 PM   #1
rithik_ghoshal
Member
 
Registered: Aug 2006
Location: kolkata , India
Distribution: fedora (7,9), solaris (sxde 9/07 & 1/08), opensolaris 2008.05
Posts: 49

Rep: Reputation: 15
solaris installation problem


I am trying to install SXDE (solaris express developer edition) 9/07 in my laptop. My configuration is OK according to Hardware Compatibility List. I allocated a 25 GB partition for SXDE . This partition was unallocated previously . I have used 'gparted' to create a new primary partition of linux-swap file system. There was more than 9 MB unallocated space available in the last partition of my harddisk.
now , my SXDE installation is being failed after 5% progress.... and showing me "not enough free space available...(c1d0)".

please help me to solve this problems.
 
Old 04-02-2008, 12:21 PM   #2
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,165

Rep: Reputation: 243Reputation: 243Reputation: 243
How did you layout the filesystems on slices ? The whole partition size isn't enough to figure out.

How much RAM has your machine too ?
 
Old 04-02-2008, 04:23 PM   #3
rithik_ghoshal
Member
 
Registered: Aug 2006
Location: kolkata , India
Distribution: fedora (7,9), solaris (sxde 9/07 & 1/08), opensolaris 2008.05
Posts: 49

Original Poster
Rep: Reputation: 15
My system has 1 GB of RAM.

today I have installed SXDE successfully in my system... without any problem.(I have formatted my whole hard disk for that purpose , because vista partitioning system was creating problems .)

But new problem has been arrived about network connection. I configured my router for a new wireless lan client : ip 192.168.1.103 and configured it in SXDE. I edit /etc/nwam/llp which was previously :

wpi0 dhcp

and now :

wpi0 static 192.168.1.103/24


after that I restart svcadm and a pop up message told me that connection to WA1003A (MY ROUTER)has been established.

in my bowser , if I type 192.168.1.1 , my router configuration page is opening.

ping 192.168.1.1 is also saying that it is alive.

but I am not being able to display any urls in my browser. It's showing me an error message "firefox can't find the server at **********.com" .

please help me to solve this problem.

thank you very much.
 
Old 04-02-2008, 05:00 PM   #4
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,165

Rep: Reputation: 243Reputation: 243Reputation: 243
Either you let your dhcp server doing the network configuration or you dot it fully, including default route and dns which you are likely missing.

Why did you drop dhcp ?
 
Old 04-03-2008, 12:25 AM   #5
rithik_ghoshal
Member
 
Registered: Aug 2006
Location: kolkata , India
Distribution: fedora (7,9), solaris (sxde 9/07 & 1/08), opensolaris 2008.05
Posts: 49

Original Poster
Rep: Reputation: 15
I dropped DHCP because my router is configured as DHCP : disable. There are one desktop pc and a laptop , both with multiple operating systems is connected with that router.when I configured my router for the first time , I assigned different ip addresses for different operating systems.. and configured network connection of each os with that ip. Now , all of them are working properly except solaris.

If you kindly tell me how to configure default route and dns that would be a great help.

Thank you again.
 
Old 04-03-2008, 12:57 AM   #6
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris10, Solaris 11, Ubuntu, OEL
Posts: 9,165

Rep: Reputation: 243Reputation: 243Reputation: 243
Quote:
Originally Posted by rithik_ghoshal View Post
I dropped DHCP because my router is configured as DHCP : disable.
That doesn't answer my question. Let me rephrase it. Why are you disabling DHCP in the first place ?
Quote:
I assigned different ip addresses for different operating systems.. and configured network connection of each os with that ip. Now , all of them are working properly except solaris.
You mean you only set the IP address on the other OSes and you can surf the web with them ? How do they figure out the DNS and routing ?
Quote:
If you kindly tell me how to configure default route and dns that would be a great help.
Here are hints:
Code:
# cat /etc/defaultrouter
192.168.1.1
# route add default 192.168.1.1
# grep hosts /etc/nsswitch.conf
hosts: files dns
# cat /etc/resolv.conf
nameserver 192.168.1.1
Replace the default router and nameserver IPs by the addresses relevant to your configuration.
 
Old 04-03-2008, 01:36 AM   #7
rithik_ghoshal
Member
 
Registered: Aug 2006
Location: kolkata , India
Distribution: fedora (7,9), solaris (sxde 9/07 & 1/08), opensolaris 2008.05
Posts: 49

Original Poster
Rep: Reputation: 15
Thanks a lot for your help... network connection is working perfectly in solaris...

Quote:
Why are you disabling DHCP in the first place ?
I was not able to configure and manage all total 5 os's in my systems by using DHCP. then I followed my router configuration manual and disabled DHCP.

my desktop has 2 os's . winxp and fedora 8. laptop has 3 : SXDE , winxp and fedora7. each has it's own ip (192.168.1.100 - 104).

Quote:
How do they figure out the DNS and routing ?
winxp : start -> control panel -> network connections -> lan -> properties -> tcp/ip -> properties -> ip : 192.168.1.100 [or 101(in laptop)], netmask: 255.255.255.0, default gateway: 192.168.1.1, preferred dns : 192.168.1.1.

Fedora 7/8 : administration -> network -> new -> wireless -> static ip ->
ip , netmask , gateway , primary and secondary dns etc.

Quote:
Here are hints:
----------------
Replace the default router and nameserver IPs by the addresses relevant to your configuration.
Thank you again for your kind help.

is it some how possible to enable dhcp and manage all os's network connection???
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Solaris 10 Installation problem paventhan Solaris / OpenSolaris 13 09-25-2007 02:12 PM
LXer: Marvell Yukon Driver (SK-9E22) for Solaris (x64) 8.19.1.3 installation procedure in Solaris Express LXer Syndicated Linux News 0 04-22-2007 03:16 AM
New year = New problem (solaris installation) thtr2k Solaris / OpenSolaris 1 01-01-2007 12:44 PM
NS2 installation problem on solaris 10 capricorn80 Solaris / OpenSolaris 19 11-02-2006 03:14 AM
solaris installation problem --> can't get right graphic card driver feetyouwell Solaris / OpenSolaris 2 01-06-2004 12:17 PM


All times are GMT -5. The time now is 11:57 PM.

Main Menu
 
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
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration