SlideShare a Scribd company logo
1 of 41
Download to read offline
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal1
Oracle Solaris 11.1 new features
Orgad Kimchi
Oracle ISV engineering
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal2
The following is intended to outline our general product direction. It is
intended for information purposes only, and may not be incorporated into
any contract.
It is not a commitment to deliver any material, code, or functionality, and
should not be relied upon in making purchasing decisions. The
development, release, and timing of any features or functionality
described for Oracle‟s products remains at the sole discretion of Oracle.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal3
Oracle Solaris 11
Mission Critical Meets Cloud
Solaris 11
Highly Available, Secure
Platform for Enterprise Apps
 Predictive self healing
 ZFS data integrity
 Low overhead snapshots
 End to end encryption
 Application Clustering
 Compliance reporting
 DTrace observability
Large-scale Cloud
Management
 Zero overhead Server,
Storage, Network
virtualization
 Immutable zones
 Fast, fail safe
life cycle management
 Comprehensive cloud
management solution
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal4
Key enhancements delivered in Oracle Solaris 11.1
• Installation
• System configuration
• Virtualization
• Security and Compliance
• Networking
• Data management
• Kernel/platform support
The new Oracle Solaris 11.1 features over 300 new performance and
feature enhancements
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal5
Installation Enhancement
 The interactive installer now supports installing the OS to iSCSI
targets.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal6
ASR & OCM
 ASR (Auto Service Request) and OCM (Oracle Configuration
Manager) have been enabled by default
 ASR - create service requests to speed up support processes.
 OCM - Proactively provide support information and
 This is optional and can be disabled but helps a lot in support
cases.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal7
Service Management in Solaris (SMF)
 SMF provides an infrastructure that augments the traditional UNIX
startup scripts
 provides a mechanism to define the relationships between applications
or services
 Automated restart of services in correct order:
> administrative error
> software bug
> uncorrectable hardware error
 Parallel startup improves system boot time
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal8
Management Enhancement
• svccfg:
– New options extract and delcust (diffs management)
– Improved „editprop‟
• svcbundle: generates SMD manifests and profiles
• pfedit: for editing administrative files
• rsyslog: daemon for message logging
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal9
Svcbundle - Simple SMF Manifest Creation Tool
 The new command svcbundle helps you to create
SMF manifests without having to struggle with XML
editing.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal10
Svcbundle - Example
 Solaris 11.1
# svcbundle -o isv-service2.xml -s service-name=application/isv-service2 -s
model=wait -s start-method="/var/tmp/smf/isv-service2-start"
# cp isv-service2.xml /lib/svc/manifest/application
# svcadm restart manifest-import
# svcs isv-service2
 Solaris 10 & Solaris 11
# svccfg validate ./isv-service2.xml
# svccfg import ./isv-service2.xml
# svcs /application/isv-service2
STATE STIME FMRI
online 11:52:09 svc:/application/isv-service2:default
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal11
Svccfg - Improved SMF Service Configuration
 New options extract and delcust for svccfg(1M) to help
diff and apply customizations to other systems.
# svccfg listcust -M | grep mysvc
svc:/system/mysvc manifest MASKED
manifestfiles/lib_svc_manifest_test_mysvc_xml astring admin 
MASKED /lib/svc/manifest/test/mysvc.xml
svc:/system/mysvc:default manifest MASKED
# svccfg -s svc:/system/mysvc delcust
Deleting customizations for service: system/mysvc
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal12
Svccfg - Improved SMF Service Configuration
 Improvements to svccfg editprop to ease making
changes via text editor.
# svccfg -s svc:/application/pkg/system-repository:default editprop
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal13
RBAC - Role-based access control
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal14
RBAC Background
 Role-based access control allows system administrators to delegate the
administrative control of parts of the system to users.
 Users can be given the ability to run command with additional privileges
in two ways:
 Assigning a profile directly to the user, in which case no additional
authentication is required
 Creating a role and assigning the profiles to the role.
 It can also be used to build restrictive environments for users by
removing their ability to run commands they would normally be allowed
to run.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal15
pfedit - Administrative Edit
 Ever wondered how to delegate editing permissions to certain
files? It is well known "sudo /usr/bin/vi /etc/hosts" is not the right
way, for sudo elevates the complete vi process to admin levels,
 The user can "break" out of the session as root with simply
starting a shell from that vi.
 Now, the new pfedit command provides a solution exactly to this
challenge - an auditable, secure, per-user configurable editing
possibility.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal16
pfedit - Example
 Creating a Profile
 To create a profile with solaris.admin.edit authorization that can be assigned to users to modify
/etc/syslog.conf, use the profiles(1) command.
# profiles -p "syslog Configure"
profiles: syslog Configure> set auths=solaris.admin.edit /etc/syslog.conf
profiles: syslog Configure> set desc="Edit syslog configuration"
profiles: syslog Configure> exit
 Modifying /etc/syslog.conf
 If a user has the “syslog Configure” profile as configured in the previous example then
invoking:
 ~ pfedit /etc/syslog.conf
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal17
rsyslog - New Logging Daemon
 Native support for writing to MySQL databases
 Native support for writing to Postgres databases direct support for
SQLLite, Ingres, Oracle,
 Support for sending mail messages
 Support for (plain) tcp based syslog - much better reliability
 Sending and receiving compressed syslog messages.
 Log files larger than 2gb support for file size limitation and command
execution
 Support for running multiple rsyslogd instances on a single machine
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal18
/etc/rsyslog.conf – Example
# Remote Logging (we use TCP for reliable delivery)
# An on-disk queue is created for this action. If the remote host is
# down, messages are spooled to disk and sent when it is up again.
$WorkDirectory /var/spool/rsyslog # where to place spool files
$ActionQueueFileName uniqName # unique name prefix for spool files
$ActionQueueMaxDiskSpace 1g # 1gb space limit (use as much as possible)
$ActionQueueSaveOnShutdown on # save messages to disk on shutdown
$ActionQueueType LinkedList # run asynchronously
$ActionResumeRetryCount -1 # infinite retries if host is down
# remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional
#*.* @@remote-host:514
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal19
Improved Viewing of Per-CPU Statistics
 The performance analysis commands mpstat(1m),
cpustat(1m), and trapstat(1m)
 Provide a line of statistics output for each CPU. If there
is a large number of CPUs, there is far too much data
for a person to interpret, which makes it difficult to spot
the interesting and relevant data.
 New options have been added to sort, aggregate, and
display the data in a more condensed format.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal20
mpstat - Example
Improved viewing of per-CPU statistics
21 Copyright © 2011, Oracle and/or its affiliates. All rights
reserved.
Network Virtualization
• Fully simulate your production
environment
– Reduce expense with software network
equipment
– More testing means better quality
– Easier to test different scenarios or even
different production environments
• Rapidly roll out to your production
– Better define your production environment
network requirements
Test the Un-Testable
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal22
 Edge Virtual Bridging
– Making the network “virtualization
aware”
– Offload bandwidth control on switches
 Data Center Bridging
– Convergence of storage and networking
– Enabler for low latency RDMA over
Ethernet
– Multiple lanes of traffic on the same link
New with Solaris 11.1
Software Defined Networking
Save cost by leveraging
Ethernet for storage Prioritize bandwidth
for key applications
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal23
Edge Virtual Bridging (EVB)
 EVB extends network virtualization features into the physical network
infrastructure
 Allowing users to manage bandwidth and to increase utilization of
network resources. EVB is an IEEE standard 802.1Qbg that defines
new protocols and mechanisms for exchanging information about
virtual links between hosts/stations and a switch/bridge. Using EVB,
properties (such as the bandwidth limit) of the Oracle Solaris Virtual
NIC
 (VNIC) can be exchanged with the switch so that the switch can be
configured accordingly for the VNIC.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal24
Edge Virtual Bridging - Example
# lldpadm show-agent -lv net0
Agent: net0
Chassis ID Subtype: Local(7)
Port ID Subtype: MacAddress(3)
Port ID: 00:14:4f:01:77:5d
Port Description: net0
Time to Live: 81 (seconds)
System Name: hosta.example.com
System Description: SunOS 5.11 dcb-clone-x-01-19-11 i86pc
Supported Capabilities: bridge,router
Enabled Capabilities: router
Management Address: 192.168.1.2
Maximum Frame Size: 3000
Port VLAN ID: --
VLAN Name/ID: vlan25/25
VNIC PortID/VLAN ID: 02:08:20:72:71:31
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal25
Data Center Bridging (DCB)
 DCB allows the same network fabric to be used for both Ethernet and
storage traffic reducing overall infrastructure costs in a datacenter.
 Based on IEEE 802.1Qaz has been added to the DCB functionality
introduced in Oracle Solaris 11 11/11.
 This will provide guaranteed bandwidth and lossless Ethernet transport
for converged network environments where storage protocols share
the same fabric as regular network traffic.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal26
Data Center Bridging (DCB) -Example
# dladm show-phys -D pfc net0
LINK COS PFC PFC_EFFECT CLIENTS
ixgbe0 0 YES NO net0,vnic1
1 YES YES vnic2
2 YES NO vnic3
3 YES NO vnic4
4 YES NO vnic5
5 YES NO vnic6
6 YES NO vnic7
7 YES NO vnic8
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal27
VNIC Migration
 VNIC live migration is now supported from one physical NIC to another
on-the-fly
 For example, if a PNIC becomes saturated, a VNIC associated with
one key application can be migrated across to another PNIC (one with
available bandwidth) without taking an outage.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal28
VNIC Migration - Example
# dladm show-vnic
LINK OVER SPEED MACADDRESS MACADDRTYPE VID
vnic1 net0 1000 2:8:20:c2:39:38 random 0
vnic2 net0 1000 2:8:20:5f:84:ff random 0
# dladm modify-vnic -l net1 -L net0
# dladm show-vnic vnic0
LINK OVER SPEED MACADDRESS MACADDRTYPE VID
vnic1 net1 1000 2:8:20:c2:39:38 random 0
vnic2 net1 1000 2:8:20:5f:84:ff random 0
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal29
 Zone updates now execute
in parallel
 Time savings exponential across
datacenter
New with Solaris 11.1
Fast Zone Updates
4x less downtime
during maintenance windows
0 10 20 30 40
Solaris 11.1
Solaris 11
Minutes
Updating a T4 System with 20 Zones
Increase consolidation ratios without
increasing maintenance windows
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal30
 Zones on shared storage
 Zones framework automatically
manages
• Configuration/un-configuration of
storage services
• Attach/detach of storage devices
• zpool creation, import, export
• For SAN and iSCSI
New with Solaris 11.1
Easy Mobility for Zones
Move zones around between systems
quickly and easily
Z
o
n
e
B
Z
o
n
e
A
Z
o
n
e
C
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal31
Zones On Shared Storage (ZOSS) - Example
zonecfg -z zone1
Use 'create' to begin configuring a new zone.
zonecfg:zone1> create
create: Using system default template 'SYSdefault'
zonecfg:zone1> set zonename=zone1
zonecfg:zone1> set zonepath=/zones/zone1
zonecfg:zone1> add rootzpool
zonecfg:zone1:rootzpool> add storage dev:dsk/c7t2d0
zonecfg:zone1:rootzpool> end
zonecfg:zone1> exit
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal32
File System Statistics for Oracle Solaris Zones
 Until now, global zone administrators had no way of monitoring activity
