SlideShare a Scribd company logo
1 of 36
Download to read offline
1
What is Delivered with Solaris 11.4?
Marcel Hofstetter
hofstetter@jomasoft.ch
https://jomasoftmarcel.blogspot.ch
CEO / Enterprise Consultant
JomaSoft GmbH
Oracle ACE „Solaris“
V1.0 / 05.12.2018
2
Agenda
About JomaSoft
Solaris 10: History
New Features introduced with Solaris 11
Solaris 11.4 (available since 08/2018)
3
About JomaSoft
Engineering company founded in July 2000
specialized in Solaris and software
development, operations and consulting
Product VDCF (Virtual Datacenter Cloud Framework)
Installation, Management, Operations, Monitoring,
Security and DR for Solaris 10/11,
Virtualize using LDoms and Solaris Zones
VDCF is used in production since 2006
4
Marcel Hofstetter
Working in IT since 25+ years
Solaris since 20 years
CEO at JomaSoft GmbH since 18 years
International Speaker:
Oracle OpenWorld, DOAG, UKOUG, SOUG, AOUG
Oracle ACE „Solaris“
https://twitter.com/marcel_jomasoft
SOUG (Swiss Oracle User Group) – Speaker of the Year 2016
Hobbies: Family, Travel, Wine & Dine, Movies
https://www.linkedin.com/in/marcelhofstetter
https://jomasoftmarcel.blogspot.ch
5
Solaris 10: History
First Version available: 13 years ago → 2005
New Features
Solaris Zones (Container)
ZFS (Filesystem)
Dtrace (Debugging)
6
Solaris Zones (Container)
Migration possible
7
Solaris ZFS
ZPOOL
Disk1 Disk2 Disk3
/export
/oradata
/u01
ZFS Filesystems
● Easy to use
● Flexible
● Filesystem size is optional
● Snapshots & Clones
● COW / No fscheck
● Stripe, Mirror, RAID
● Add disks to grow
● Export & Import
8
Solaris Dtrace
(Lowlevel) System analysis in real time
# dtrace -n 'proc:::exec-success { trace(curpsinfo->pr_psargs); }'
dtrace: description 'proc:::exec-success ' matched 1 probe
CPU ID FUNCTION:NAME
1 18531 exec_common:exec-success /bin/mail -E
2 18531 exec_common:exec-success /usr/sbin/quota
3 18531 exec_common:exec-success -bash
5 18531 exec_common:exec-success /usr/lib/ssh/sshd -R
6 18531 exec_common:exec-success /bin/cat -s/etc/motd
3 18531 exec_common:exec-success zpool list
9
Solaris 10: Extended Support
Premier Support expired on 31.01.2018
Since 01.02.2018 in Extended Support
Must be ordered to gain access to new Patches
Cost: Additional 10%
Patches each Quarter
Additional 20% 01.02.2019 – 31.01.2021
Starting 01.02.2021
Support yes, but no new Patches
It is about time to migrate to Solaris 11
10
Solaris 11
Available for 7 years already: 11/2011
Premium Support till 2031 / Extended till 2034
What's new
Centralized Package Repository
(pkg install command installs all dependent Packages)
Root Filesystem must be ZFS
BootEnvironments make sure you can failback to previous setup after
Patching/Upgrade
Patching is more efficent (s10: 3 Std → s11: 20 Min)
Dynamic network config (VNIC, excl IP-Stack for Zones)
Secure by default
11
Solaris 11.1 (2012)
Security
Read-Only Environments (Zones)
Hacker and Applications can't make any changes on the system
→ Remote Logging
LDom Secure Live Migration
12
Solaris 11.2 (2014)
Kernel Zones
Kernel Zones are independent of each other with own Kernel.
Update individually
Unified Archives
Very efficient Installation of predefined Environments/Images
(Bare Metal Recovery in 15 Minutes)
Live Zone Reconfiguration (LZR)
Change CPU, FS, Network, Disks without reboot
13
Solaris 11.3 (2015)
Security Compliance
Security HTML-Reports (PCI-DSS, ...)
CVE Metadate (Vulnerabilities)
Is Fix installed ?
14
Solaris 11.3 – Compliance tool
15
Solaris 11.3 – Compliance tool
16
VDCF Dashboard – Compliance
17
Solaris 11.4
Available since 08/2018
What's new
Solaris (Web) Dashboard
Admin History
ZFS: Asynchronous Destroy
ZFS: Compressed & Resumable Replication
ZFS: ZPOOL Disk Remove
Zonen: Flexible Boot using SMF
Zonen: Online ZPOOL Dataset add/remove
18
Solaris 11.4 / Solaris (Web) Dashboard
Solaris Dashboard contains the Overview
Solaris Analytics for Analysis
Statistics and Events for easier diagnose
Statistics store (sstore / DB / CLI)
RAM, CPU, Disk, Network, SMF, ...
Realtime and historical data
Various Views (Components, Partitions, Time frames)
19
Solaris 11.4 / Solaris (Web) Dashboard
20
Solaris 11.4 / Solaris (Web) Dashboard
21
Solaris 11.4 / Solaris (Web) Dashboard
22
Solaris 11.4 / Solaris (Web) Dashboard
23
Solaris 11.4 / Admin History
What did Marcel on 5th June evening?
# admhist -a 20180605175000 -b 20180605181000 -v | grep marcel
2018-06-05 17:59:38.419+02:00 marcel@g0068 cwd=/export/home/marcel
/usr/sbin/zpool zpool destroy g0068_delegated
2018-06-05 17:59:52.262+02:00 marcel@g0068 cwd=/export/home/marcel
/usr/sbin/zpool zpool create v0168_delegated c1d2
2018-06-05 18:00:45.894+02:00 marcel@g0068 cwd=/root
/usr/sbin/zpool zpool import v0168_delegated
24
Solaris 11.4 / ZFS (destroy)
# zfs list destroytest/fs1
NAME USED AVAIL REFER MOUNTPOINT
destroytest/fs1 22.1G 17.1G 22.1G /fs1
# time zfs destroy desroytest/fs1; zfs create -o mountpoint=/fs1 destroytest/fs1
real 0m0.654s
user 0m0.005s
sys 0m0.621s
# zpool monitor -t destroy destroytest 5
POOL PROVIDER TOTAL SPEED TIMELEFT
destroytest destroy 22.1G 0 unknown
destroytest destroy 20.1G 401M 51s
destroytest destroy 13.5G 872M 15s
destroytest destroy 10.8G 767M 14s
destroytest destroy 4.92G 878M 5s
25
Solaris 11.4 / ZFS (Replication)
Filesystem Replication over the network
Restart is now supported
Compressed data is now transfered compressed
26
Solaris 11.4 / ZFS (Disk Remove)
ZPOOLs can shrink now (finally)
Data is distributed to the other disks
ZPOOL
Disk1
Disk2
Disk3
Disk4
27
Solaris 11.4 / Zones (SMF)
-bash-4.4$ svcs | grep zones/zone
online 8:41:22 svc:/system/zones/zone:v0157
online 8:41:31 svc:/system/zones/zone:v0134
Each Zone has his own SMF Service
Dependencies for booting can be defined now
28
Solaris 11.4 / Zones (Dataset Add/Remove)
Delegate ZPOOLs online into Zones
# zonecfg -z v0168 -r "add dataset; set name=v0168_delegated; end"
zone 'v0168': Checking: Adding dataset name=v0168_delegated
zone 'v0168': Applying the changes
# zlogin v0168
[Connected to zone 'v0168' pts/7]
Oracle Corporation SunOS 5.11
Solaris_11/11.4/ON/production.build-59:2018-03-22 March 2018
root@v0168:~# zpool import v0168_delegated
root@v0168:~# zpool list
NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT
rpool 9.94G 764M 9.19G 7% 1.00x ONLINE -
v0168_delegated 9.94G 98.5K 9.94G 0% 1.00x ONLINE -
29
Solaris 11.4 / Small things
Firewall: Packet Filter (PF) replaces IP Filter (IPF)
Apache 2.4 replaces Apache 2.2
fsstat -l, measures Filesystem I/O Latency
NFS Server Version 4.1
Names for Network Routes
Open Source Software
Puppet, Go
Oracle Instant Client 12.2 / 18.3
OpenStack removed
30
Solaris 11.4 / Known challenges
Failback from S11.4 to S11.3 with Zones
S11.4 Zone BootEnvs are not recognised by S11.3 and not deleted.
Must be done manually
SunLDAP → OpenLDAP
ldapsearch/ldapmodify API changes
http://notallmicrosoft.blogspot.com/2018/04/solaris-114-ldap-changes-for-ldapsearch.html
SunSSH → OpenSSH
-bash-4.4$ ssh -V
Sun_SSH_2.4, SSH protocols 1.5/2.0, OpenSSL 0x100020cf
-bash-4.4$ ssh -V
OpenSSH_7.5p1, OpenSSL 1.0.2p 14 Aug 2018
https://docs.oracle.com/cd/E37838_01/html/E61025/openssh1.html#OSMSSssh-transition
31
Solaris 11.4 / Old Hardware
Not supported:
SPARC Enterprise M3/4/5/8/9000
Sun Fire T1/2000
Sun SPARC Enterprise T5xx0/T6xx0
Sun Fire X2x00/X4xx0
Sun Blade X6xx0 / X8xx0
Still supported with Solaris 11.3 (MOS Doc 2382427.1)
32
Solaris 11.3 / Enterprise Health Check
Available since S11.3 SRU35 (August 2018)
Verify installed software for Compatibility with Solaris 11.4
and produces HTML Report
# pkg install update-check
# compliance assess -b ehc-update
# compliance report
/var/share/compliance/assessments/ehc-update.Standard.2018-09-
14,10:43/report.html
33
Solaris 11.3 / Enterprise Health Check
34
Solaris 11.3 / SRU
Till August 2018 one SRU per month
Now for minimum of one year – one update each 3 months
Security updates only
Update are based on SRU35 (Delta)
Delivery: My Oracle Support Download
Oracle Solaris 11.3 Limited Support Updates (LSU) Index
(Doc ID 2433413.1)
Helps if you still run very old Hardware
Time to plan upgrade to Solaris 11.4
35
Summary - Why Solaris (11)?
Stable, longterm Enterprise OS (2034)
Secure and stable Containers (Zones) since 2005
Security Compliance integrated
Performance/Issues identified with the Solaris Dashboard
Oracle Licensing: Only for the CPUs you need
JomaSoft: 18 years Experience incl. Product VDCF
Migrate now!
36
What is Delivered with Solaris 11.4?
Questions?
Marcel Hofstetter
hofstetter@jomasoft.ch
https://jomasoftmarcel.blogspot.ch
CEO / Enterprise Consultant
JomaSoft GmbH
Oracle ACE „Solaris“
https://twitter.com/marcel_jomasoft
https://jomasoftmarcel.blogspot.ch
https://www.linkedin.com/in/marcelhofstetter

More Related Content

Similar to What is Delivered with Solaris 11.4

Increase Efficiency of Solaris Operations & SPARC Life Cycle
Increase Efficiency of Solaris Operations & SPARC Life CycleIncrease Efficiency of Solaris Operations & SPARC Life Cycle
Increase Efficiency of Solaris Operations & SPARC Life CycleJomaSoft
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Osama Mustafa
 
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure Orgad Kimchi
 
Mgangler Virtualization
Mgangler VirtualizationMgangler Virtualization
Mgangler VirtualizationSecure-24
 
Fn project quick installation guide
Fn project quick installation guideFn project quick installation guide
Fn project quick installation guideJohan Louwers
 
[Python] Quick book for dell switch_os10
[Python] Quick book for dell switch_os10[Python] Quick book for dell switch_os10
[Python] Quick book for dell switch_os10Jo Hoon
 
Slackware Demystified [SELF 2011]
Slackware Demystified [SELF 2011]Slackware Demystified [SELF 2011]
Slackware Demystified [SELF 2011]Vincent Batts
 
Drupal Deployment on Solaris - DrupalCamp Bay Area 2007 - Mattoon
Drupal Deployment on Solaris - DrupalCamp Bay Area 2007 - MattoonDrupal Deployment on Solaris - DrupalCamp Bay Area 2007 - Mattoon
Drupal Deployment on Solaris - DrupalCamp Bay Area 2007 - Mattoonsmattoon
 
