Questions tagged [opensolaris]

Please consider the tag [OpenIndiana] instead of [OpenSolaris] since OpenSolaris is no longer an active project. OpenSolaris was an open source computer operating system based on Solaris created by Sun Microsystems. After the acquisition of Sun Microsystems, Oracle decided to discontinue open development of the core software, and replaced the OpenSolaris distribution model with the proprietary Solaris Express.

OpenSolaris was based on Solaris, which was originally released by Sun in 1991. Solaris is a version of UNIX System V Release 4 (SVR4), jointly developed by Sun and AT&T to merge features from several existing Unix systems. It was licensed by Sun from Novell to replace SunOS.

OpenSolaris is a descendant of the UNIX System V Release 4 (SVR4) code base developed by Sun and AT&T in the late 1980s. It is the only version of the System V variant of UNIX available as open source. OpenSolaris is developed as a combination of several software consolidations that were open sourced subsequent to Solaris 10. It includes a variety of free software, including popular desktop and server software. Sun has announced that future versions of its commercial Solaris operating system will be based on the OpenSolaris project.

Source

169 questions
3
votes
2 answers

ESXi / OpenSolaris / ZFS / Linux

I've been using my Opensolaris BOX for while, with 6 internals drives under ZFS. More recently I've been playing with ESXi and i've got to say this platform is amazing; therefor my plan is to buy a nice SSD drive, install ESXi, create a VM with…
rno
3
votes
0 answers

IPsec tunnels between Linux and Solaris

I have a Solaris machine sitting out in the ether somewhere that I would like to make part of my network via IPsec. I have this working between Solaris machines but not between Solaris and Linux. I think the basic problem is that Solaris only does…
Zanchey
  • 3,051
  • 22
  • 28
3
votes
4 answers

OpenIndiana - ZFS Storage

I am somewhat comfortable with Linux / opensolaris command line options but not very good. I am trying to build a Storage based on ZFS, the specs are: Dell 670 Machine with 4 Hard Drives (SATA and IDE) I have downloaded and created Open Indiana USB…
Mutahir
  • 2,357
  • 2
  • 32
  • 42
3
votes
3 answers

What is the package manager under OpenSolaris 5.11?

I'm on an OpenSolaris 5.11 server and when I asked about Django, technical support offered to use pkgin as a package manager. [root@gpx8nnaa ~]# uname -a SunOS gpx8nnaa.joyent.us 5.11 snv_89 i86pc i386 i86pc [root@gpx8nnaa ~]# find / -name…
Christos Hayward
  • 1,162
  • 3
  • 16
  • 35
3
votes
1 answer

ZFS nfsshare to export RW and RO host?

I have been exporting NFS from OpenSloarins like this (successfully): zfs set sharenfs=root=rw=host1:host2:host3 pool1 I'm acting according the man pages sharefs, share_nfs but the following does not work: zfs set…
Aleksandr Levchuk
  • 2,465
  • 3
  • 22
  • 41
3
votes
5 answers

Permanent SSH Connection via Bash Script?

I have two OpenSolaris servers. The remote server has a MySQL database. MySQL is configured with skip-networking; so, I can't access that database from the first server by simply using the hostname and port. I must have an ssh tunnel setup to…
Justin Noel
  • 576
  • 1
  • 5
  • 9
3
votes
2 answers

OpenSolaris: Remove user from a group from command line

How can I remove a user from a group from the command line in OpenSolaris (2008.11)? I know I can define a user's primary group and a add a user to a group with: usermod -g primarygroup user usermod -G group_list user What's the corresponding…
notpeter
  • 3,515
  • 2
  • 26
  • 44
3
votes
3 answers

Zpool disk failure - Where am I at?

After checking the status of one of my zpools today, I was faced with the following: root@server: zpool status -v myPool pool: myPool state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made…
JT.WK
  • 431
  • 6
  • 18
3
votes
3 answers

How to restart snmpd on Opensolaris after changing snmpd.conf?

I need to restart snmpd after updating /etc/snmp/conf/snmpd.conf, so it recognizes the changes. I'm using Net-SNMP 5.4.2 on Opensolaris 10. I've tried these two: snmpd restart kill -9 pid The kill command kills it and it fires back up under a new…
Banjer
  • 3,974
  • 12
  • 41
  • 47
2
votes
2 answers

postfix on OpenSolaris

I would like to run postfix as my MTA using MySQL as backend. Unfortunately the official package repo only offers sendmail, no postfix so I wonder which is the best source for postfix on OpenSolaris. I don't like installing non-packaged…
johannes
  • 583
  • 2
  • 10
2
votes
4 answers

CentOS or OpenSolaris for Xen dom0?

I would like to play around with Xen with the intention of eventually running a bunch of different services on separate virtual machines (partly just because I can), and have the possibility of trying things like clusters and such. I've decided to…
Kyle
  • 215
  • 2
  • 10
2
votes
1 answer

Recommend openSolaris file server hardware

On the SUN communityONE video they show a demo of openSolaris running on pretty beefy hardware, and the test I did in a VM (virtualbox) was definitely a hog resource-wise. My questions are regarding the CPU and RAM "requirements" of a simple…
2
votes
1 answer

zpool upgrade planning (time, I/O usage, etc.)

I recently upgraded our SXCE svn_72 box to OpenSolaris 2009.06 (snv_111b). It wants to me to upgrade my zpool to the latest version now. We need to plan upfront for things like zpool scrub because of the amount of time it takes and the IO intensive…
Sysadminicus
  • 596
  • 4
  • 8
  • 20
2
votes
5 answers

ntop usage to monitor bandwidth

I'm attempting to monitor the bandwidth usage on our network. I've come across two products that seem to fulfil our needs. MRTG and nTop, however I'm unsure which to use. My work is a small company of about 10 people. We have a standard 4 port ADSL2…
Leah Calum
  • 211
  • 2
  • 8
2
votes
0 answers

Configuring LACP between OpenIndiana (Solaris) and a Cisco C3560

I am running OpenIndiana (oi_151a8) and have two NICs aggregated using LACP connected to a Cisco WS-C3560G-48TS. Both the server and the switch show the aggregate link as up. But while link layer traffic is visible ('snoop' shows ARP requests etc),…
user189271
  • 111
  • 1
  • 3