in a particular zone
 Nor could non-global zone administrators monitor fstype activity in their
own zones.
 This update provides a per-fstype kstat (kernel statistic) for each zone.
The global zone also has a kstat exclusively reporting its activity.
 Now, over kstat you can find out which zone's I/O has an impact on the
other ones, see the examples in the
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal33
Reporting Per-Zone fstype Statistics for all Zones
$ fsstat -z s10 -z s10u9 zfs tmpfs
new name name attr attr lookup rddir read read write write
file remov chng get set ops ops ops bytes ops bytes
93 82 6 163K 110 507K 148 69.7K 67.9M 4.62K 13.7M zfs:s10
248 237 158 188K 101 612K 283 70.6K 68.6M 4.71K 15.2M zfs:s10u9
12.0K 1.90K 10.1K 35.4K 12 60.3K 4 25.7K 29.8M 36.6K 31.0M tmpfs:s10
12.0K 1.90K 10.1K 35.6K 14 60.2K 2 28.4K 32.1M 36.5K 30.9M
tmpfs:S10u9
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal34
Performance Improvements for Install and Attach Operations
 Enhancements to install and attach operations on Oracle Solaris Zones
have made zone system management operations much faster
 27 percent decrease in the time it takes to install a zone
 91 percent decrease in the time it takes to attach a zone have been
observed
 Along with the ability to update zones in parallel, this means that
planned service implementations or planned outages can be much
shorter.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal35
Driving Cloud Infrastructure Innovation
Security Immutable Zones
Deployment
Linked Images, Parallel Zone Updates, AI Integration, IPS integration,
Package minimization
Network
Virtual NICS (VNICS), Automatic VNICs, Bandwidth Control, Exclusive IP by
Default, Network Observability, Infiniband Enhancements, Data Center
Bridging, Edge Virtual Bridging
Storage
Zone Boot Environments, ZFS Datasets, Recursive ZFS send, NFS Server in
a Zone, Zones on Shared Storage, Lofi improvements
Migration
Pre-flight Checker, Solaris 10 Zones on Solaris 11, Zones install update for
V2V archives
Management
System Configuration, Clean Shutdown, Hung Zones, Zones “unavailable”
state, Zonestat, Per Zone fsstat, Zones RAD Module
Web Tier
Application Tier
Database Tier
Finance
Dataset
Financ
eZone
HR
Dataset
HR
Zone
Sales
Dataset
Sales
Zone
Solaris 11, Solaris 11.1
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal36
 New Optimized Shared Memory
interface (OSM)
 Works with Oracle DB
Automatic Memory
Management (AMM)
 Dynamic, NUMA- aware
granule based shared memory
New with Solaris 11.1
Oracle Optimized Shared Memory
Dynamically resize your
Database SGA online
without a reboot
Bring Oracle Database
instances up 2x faster
Oracle DB
SGA
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal37
Faster Memory Allocation Using vmtasks
The following tables show the time to create + lock + destroy a large segment,
normalized as milliseconds per gigabyte, before and after the introduction of vmtasks:
ISM DISM
system ncpu before after speedup
x4600 32 1386 245 6X
X7560 64 1016 153 7x
M9000 512 1196 206 6X
T5240 128 2506 234 11X
T4-2 128 1197 107 11x
system ncpu before after speedup
x4600 32 1582 265 6x
X7560 64 1116 158 7x
M9000 512 1165 152 8x
T5240 128 2796 198 14x
From: https://blogs.oracle.com/sistare/entry/faster_memory_allocation_using_vmtasks
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal38
Oracle Optimized Shared Memory – Cont’d
 To put this in perspective, consider creating a 512 GB ISM segment on
T4-2. Creating the segment would take 6 minutes with the old code,
and only 33 seconds with the new.
 If this is your Oracle SGA, you save over 5 minutes when starting the
database, and you also save when shutting it down prior to a restart.
 Those minutes go directly to your bottom line for service availability.
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal39
For More Information / Try Out Today
 Product overview and download
– oracle.com/solaris
 Oracle Technology Network
– oracle.com/technetwork/server-storage/solaris11
 System administrators community
– oracle.com/technetwork/systems
 @ORCL_Solaris
 facebook.com/oraclesolaris
 Oracle Solaris Insider
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal40
Questions
Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal41

More Related Content

What's hot

Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Kellyn Pot'Vin-Gorman
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
IOUG Collaborate 2014 Auditing/Security in EM12c
IOUG Collaborate 2014 Auditing/Security in EM12cIOUG Collaborate 2014 Auditing/Security in EM12c
IOUG Collaborate 2014 Auditing/Security in EM12cKellyn Pot'Vin-Gorman
 
New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerKellyn Pot'Vin-Gorman
 
F5 Networks Application Ready Solution for Oracle Database Technologies
F5 Networks Application Ready Solution for Oracle Database TechnologiesF5 Networks Application Ready Solution for Oracle Database Technologies
F5 Networks Application Ready Solution for Oracle Database TechnologiesF5 Networks
 
Presentation deploying oracle database 11g securely on oracle solaris
Presentation    deploying oracle database 11g securely on oracle solarisPresentation    deploying oracle database 11g securely on oracle solaris
Presentation deploying oracle database 11g securely on oracle solarisxKinAnx
 
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesCollaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesAnil Nair
 
Oracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityMarkus Michalewicz
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it Sandesh Rao
 
Oracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your ITOracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your ITMarkus Michalewicz
 
Oracle Solaris Application-Centric Lifecycle and DevOps
Oracle Solaris Application-Centric Lifecycle and DevOpsOracle Solaris Application-Centric Lifecycle and DevOps
Oracle Solaris Application-Centric Lifecycle and DevOpsOTN Systems Hub
 
MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL Brasil
 
Optimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cOptimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cKellyn Pot'Vin-Gorman
 
Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Markus Michalewicz
 
Oracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solutionOracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solutionOTN Systems Hub
 
2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL Server2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL ServerGeorgi Kodinov
 
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle ClusterwareManaging Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle ClusterwareLeighton Nelson
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsMarkus Michalewicz
 

What's hot (20)

Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016Database as a Service, Collaborate 2016
Database as a Service, Collaborate 2016
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
IOUG Collaborate 2014 Auditing/Security in EM12c
IOUG Collaborate 2014 Auditing/Security in EM12cIOUG Collaborate 2014 Auditing/Security in EM12c
IOUG Collaborate 2014 Auditing/Security in EM12c
 
Upgrading Em13c Collaborate 2016
Upgrading Em13c Collaborate 2016Upgrading Em13c Collaborate 2016
Upgrading Em13c Collaborate 2016
 
New Not Your Father's Enterprise Manager
New Not Your Father's Enterprise ManagerNew Not Your Father's Enterprise Manager
New Not Your Father's Enterprise Manager
 
Enterprise manager 13c
Enterprise manager 13cEnterprise manager 13c
Enterprise manager 13c
 
F5 Networks Application Ready Solution for Oracle Database Technologies
F5 Networks Application Ready Solution for Oracle Database TechnologiesF5 Networks Application Ready Solution for Oracle Database Technologies
F5 Networks Application Ready Solution for Oracle Database Technologies
 
Presentation deploying oracle database 11g securely on oracle solaris
Presentation    deploying oracle database 11g securely on oracle solarisPresentation    deploying oracle database 11g securely on oracle solaris
Presentation deploying oracle database 11g securely on oracle solaris
 
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best PracticesCollaborate 17 Oracle RAC 12cRel 2 Best Practices
Collaborate 17 Oracle RAC 12cRel 2 Best Practices
 
Oracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven ScalabilityOracle RAC - Customer Proven Scalability
Oracle RAC - Customer Proven Scalability
 
TFA Collector - what can one do with it
TFA Collector - what can one do with it TFA Collector - what can one do with it
TFA Collector - what can one do with it
 
Oracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your ITOracle RAC - A Safe Investment into the Future of Your IT
Oracle RAC - A Safe Investment into the Future of Your IT
 
Oracle Solaris Application-Centric Lifecycle and DevOps
Oracle Solaris Application-Centric Lifecycle and DevOpsOracle Solaris Application-Centric Lifecycle and DevOps
Oracle Solaris Application-Centric Lifecycle and DevOps
 
MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15MySQL The State of the Dolphin - jun15
MySQL The State of the Dolphin - jun15
 
Optimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12cOptimizing the Enterprise Manager 12c
Optimizing the Enterprise Manager 12c
 
Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13Oracle RAC 12c New Features List OOW13
Oracle RAC 12c New Features List OOW13
 
Oracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solutionOracle making openstack an enterprise grade solution
Oracle making openstack an enterprise grade solution
 
2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL Server2014 OpenSuse Conf: Protect your MySQL Server
2014 OpenSuse Conf: Protect your MySQL Server
 
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle ClusterwareManaging Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
Managing Oracle Enterprise Manager Cloud Control 12c with Oracle Clusterware
 
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim WilliamsOracle Flex ASM - What’s New and Best Practices by Jim Williams
Oracle Flex ASM - What’s New and Best Practices by Jim Williams
 

Similar to Oracle Solaris 11.1 New Features

206510 p6 upgrade considerations
206510 p6 upgrade considerations206510 p6 upgrade considerations
206510 p6 upgrade considerationsp6academy
 
GlassFish in Production Environments
GlassFish in Production EnvironmentsGlassFish in Production Environments
GlassFish in Production EnvironmentsBruno Borges
 
OUGLS 2016: Guided Tour On The MySQL Source Code
OUGLS 2016: Guided Tour On The MySQL Source CodeOUGLS 2016: Guided Tour On The MySQL Source Code
OUGLS 2016: Guided Tour On The MySQL Source CodeGeorgi Kodinov
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
State of the Dolphin, at db tech showcase Osaka 2014
State of the Dolphin, at db tech showcase Osaka 2014State of the Dolphin, at db tech showcase Osaka 2014
State of the Dolphin, at db tech showcase Osaka 2014Ryusuke Kajiyama
 
Oracle_DB_sobre_Oracle
Oracle_DB_sobre_OracleOracle_DB_sobre_Oracle
Oracle_DB_sobre_OracleFran Navarro
 
Meetup my sql5.6_cluster
Meetup my sql5.6_clusterMeetup my sql5.6_cluster
Meetup my sql5.6_clusterLee Stigile
 
8392-exadatamaa-1887964.pptx
8392-exadatamaa-1887964.pptx8392-exadatamaa-1887964.pptx
8392-exadatamaa-1887964.pptxRaniVuppal
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationYudi Herdiana
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Bobby Curtis
 
Automated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and RedfishAutomated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and RedfishJose De La Rosa
 
Oracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overviewOracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overviewPaulo Fagundes
 
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Courtney Llamas
 
Ebs performance tuning session feb 13 2013---Presented by Oracle
Ebs performance tuning session  feb 13 2013---Presented by OracleEbs performance tuning session  feb 13 2013---Presented by Oracle
Ebs performance tuning session feb 13 2013---Presented by OracleAkash Pramanik
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataInfiniteGraph
 
11g Identity Management - InSync10
11g Identity Management - InSync1011g Identity Management - InSync10
11g Identity Management - InSync10Peter McLarty
 
Under the Hood 11g Identity Management
Under the Hood  11g Identity ManagementUnder the Hood  11g Identity Management
Under the Hood 11g Identity ManagementInSync Conference
 
MySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisationMySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisationMark Swarbrick
 
FOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxFOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxssuser20fcbe
 