EF09-Installing-Alfresco-components-1-by-1.pdf
EF09-Installing-Alfresco-components-1-by-1.pdfEF09-Installing-Alfresco-components-1-by-1.pdf
EF09-Installing-Alfresco-components-1-by-1.pdfDangGonz
 
OSC-Fall-Tokyo-2012-v9.pdf
OSC-Fall-Tokyo-2012-v9.pdfOSC-Fall-Tokyo-2012-v9.pdf
OSC-Fall-Tokyo-2012-v9.pdfnitinscribd
 
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...OpenStack Korea Community
 
IPv6SG_03_20121103
IPv6SG_03_20121103IPv6SG_03_20121103
IPv6SG_03_20121103@ otsuka752
 
Increase Efficiency of Solaris Operations & Hardware Life Cycle
Increase Efficiency of Solaris Operations & Hardware Life CycleIncrease Efficiency of Solaris Operations & Hardware Life Cycle
Increase Efficiency of Solaris Operations & Hardware Life CycleJomaSoft
 
Ef09 installing-alfresco-components-1-by-1
Ef09 installing-alfresco-components-1-by-1Ef09 installing-alfresco-components-1-by-1
Ef09 installing-alfresco-components-1-by-1Angel Borroy López
 
Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017
Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017
Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017Codemotion
 
