Simon Phipps, Sun's Chief Open Source Officer, speaks to The Wall Street Journal.
I just checked the "Sun Contributor Agreement" (SCA) signatories list, and there are already 11 people
who have signed the contributor agreement with an intent to
contribute to MySQL.
Among the signatories, you will also notice Paul McCullagh of PrimeBase/PBXT fame. (To learn about how to submit your SCA paperwork, see here.)
Signing the SCA with an intent to contribute to any given Sun-sponsored open-source project would also suffice when it comes to contributing to any other Sun-sponsored open-source project.
So, as an example, Nils Goroll is both an OpenSolaris and MySQL contributor. (See Nils' OpenSolaris …
[Read more]
I just checked the "Sun Contributor Agreement" (SCA) signatories list, and there are already 11 people
who have signed the contributor agreement with an intent to
contribute to MySQL.
Among the signatories, you will also notice Paul McCullagh of PrimeBase/PBXT fame. (To learn about how to submit your SCA paperwork, see here.)
Signing the SCA with an intent to contribute to any given Sun-sponsored open-source project would also suffice when it comes to contributing to any other Sun-sponsored open-source project.
So, as an example, Nils Goroll is both an OpenSolaris and MySQL contributor. (See Nils' OpenSolaris …
[Read more]
I just checked the "Sun Contributor Agreement" (SCA) signatories list, and there are already 11 people
who have signed the contributor agreement with an intent to
contribute to MySQL.
Among the signatories, you will also notice Paul McCullagh of PrimeBase/PBXT fame. (To learn about how to submit your SCA paperwork, see here.)
Signing the SCA with an intent to contribute to any given Sun-sponsored open-source project would also suffice when it comes to contributing to any other Sun-sponsored open-source project.
So, as an example, Nils Goroll is both an OpenSolaris and MySQL contributor. (See Nils' OpenSolaris …
[Read more]
There is now an alternative to setting up your own PHP
environment. You can download a server-only OpenSolaris web stack
and run it in
a virtual machine. XDebug, the PHP engine, Apache, and MySQL are
preconfigured on the web stack. You can work on your PHP project
in NetBeans IDE and use the FTP feature to deploy your PHP on the
OpenSolaris web stack.
Follow these steps to use the OpenSolaris web stack:
- Download the OpenSolaris web stack image and create a virtual machine for it.
- Configure the network connection on the virtual machine.
- Configure port forwarding.
- Create an FTP connection in NetBeans for the web stack on the virtual machine.
See the tutorial Deploying PHP to a Server-only OpenSolaris Web Stack for detailed instructions for setting up the OpenSolaris web stack on Sun …
[Read more]As I referenced in my prior entry, I'm reviewing Sun's three major strategic imperatives, and our progress going in to next fiscal year. Our strategic imperatives, in order, are:
1. Technology Adoption
2. Commercial Innovation
3. Efficiently Connecting 1. and 2.
This entry focuses on the first, Technology Adoption. Adoption is a non-economic phenomena, no money is spent, only time - yet it has extreme financial consequences. Let me give you an example.
I was with a big customer of ours last year, and reading through my account briefing before the meeting, I knew we were doing well. An analysis of their download activity showed they were heavy users of Solaris and OpenSolaris, and they had a large internal community of MySQL users, as well. In the meeting, their CIO said "we love where Solaris is headed." I …
[Read more]In 1809, a hero in America's Revolutionary War, General John Stark, was forced to decline an invitation to a military reunion due to ill health. He sent a toast to be read in his absence that began, "Live Free or Die." That phrase is now the official motto of the American state of New Hampshire (where Stark lived), known for a fierce sense of independence (and no income taxes).
Hold that thought for a moment.
Today, we're announcing the single biggest and most important OEM/distribution agreement Sun's ever signed for the open source Solaris operating system - through which we'll be joining forces with the world's largest supplier of high volume servers, Hewlett Packard. As a result of the deal, Solaris gains tier 1 status, …
[Read more]
THIS BLOG POST GIVES WRONG ADVICE. DON'T DO THIS!
As the zones use ZFS as root filesystem it's easy to do a zfs
snapshot/clone to reproduce a zone. The different zones have only
one difference: They differ in /etc/nodename, they have different
rootpaths and they have different IP addresses.I wrote a script
to read from global's /etc/hosts the ip address. Zonerootpath is
/zones/zonename and /etc/nodename must contain as well. The
name of the zone is always identical to the hostname of the zone.
That rule is not from OpenSolaris but from me. ;-)
Here is my script: Beware: I hate to do a lot of checking. This
is not for general use...
#!/bin/bash
echo "Creating zone $1 from zone TEMPLATE"
echo check if $1 does not already exist...
zoneadm list -cv | grep $1 && exit -1
echo -n "Retrieving TEMPLATE's IP: "
TEMPLATE_IP=$(grep TEMPLATE /etc/hosts | nawk '{print $1}') …
There is a big event coming: Cebit!And
with that I took the task to implement a demo for MySQL Enterprise Monitor to show at the Sun booth. So I need a machine for the enterprise
monitor and some machines to run MySQL databases. After all I
need something to monitor. So the setup will be an Ultra 24 desktop machine installed with
OpenSolaris 2008.11 . For every machine I will
install a zone to run a separate database and one zone to run the
enterprise monitor.
So here is my first round of experiences: Installing a template
container on OpenSolaris and cloning …
While the costs of managing a data center are becoming a major concern with the increased number of under-utilized servers, customers are actively looking for solutions to consolidate their workloads to:
- improve server utilization
- improve data center space utilization
- reduce power and cooling requirements
- lower capital and operating expenditures
- reduce carbon footprint, ..
To cater those customers, Sun offers several virtualization technologies such as Logical Domains, Solaris Containers, xVM at free of cost for SPARC and x86/x64 platforms.
In order to help our customers who are planning for the consolidation of their MySQL databases on systems running Solaris 10, we put together a document with a bunch of installation steps and the best practices to run MySQL inside a Solaris Container. Although the document was focused on the Solaris Containers technology, …
[Read more]