Similar to Oracle Solaris 11.1 New Features (20)

206510 p6 upgrade considerations
206510 p6 upgrade considerations206510 p6 upgrade considerations
206510 p6 upgrade considerations
 
GlassFish in Production Environments
GlassFish in Production EnvironmentsGlassFish in Production Environments
GlassFish in Production Environments
 
OUGLS 2016: Guided Tour On The MySQL Source Code
OUGLS 2016: Guided Tour On The MySQL Source CodeOUGLS 2016: Guided Tour On The MySQL Source Code
OUGLS 2016: Guided Tour On The MySQL Source Code
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
State of the Dolphin, at db tech showcase Osaka 2014
State of the Dolphin, at db tech showcase Osaka 2014State of the Dolphin, at db tech showcase Osaka 2014
State of the Dolphin, at db tech showcase Osaka 2014
 
Oracle_DB_sobre_Oracle
Oracle_DB_sobre_OracleOracle_DB_sobre_Oracle
Oracle_DB_sobre_Oracle
 
Meetup my sql5.6_cluster
Meetup my sql5.6_clusterMeetup my sql5.6_cluster
Meetup my sql5.6_cluster
 
8392-exadatamaa-1887964.pptx
8392-exadatamaa-1887964.pptx8392-exadatamaa-1887964.pptx
8392-exadatamaa-1887964.pptx
 
Oracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for ConsolidationOracle Database 12c Multitenant for Consolidation
Oracle Database 12c Multitenant for Consolidation
 
Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)Database As A Service: OEM + ODA (OOW 15 Presentation)
Database As A Service: OEM + ODA (OOW 15 Presentation)
 
Automated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and RedfishAutomated Out-of-Band management with Ansible and Redfish
Automated Out-of-Band management with Ansible and Redfish
 
Oracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overviewOracle NoSQL Database release 3.0 overview
Oracle NoSQL Database release 3.0 overview
 
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
Zero to Manageability in 60 Minutes: Building a Solid Foundation for Oracle E...
 
Ebs performance tuning session feb 13 2013---Presented by Oracle
Ebs performance tuning session  feb 13 2013---Presented by OracleEbs performance tuning session  feb 13 2013---Presented by Oracle
Ebs performance tuning session feb 13 2013---Presented by Oracle
 
Solution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big DataSolution Use Case Demo: The Power of Relationships in Your Big Data
Solution Use Case Demo: The Power of Relationships in Your Big Data
 
11g Identity Management - InSync10
11g Identity Management - InSync1011g Identity Management - InSync10
11g Identity Management - InSync10
 
Marcin Szałowicz - MySQL Workbench
Marcin Szałowicz - MySQL WorkbenchMarcin Szałowicz - MySQL Workbench
Marcin Szałowicz - MySQL Workbench
 
Under the Hood 11g Identity Management
Under the Hood  11g Identity ManagementUnder the Hood  11g Identity Management
Under the Hood 11g Identity Management
 
MySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisationMySQL Webinar 2/4 Performance tuning, hardware, optimisation
MySQL Webinar 2/4 Performance tuning, hardware, optimisation
 
FOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptxFOISDBA-Ver1.1.pptx
FOISDBA-Ver1.1.pptx
 

More from Orgad Kimchi

Deploying and Managing Artificial Intelligence Services using the Open Data H...
Deploying and Managing Artificial Intelligence Services using the Open Data H...Deploying and Managing Artificial Intelligence Services using the Open Data H...
Deploying and Managing Artificial Intelligence Services using the Open Data H...Orgad Kimchi
 
Red hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategyRed hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategyOrgad Kimchi
 
Red Hat Enteprise Linux Open Stack Platfrom Director
Red Hat Enteprise Linux Open Stack Platfrom DirectorRed Hat Enteprise Linux Open Stack Platfrom Director
Red Hat Enteprise Linux Open Stack Platfrom DirectorOrgad Kimchi
 
OpenStack for devops environment
OpenStack for devops environment OpenStack for devops environment
OpenStack for devops environment Orgad Kimchi
 
Solaris 11.2 What's New
Solaris 11.2 What's NewSolaris 11.2 What's New
Solaris 11.2 What's NewOrgad Kimchi
 
Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...
Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...
Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...Orgad Kimchi
 
Oracle Solaris 11 as a BIG Data Platform Apache Hadoop Use Case
Oracle Solaris 11 as a BIG Data Platform Apache Hadoop Use CaseOracle Solaris 11 as a BIG Data Platform Apache Hadoop Use Case
Oracle Solaris 11 as a BIG Data Platform Apache Hadoop Use CaseOrgad Kimchi
 
Cloud Observation and Performance Analysis using Solaris 11 DTrace
Cloud Observation and Performance Analysis using Solaris 11 DTraceCloud Observation and Performance Analysis using Solaris 11 DTrace
Cloud Observation and Performance Analysis using Solaris 11 DTraceOrgad Kimchi
 
Oracle Solaris 11 Built for Clouds
Oracle Solaris 11 Built for Clouds Oracle Solaris 11 Built for Clouds
Oracle Solaris 11 Built for Clouds Orgad Kimchi
 
New Generation of SPARC Processors Boosting Oracle S/W Angelo Rajadurai
New Generation of SPARC Processors Boosting Oracle S/W Angelo RajaduraiNew Generation of SPARC Processors Boosting Oracle S/W Angelo Rajadurai
New Generation of SPARC Processors Boosting Oracle S/W Angelo RajaduraiOrgad Kimchi
 

More from Orgad Kimchi (10)

Deploying and Managing Artificial Intelligence Services using the Open Data H...
Deploying and Managing Artificial Intelligence Services using the Open Data H...Deploying and Managing Artificial Intelligence Services using the Open Data H...
Deploying and Managing Artificial Intelligence Services using the Open Data H...
 