2008-06-25 Marist System z Summer Professors Series
2008-06-25 Marist System z Summer Professors Series2008-06-25 Marist System z Summer Professors Series
2008-06-25 Marist System z Summer Professors SeriesShawn Wells
 

Similar to What is Delivered with Solaris 11.4 (20)

Increase Efficiency of Solaris Operations & SPARC Life Cycle
Increase Efficiency of Solaris Operations & SPARC Life CycleIncrease Efficiency of Solaris Operations & SPARC Life Cycle
Increase Efficiency of Solaris Operations & SPARC Life Cycle
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
 
Introduction to OpenSolaris 2008.11
Introduction to OpenSolaris 2008.11Introduction to OpenSolaris 2008.11
Introduction to OpenSolaris 2008.11
 
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure
 
Mgangler Virtualization
Mgangler VirtualizationMgangler Virtualization
Mgangler Virtualization
 
Fn project quick installation guide
Fn project quick installation guideFn project quick installation guide
Fn project quick installation guide
 
basha
bashabasha
basha
 
[Python] Quick book for dell switch_os10
[Python] Quick book for dell switch_os10[Python] Quick book for dell switch_os10
[Python] Quick book for dell switch_os10
 
OpenSolaris 2009.06 Workshop
OpenSolaris 2009.06 WorkshopOpenSolaris 2009.06 Workshop
OpenSolaris 2009.06 Workshop
 
Slackware Demystified [SELF 2011]
Slackware Demystified [SELF 2011]Slackware Demystified [SELF 2011]
Slackware Demystified [SELF 2011]
 
Drupal Deployment on Solaris - DrupalCamp Bay Area 2007 - Mattoon
Drupal Deployment on Solaris - DrupalCamp Bay Area 2007 - MattoonDrupal Deployment on Solaris - DrupalCamp Bay Area 2007 - Mattoon
Drupal Deployment on Solaris - DrupalCamp Bay Area 2007 - Mattoon
 
EF09-Installing-Alfresco-components-1-by-1.pdf
EF09-Installing-Alfresco-components-1-by-1.pdfEF09-Installing-Alfresco-components-1-by-1.pdf
EF09-Installing-Alfresco-components-1-by-1.pdf
 
OSC-Fall-Tokyo-2012-v9.pdf
OSC-Fall-Tokyo-2012-v9.pdfOSC-Fall-Tokyo-2012-v9.pdf
OSC-Fall-Tokyo-2012-v9.pdf
 
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
[OpenInfra Days Korea 2018] Day 2 - E6: "SONA: ONOS SDN Controller 기반 OpenSta...
 
IPv6SG_03_20121103
IPv6SG_03_20121103IPv6SG_03_20121103
IPv6SG_03_20121103
 
Increase Efficiency of Solaris Operations & Hardware Life Cycle
Increase Efficiency of Solaris Operations & Hardware Life CycleIncrease Efficiency of Solaris Operations & Hardware Life Cycle
Increase Efficiency of Solaris Operations & Hardware Life Cycle
 
Ef09 installing-alfresco-components-1-by-1
Ef09 installing-alfresco-components-1-by-1Ef09 installing-alfresco-components-1-by-1
Ef09 installing-alfresco-components-1-by-1
 
Sweden11
Sweden11Sweden11
Sweden11
 
Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017
Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017
Jörg Schad - NO ONE PUTS Java IN THE CONTAINER - Codemotion Milan 2017
 
2008-06-25 Marist System z Summer Professors Series
2008-06-25 Marist System z Summer Professors Series2008-06-25 Marist System z Summer Professors Series
2008-06-25 Marist System z Summer Professors Series
 

More from JomaSoft

Private Cloud mit Solaris auf SPARC
Private Cloud mit Solaris auf SPARCPrivate Cloud mit Solaris auf SPARC
Private Cloud mit Solaris auf SPARCJomaSoft
 
