Dec 19, 2011

Oracle Weblogic 12c: Installation

After writing some things about the Oracle Fusion Middleware 12c Release and its documentation, here the screenshots from the installation. You have to start with this command:
schroff@hades:$ ./oepe-indigo-installer-12.1.1.0.0.201112072225-12.1.1-linux32.bin
Extracting 0%....................................................................................................100%





Here i chose custom:




Running on nearly the current java version (recommended version fom www.java.com: version 6 update 30)





And ready for startup:

Dec 14, 2011

Oracle Fusion Middleware 12c Release 1: Documentation

Oracle has released its Weblogic Server 12c. Their press release says:
Oracle WebLogic Server 12c is now certified for the full Java EE 6 platform specification
Oracle WebLogic Server developers can now leverage Java Platform
Standard Edition (Java SE) 7 features to create cleaner, more
maintainable code.
Improved integration between Oracle WebLogic Server and Oracle Real Application Clusters (RAC)
...
The documentation can be found here: http://docs.oracle.com/cd/E24329_01/index.htm

The screenshot only shows the "Get Started" section. Other sections are:
  • system administration
  • programming
  • security
  • webservices
  • weblogic tuxedo connector
  • references
  • additional resources
Very interesting ist the licensing information ;-) :
WebLogic Server 12c is the first Fusion Middleware 12c product release. For licensing information for WebLogic Server please refer to Oracle Fusion Middleware Licensing Information, 11g Release 1 (11.1.1) documentation
The list of the supported standards is very helpful as well: http://docs.oracle.com/cd/E24329_01/web.1211/e24494/toc.htm#BGGBIJBI


Nov 12, 2011

ORACLE SOLARIS 11 11/11

Oracle released Solaris 11 11/11. The documentation says:
Oracle Solaris is the #1 enterprise operating system providing industry leading availability,
security and performance on both SPARC and x86 systems.


Ok.. it is the only os, which runs only on SPARC and x86 systems. Just kidding ;-). Here the key features listed in the official documentation:
• Automated Installer
• Image Packaging System
• Oracle Solaris Zones
• ZFS File System
• Simplified Administration
• Designed-in Virtualization
• Scalable Data Management
• Advanced Protection
Here my favourites:
I/O Enhancements to netcat
netcat, a popular utility used for network observation and debugging, has been enhanced to include a number of command line options that allow administrators to configure a number of previously hard coded values related to I/O and integration with zones, along with a number
of usability additions to improve familiarity with netcat on other operating systems.

Default Shell
bash(1) is now the default shell for new users added to the system using useradd(1M) command line utility if another alternative shell is not provided, and the default shell for new installations. ksh93(1) is used as the default system shell.

Resetting System Configuration
A new utility, sysconfig(1M), for unconfiguring and reconfiguring an existing Oracle Solaris 11 system has been added to replace the legacy sys-unconfig and sysidtool utilities. This tool can be used within the global zone and non-global zones to configure a set of pre-defined groupings such as system identity, network, users, naming services and location/time zones. The tool can be run interactively, using the System Configuration Interactive Tool, or in a hands-off manner using a system configuration profile.

Changing MAC Address with dladm(1M)
Support for changing the MAC address has been added to dladm(1M). Unlike changing the MAC address using ifconfig(1M), this is a persistent change across reboots, and changes the primary MAC address used by all current and future MAC clients of the underlying data
link.
If you want to find your own favourites, just read http://www.oracle.com/technetwork/server-storage/solaris11/documentation/solaris11-whatsnew-201111-392603.pdf...



Nov 8, 2011

Openafs: Version 1.7.1 Client for Windows

In september 2011 openafs.org released a new windows version (1.7.1). In this version the following features were changed:
  • OpenAFS is a native Microsoft Windows file system.
  • Significantly faster than the OpenAFS 1.6 release (up to 800MB/second
    read throughput from Solid State Disk backed cache)
  • Does not require the installation of the Microsoft Windows Loopback
    Adapter
  • Provides support for kernel enforced Process and Thread Authentication
    Groups
  • New Explorer Shell integration including AFS specific property sheets
  • Immediate access to \\AFS namespace after
    system resume
  • AFS Mount Points and Symlinks are File System Reparse Points
These features simplify the usage of AFS! First you do not have to fear windows updates, because of weird changes in some samba routines. Second: AFS really works after standby/suspend to disk. Even working in networks with no access does not require a restart of your afs client...
If you are still working on pre 1.7 releases: UPGRADE!!!
But do not forget to install MIT Kerberos for Windows. This is for 1.7 recommended...