Red hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategyRed hat's updates on the cloud & infrastructure strategy
Red hat's updates on the cloud & infrastructure strategy
 
Red Hat Enteprise Linux Open Stack Platfrom Director
Red Hat Enteprise Linux Open Stack Platfrom DirectorRed Hat Enteprise Linux Open Stack Platfrom Director
Red Hat Enteprise Linux Open Stack Platfrom Director
 
OpenStack for devops environment
OpenStack for devops environment OpenStack for devops environment
OpenStack for devops environment
 
Solaris 11.2 What's New
Solaris 11.2 What's NewSolaris 11.2 What's New
Solaris 11.2 What's New
 
Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...
Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...
Performance analysis in a multitenant cloud environment Using Hadoop Cluster ...
 
Oracle Solaris 11 as a BIG Data Platform Apache Hadoop Use Case
Oracle Solaris 11 as a BIG Data Platform Apache Hadoop Use CaseOracle Solaris 11 as a BIG Data Platform Apache Hadoop Use Case
Oracle Solaris 11 as a BIG Data Platform Apache Hadoop Use Case
 
Cloud Observation and Performance Analysis using Solaris 11 DTrace
Cloud Observation and Performance Analysis using Solaris 11 DTraceCloud Observation and Performance Analysis using Solaris 11 DTrace
Cloud Observation and Performance Analysis using Solaris 11 DTrace
 
Oracle Solaris 11 Built for Clouds
Oracle Solaris 11 Built for Clouds Oracle Solaris 11 Built for Clouds
Oracle Solaris 11 Built for Clouds
 
New Generation of SPARC Processors Boosting Oracle S/W Angelo Rajadurai
New Generation of SPARC Processors Boosting Oracle S/W Angelo RajaduraiNew Generation of SPARC Processors Boosting Oracle S/W Angelo Rajadurai
New Generation of SPARC Processors Boosting Oracle S/W Angelo Rajadurai
 

Recently uploaded

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 

Recently uploaded (20)

"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 

