The following guide gives an overview of some of the technologies included in Oracle Solaris 11 and the direct benefit you can get by using some of these features. This guide also provides a similar technology mapping, where possible, between Red Hat Enteprise Linux 6 and Oracle Solaris 11, so that administrators with knowledge in the former can kick start their learning experience if planning deploy the latter.
Table of Content | |
Installation Packaging System Configuration Networking Virtualization | Storage Security High Availability Monitoring |
Oracle Solaris 11 can be installed through a variety of different ways depending on your environment. An Interactive Text Install can be used to install a basic server oriented image onto SPARC and x86 systems. Stepping through a series of short screens, administrators define configuration for disks, time and date, timezone, initial users, and basic network configuration. These installations have a fixed software payload so as to be fast to download and install, ideal for minimized systems. Administrators can continue to customize their system with addition software using package management tools. Installations are by secure by default, meaning that many non-essential network services listening on open ports are disabled.
A Live Media Install (either DVD or USB) is available for administrators wishing to evaluate the operating system prior to installing on an x86 system. Administrators simply boot off the media into RAM to a full desktop environment that enables them to run applications, tools or utilities without having to install it onto their system. Once they make the decision to install, a graphical installation steps administrators through a similar set of screens to define configuration for disks, time and date, timezone, and initial users. For simplicity, network configuration in the Live DVD/USB uses DHCP. It is possible to configure static IP configuration after the installation.
The Automated Installer, or AI, is a new technology included in Oracle Solaris 11 to allow administrators to provision multiple clients automatically across the network. Unlike it's predecessor Jumpstart included in Oracle Solaris 10, Automated Installer reduces a lot of administrative overhead by reducing the complexity of set up particularly in complex network environments and includes a lot of new functionality out of the box such as the ability to automatically provision virtual environments (Oracle Solaris Zones). One substantial difference with AI is that fact that scripts are run on first boot after installation using Oracle Solaris Service Management Facility (SMF) for a much more reliable and repeatable environment.
The Distribution Constructor is a utility to be able to create customized installation media for a variety of different forms, and indeed used to create the standard Oracle Solaris 11 installation media themselves. The construction process allows extensive customization including different package selection and boot archive contents, taking advantage of Oracle Solaris ZFS with resumable checkpointing by taking snapshots through the process.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
Platforms | x86, IBM Power and Z Series | x86, SPARC |
Interactive Installation | DVD Image (3.5Gb) | Interactive Text Installer (~500Mb) |
Automated Installation | Kickstart | Automated Installer |
Custom Media Creation | Customized media can be created by manually modifying a mounted ISO image | Distribution Constructor |
Key Links:
Oracle Solaris 11 Automated Install Guide
How to Perform System Archival and Recovery Procedures with Oracle Solaris 11
How to Create Customized Oracle Solaris 11 Images Using the Distribution Constructor
Oracle Solaris 11 includes a new network based package management framework called Image Packaging System, or IPS. IPS greatly advances the system software management lifecycle on Oracle Solaris reducing much of the complexity that existed with SVR4 packages and patches, and should feel familiar to most Linux administrators. System updates are applied to separate cloned filesystems called Boot Environments, which take advantage of the fact that Oracle ZFS is the default root filesystem with no additional setup required. This ensures that administrators can start their system updates well ahead of any planned maintenance windows while running their live production environments, taking down the machine for a reboot when required and boot into a new environment.
IPS uses network package repositories to store software content (over http or file based), relieving the need to bundle all software with installation media. IPS has been fully integrated into the Automated Installation technology for provisioning multiple machines. During a system install, a small boot image is downloaded to the system to allow it to run the necessary package commands and install the rest of the software from package repositories. These package repositories can be easily mirrored locally for administrators operating in network restricted environments, or simply wanting better change control for their systems. IPS also supports package signing to ensure that packages are being installed from a trusted source, and the ability to verify and fix packages that may have been modified on a system by accident.
IPS integrates package and patch management by updating package versions rather than applying patches with full package dependency checking. Installing new versions of packages is extremely bandwidth efficient, with only the exact files that have changed between package versions being downloaded over the wire. IPS can also manage updates across any Oracle Solaris Zones that are provisioned on a system automatically - an update in the global zone will trigger updates in all non-global zones, ensuring consistency is maintained.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
Packaging | RPM | Image Packaging System (IPS) |
Key Links:
Image Packaging System Administration Guide
Image Packaging System One Liners
Introducing the Basics of Image Packaging System
System configuration in Oracle Solaris 11 is handled through a mix of configuration files in /etc and the SMF. Unlike previous versions of Oracle Solaris, much of the typical system configuration associated during an installation (hostname, locale, timezone, name servers) is now stored in the SMF configuration repository. This change has been introduced so as to provide more structured management and consistency of configuration data as systems are upgraded, of new configuration is provided by Oracle. Through a series of configuration layers, administrators have improved control over any local changes made to the system ensuring that they don't get lost during system updates.
Services are handled with SMF on Oracle Solaris 11, though support for legacy RC scripts is still available for legacy applications. SMF provides a framework for tracking dependency and start order of services on the system, and automatically restarting services should a failure occur. SMF is integrated into the Oracle Solaris Fault Management Architecture (FMA) allowing complete software recovery during hardware faults. SMF also provides for the ability to notify administrators of service state changes through email notifications or SNMP traps, especially useful when monitoring critical application services.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
Services | Upstart
| Service Management Framework (SMF) The SMF configuration repository is divided into a series of configuration layers that allows administrators to record the source of properties, property groups, instances, and services, and better understand what administrative customizations have been made and which were provided by default. In order of priority, any administrative customization made to systems through the SMF command lines take precedent over the site profile location, which take precedent over the system profile location, which take precedent over the manifest location. These layerings are automatically managed by SMF. Commands: svcadm, svccfg, svcprop, svcs Manifest location: /lib/svc/manifest System profile location: /etc/svc/profile/generic.xml, /etc/svc/profile/platform.xml Site profile location: /etc/svc/profile/site |
General System Configuration | Locale: /etc/sysconfig/i18n | The following configuration is managed in the SMF configuration repository. |
Users | Commands: useradd, userdel, usermod, users, groupadd, groupdel, groupmod, groups, sudo | Commands: useradd, userdel, usermod, users, groupadd, groupdel, groupmod, groups, roleadd, roledel, rolemod, roles, auths, sudo |
Key Links
Oracle Solaris 11 Common Tasks
Transitioning from Oracle Solaris 10 to Oracle Solaris 11 Administration Guide
Oracle Solaris 11 uses profile-based network configuration which is comprised of two configuration modes - automatic and manual. These modes differ in how an administrator configures the networking on a system, either manually by using the dladm and ipadm command line utilities, or through applying a series of network profiles either through the command line or through a graphical utility.
With full network virtualization capabilities, administrators can create virtual network interfaces that act and feel like any normal physical ones allowing them to create virtual networks within a system without the restriction on physical devices. Network virtualization is fully integrated into Oracle Solaris Zones giving administrators the ability to create fully exclusive IP networks within each non-global zone - in fact exclusive IP and automatic virtual network interfaces (VNICs) are the default for each new zone creation. Additionally, virtual networks can be fully resource managed allowing traffic to be controlled by IP, transport protocol and port number.
Oracle Solaris 11 has a variety of integrated networking services - link aggregation, tunneling, bridging, and load balancing to name but a few.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
Basic Network Configuration | Automatic | Automatic |
Network Virtualization | Red Hat Enterprise Linux provides some network virtualization support for its virtualization solution, KVM. Administrators can set up access to the host OS, the internet, or resources on the network through a variety of means - from user networking, private virtual bridges or public bridges. | Network virtualization is administered at the data-link level. Once created VNICs act and feel like physical NICs. Virtual switches are automatically created to properly route the network traffic to the physical NIC device. VNICs can also be created over pseudo devices called 'etherstubs' rather than over physical NICs to create private virtual networks with full traffic isolation. Commands: dladm, flowadm, dlstat, flowstat Data-link Protection With virtual environments sometimes having exclusive access to a physical or virtual link, extra protections need to be made to ensure that potentially malicious virtual environments don't cause damage to the network. Link protection on Oracle Solaris 11 offers protection from IP and MAC spoofing, and L2 frame spoofing such as Bridge Protcol Data Unit (BPDU) attacks. Commands: dladm |
Bandwidth partitioning and resource control
| Linux Traffic Control Red Hat Enterprise Linux supports a number of tools for managing and manipulating the transmission of packets on the network. Among a wide range of different QoS configurations, support for Differentiated Services is also available. Commands: tc, iptables TCP congestion control RHEL supports a wide variety of congestion control algorithms (BIC, CUBIC, HighSpeed, H-TCP, Hybla, Illinois, Reno, Vegas, Westwood+). CUBIC is currently the default. Control Groups (Cgroups) Cgroups are a kernel feature that allows aggregating or partitioning tasks (processes) and all their children into hierarchical organized groups. These groups can be configured to show a specialized behavior that helps with tuning the system to make best use of available hardware and network resources. Commands: cg*, lscgroup
| IPQoS |
Link Aggregation | Ethernet/NIC Bonding (link aggregation) allows administrators to combine the bandwidth from several interfaces into a single connection. A number of different modes are supported during the loading of the bonding kernel driver module - round robin, active-backup, XOR, broadcast, 803.2ad dynamic link aggregation, adaptive (transmit) load balancing.
| IPMP IP Network multipathing provides physical interface failure detection, transparent network failover, and packet load spreading for systems with multiple interfaces that are connected to a particular LAN. Similar to link aggregation in concept, IPMP operates at the IP layer (Layer 3). In general, IPMP is used where higher degrees of availability are critical rather than increased network performance. There are 3 methods of failure detection - link state based failure detection, ICMP probe-based failure detection and transitive probing. Commands: ipadm, ipmpstat Link Aggregation Oracle Solaris 11 supports the organization of network interfaces into link aggregations, under the 803.2ad Link Aggregation Standard, and is administered at the link layer. Commands: dladm |
| IP Tunnels
| Red Hat Enterprise Linux supports three main types of tunneling - IPIP (IPv4 over IPv4 encapsulation), GRE (IPv4/6 over IPv4 encapsulation) and SIT (IPv6 over IPv4 encapsulation)
| Oracle Solaris 11 supports IPv4 (IPv4/6 over IPv4 encapsulation), IPv6 (IPv4/6 over IPv6 encapsulation) and 6to4 tunnels (IPv6 over IPv4 encapsulation, as a preferred way of transitioning from IPv4 to IPv6 addressing for networks that don't yet support IPv6). |
Bridging | Bridging on Red Hat Enterprise Linux supports Spanning Tree Protocol (STP) only.
| Bridging on Oracle Solaris 11 supports two protocols - Spanning Tree Protocol (STP) and Rapid Spanning Tree Protocol (RSTP) by default, TRILL. |
WiFI | Wide range of support for 802.11 compatible wireless devices and security protocols. | Support for 802.11 (a/b/g/n) for common wireless devices |
Load Balancing | Load Balancing functionality is provided with the Load Balancing Add-On to Red Hat Enterprise Linux - comprises of two main components - Linux Virtual Server (LVS) and the Piranha Configuration Tool. LVS supports both NAT and Direct Route load balancing. | ILB |
Link Layer Discovery | Red Hat Enterprise Linux supports Link Layer Discovery Protocol and Data Center Bridging | Link Layer Discovery |
Key Links
Oracle Solaris 11 Administration - IP Services
IPQos - Oracle Solaris Network Administration Guide
How to restrict your Application Traffic using Network Virtualization
Comparing IPMP and Link Aggregation - Oracle Solaris Network Administration Guide
Oracle Solaris 11 provides a varied and very mature set of virtualization solutions to meet the demands of different environments, supported either through direct hardware virtualization (Dynamic Domains, Oracle VM Server for SPARC) or operating system virtualization (Oracle Solaris Zones).
Oracle Solaris Zones provides native operating system virtualization, with low CPU and memory overhead. Zones operate as completely isolated virtual environments that run on a single OS instance. With integrated network virtualization, each non-global zone can have independent 'exclusive' IP stacks giving an unprecedented level of flexibility for application deployment in production environments. Oracle Solaris Zones are also integrated with IPS, allowing each non-global zone to have independent software stacks such that administrators can install different application stacks without the need to install those software stacks in the global zone. A simple package update on a system automatically updates each non-global zone, ensuring software version compatibility and application integrity.
Resource management for non-global zones provides further application refinement, including the ability to allow read-only zones for higher levels of security. The administration of Oracle Solaris Zones can also be delegated to another user, or set of users, providing an ideal multi-tenancy cloud environment.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
| KVM | Oracle Solaris Zones |
Key Links
Oracle Solaris Zones, Oracle Solaris 10 Zones, and Resource Management Administration Guide
How to Get Started Creating Oracle Solaris Zones in Oracle Solaris 11
Resource Management and Oracle Solaris Zones Development Guide
Oracle VM for SPARC Administration Guide
Oracle Solaris ZFS is the flagship 128-bit filesystem in Oracle Solaris 11. At the heart of the design process, ZFS ensures data integrity and protects against silent data corruption with continuous checksumming. ZFS has integrated file system and volume management, greatly reducing administrative complexity with the concept of virtual storage pools called zpools. With the ability to cache read and write data, administrators can take advantage of SSD disks among hybrid storage pools for improved read performance. ZFS uses a copy-on-write transactional model which provides excellent data efficiency, offering the ability to snapshot and clone filesystems instantly with zero storage costs. Snapshots and clones are the foundation of Boot Environments providing increased safety during important system upgrades using IPS.
Oracle Solaris ZFS includes a number of integrated data services - encryption, data deduplication, shadow migration, and software RAID.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
File Systems | Ext4 | Oracle Solaris ZFS |
Key Links
Oracle ZFS File Systems Administration Guide
How to Size Main Memory for ZFS Deduplication
Security in Oracle Solaris 11 is considered to be the highest priority, which is reflected in both the security services provided by the operating system itself, and during development when it adheres to the Oracle Software Security Assurance process mandating that security is integrated by design, not bolted on afterwards. Oracle Solaris security technologies protect data, applications, users, and the operating system itself from a variety of external and internal threats which reduces risk and prevents breaches.
The Cryptographic Framework provides cryptographic services to users and applications through individual commands, a user-level programming interface, a kernel programming interface, and user-level and kernel-level frameworks. The Cryptographic Framework provides these cryptographic services to applications and kernel modules in a manner seamless to the end user. It also brings direct cryptographic services, like encryption and decryption for files, to the end user. As a practical example, all applications written to the Cryptographic Framework can take advantage of the onboard crypto accelerator on the Oracle SPARC T4 chip with no additional work required.
The Trusted Extensions feature of Oracle Solaris is an optionally enabled layer of secure labeling technology that enables data security policies to be separated from data ownership. Oracle Solaris Trusted Extensions provides labels for local objects and processes, for the desktop and windowing system, for zones and file systems, and for network communications. These labels are to implement a Multilevel Security (MLS) policy that restricts flow of information based on label relationships.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
Mandatory Access Control, Role Based Acess and Multi-Level Security | SELinux | RBAC |
VPN | Openswan Openswan is a kernel-level IPsec implementation available in Red Hat Enterprise Linux. It employs key establishment protocols IKE (Internet Key Exchange) v1 and v2, implemented as user-level daemons. Commands: ipsec, ip, certutil Configuration file: /etc/ipsec.conf
| IPsec |
Firewall | Netfilter and IP Tables | IPfilter |
Encryption | Linux Unified Key Setup | ZFS |
Key Links
Oracle Solaris 11 Security Services Guide
Oracle Solaris 11 Security Technologies
Developers Guide to Oracle Solaris 11 Security
Trusted Extensions Configuration and Administration
Oracle Solaris 11 has a strong background in providing the highest levels of availability. The Oracle Solaris OS includes an architecture for building and deploying systems and services that are capable of predictive self healing. The service that is the core of the Fault Management Architecture (FMA) receives data related to hardware and software errors, automatically diagnoses the underlying problem, and responds by trying to take faulty components offline.
Oracle Solaris Cluster, an example of kernel-level clustering, provides a high availability solution by having redudant nodes where one or more systems continue to ensure critical services run if the other systems fail. Nodes may be located within the same data center or on different continents.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
| Availability
| Upstart Upstart can be used to automatically respawn services should an unexpected event occur. Commands: initctl Job definitions: /etc/init/*.conf The Red Hat Enterprise Linux High Availability Add-On provides provides on-demand failover to make applications highly available. It delivers continuous availability of services by eliminating single points of failure. | SMF & FMA |
Key Links
Using the Oracle Solaris Fault Manager
Oracle Solaris Cluster Installation Guide
Oracle Solaris 11 has a variety of monitoring tools that spread across different facets of the operating system. Oracle Solaris DTrace, the dynamic tracing framework, allows developers and administrators to safely troubleshoot the kernel and applications on live production systems. DTrace can be used to get an overview of all parts of the operating system (network I/O, CPU and memory) and help the user better understand what is happening at any given point in time. With well over 70,000 different individual probe points of instrumentation, DTrace gives levels of observability few systems can match.
Task | Red Hat Enterprise Linux | Oracle Solaris 11 |
|---|---|---|
| Monitoring
| SystemTap SystemTap provides dynamic instrumentation of Red Hat Enterprise Linux. Commands: stap, staprun, stap-report, stapsh, stap-merge, stap-prep A large selection of other administrative tools provide monitoring capabilities, including the following: Network: netstat I/O: iotop File system: stat CPU: mpstat VM: vmstat Process: top, pidstat, strace, pstree System Latency: latencytop Power Management: powertop File locations: /proc/* | DTrace |
Key Links
Red Hat Enterprise Linux to Oracle Solaris Porting Guide New
Oracle Solaris Dynamic Tracing Guide
Other Related Links:
Back to Evaluating Oracle Solaris 11 page
Oracle Solaris 11 Technologies
Oracle Solaris 11 How-To Guides
Oracle Solaris 11 White Papers
Revision date: 06/26/12