Erfahrungen und Stolpersteine mit Solaris 11.4
Erfahrungen und Stolpersteine mit Solaris 11.4Erfahrungen und Stolpersteine mit Solaris 11.4
Erfahrungen und Stolpersteine mit Solaris 11.4JomaSoft
 
Praktische Erfahrungen mit den kleinen SPARC S7-2 Servern
Praktische Erfahrungen mit den kleinen SPARC S7-2 ServernPraktische Erfahrungen mit den kleinen SPARC S7-2 Servern
Praktische Erfahrungen mit den kleinen SPARC S7-2 ServernJomaSoft
 
Experiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 ServerExperiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 ServerJomaSoft
 
DOAG 2018 / Was bringt Solaris 11.4
DOAG 2018 / Was bringt Solaris 11.4DOAG 2018 / Was bringt Solaris 11.4
DOAG 2018 / Was bringt Solaris 11.4JomaSoft
 
DOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 Server
DOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 ServerDOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 Server
DOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 ServerJomaSoft
 
DOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFS
DOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFSDOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFS
DOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFSJomaSoft
 
Wie gehts weiter mit Oracle Solaris?
Wie gehts weiter mit Oracle Solaris?Wie gehts weiter mit Oracle Solaris?
Wie gehts weiter mit Oracle Solaris?JomaSoft
 
Sicherheit, Compliance, Höchsteistung mit SPARC/Solaris
Sicherheit, Compliance, Höchsteistung mit SPARC/SolarisSicherheit, Compliance, Höchsteistung mit SPARC/Solaris
Sicherheit, Compliance, Höchsteistung mit SPARC/SolarisJomaSoft
 
Rapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und ApplikationRapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und ApplikationJomaSoft
 
Rapid Deployment mit JomaSoft VDCF
Rapid Deployment mit JomaSoft VDCFRapid Deployment mit JomaSoft VDCF
Rapid Deployment mit JomaSoft VDCFJomaSoft
 
Effizienter Hardware LifeCycle auf Oracle SPARC M7 Server
Effizienter Hardware LifeCycle auf Oracle SPARC M7 ServerEffizienter Hardware LifeCycle auf Oracle SPARC M7 Server
Effizienter Hardware LifeCycle auf Oracle SPARC M7 ServerJomaSoft
 
JomaSoft & VDCF Overview
JomaSoft & VDCF OverviewJomaSoft & VDCF Overview
JomaSoft & VDCF OverviewJomaSoft
 
Wie setzt Swisscom Solaris 11 ein
Wie setzt Swisscom Solaris 11 einWie setzt Swisscom Solaris 11 ein
Wie setzt Swisscom Solaris 11 einJomaSoft
 

More from JomaSoft (14)

Private Cloud mit Solaris auf SPARC
Private Cloud mit Solaris auf SPARCPrivate Cloud mit Solaris auf SPARC
Private Cloud mit Solaris auf SPARC
 
Erfahrungen und Stolpersteine mit Solaris 11.4
Erfahrungen und Stolpersteine mit Solaris 11.4Erfahrungen und Stolpersteine mit Solaris 11.4
Erfahrungen und Stolpersteine mit Solaris 11.4
 
Praktische Erfahrungen mit den kleinen SPARC S7-2 Servern
Praktische Erfahrungen mit den kleinen SPARC S7-2 ServernPraktische Erfahrungen mit den kleinen SPARC S7-2 Servern
Praktische Erfahrungen mit den kleinen SPARC S7-2 Servern
 
Experiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 ServerExperiences with Oracle SPARC S7-2 Server
Experiences with Oracle SPARC S7-2 Server
 
DOAG 2018 / Was bringt Solaris 11.4
DOAG 2018 / Was bringt Solaris 11.4DOAG 2018 / Was bringt Solaris 11.4
DOAG 2018 / Was bringt Solaris 11.4
 
DOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 Server
DOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 ServerDOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 Server
DOAG 2018 / Praktische Erfahrungen mit SPARC S7-2 Server
 
DOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFS
DOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFSDOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFS
DOAG2018 / Oracle DB erfolgreich betreiben auf SPARC/LDoms/Solaris/ZFS
 
Wie gehts weiter mit Oracle Solaris?
Wie gehts weiter mit Oracle Solaris?Wie gehts weiter mit Oracle Solaris?
Wie gehts weiter mit Oracle Solaris?
 
