DaemonForums  

Go Back   DaemonForums > Other Operating Systems > Solaris

Solaris SUN Solaris & OpenSolaris.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 22nd November 2009
gkontos's Avatar
gkontos gkontos is offline
Real Name: George
Port Guard
 
Join Date: May 2008
Location: Greece
Posts: 41
Default 7 day with OpenSolaris

I decided to try this because I was so eager to see ZFS root in action, so I did

Tried to find a way to perform a text install. No luck, gnome was always there
I googled a bit and found I nice way to get rid of all the gui crap
Code:
pkg install SUNWmercurial
hg clone https://kenai.com/hg/isc~source  isc
pfexec isc/opt/samples/minimization.ksh
That took care of the problem
After configuring the system with a static IP it was time to add my second disk to the rpool. Format and fdisk did not do the job despite all the guides a read. When issuing
Code:
zpool attach -f rpool c8d0s0 c9d0s0
it would return a strange I/O error. I was so frustrated and thought that my disk had an issue until I read somewhere that the disk partition has to be copied as well therefore
Code:
prtvtoc /dev/rdsk/c8d0s0 | fmthard -s - /dev/rdsk/c9d0s0
zpool attach -f rpool c8d0s0 c9d0s0
did the job
After that it was time to create some ZFS shares. I decided to use SUN cifs server instead of samba. Apparently there is a known bug and the system needs a reboot in order for sharing to work
Apache Php and mysql where installed with no problem since there is an AMP package that takes care of those issues. Also gcc came in because we need to be able to build some packages from source like apcusbd daemon.
Next the DNS server was a bit confusing but it went well considering. But DNS was not enough since I run DHCP as well. I decided to use SUNs implementation instead of ISC. That is a total nightmare to configure so I asked for some help from the forums and I got the response I needed very fast.
So, everything seems to be working fine except cacti which refuses to create graphs

Overall my impression is not bad except that there are quite a lot of bugs. Also the kernel is very "heavy" compared with the one we know! Don't ever try to remove a share if it is being used... you will get a kernel panic

To conclude:
OpenSolaris is not yet mature to be a full server deployment.
If you are a Java developer it is the best choice for your laptop.
Otherwise there are a lot of open source alternatives that spare you the headache...
Be prepared to learn a lot about the svc* manifest sadistic way of using services.
Discover a new UNIX file hierarchy
FreeBSD is still the one and only OS worth living with

Will test it some more and eventually migrate to FreeBSD again.

George
__________________
...when you have excluded the impossible, whatever remains, however improbable, must be the truth.

Last edited by gkontos; 22nd November 2009 at 05:17 PM.
Reply With Quote
  #2   (View Single Post)  
Old 1st December 2009
roundkat roundkat is offline
Shell Scout
 
Join Date: May 2008
Posts: 115
Default

I don't use FreeBSD .. yet ...
but I do love ZFS..
OpenBSD will never have it due to the NDA or something like that ...
Theo is very adamant about NDA's and the like.. (no holy war intended)

On the other hand.. FreeBSD is more flexible.. AFAIK...
ZFS root is workable on FreeBSD per this site..

http://www.ish.com.au/solutions/articles/freebsdzfs

hth
rk
__________________
All posts sent on ReCycled Electrons...

Last edited by roundkat; 1st December 2009 at 09:20 PM.
Reply With Quote
  #3   (View Single Post)  
Old 1st December 2009
BSDfan666 BSDfan666 is offline
Real Name: N/A, this is the interweb.
Banned
 
Join Date: Apr 2008
Location: Ontario, Canada
Posts: 2,223
Default

Quote:
Originally Posted by roundkat View Post
I don't use FreeBSD .. yet ...
but I do love ZFS..
OpenBSD will never have it due to the NDA or something like that ...
Theo is very adamant about NDA's and the like.. (no holy war intended)

On the other hand.. FreeBSD is more flexible.. AFAIK...
ZFS root is workable on FreeBSD per this site..

http://www.ish.com.au/solutions/articles/freebsdzfs

hth
rk
ZFS support in OpenBSD has nothing to do with NDA's, CDDL licensed code is just unlikely to be accepted into base.

Besides some obvious licensing concerns, several developers have expressed being either uninterested by it or unmotivated to port it.. many users have whined about this on the mailing lists, but the response is quite simple and clear.

"I don't see any patches attached to your mail."

Honestly sounds fair, right?
Reply With Quote
  #4   (View Single Post)  
Old 2nd December 2009
roundkat roundkat is offline
Shell Scout
 
Join Date: May 2008
Posts: 115
Default

Quote:
Originally Posted by BSDfan666 View Post
ZFS support in OpenBSD has nothing to do with NDA's, CDDL licensed code is just unlikely to be accepted into base.
Thanks for the added clarification.
Quote:
Besides some obvious licensing concerns, several developers have expressed being either uninterested by it or unmotivated to port it.. many users have whined about this on the mailing lists, but the response is quite simple and clear.

"I don't see any patches attached to your mail."
Totally agree..
"By the developers..." "For the developers"...

I for one, am glad they share..
__________________
All posts sent on ReCycled Electrons...

Last edited by roundkat; 29th December 2009 at 03:36 PM.
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

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with OpenSolaris package management roddierod Solaris 2 6th August 2008 03:11 PM
what is real different between solaris and opensolaris mfaridi Solaris 11 3rd August 2008 02:52 PM
where all packages OpenSolaris whispersGhost Solaris 15 11th June 2008 09:55 AM
Xfce on OpenSolaris aleunix Solaris 0 4th June 2008 06:23 AM
Help me boot OpenSolaris again! Nobber Solaris 2 14th May 2008 10:49 PM


All times are GMT. The time now is 07:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick