Recently I have been looking at Linux to run a high-performance Oracle database - but installign and setting it up is only a small part of the issue, long-term management is the big issue. The first hurdle is user accounts: I already have a windows domain and I dont want to make my admins manage different credentials on every box we run. In the past there has been NIS, some LDAP integrations and even MS Services For Unix, but I have always been dissapointed by what was available
I stumbled across some software called likewise-open that makes that first hurdle a piece of cake. I installed this in an Oracle Enterprise Linux installation in a few seconds without issue - no editing of text files, hacking of kerberos packages, or hunting down RPMs - before I knew it I was logging into my Oracle linux system with my domain credentials...
For those who use Ubuntu (my personal choice), check out this post. Just execute the following steps and your good to go
- sudo apt-get update
- sudo apt-get install likewise-open
- sudo domainjoin-cli join fqdn.of.your.domain Administrator
- sudo /etc/init.d/likewise-open start
No comments:
Post a Comment