Sicherheit, Compliance, Höchsteistung mit SPARC/Solaris
Sicherheit, Compliance, Höchsteistung mit SPARC/SolarisSicherheit, Compliance, Höchsteistung mit SPARC/Solaris
Sicherheit, Compliance, Höchsteistung mit SPARC/Solaris
 
Rapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und ApplikationRapid Deploy von OS, Virtualsierung und Applikation
Rapid Deploy von OS, Virtualsierung und Applikation
 
Rapid Deployment mit JomaSoft VDCF
Rapid Deployment mit JomaSoft VDCFRapid Deployment mit JomaSoft VDCF
Rapid Deployment mit JomaSoft VDCF
 
Effizienter Hardware LifeCycle auf Oracle SPARC M7 Server
Effizienter Hardware LifeCycle auf Oracle SPARC M7 ServerEffizienter Hardware LifeCycle auf Oracle SPARC M7 Server
Effizienter Hardware LifeCycle auf Oracle SPARC M7 Server
 
JomaSoft & VDCF Overview
JomaSoft & VDCF OverviewJomaSoft & VDCF Overview
JomaSoft & VDCF Overview
 
Wie setzt Swisscom Solaris 11 ein
Wie setzt Swisscom Solaris 11 einWie setzt Swisscom Solaris 11 ein
Wie setzt Swisscom Solaris 11 ein
 

Recently uploaded

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxTier1 app
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number SystemsJheuzeDellosa
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEOrtus Solutions, Corp
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...aditisharan08
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataBradBedford3
 

Recently uploaded (20)

