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
2
votes
3 answers

How to remove the OpenSolaris ZFS dump device

The ZFS dump device is used only for debugging problems. In this case, I have decided the risk vs reward is such that I should delete the dump device to make room for other storage. I am able to disable save-core (copy from dump device to…
700 Software
  • 2,233
  • 10
  • 49
  • 77
2
votes
5 answers

How do I fix Open Solaris's terminal

OK so I fully admit that I am new to administrating Open Solaris but I had been a user of it back in Solaris 8 days. Since I wanted to build a ZFS NAS server I figured that Open Solaris would be be a better platform choice over FreeBSD. Anyway -…
Petriborg
  • 295
  • 1
  • 3
  • 10
2
votes
1 answer

Why is MySQL unable to open hosts.allow/hosts.deny?

I have a storage server running Nexenta (OpenSolaris kernel, Ubuntu userspace) with MySQL on top of a ZFS storage array, using innodb_file_per_table and ulimit -n set to 8K. mysqltuner.pl confirms the file limit and claims there are 169 files. The…
HonoredMule
  • 187
  • 11
2
votes
3 answers

Are there any PCIe SSD cards compatable with OpenIndianna (OpenSolaris) and/or FreeNAS (freebsd) 8+?

Has anyone had any success at all with any PCIx SSD cards around the 200GB+ mark under FreeNAS 8 or OpenIndiana? Specifically either of these platforms because of ZFS support for which we'd be using it as a L2ARC cache. I can confirm with FreeNAS…
hookenz
  • 14,472
  • 23
  • 88
  • 143
2
votes
2 answers

Potential problems running MongoDB on OpenSolaris & ZFS?

I've been using MongoDB on CentOS with ext4 for a few months now with no problems. I'm potentially going to be moving to Joyentcloud, and their SmartOS is based off of OpenSolaris and uses ZFS. I'm wondering if there could be some downsides to…
James Simpson
  • 1,651
  • 2
  • 15
  • 31
2
votes
3 answers

F_WRLCK calls take long time on NFS

I have NFS shared among 30 cluster nodes. The nodes are Debian 5 and 6. The NFS server is OpenSolaris 2009. We have good hardware and a 20Gbit Infiniband network. On the cluster nodes, fs operations are snappy but not when it comes…
Aleksandr Levchuk
  • 2,465
  • 3
  • 22
  • 41
2
votes
2 answers

Why is Nexentastor so slow - especially to delete files

I am running a Nexentastor server with the follow specs: dual core (core2duo) cpu 4GB of ram 1x 160GB SATA2 drive for the OS 6x 1.5TB Drives Sata2 drives in a RaidZ1 copying files is fine, fairly fast, I can normally max gigabit so no…
Luma
  • 1,460
  • 4
  • 19
  • 31
2
votes
1 answer

Cannot set a static ip in Solaris(OpenIndiana)

I am running this command: ifconfig e1000g0 192.168.0.1 I have done over 50 variations with unplumbing/plumbing, up/down, netmask, and broadcast. Doesn't matter cause ifconfig e1000g0 always shows my ip address as 0.0.0.0. I need to get this set up…
David
  • 113
  • 1
  • 6
2
votes
3 answers

Nexenta/OpenSolaris filer kernel panic/crash

I've an x4540 Sun storage server running NexentaStor Enterprise. It's serving NFS over 10GbE CX4 for several VMWare vSphere hosts. There are 30 virtual machines running. For the past few weeks, I've had random crashes spaced 10-14 days apart. This…
ewwhite
  • 197,159
  • 92
  • 443
  • 809
2
votes
3 answers

ZFS, SAN's, HA, Possible?

I currently work for a company that has purchased a number of different SAN solutions (whatever was cheap at the time!) and i want to setup a HA ZFS file store over fiber channel. Basically I've taken slices from each of the sans and added them to a…
Michael Dodwell
2
votes
2 answers

Live migration with xVM without SAN

I have two physical servers that I'd like to setup for virtualization. I'd like to set them up in such a way so that the following goals are met: Allows live migration of guest OSes from one server to another, if I have to take one of the physical…
Alex
  • 471
  • 7
  • 18
2
votes
1 answer

My OpenSolaris Server hangs when writing large files after upgrading zpool

yesterday I added new harddrives(four as a raidz1 and one as hot-spare) to a opensolaris server, after extending the zpool the server hangs when writing large files but not when reading large files(large files = > 1GiB). The zpool configuration…
user48937
  • 23
  • 5
2
votes
2 answers

mounting VMDK images on opensolaris

I know that VMware ships a vmware-mount utility with its server 2 packages on Linux that allow you to mount a VMDK outside a vm and treat it as a normal filesystem mounted on the given mountpoint. Is there a method for accomplishing something…
Bjorn Harpe
  • 131
  • 5
2
votes
2 answers

How can I rate limit/packet shape/traffic shape on Solaris

I have an TCP server application running on a Nexenta NCP 3 box. I would like to limit how much outgoing bandwidth it can use. Is it possible in Solaris to rate limit an application like I can in Linux? I've seen mention of IPQoS and Crossbow, but…
Myers C
  • 131
  • 5
2
votes
1 answer

What is the 'best practice' for installing perl modules on Solaris/OpenSolaris?

I'm currently in the process of writing setup instructions for some software I've written that is implemented as a set of Perl modules. Having done this for various flavours of Linux, I'm now doing the same for Solaris/OpenSolaris (v10 only). Part…
AndrewR
  • 442
  • 3
  • 10