Oracle Solaris 11.1 New Features

  • 1. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal1 Oracle Solaris 11.1 new features Orgad Kimchi Oracle ISV engineering
  • 2. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal2 The following is intended to outline our general product direction. It is intended for information purposes only, and may not be incorporated into any contract. It is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described for Oracle‟s products remains at the sole discretion of Oracle.
  • 3. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal3 Oracle Solaris 11 Mission Critical Meets Cloud Solaris 11 Highly Available, Secure Platform for Enterprise Apps  Predictive self healing  ZFS data integrity  Low overhead snapshots  End to end encryption  Application Clustering  Compliance reporting  DTrace observability Large-scale Cloud Management  Zero overhead Server, Storage, Network virtualization  Immutable zones  Fast, fail safe life cycle management  Comprehensive cloud management solution
  • 4. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal4 Key enhancements delivered in Oracle Solaris 11.1 • Installation • System configuration • Virtualization • Security and Compliance • Networking • Data management • Kernel/platform support The new Oracle Solaris 11.1 features over 300 new performance and feature enhancements
  • 5. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal5 Installation Enhancement  The interactive installer now supports installing the OS to iSCSI targets.
  • 6. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal6 ASR & OCM  ASR (Auto Service Request) and OCM (Oracle Configuration Manager) have been enabled by default  ASR - create service requests to speed up support processes.  OCM - Proactively provide support information and  This is optional and can be disabled but helps a lot in support cases.
  • 7. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal7 Service Management in Solaris (SMF)  SMF provides an infrastructure that augments the traditional UNIX startup scripts  provides a mechanism to define the relationships between applications or services  Automated restart of services in correct order: > administrative error > software bug > uncorrectable hardware error  Parallel startup improves system boot time
  • 8. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal8 Management Enhancement • svccfg: – New options extract and delcust (diffs management) – Improved „editprop‟ • svcbundle: generates SMD manifests and profiles • pfedit: for editing administrative files • rsyslog: daemon for message logging
  • 9. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal9 Svcbundle - Simple SMF Manifest Creation Tool  The new command svcbundle helps you to create SMF manifests without having to struggle with XML editing.
  • 10. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal10 Svcbundle - Example  Solaris 11.1 # svcbundle -o isv-service2.xml -s service-name=application/isv-service2 -s model=wait -s start-method="/var/tmp/smf/isv-service2-start" # cp isv-service2.xml /lib/svc/manifest/application # svcadm restart manifest-import # svcs isv-service2  Solaris 10 & Solaris 11 # svccfg validate ./isv-service2.xml # svccfg import ./isv-service2.xml # svcs /application/isv-service2 STATE STIME FMRI online 11:52:09 svc:/application/isv-service2:default
  • 11. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal11 Svccfg - Improved SMF Service Configuration  New options extract and delcust for svccfg(1M) to help diff and apply customizations to other systems. # svccfg listcust -M | grep mysvc svc:/system/mysvc manifest MASKED manifestfiles/lib_svc_manifest_test_mysvc_xml astring admin MASKED /lib/svc/manifest/test/mysvc.xml svc:/system/mysvc:default manifest MASKED # svccfg -s svc:/system/mysvc delcust Deleting customizations for service: system/mysvc
  • 12. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal12 Svccfg - Improved SMF Service Configuration  Improvements to svccfg editprop to ease making changes via text editor. # svccfg -s svc:/application/pkg/system-repository:default editprop
  • 13. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal13 RBAC - Role-based access control
  • 14. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal14 RBAC Background  Role-based access control allows system administrators to delegate the administrative control of parts of the system to users.  Users can be given the ability to run command with additional privileges in two ways:  Assigning a profile directly to the user, in which case no additional authentication is required  Creating a role and assigning the profiles to the role.  It can also be used to build restrictive environments for users by removing their ability to run commands they would normally be allowed to run.
  • 15. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal15 pfedit - Administrative Edit  Ever wondered how to delegate editing permissions to certain files? It is well known "sudo /usr/bin/vi /etc/hosts" is not the right way, for sudo elevates the complete vi process to admin levels,  The user can "break" out of the session as root with simply starting a shell from that vi.  Now, the new pfedit command provides a solution exactly to this challenge - an auditable, secure, per-user configurable editing possibility.
  • 16. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal16 pfedit - Example  Creating a Profile  To create a profile with solaris.admin.edit authorization that can be assigned to users to modify /etc/syslog.conf, use the profiles(1) command. # profiles -p "syslog Configure" profiles: syslog Configure> set auths=solaris.admin.edit /etc/syslog.conf profiles: syslog Configure> set desc="Edit syslog configuration" profiles: syslog Configure> exit  Modifying /etc/syslog.conf  If a user has the “syslog Configure” profile as configured in the previous example then invoking:  ~ pfedit /etc/syslog.conf
  • 17. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal17 rsyslog - New Logging Daemon  Native support for writing to MySQL databases  Native support for writing to Postgres databases direct support for SQLLite, Ingres, Oracle,  Support for sending mail messages  Support for (plain) tcp based syslog - much better reliability  Sending and receiving compressed syslog messages.  Log files larger than 2gb support for file size limitation and command execution  Support for running multiple rsyslogd instances on a single machine
  • 18. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal18 /etc/rsyslog.conf – Example # Remote Logging (we use TCP for reliable delivery) # An on-disk queue is created for this action. If the remote host is # down, messages are spooled to disk and sent when it is up again. $WorkDirectory /var/spool/rsyslog # where to place spool files $ActionQueueFileName uniqName # unique name prefix for spool files $ActionQueueMaxDiskSpace 1g # 1gb space limit (use as much as possible) $ActionQueueSaveOnShutdown on # save messages to disk on shutdown $ActionQueueType LinkedList # run asynchronously $ActionResumeRetryCount -1 # infinite retries if host is down # remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional #*.* @@remote-host:514
  • 19. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal19 Improved Viewing of Per-CPU Statistics  The performance analysis commands mpstat(1m), cpustat(1m), and trapstat(1m)  Provide a line of statistics output for each CPU. If there is a large number of CPUs, there is far too much data for a person to interpret, which makes it difficult to spot the interesting and relevant data.  New options have been added to sort, aggregate, and display the data in a more condensed format.
  • 20. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal20 mpstat - Example Improved viewing of per-CPU statistics
  • 21. 21 Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Network Virtualization • Fully simulate your production environment – Reduce expense with software network equipment – More testing means better quality – Easier to test different scenarios or even different production environments • Rapidly roll out to your production – Better define your production environment network requirements Test the Un-Testable
  • 22. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal22  Edge Virtual Bridging – Making the network “virtualization aware” – Offload bandwidth control on switches  Data Center Bridging – Convergence of storage and networking – Enabler for low latency RDMA over Ethernet – Multiple lanes of traffic on the same link New with Solaris 11.1 Software Defined Networking Save cost by leveraging Ethernet for storage Prioritize bandwidth for key applications
  • 23. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal23 Edge Virtual Bridging (EVB)  EVB extends network virtualization features into the physical network infrastructure  Allowing users to manage bandwidth and to increase utilization of network resources. EVB is an IEEE standard 802.1Qbg that defines new protocols and mechanisms for exchanging information about virtual links between hosts/stations and a switch/bridge. Using EVB, properties (such as the bandwidth limit) of the Oracle Solaris Virtual NIC  (VNIC) can be exchanged with the switch so that the switch can be configured accordingly for the VNIC.
  • 24. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal24 Edge Virtual Bridging - Example # lldpadm show-agent -lv net0 Agent: net0 Chassis ID Subtype: Local(7) Port ID Subtype: MacAddress(3) Port ID: 00:14:4f:01:77:5d Port Description: net0 Time to Live: 81 (seconds) System Name: hosta.example.com System Description: SunOS 5.11 dcb-clone-x-01-19-11 i86pc Supported Capabilities: bridge,router Enabled Capabilities: router Management Address: 192.168.1.2 Maximum Frame Size: 3000 Port VLAN ID: -- VLAN Name/ID: vlan25/25 VNIC PortID/VLAN ID: 02:08:20:72:71:31
  • 25. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal25 Data Center Bridging (DCB)  DCB allows the same network fabric to be used for both Ethernet and storage traffic reducing overall infrastructure costs in a datacenter.  Based on IEEE 802.1Qaz has been added to the DCB functionality introduced in Oracle Solaris 11 11/11.  This will provide guaranteed bandwidth and lossless Ethernet transport for converged network environments where storage protocols share the same fabric as regular network traffic.
  • 26. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal26 Data Center Bridging (DCB) -Example # dladm show-phys -D pfc net0 LINK COS PFC PFC_EFFECT CLIENTS ixgbe0 0 YES NO net0,vnic1 1 YES YES vnic2 2 YES NO vnic3 3 YES NO vnic4 4 YES NO vnic5 5 YES NO vnic6 6 YES NO vnic7 7 YES NO vnic8
  • 27. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal27 VNIC Migration  VNIC live migration is now supported from one physical NIC to another on-the-fly  For example, if a PNIC becomes saturated, a VNIC associated with one key application can be migrated across to another PNIC (one with available bandwidth) without taking an outage.
  • 28. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal28 VNIC Migration - Example # dladm show-vnic LINK OVER SPEED MACADDRESS MACADDRTYPE VID vnic1 net0 1000 2:8:20:c2:39:38 random 0 vnic2 net0 1000 2:8:20:5f:84:ff random 0 # dladm modify-vnic -l net1 -L net0 # dladm show-vnic vnic0 LINK OVER SPEED MACADDRESS MACADDRTYPE VID vnic1 net1 1000 2:8:20:c2:39:38 random 0 vnic2 net1 1000 2:8:20:5f:84:ff random 0
  • 29. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal29  Zone updates now execute in parallel  Time savings exponential across datacenter New with Solaris 11.1 Fast Zone Updates 4x less downtime during maintenance windows 0 10 20 30 40 Solaris 11.1 Solaris 11 Minutes Updating a T4 System with 20 Zones Increase consolidation ratios without increasing maintenance windows
  • 30. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal30  Zones on shared storage  Zones framework automatically manages • Configuration/un-configuration of storage services • Attach/detach of storage devices • zpool creation, import, export • For SAN and iSCSI New with Solaris 11.1 Easy Mobility for Zones Move zones around between systems quickly and easily Z o n e B Z o n e A Z o n e C
  • 31. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal31 Zones On Shared Storage (ZOSS) - Example zonecfg -z zone1 Use 'create' to begin configuring a new zone. zonecfg:zone1> create create: Using system default template 'SYSdefault' zonecfg:zone1> set zonename=zone1 zonecfg:zone1> set zonepath=/zones/zone1 zonecfg:zone1> add rootzpool zonecfg:zone1:rootzpool> add storage dev:dsk/c7t2d0 zonecfg:zone1:rootzpool> end zonecfg:zone1> exit
  • 32. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal32 File System Statistics for Oracle Solaris Zones  Until now, global zone administrators had no way of monitoring activity in a particular zone  Nor could non-global zone administrators monitor fstype activity in their own zones.  This update provides a per-fstype kstat (kernel statistic) for each zone. The global zone also has a kstat exclusively reporting its activity.  Now, over kstat you can find out which zone's I/O has an impact on the other ones, see the examples in the
  • 33. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal33 Reporting Per-Zone fstype Statistics for all Zones $ fsstat -z s10 -z s10u9 zfs tmpfs new name name attr attr lookup rddir read read write write file remov chng get set ops ops ops bytes ops bytes 93 82 6 163K 110 507K 148 69.7K 67.9M 4.62K 13.7M zfs:s10 248 237 158 188K 101 612K 283 70.6K 68.6M 4.71K 15.2M zfs:s10u9 12.0K 1.90K 10.1K 35.4K 12 60.3K 4 25.7K 29.8M 36.6K 31.0M tmpfs:s10 12.0K 1.90K 10.1K 35.6K 14 60.2K 2 28.4K 32.1M 36.5K 30.9M tmpfs:S10u9
  • 34. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal34 Performance Improvements for Install and Attach Operations  Enhancements to install and attach operations on Oracle Solaris Zones have made zone system management operations much faster  27 percent decrease in the time it takes to install a zone  91 percent decrease in the time it takes to attach a zone have been observed  Along with the ability to update zones in parallel, this means that planned service implementations or planned outages can be much shorter.
  • 35. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal35 Driving Cloud Infrastructure Innovation Security Immutable Zones Deployment Linked Images, Parallel Zone Updates, AI Integration, IPS integration, Package minimization Network Virtual NICS (VNICS), Automatic VNICs, Bandwidth Control, Exclusive IP by Default, Network Observability, Infiniband Enhancements, Data Center Bridging, Edge Virtual Bridging Storage Zone Boot Environments, ZFS Datasets, Recursive ZFS send, NFS Server in a Zone, Zones on Shared Storage, Lofi improvements Migration Pre-flight Checker, Solaris 10 Zones on Solaris 11, Zones install update for V2V archives Management System Configuration, Clean Shutdown, Hung Zones, Zones “unavailable” state, Zonestat, Per Zone fsstat, Zones RAD Module Web Tier Application Tier Database Tier Finance Dataset Financ eZone HR Dataset HR Zone Sales Dataset Sales Zone Solaris 11, Solaris 11.1
  • 36. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal36  New Optimized Shared Memory interface (OSM)  Works with Oracle DB Automatic Memory Management (AMM)  Dynamic, NUMA- aware granule based shared memory New with Solaris 11.1 Oracle Optimized Shared Memory Dynamically resize your Database SGA online without a reboot Bring Oracle Database instances up 2x faster Oracle DB SGA
  • 37. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal37 Faster Memory Allocation Using vmtasks The following tables show the time to create + lock + destroy a large segment, normalized as milliseconds per gigabyte, before and after the introduction of vmtasks: ISM DISM system ncpu before after speedup x4600 32 1386 245 6X X7560 64 1016 153 7x M9000 512 1196 206 6X T5240 128 2506 234 11X T4-2 128 1197 107 11x system ncpu before after speedup x4600 32 1582 265 6x X7560 64 1116 158 7x M9000 512 1165 152 8x T5240 128 2796 198 14x From: https://blogs.oracle.com/sistare/entry/faster_memory_allocation_using_vmtasks
  • 38. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal38 Oracle Optimized Shared Memory – Cont’d  To put this in perspective, consider creating a 512 GB ISM segment on T4-2. Creating the segment would take 6 minutes with the old code, and only 33 seconds with the new.  If this is your Oracle SGA, you save over 5 minutes when starting the database, and you also save when shutting it down prior to a restart.  Those minutes go directly to your bottom line for service availability.
  • 39. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal39 For More Information / Try Out Today  Product overview and download – oracle.com/solaris  Oracle Technology Network – oracle.com/technetwork/server-storage/solaris11  System administrators community – oracle.com/technetwork/systems  @ORCL_Solaris  facebook.com/oraclesolaris  Oracle Solaris Insider
  • 40. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal40 Questions
  • 41. Copyright © 2012, Oracle and/or its affiliates. All rights reserved. Confidential – Oracle Internal41