(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptxKnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
KnowAPIs-UnknownPerf-jaxMainz-2024 (1).pptx
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
What is Binary Language? Computer Number Systems
What is Binary Language?  Computer Number SystemsWhat is Binary Language?  Computer Number Systems
What is Binary Language? Computer Number Systems
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASEBATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
BATTLEFIELD ORM: TIPS, TACTICS AND STRATEGIES FOR CONQUERING YOUR DATABASE
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 
Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...Unit 1.1 Excite Part 1, class 9, cbse...
Unit 1.1 Excite Part 1, class 9, cbse...
 
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer DataAdobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
Adobe Marketo Engage Deep Dives: Using Webhooks to Transfer Data
 

What is Delivered with Solaris 11.4

  • 1. 1 What is Delivered with Solaris 11.4? Marcel Hofstetter hofstetter@jomasoft.ch https://jomasoftmarcel.blogspot.ch CEO / Enterprise Consultant JomaSoft GmbH Oracle ACE „Solaris“ V1.0 / 05.12.2018
  • 2. 2 Agenda About JomaSoft Solaris 10: History New Features introduced with Solaris 11 Solaris 11.4 (available since 08/2018)
  • 3. 3 About JomaSoft Engineering company founded in July 2000 specialized in Solaris and software development, operations and consulting Product VDCF (Virtual Datacenter Cloud Framework) Installation, Management, Operations, Monitoring, Security and DR for Solaris 10/11, Virtualize using LDoms and Solaris Zones VDCF is used in production since 2006
  • 4. 4 Marcel Hofstetter Working in IT since 25+ years Solaris since 20 years CEO at JomaSoft GmbH since 18 years International Speaker: Oracle OpenWorld, DOAG, UKOUG, SOUG, AOUG Oracle ACE „Solaris“ https://twitter.com/marcel_jomasoft SOUG (Swiss Oracle User Group) – Speaker of the Year 2016 Hobbies: Family, Travel, Wine & Dine, Movies https://www.linkedin.com/in/marcelhofstetter https://jomasoftmarcel.blogspot.ch
  • 5. 5 Solaris 10: History First Version available: 13 years ago → 2005 New Features Solaris Zones (Container) ZFS (Filesystem) Dtrace (Debugging)
  • 7. 7 Solaris ZFS ZPOOL Disk1 Disk2 Disk3 /export /oradata /u01 ZFS Filesystems ● Easy to use ● Flexible ● Filesystem size is optional ● Snapshots & Clones ● COW / No fscheck ● Stripe, Mirror, RAID ● Add disks to grow ● Export & Import
  • 8. 8 Solaris Dtrace (Lowlevel) System analysis in real time # dtrace -n 'proc:::exec-success { trace(curpsinfo->pr_psargs); }' dtrace: description 'proc:::exec-success ' matched 1 probe CPU ID FUNCTION:NAME 1 18531 exec_common:exec-success /bin/mail -E 2 18531 exec_common:exec-success /usr/sbin/quota 3 18531 exec_common:exec-success -bash 5 18531 exec_common:exec-success /usr/lib/ssh/sshd -R 6 18531 exec_common:exec-success /bin/cat -s/etc/motd 3 18531 exec_common:exec-success zpool list
  • 9. 9 Solaris 10: Extended Support Premier Support expired on 31.01.2018 Since 01.02.2018 in Extended Support Must be ordered to gain access to new Patches Cost: Additional 10% Patches each Quarter Additional 20% 01.02.2019 – 31.01.2021 Starting 01.02.2021 Support yes, but no new Patches It is about time to migrate to Solaris 11
  • 10. 10 Solaris 11 Available for 7 years already: 11/2011 Premium Support till 2031 / Extended till 2034 What's new Centralized Package Repository (pkg install command installs all dependent Packages) Root Filesystem must be ZFS BootEnvironments make sure you can failback to previous setup after Patching/Upgrade Patching is more efficent (s10: 3 Std → s11: 20 Min) Dynamic network config (VNIC, excl IP-Stack for Zones) Secure by default
  • 11. 11 Solaris 11.1 (2012) Security Read-Only Environments (Zones) Hacker and Applications can't make any changes on the system → Remote Logging LDom Secure Live Migration
  • 12. 12 Solaris 11.2 (2014) Kernel Zones Kernel Zones are independent of each other with own Kernel. Update individually Unified Archives Very efficient Installation of predefined Environments/Images (Bare Metal Recovery in 15 Minutes) Live Zone Reconfiguration (LZR) Change CPU, FS, Network, Disks without reboot
  • 13. 13 Solaris 11.3 (2015) Security Compliance Security HTML-Reports (PCI-DSS, ...) CVE Metadate (Vulnerabilities) Is Fix installed ?
  • 14. 14 Solaris 11.3 – Compliance tool
  • 15. 15 Solaris 11.3 – Compliance tool
  • 16. 16 VDCF Dashboard – Compliance
  • 17. 17 Solaris 11.4 Available since 08/2018 What's new Solaris (Web) Dashboard Admin History ZFS: Asynchronous Destroy ZFS: Compressed & Resumable Replication ZFS: ZPOOL Disk Remove Zonen: Flexible Boot using SMF Zonen: Online ZPOOL Dataset add/remove
  • 18. 18 Solaris 11.4 / Solaris (Web) Dashboard Solaris Dashboard contains the Overview Solaris Analytics for Analysis Statistics and Events for easier diagnose Statistics store (sstore / DB / CLI) RAM, CPU, Disk, Network, SMF, ... Realtime and historical data Various Views (Components, Partitions, Time frames)
  • 19. 19 Solaris 11.4 / Solaris (Web) Dashboard
  • 20. 20 Solaris 11.4 / Solaris (Web) Dashboard
  • 21. 21 Solaris 11.4 / Solaris (Web) Dashboard
  • 22. 22 Solaris 11.4 / Solaris (Web) Dashboard
  • 23. 23 Solaris 11.4 / Admin History What did Marcel on 5th June evening? # admhist -a 20180605175000 -b 20180605181000 -v | grep marcel 2018-06-05 17:59:38.419+02:00 marcel@g0068 cwd=/export/home/marcel /usr/sbin/zpool zpool destroy g0068_delegated 2018-06-05 17:59:52.262+02:00 marcel@g0068 cwd=/export/home/marcel /usr/sbin/zpool zpool create v0168_delegated c1d2 2018-06-05 18:00:45.894+02:00 marcel@g0068 cwd=/root /usr/sbin/zpool zpool import v0168_delegated
  • 24. 24 Solaris 11.4 / ZFS (destroy) # zfs list destroytest/fs1 NAME USED AVAIL REFER MOUNTPOINT destroytest/fs1 22.1G 17.1G 22.1G /fs1 # time zfs destroy desroytest/fs1; zfs create -o mountpoint=/fs1 destroytest/fs1 real 0m0.654s user 0m0.005s sys 0m0.621s # zpool monitor -t destroy destroytest 5 POOL PROVIDER TOTAL SPEED TIMELEFT destroytest destroy 22.1G 0 unknown destroytest destroy 20.1G 401M 51s destroytest destroy 13.5G 872M 15s destroytest destroy 10.8G 767M 14s destroytest destroy 4.92G 878M 5s
  • 25. 25 Solaris 11.4 / ZFS (Replication) Filesystem Replication over the network Restart is now supported Compressed data is now transfered compressed
  • 26. 26 Solaris 11.4 / ZFS (Disk Remove) ZPOOLs can shrink now (finally) Data is distributed to the other disks ZPOOL Disk1 Disk2 Disk3 Disk4
  • 27. 27 Solaris 11.4 / Zones (SMF) -bash-4.4$ svcs | grep zones/zone online 8:41:22 svc:/system/zones/zone:v0157 online 8:41:31 svc:/system/zones/zone:v0134 Each Zone has his own SMF Service Dependencies for booting can be defined now
  • 28. 28 Solaris 11.4 / Zones (Dataset Add/Remove) Delegate ZPOOLs online into Zones # zonecfg -z v0168 -r "add dataset; set name=v0168_delegated; end" zone 'v0168': Checking: Adding dataset name=v0168_delegated zone 'v0168': Applying the changes # zlogin v0168 [Connected to zone 'v0168' pts/7] Oracle Corporation SunOS 5.11 Solaris_11/11.4/ON/production.build-59:2018-03-22 March 2018 root@v0168:~# zpool import v0168_delegated root@v0168:~# zpool list NAME SIZE ALLOC FREE CAP DEDUP HEALTH ALTROOT rpool 9.94G 764M 9.19G 7% 1.00x ONLINE - v0168_delegated 9.94G 98.5K 9.94G 0% 1.00x ONLINE -
  • 29. 29 Solaris 11.4 / Small things Firewall: Packet Filter (PF) replaces IP Filter (IPF) Apache 2.4 replaces Apache 2.2 fsstat -l, measures Filesystem I/O Latency NFS Server Version 4.1 Names for Network Routes Open Source Software Puppet, Go Oracle Instant Client 12.2 / 18.3 OpenStack removed
  • 30. 30 Solaris 11.4 / Known challenges Failback from S11.4 to S11.3 with Zones S11.4 Zone BootEnvs are not recognised by S11.3 and not deleted. Must be done manually SunLDAP → OpenLDAP ldapsearch/ldapmodify API changes http://notallmicrosoft.blogspot.com/2018/04/solaris-114-ldap-changes-for-ldapsearch.html SunSSH → OpenSSH -bash-4.4$ ssh -V Sun_SSH_2.4, SSH protocols 1.5/2.0, OpenSSL 0x100020cf -bash-4.4$ ssh -V OpenSSH_7.5p1, OpenSSL 1.0.2p 14 Aug 2018 https://docs.oracle.com/cd/E37838_01/html/E61025/openssh1.html#OSMSSssh-transition
  • 31. 31 Solaris 11.4 / Old Hardware Not supported: SPARC Enterprise M3/4/5/8/9000 Sun Fire T1/2000 Sun SPARC Enterprise T5xx0/T6xx0 Sun Fire X2x00/X4xx0 Sun Blade X6xx0 / X8xx0 Still supported with Solaris 11.3 (MOS Doc 2382427.1)
  • 32. 32 Solaris 11.3 / Enterprise Health Check Available since S11.3 SRU35 (August 2018) Verify installed software for Compatibility with Solaris 11.4 and produces HTML Report # pkg install update-check # compliance assess -b ehc-update # compliance report /var/share/compliance/assessments/ehc-update.Standard.2018-09- 14,10:43/report.html
  • 33. 33 Solaris 11.3 / Enterprise Health Check
  • 34. 34 Solaris 11.3 / SRU Till August 2018 one SRU per month Now for minimum of one year – one update each 3 months Security updates only Update are based on SRU35 (Delta) Delivery: My Oracle Support Download Oracle Solaris 11.3 Limited Support Updates (LSU) Index (Doc ID 2433413.1) Helps if you still run very old Hardware Time to plan upgrade to Solaris 11.4
  • 35. 35 Summary - Why Solaris (11)? Stable, longterm Enterprise OS (2034) Secure and stable Containers (Zones) since 2005 Security Compliance integrated Performance/Issues identified with the Solaris Dashboard Oracle Licensing: Only for the CPUs you need JomaSoft: 18 years Experience incl. Product VDCF Migrate now!
  • 36. 36 What is Delivered with Solaris 11.4? Questions? Marcel Hofstetter hofstetter@jomasoft.ch https://jomasoftmarcel.blogspot.ch CEO / Enterprise Consultant JomaSoft GmbH Oracle ACE „Solaris“ https://twitter.com/marcel_jomasoft https://jomasoftmarcel.blogspot.ch https://www.linkedin.com/in/marcelhofstetter