Oracle Solaris 11.4 was launched in August 2018.
What are the new features in the area of Zones, ZFS and Security?
What was delivered in the last 30 monthly updates?
Solaris 10 workshop service management facilityBui Van Cuong
This document provides an overview and agenda for a Solaris 10 workshop on Service Management Facility (SMF). It introduces core SMF concepts like services, dependencies, and states. It explains how SMF provides a standardized way to define and manage services compared to previous Solaris methods. The document also outlines administrative SMF commands and how to migrate legacy services to SMF.
This document provides an overview of the Solaris Service Management Facility (SMF). It describes SMF's motivation as providing a consistent framework for defining, managing, and delivering services. Key concepts discussed include the definition of a service, service states, service dependencies, and service identifiers. The document is divided into multiple parts that will cover SMF fundamentals, usage, advanced features and tools.
The document summarizes Linux memory management architecture. It has two parts - an architecture independent memory model and implementation for a specific architecture. The memory model divides virtual address space into pages and uses page tables to map virtual to physical addresses. It also describes data structures like page table entries and region descriptors that track memory mappings.
XPDDS19 Keynote: Xen Dom0-less - Stefano Stabellini, Principal Engineer, XilinxThe Linux Foundation
This talk will introduce Dom0-less: a new way of using Xen to build mixed-criticality solutions. Dom0-less is a Xen feature that adds a novel approach to static partitioning based on virtualization. It allows multiple domains to start at boot time directly from the Xen hypervisor, decreasing boot times dramatically. Xen userspace tools, such as xl and libvirt, become optional.
Dom0-less extends the existing device tree based Xen boot protocol to cover information required by additional domains. Binaries, such as kernels and ramdisks, are loaded by the bootloader (u-boot) and advertised to Xen via new device tree bindings.
The audience will learn how to use Dom0-less to partition the system. Uboot and device tree configuration details will be explained to enable the audience to get the most out of this feature. The talk will include a status update and details on future plans.
This document provides an introduction to the Linux kernel, including its main features and architecture. It discusses the kernel's portable, open source, multi-user nature and hierarchical file system. The document outlines the Linux versioning scheme and describes the kernel's main subsystems, including process management, memory management, the virtual file system, network stack, and system call interface. It explains how the kernel uses virtual memory to separate user space and privileged kernel space.
Linux Memory Management with CMA (Contiguous Memory Allocator)Pankaj Suryawanshi
Fundamentals of Linux Memory Management and CMA (Contiguous Memory Allocator) In Linux.
Virtual Memory, Physical Memory, Swap Space, DMA, IOMMU, Paging, Segmentation, TLB, Hugepages, Ion google memory manager
In this talk Jiří Pírko discusses the design and evolution of the VLAN implementation in Linux, the challenges and pitfalls as well as hardware acceleration and alternative implementations.
Jiří Pírko is a major contributor to kernel networking and the creator of libteam for link aggregation.
This document discusses SR-IOV (Single Root I/O Virtualization), which allows a PCIe device to appear as multiple separate devices. It describes how SR-IOV works by introducing physical functions and virtual functions. It then outlines the steps to enable SR-IOV on a Xen hypervisor, including configuring the network device, enabling virtual functions, binding VFs to the pciback driver, and assigning VFs to guest VMs. Reference links are also provided for additional information on SR-IOV and its implementation in Xen.
MySQL InnoDB Cluster - Advanced Configuration & OperationsFrederic Descamps
The document discusses various methods for provisioning and monitoring new members joining a MySQL InnoDB cluster. It describes the incremental recovery and clone-based provisioning processes. It provides guidance on forcing the use of clone over incremental recovery for both provisioning and recovery scenarios. The document also discusses using MySQL Shell commands and Performance Schema tables to monitor the provisioning and recovery processes, as well as the overall health and performance of the cluster.
The Secret Sauce is the Control Plane, not the Encapsulation
Host Route Distribution decoupled from the Underlay protocol
Use MultiProtocol-BGP (MP-BGP) on the Leaf nodes to distribute internal Host/Subnet Routes and external reachability information
Route-Reflectors deployed for scaling purposes
VXLAN terminates its tunnels on VTEPs (Virtual Tunnel End Point).
Each VTEP has two interfaces, one is to provide bridging function for local hosts, the other has an IP identification in the core network for VXLAN encapsulation/decapsulation.
VXLAN Encapsulation and De-encapsulation occur on T2
Bridging and Gateway are independent of the port type (1/10/40G ports)
Encapsulation happens on the egress port
Decapsulation happens on the ingress port
Service Oriented Architecture
2 or 3 layer network to Leaf & Spine
High density and bandwidth required
Layer 3 ECMP
No oversubscription
Low and uniform delay characteristic
Wire & configure once network
Uniform network configuration
Workload Mobility
Workload Placement
Segmentation
Scale
Automation & Programmability
L2 + L3 Connectivity
Physical + Virtual
Open
Page cache mechanism in Linux kernel.
Note: When you view the the slide deck via web browser, the screenshots may be blurred. You can download and view them offline (Screenshots are clear).
VMware vSphere 6.0 - Troubleshooting Training - Day 1Sanjeev Kumar
This document provides an introduction and overview of VMware vSphere: Install, Configure, Manage training course. It discusses how the course aligns with the VCP-Core certification exam blueprint and objectives. It also provides definitions of key data center concepts like tiers and an overview of the evolution of data centers. Finally, it discusses the history and benefits of data center virtualization using VMware technologies like ESXi, virtual machines, and vCenter Server.
Load Balancing MySQL with HAProxy - SlidesSeveralnines
Agenda:
* What is HAProxy?
* SQL Load balancing for MySQL
* Failure detection using MySQL health checks
* High Availability with Keepalived and Virtual IP
* Use cases: MySQL Cluster, Galera Cluster and MySQL Replication
* Alternative methods: Database drivers with inbuilt cluster support, MySQL proxy, MaxScale, ProxySQL
Replacing iptables with eBPF in Kubernetes with CiliumMichal Rostecki
Cilium is an open source project which provides networking, security and load balancing for application services that are deployed using Linux container technologies by using the native eBPF technology in the Linux kernel. In this presentation we talked about:
- The evolution of the BPF filters and explained the advantages of eBPF Filters and its use cases today in Linux especially on how Cilium networking utilizes the eBPF Filters to secure the Kubernetes workload with increased performance when compared to legacy iptables.
- How Cilium uses SOCKMAP for layer 7 policy enforcement - How Cilium integrates with Istio and handles L7 Network Policies with Envoy Proxies.
- The new features since the last release such as running Kubernetes cluster without kube-proxy, providing clusterwide NetworkPolicies, providing fully distributed networking and security observability platform for cloud native workloads etc.
Understanding a kernel oops and a kernel panicJoseph Lu
This document discusses Linux kernel oops and kernel panics. It explains that a kernel oops occurs when there is an illegal instruction or illegal memory access in kernel space, and will kill the offending process to keep the system running. A kernel panic means the system must stop immediately. Kernel oops can be caused by illegal instructions, unrecognized system calls, undefined CPU instructions, unknown data aborts, or prefetch aborts. These result in a call to the arm_notify_die() function and generate an oops. Illegal instructions that handle interrupt vectors can cause a panic directly. A kernel panic performs further actions like console output and stopping other CPUs before restarting or halting the system. Methods to capture crash
Virtualization with KVM (Kernel-based Virtual Machine)Novell
As a technical preview, SUSE Linux Enterprise Server 11 contains KVM, which is the next-generation virtualization software delivered with the Linux kernel. In this technical session we will demonstrate how to set up SUSE Linux Enterprise Server 11 for KVM, install some virtual machines and deal with different storage and networking setups.
To demonstrate live migration we will also show a distributed replicated block device (DRBD) setup and a setup based on iSCSI and OCFS2, which are included in SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise 11 High Availability Extension.
The Network File System (NFS) Version 4 is a distributed file system similar to previous versions of NFS in its straightforward design, simplified error recovery, and independence of transport protocols and operating systems for file access in a heterogeneous network.
NFS, was developed by Sun Microsystems to provide distributed transparent file access in a heterogeneous network. It achieves this by being relatively simple in design and not relying too heavily on any particular file system model.
This presentation is based on the paper of “The NFS Version 4 Protocol” written by Brian Pawlowski, Spencer Shepler, Carl Beame, Brent Callaghan, Michael Eisler, David Noveck, David Robinson and Robert Thurlow.
VMware introduced their Tanzu portfolio for building, running, and managing modern applications on Kubernetes. The presentation included an overview of Tanzu and its components, including how vSphere 7 integrates Kubernetes and Tanzu Kubernetes Grid for deploying and managing Kubernetes clusters. It also described Tanzu Mission Control for centralized management of multiple Kubernetes clusters across different platforms and clouds through consistent policies, visibility, and control.
CEPH can be used as both primary and secondary storage with Apache Cloudstack. CEPH allows for selective VM snapshots to be available across different zones for backup and disaster recovery purposes. Snapshots can be synced selectively within zones and backups can be performed across different regions for DR.
Windows Internals for Linux Kernel DevelopersKernel TLV
Agenda:
The Windows kernel has an honorable history of more than a quarter of a century. Since its inception in 1989, Windows NT supported a variety of modern OS features -- symmetric multiprocessing, interrupt prioritization, virtual memory, deferred interrupt processing, and many others. In this talk, targeted for Linux kernel developers, we will highlight the key features of the Windows NT kernel that are interesting or different from Linux's perspective. We will begin with a brief overview of processes, threads, and virtual memory on Windows. Next, we will talk about interrupt handling, interrupt priorities (IRQLs), bottom-half processing (DPC, APC, kernel worker threads, kernel thread pool), and I/O request flow. Among other things, we will look at device driver structure on Windows, application to driver communication (handles, IOCTLs), and the logical \DosDevices filesystem. Finally, we will discuss some features introduced in newer Windows versions, such as user-mode drivers (UMDF).
Speaker:
Sasha is the CTO of Sela Group, a training and consulting company based in Israel that employs over 400 developers world-wide. Most of Sasha's work revolves around performance optimization, production debugging, and low-level system diagnostics, but he also dabbles in mobile application development on iOS and Android. Sasha is the author of two books and three Pluralsight courses, and a contributor to multiple open-source projects. He blogs at http://blog.sashag.net.
- vSphere is VMware's virtualization platform consisting of ESXi hypervisor software and vCenter Server management platform.
- ESXi abstracts physical server resources like CPUs, memory, storage and networking and shares them among virtual machines (VMs).
- VMs can use resources from ESXi hosts without being dependent on specific physical hardware, and are isolated from each other on the same host.
- vSphere allows organizations to reduce IT costs through more efficient use of server resources and easier management of VMs compared to physical machines.
UKOUG - What is Delivered with Solaris 11.4JomaSoft
Solaris 11.4 provides several new features including a web dashboard for system overview and analytics, improved ZFS functionality like asynchronous destroy and resumable replication, and more flexible zone configuration options. It also addresses some challenges from previous versions like OpenLDAP changes. Overall, the document recommends migrating to Solaris 11.4 for its long term support through 2034 and new management and security capabilities.
UKOUG Tech17 - Stay Secure With Oracle SolarisJomaSoft
IT Security is more important than ever. Solaris 11 is installed "Secure by Default". Weak and modified configuration can be detected using the Security Compliance tool.
On SPARC Systems Buffer Overflows can be detected. The Virtualization Features increase the overall Security by Separation of Applications. This Session provides samples to allow you to learn how to use this Security Technologies.
In this talk Jiří Pírko discusses the design and evolution of the VLAN implementation in Linux, the challenges and pitfalls as well as hardware acceleration and alternative implementations.
Jiří Pírko is a major contributor to kernel networking and the creator of libteam for link aggregation.
This document discusses SR-IOV (Single Root I/O Virtualization), which allows a PCIe device to appear as multiple separate devices. It describes how SR-IOV works by introducing physical functions and virtual functions. It then outlines the steps to enable SR-IOV on a Xen hypervisor, including configuring the network device, enabling virtual functions, binding VFs to the pciback driver, and assigning VFs to guest VMs. Reference links are also provided for additional information on SR-IOV and its implementation in Xen.
MySQL InnoDB Cluster - Advanced Configuration & OperationsFrederic Descamps
The document discusses various methods for provisioning and monitoring new members joining a MySQL InnoDB cluster. It describes the incremental recovery and clone-based provisioning processes. It provides guidance on forcing the use of clone over incremental recovery for both provisioning and recovery scenarios. The document also discusses using MySQL Shell commands and Performance Schema tables to monitor the provisioning and recovery processes, as well as the overall health and performance of the cluster.
The Secret Sauce is the Control Plane, not the Encapsulation
Host Route Distribution decoupled from the Underlay protocol
Use MultiProtocol-BGP (MP-BGP) on the Leaf nodes to distribute internal Host/Subnet Routes and external reachability information
Route-Reflectors deployed for scaling purposes
VXLAN terminates its tunnels on VTEPs (Virtual Tunnel End Point).
Each VTEP has two interfaces, one is to provide bridging function for local hosts, the other has an IP identification in the core network for VXLAN encapsulation/decapsulation.
VXLAN Encapsulation and De-encapsulation occur on T2
Bridging and Gateway are independent of the port type (1/10/40G ports)
Encapsulation happens on the egress port
Decapsulation happens on the ingress port
Service Oriented Architecture
2 or 3 layer network to Leaf & Spine
High density and bandwidth required
Layer 3 ECMP
No oversubscription
Low and uniform delay characteristic
Wire & configure once network
Uniform network configuration
Workload Mobility
Workload Placement
Segmentation
Scale
Automation & Programmability
L2 + L3 Connectivity
Physical + Virtual
Open
Page cache mechanism in Linux kernel.
Note: When you view the the slide deck via web browser, the screenshots may be blurred. You can download and view them offline (Screenshots are clear).
VMware vSphere 6.0 - Troubleshooting Training - Day 1Sanjeev Kumar
This document provides an introduction and overview of VMware vSphere: Install, Configure, Manage training course. It discusses how the course aligns with the VCP-Core certification exam blueprint and objectives. It also provides definitions of key data center concepts like tiers and an overview of the evolution of data centers. Finally, it discusses the history and benefits of data center virtualization using VMware technologies like ESXi, virtual machines, and vCenter Server.
Load Balancing MySQL with HAProxy - SlidesSeveralnines
Agenda:
* What is HAProxy?
* SQL Load balancing for MySQL
* Failure detection using MySQL health checks
* High Availability with Keepalived and Virtual IP
* Use cases: MySQL Cluster, Galera Cluster and MySQL Replication
* Alternative methods: Database drivers with inbuilt cluster support, MySQL proxy, MaxScale, ProxySQL
Replacing iptables with eBPF in Kubernetes with CiliumMichal Rostecki
Cilium is an open source project which provides networking, security and load balancing for application services that are deployed using Linux container technologies by using the native eBPF technology in the Linux kernel. In this presentation we talked about:
- The evolution of the BPF filters and explained the advantages of eBPF Filters and its use cases today in Linux especially on how Cilium networking utilizes the eBPF Filters to secure the Kubernetes workload with increased performance when compared to legacy iptables.
- How Cilium uses SOCKMAP for layer 7 policy enforcement - How Cilium integrates with Istio and handles L7 Network Policies with Envoy Proxies.
- The new features since the last release such as running Kubernetes cluster without kube-proxy, providing clusterwide NetworkPolicies, providing fully distributed networking and security observability platform for cloud native workloads etc.
Understanding a kernel oops and a kernel panicJoseph Lu
This document discusses Linux kernel oops and kernel panics. It explains that a kernel oops occurs when there is an illegal instruction or illegal memory access in kernel space, and will kill the offending process to keep the system running. A kernel panic means the system must stop immediately. Kernel oops can be caused by illegal instructions, unrecognized system calls, undefined CPU instructions, unknown data aborts, or prefetch aborts. These result in a call to the arm_notify_die() function and generate an oops. Illegal instructions that handle interrupt vectors can cause a panic directly. A kernel panic performs further actions like console output and stopping other CPUs before restarting or halting the system. Methods to capture crash
Virtualization with KVM (Kernel-based Virtual Machine)Novell
As a technical preview, SUSE Linux Enterprise Server 11 contains KVM, which is the next-generation virtualization software delivered with the Linux kernel. In this technical session we will demonstrate how to set up SUSE Linux Enterprise Server 11 for KVM, install some virtual machines and deal with different storage and networking setups.
To demonstrate live migration we will also show a distributed replicated block device (DRBD) setup and a setup based on iSCSI and OCFS2, which are included in SUSE Linux Enterprise Server 11 and SUSE Linux Enterprise 11 High Availability Extension.
The Network File System (NFS) Version 4 is a distributed file system similar to previous versions of NFS in its straightforward design, simplified error recovery, and independence of transport protocols and operating systems for file access in a heterogeneous network.
NFS, was developed by Sun Microsystems to provide distributed transparent file access in a heterogeneous network. It achieves this by being relatively simple in design and not relying too heavily on any particular file system model.
This presentation is based on the paper of “The NFS Version 4 Protocol” written by Brian Pawlowski, Spencer Shepler, Carl Beame, Brent Callaghan, Michael Eisler, David Noveck, David Robinson and Robert Thurlow.
VMware introduced their Tanzu portfolio for building, running, and managing modern applications on Kubernetes. The presentation included an overview of Tanzu and its components, including how vSphere 7 integrates Kubernetes and Tanzu Kubernetes Grid for deploying and managing Kubernetes clusters. It also described Tanzu Mission Control for centralized management of multiple Kubernetes clusters across different platforms and clouds through consistent policies, visibility, and control.
CEPH can be used as both primary and secondary storage with Apache Cloudstack. CEPH allows for selective VM snapshots to be available across different zones for backup and disaster recovery purposes. Snapshots can be synced selectively within zones and backups can be performed across different regions for DR.
Windows Internals for Linux Kernel DevelopersKernel TLV
Agenda:
The Windows kernel has an honorable history of more than a quarter of a century. Since its inception in 1989, Windows NT supported a variety of modern OS features -- symmetric multiprocessing, interrupt prioritization, virtual memory, deferred interrupt processing, and many others. In this talk, targeted for Linux kernel developers, we will highlight the key features of the Windows NT kernel that are interesting or different from Linux's perspective. We will begin with a brief overview of processes, threads, and virtual memory on Windows. Next, we will talk about interrupt handling, interrupt priorities (IRQLs), bottom-half processing (DPC, APC, kernel worker threads, kernel thread pool), and I/O request flow. Among other things, we will look at device driver structure on Windows, application to driver communication (handles, IOCTLs), and the logical \DosDevices filesystem. Finally, we will discuss some features introduced in newer Windows versions, such as user-mode drivers (UMDF).
Speaker:
Sasha is the CTO of Sela Group, a training and consulting company based in Israel that employs over 400 developers world-wide. Most of Sasha's work revolves around performance optimization, production debugging, and low-level system diagnostics, but he also dabbles in mobile application development on iOS and Android. Sasha is the author of two books and three Pluralsight courses, and a contributor to multiple open-source projects. He blogs at http://blog.sashag.net.
- vSphere is VMware's virtualization platform consisting of ESXi hypervisor software and vCenter Server management platform.
- ESXi abstracts physical server resources like CPUs, memory, storage and networking and shares them among virtual machines (VMs).
- VMs can use resources from ESXi hosts without being dependent on specific physical hardware, and are isolated from each other on the same host.
- vSphere allows organizations to reduce IT costs through more efficient use of server resources and easier management of VMs compared to physical machines.
UKOUG - What is Delivered with Solaris 11.4JomaSoft
Solaris 11.4 provides several new features including a web dashboard for system overview and analytics, improved ZFS functionality like asynchronous destroy and resumable replication, and more flexible zone configuration options. It also addresses some challenges from previous versions like OpenLDAP changes. Overall, the document recommends migrating to Solaris 11.4 for its long term support through 2034 and new management and security capabilities.
UKOUG Tech17 - Stay Secure With Oracle SolarisJomaSoft
IT Security is more important than ever. Solaris 11 is installed "Secure by Default". Weak and modified configuration can be detected using the Security Compliance tool.
On SPARC Systems Buffer Overflows can be detected. The Virtualization Features increase the overall Security by Separation of Applications. This Session provides samples to allow you to learn how to use this Security Technologies.
12c (12.1) Database installation on Solaris 11(11.2)K Kumar Guduru
1) The document provides steps to install Oracle Database 12c on Solaris 11.2. It includes installing prerequisite packages, configuring the system, creating the oracle user and groups, and running the Oracle installation.
2) Key steps are configuring the system hostname and IP address, editing configuration files like sshd_config, and installing prerequisite Oracle packages.
3) The Oracle software is extracted, Oracle user and groups are created, and permissions are set on the Oracle inventory and software directories.
4) The Oracle Database installer is run, including selecting a database configuration, providing passwords, and executing root scripts. Post-installation checks confirm the database and listeners are configured correctly.
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Osama Mustafa
The document provides step-by-step instructions to install Oracle Grid Infrastructure 11g Release 2 (11.2.0.3) on Solaris 11.1. It describes preparing the OS by creating users, groups and directories. It also covers configuring networking, disks and memory parameters. The main steps are: installing Grid software and configuring ASM, followed by installing the Oracle Database and configuring it on the RAC nodes using dbca. Setting up SSH access between nodes and troubleshooting installation errors are also addressed. The goal is to build a fully configured two-node Oracle RAC environment with ASM and single sign-on capabilities.
Oracle Solaris 11_Overview and Design Guide.pptxSaeidVarmazyar
Oracle Solaris 11 provides enhanced virtualization, reliability, security and operability features compared to previous versions. It uses new technologies like Zones, DTrace, ZFS and the Image Packaging System. Installation can be performed via text-based or automated install methods. Once installed, updates are applied non-disruptively using Support Repository Updates rather than patches.
Oracle api gateway installation as cluster and single nodeOsama Mustafa
Oracle API Gateway can be configured as a cluster on Solaris SPARC. The documentation explains how to install API Gateway on two nodes and configure them as a cluster. Key steps include modifying the /etc/host files on each node to include both, extracting and running the installation files on each node as the Oracle user, and registering the second node while specifying the first node as the Admin Node Manager. The process generates certificates and adds the nodes to the topology. Starting the Node Manager on each node completes the basic cluster configuration.
This document provides a quick installation guide for FN Project on Oracle Linux:
- It assumes Oracle Linux 7 is installed and the correct yum repositories are enabled.
- Docker is installed using the command "yum -y install docker-engine" and started.
- FN Project is installed by downloading and executing an install script from GitHub.
- FN Project is started using the "fn start" command.
VDCF is a management tool for virtualizing and monitoring Solaris environments. It allows centralized installation, operation, migration, monitoring, security, hardening and disaster recovery of Solaris zones, LDoms, and bare metal servers. VDCF provides simplicity, standardization, and high availability for private clouds. It has been in production use since 2006 to virtualize and manage Solaris environments.
Solaris 10 and 11 Installation, Management and Monitoring made easy. Central Management Server with support for automated deployment of LDoms and Zones
Slackware Demystified provides an overview of the Slackware Linux distribution. It discusses Slackware's philosophy of keeping things simple and sticking close to upstream. It describes Slackware's init system, configuration files, package structure, and community support. The presentation emphasizes Slackware's minimalist approach and encourages learning through documentation rather than abstracted interfaces.
OpenSolaris is an open source operating system based on Solaris with new releases every 6 months. It includes features like ZFS, Dtrace, zones, and more from Solaris. New features in OpenSolaris 2008.11 include improvements to the desktop, ZFS timeslider, package management, and multimedia support. The presentation concludes with a demonstration of new OpenSolaris features and information on resources for learning more.
Oracle Solaris 11 platform for ECI Telecom private cloud infrastructure Orgad Kimchi
This document describes an Oracle Solaris 11 private cloud infrastructure project for ECI Telecom. The goals are to utilize built-in Solaris 11 technologies without additional third-party software, provide high economic value through efficient hardware utilization and downtime minimization, and minimize development costs by reusing existing solutions. The solution uses Solaris zones, ZFS, and other Solaris 11 technologies. Benefits include extending hardware lifespan, minimizing application changes, fast deployment and reliable upgrades. It provides tools for creating, managing, monitoring, and migrating branded and native zones within the private cloud.
1. The document provides instructions for upgrading an Oracle database from version 10g to 11g, including downloading necessary files, applying required patches, and running pre- and post-upgrade scripts.
2. Key steps include verifying prerequisites, installing the 11g binaries, applying required SAP patches, and running the Database Upgrade Assistant to upgrade the database structure to 11g.
3. Upon completion, the upgraded 11g database can be verified by checking the version number returned from the V$INSTANCE and DBA_REGISTRY views.
Solaris operating systems are the building blocks of computer systems, and provide the interface between user applications and computer hardware. Solaris 10 is a multiuser, multitasking, multithreading operating environment, developed and sold by Sun Microsystems. Solaris is one implementation of the UNIX operating system that draws on both the System V (AT&T) and Berkeley (BSD) traditions. It has risen from little more than a research project to become the dominant UNIX operating system in the international marketplace today. Solaris 10 is the latest in a long line of operating environment releases based around the SunOS. Operating system, this is currently in version 5.10. Solaris is commonly found in large corporations and educational institutions that require concurrent, multiuser access on individual hosts and between hosts connected via the Internet. However, it is also rapidly being adopted by small businesses and individual developers.
OSDC 2018 | OPNsense: the “open” firewall for your datacenter by Thomas Niede...NETWAYS
OPNsense is an open source and easy-to-use FreeBSD based firewall and routing platform. 2018 – three years after OPNsense started as a fork of pfSense® and m0n0wall – OPNsense brings the rich feature set of commercial offerings with the benefits of open and verifiable sources. A strong focus on security and code quality drives the development of the project. The modern and intuitive web interface makes configuring firewall rules funny
In this talk, Thomas will outline OPNsense’s FreeBSD-based architecture and how you can take advantage of additional features using OPNsense plugins. He will also show how to initially setup an OPNsense firewall, and how you use datacenter-features like High Availability & Hardware Failover or Dual Uplinks.
Open (source) makes sense – also for your firewall
Increase Efficiency of Solaris Operations & SPARC Life CycleJomaSoft
JomaSoft has experience with SPARC and Solaris since 2000!
How to replace old SPARC Systems.
Use the JomaSoft VDCF tool to automate this task.
Performance comparison of recent SPARC CPUs.
This document discusses using virtualization with Solaris Zones and ZFS to setup Oracle QA/development database environments. It describes challenges with the pre-virtualization environment including long restore times. The virtual environment uses ZFS snapshots to quickly clone databases across zones, reducing restore time from over 10 hours to under 4 hours. It provides examples of commands used like zfs snapshot and clone, and scripts for automating the cloning process.
Solaris Internals TM Solaris 10 and OpenSolaris Kernel Architecture 2nd Editi...trykafawkia
Solaris Internals TM Solaris 10 and OpenSolaris Kernel Architecture 2nd Edition Richard Mcdougall
Solaris Internals TM Solaris 10 and OpenSolaris Kernel Architecture 2nd Edition Richard Mcdougall
Solaris Internals TM Solaris 10 and OpenSolaris Kernel Architecture 2nd Edition Richard Mcdougall
Shaik Gouse Basha has over 3 years of experience as an Oracle Support Engineer. He has expertise in Oracle Solaris, Sun hardware, SVM, zones, LDOM, Sun Cluster, Hitachi storage, EMC Networker tools, and SL3000 tape libraries. He is currently working for Wipro Info Tech and has experience managing user accounts, services, software packages, disks, and troubleshooting system issues for clients such as Corporation Bank, Alcatel Lucent, and Dena Bank.
Chicago Docker Meetup Presentation - MediaflyMediafly
This document discusses how Bryan Murphy uses Docker at his company Mediafly. It begins by introducing Bryan and his background. It then describes what Mediafly does, including content management systems, secure content delivery, document and video processing, and customizable user interfaces. The document highlights aspects of Mediafly that make it interesting, such as being multi-device, multi-tenant, service oriented, and distributed. It provides examples of technologies used at Mediafly and some key metrics. The document then discusses why Docker is used at Mediafly, covering benefits like being developer friendly, enabling faster iteration and testing, managing dependencies, sharing environments, standardization, isolation, and infrastructure freedom.
Public Cloud ist nicht immer die beste Lösung.
Mit Automatisierung kann man auch effiziente Private Clouds aufbauen.
SPARC Server mit LDoms eignen sich gut für Private Cloud
#DOAG2019
Im Januar 2018 hat Oracle eine Beta Version von Solaris 11.4 veröffentlicht. Die finale Version soll im laufenden Jahr zur Verfügung stehen. Dieser Vortrag zeigt den praktischen Nutzen der neuen Features: Solaris Dashboard, ZFS und Zonen.
Sicherheit, Compliance, Höchsteistung mit SPARC/SolarisJomaSoft
Sicherheit, Compliance, Höchsteistung alles inklusive in SPARC/Solaris Architekturen.
Mit VDCF bietet die JomaSoft das Tool für zentralen Compliance Report und Hardening.
Zahlreiche virtuelle Umgebungen installieren und betreiben
geht nur effizient mit dem geeigneten Tool. Wir stellen es vor :
JomaSoft VDCF for Oracle Solaris
Effizienter Hardware LifeCycle auf Oracle SPARC M7 ServerJomaSoft
Durch die Nutzung von Solaris LDoms und Zonen können Applikationen ohne Anpassungen auf die neuen SPARC M7 Server migriert werden. Mit dem Tool VDCF sehr effizient.
Increase Efficiency of Solaris Operations & Hardware Life CycleJomaSoft
Current Oracle SPARC Server are very powerful and include the Virtualization Technologies LDoms and Zones. This Servers are the ideal platform for Consolidation Projects. But the complexity and knowledge requirements of System Administrators increase. Standardisation and Automation is the Key. Why always install Applications into Solaris Zones? How does JomaSoft set-up Solaris Environments when combining LDoms and Zones. JomaSoft implemented "Best Practices" into an own CLI Management Framework for highly automated Management and Migration of Servers, LDoms and Solaris Zones. Review of JomaSoft's SPARC Server Life Cycle Projects of the past years. We replaced old SPARC Servers in a few days instead of a few weeks.
JomaSoft provides the Virtual Datacenter Control Framework (VDCF) tool for managing Solaris virtualization technologies like LDoms and zones. VDCF allows for centralized installation, operation, migration, monitoring and failover of virtual environments. It has been in production use since 2006 supporting both Solaris 10 and 11 on SPARC and x86 hardware. VDCF aims to simplify management of the virtual datacenter and provide high availability, disaster recovery and flexibility through dynamic virtualization and live migration capabilities.
Quantum Computing Quick Research Guide by Arthur MorganArthur Morgan
This is a Quick Research Guide (QRG).
QRGs include the following:
- A brief, high-level overview of the QRG topic.
- A milestone timeline for the QRG topic.
- Links to various free online resource materials to provide a deeper dive into the QRG topic.
- Conclusion and a recommendation for at least two books available in the SJPL system on the QRG topic.
QRGs planned for the series:
- Artificial Intelligence QRG
- Quantum Computing QRG
- Big Data Analytics QRG
- Spacecraft Guidance, Navigation & Control QRG (coming 2026)
- UK Home Computing & The Birth of ARM QRG (coming 2027)
Any questions or comments?
- Please contact Arthur Morgan at [email protected].
100% human made.
Book industry standards are evolving rapidly. In the first part of this session, we’ll share an overview of key developments from 2024 and the early months of 2025. Then, BookNet’s resident standards expert, Tom Richardson, and CEO, Lauren Stewart, have a forward-looking conversation about what’s next.
Link to recording, presentation slides, and accompanying resource: https://bnctechforum.ca/sessions/standardsgoals-for-2025-standards-certification-roundup/
Presented by BookNet Canada on May 6, 2025 with support from the Department of Canadian Heritage.
Generative Artificial Intelligence (GenAI) in BusinessDr. Tathagat Varma
My talk for the Indian School of Business (ISB) Emerging Leaders Program Cohort 9. In this talk, I discussed key issues around adoption of GenAI in business - benefits, opportunities and limitations. I also discussed how my research on Theory of Cognitive Chasms helps address some of these issues
Procurement Insights Cost To Value Guide.pptxJon Hansen
Procurement Insights integrated Historic Procurement Industry Archives, serves as a powerful complement — not a competitor — to other procurement industry firms. It fills critical gaps in depth, agility, and contextual insight that most traditional analyst and association models overlook.
Learn more about this value- driven proprietary service offering here.
How Can I use the AI Hype in my Business Context?Daniel Lehner
𝙄𝙨 𝘼𝙄 𝙟𝙪𝙨𝙩 𝙝𝙮𝙥𝙚? 𝙊𝙧 𝙞𝙨 𝙞𝙩 𝙩𝙝𝙚 𝙜𝙖𝙢𝙚 𝙘𝙝𝙖𝙣𝙜𝙚𝙧 𝙮𝙤𝙪𝙧 𝙗𝙪𝙨𝙞𝙣𝙚𝙨𝙨 𝙣𝙚𝙚𝙙𝙨?
Everyone’s talking about AI but is anyone really using it to create real value?
Most companies want to leverage AI. Few know 𝗵𝗼𝘄.
✅ What exactly should you ask to find real AI opportunities?
✅ Which AI techniques actually fit your business?
✅ Is your data even ready for AI?
If you’re not sure, you’re not alone. This is a condensed version of the slides I presented at a Linkedin webinar for Tecnovy on 28.04.2025.
Role of Data Annotation Services in AI-Powered ManufacturingAndrew Leo
From predictive maintenance to robotic automation, AI is driving the future of manufacturing. But without high-quality annotated data, even the smartest models fall short.
Discover how data annotation services are powering accuracy, safety, and efficiency in AI-driven manufacturing systems.
Precision in data labeling = Precision on the production floor.
Special Meetup Edition - TDX Bengaluru Meetup #52.pptxshyamraj55
We’re bringing the TDX energy to our community with 2 power-packed sessions:
🛠️ Workshop: MuleSoft for Agentforce
Explore the new version of our hands-on workshop featuring the latest Topic Center and API Catalog updates.
📄 Talk: Power Up Document Processing
Dive into smart automation with MuleSoft IDP, NLP, and Einstein AI for intelligent document workflows.
UiPath Community Berlin: Orchestrator API, Swagger, and Test Manager APIUiPathCommunity
Join this UiPath Community Berlin meetup to explore the Orchestrator API, Swagger interface, and the Test Manager API. Learn how to leverage these tools to streamline automation, enhance testing, and integrate more efficiently with UiPath. Perfect for developers, testers, and automation enthusiasts!
📕 Agenda
Welcome & Introductions
Orchestrator API Overview
Exploring the Swagger Interface
Test Manager API Highlights
Streamlining Automation & Testing with APIs (Demo)
Q&A and Open Discussion
Perfect for developers, testers, and automation enthusiasts!
👉 Join our UiPath Community Berlin chapter: https://community.uipath.com/berlin/
This session streamed live on April 29, 2025, 18:00 CET.
Check out all our upcoming UiPath Community sessions at https://community.uipath.com/events/.
TrsLabs - Fintech Product & Business ConsultingTrs Labs
Hybrid Growth Mandate Model with TrsLabs
Strategic Investments, Inorganic Growth, Business Model Pivoting are critical activities that business don't do/change everyday. In cases like this, it may benefit your business to choose a temporary external consultant.
An unbiased plan driven by clearcut deliverables, market dynamics and without the influence of your internal office equations empower business leaders to make right choices.
Getting things done within a budget within a timeframe is key to Growing Business - No matter whether you are a start-up or a big company
Talk to us & Unlock the competitive advantage
Designing Low-Latency Systems with Rust and ScyllaDB: An Architectural Deep DiveScyllaDB
Want to learn practical tips for designing systems that can scale efficiently without compromising speed?
Join us for a workshop where we’ll address these challenges head-on and explore how to architect low-latency systems using Rust. During this free interactive workshop oriented for developers, engineers, and architects, we’ll cover how Rust’s unique language features and the Tokio async runtime enable high-performance application development.
As you explore key principles of designing low-latency systems with Rust, you will learn how to:
- Create and compile a real-world app with Rust
- Connect the application to ScyllaDB (NoSQL data store)
- Negotiate tradeoffs related to data modeling and querying
- Manage and monitor the database for consistently low latencies
Spark is a powerhouse for large datasets, but when it comes to smaller data workloads, its overhead can sometimes slow things down. What if you could achieve high performance and efficiency without the need for Spark?
At S&P Global Commodity Insights, having a complete view of global energy and commodities markets enables customers to make data-driven decisions with confidence and create long-term, sustainable value. 🌍
Explore delta-rs + CDC and how these open-source innovations power lightweight, high-performance data applications beyond Spark! 🚀
Dev Dives: Automate and orchestrate your processes with UiPath MaestroUiPathCommunity
This session is designed to equip developers with the skills needed to build mission-critical, end-to-end processes that seamlessly orchestrate agents, people, and robots.
📕 Here's what you can expect:
- Modeling: Build end-to-end processes using BPMN.
- Implementing: Integrate agentic tasks, RPA, APIs, and advanced decisioning into processes.
- Operating: Control process instances with rewind, replay, pause, and stop functions.
- Monitoring: Use dashboards and embedded analytics for real-time insights into process instances.
This webinar is a must-attend for developers looking to enhance their agentic automation skills and orchestrate robust, mission-critical processes.
👨🏫 Speaker:
Andrei Vintila, Principal Product Manager @UiPath
This session streamed live on April 29, 2025, 16:00 CET.
Check out all our upcoming Dev Dives sessions at https://community.uipath.com/dev-dives-automation-developer-2025/.
Semantic Cultivators : The Critical Future Role to Enable AIartmondano
By 2026, AI agents will consume 10x more enterprise data than humans, but with none of the contextual understanding that prevents catastrophic misinterpretations.
Semantic Cultivators : The Critical Future Role to Enable AIartmondano
SOUG - Experiences with Oracle Solaris 11.4
1. 1
Experiences with Oracle Solaris 11.4
Marcel Hofstetter
[email protected]
https://jomasoftmarcel.blogspot.ch
CEO / Enterprise Consultant
JomaSoft GmbH
V1.1 / 07.06.2021
SOUG Day Online
02.06.2021
16:30 – 17:00
2. 2
Agenda
About JomaSoft
State of Solaris 10 / Solaris 11.3
Solaris 11.4 (available since 08/2018)
New Features introduced in the last months
Experiences and Challenges
3. 3
About JomaSoft
Engineering company founded in July 2000
specialized in Solaris/SPARC and software
development, operations and consulting
Product VDCF (Virtual Datacenter Cloud Framework)
Installation, Management, Operations, Monitoring, Patching,
Security/Compliance, Hardening 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 23 years
CEO at JomaSoft GmbH since 21 years
International Speaker:
Oracle OpenWorld, DOAG, UKOUG, SOUG, AOUG
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/11.3: Extended Support
Extended Support
Must be ordered to gain access to new patches
Cost: Additional 20%
Only a few patches each quarter
Ends 31.01.2024
Support yes, but no new patches
It is about time to migrate to Solaris 11.4
6. 6
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
Zones: Flexible Boot using SMF
Zones: Online ZPOOL Dataset add/remove
7. 7
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)
13. 13
Solaris 11.4 / Admin History
What did Marcel do 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
14. 14
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 destroytest/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
15. 15
Solaris 11.4 / ZFS (Replication)
Filesystem Replication over the network
Restart is now supported
Compressed data is now transferred compressed
16. 16
Solaris 11.4 / ZFS (Disk Remove)
ZPOOLs can shrink now (finally)
Data is distributed to the other disks
ZPOOL
Disk1
Disk2
Disk3
Disk4
17. 17
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
18. 18
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 -
19. 19
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
Java 6 removed
NFS Server Version 4.1
Names for Network Routes
Open Source Software
New Versions: MySQL, Puppet, Perl, Python, OpenLDAP
Oracle Instant Client 12.2 / 18.3
OpenStack removed
20. 20
Solaris 11.4 / Old Hardware
Not supported anymore:
SPARC Enterprise M3/4/5/8/9000
Sun Fire T1/2000, SPARC T3
Sun SPARC Enterprise T5xx0/T6xx0
Sun Fire X2x00/X4xx0 (with exceptions)
Sun Blade X6xx0 / X8xx0
Still supported with Solaris 11.3 (MOS Doc 2382427.1)
21. 21
Solaris 11.4 / Continuous Delivery
SRU 29
Jan / 2021
CPU
Security Fixes
SRU 30
Feb / 2021
New
Features
SRU 31
March / 2021
Bug Fixes
SRU 32
April / 2021
CPU
Security Fixes
No (big) Solaris 11.5 or 11.6 to expect
Monthly releases with new features and enhancements
Faster delivery
22. 22
Solaris 11.4 / Additions in the past months
Oracle Solaris Blog https://blogs.oracle.com/solaris/
Oracle Solaris 11.4 Support Repository Updates (SRU) Index
(Doc ID 2433412.1)
A new update (SRU) every month. SRU33 May 2021
Mostly OpenSource Security Updates
SRU3 – SPECTRE Fix on Intel
SRU6 – Oracle Database Sheet on WebUI
SRU8 – UCB Libraries re-added
SRU12 – Python 3.7 / new ps flags
23. 23
Solaris 11.4 / Additions in the past months
SRU17 – sstored memory leak fixed
SRU18 – ruby 2.1/2.3 removed
SRU19 - StatStore Threshold Alarms FMA
SRU21 – Mellanox 100Gb Ethernet / Printing Update
SRU24 – Samsung 7TB Disk
SRU25 – ASR (Auto Service Request) Phone Home
SRU25 - lz4 compression utility
SRU27 - Zones Sheet on WebUI
SRU30 – Ldom 3.6.2 Performance / Python 3.9
24. 24
Solaris 11.4 / Kernel Online Updates
-bash-5.0$ pkg list ksplice
NAME (PUBLISHER) VERSION IFO
system/ksplice 11.4-11.4.29.0.1.82.3 i--
# pkg set-publisher -g file:///var/tmp/idr4712.1.p5p solaris
# pkg install idr4712
Using spliceadm you can verify the installed splices.
# spliceadm
ID STATE CVE BUGID
471201 applied N/A 32407818
# spliceadm reverse 471201
Splice 471201 reversed successfully on Fri Apr 23 13:15:20.
# spliceadm status
ID STATE CVE BUGID
471201 not-applied N/A 32407818
25. 25
Solaris 11.4 / Challenges (1/5)
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
data export / import is required
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
26. 26
Solaris 11.4 / Challenges (2/5)
/var/tmp
Cleanup before the upgrade.
Data will be copied to /var/share. Takes time if large or with many files.
WARNING: If you failback to 11.3 and then retry, changed files will NOT be
copied again.
Workaround
Before the Retry: zfs destroy rpool/VARSHARE/tmp
Don't upgrade to SRU 29
Bug 32293902 migrate_shared_files.py reflink fails under python3
27. 27
Solaris 11.4 / Challenges (3/5)
Upgrade to S11.4 with Zones
A 'sync-linked' operation failed for child 'zone:v0129' with an unexpected
return value of 1 and generated the following output:
pkg sync-linked: Package 'network/ipfilter' must be uninstalled or upgraded if the
requested operation is to be performed.
Reject: pkg://solaris/network/[email protected] Reason: Package
network/ipfilter is not installed in global zone.
Reason: Excluded by synced parent incorporation 'consolidation/osnet/osnet-
incorporation'
# zlogin v0129 pkg list setterm
NAME (PUBLISHER) VERSION IFO
system/locale/setterm 0.5.11-0.175.3.0.0.26.2 i--
# pkg list setterm
pkg list: No packages matching 'setterm' installed
Install Package setterm on the Global Zone. Documented in the Release Notes.
https://docs.oracle.com/cd/E37838_01/html/E60973/gtafi.html#scrolltoc
28. 28
Solaris 11.4 / Challenges (4/5)
Upgrade fails if S11.4 Packages are on S11.3
Several IPS packages in Solaris 11.3 are not incorporated by their
respective incorporations (Doc ID 2525825.1)
root@test-server:~# pkg list | grep 11.4
library/python/pyatspi-27 2.30.0-11.4.0.0.1.9.0 i-r
library/python/pyatspi2 2.34.0-11.4.24.0.1.75.1 i--
library/python/pyatspi2-27 2.34.0-11.4.24.0.1.75.1 i--
FIX:
pkg update --reject library/python/pyatspi2-27 --reject library/python/pyatspi2
library/python/[email protected]
29. 29
Solaris 11.4 / Challenges (5/5)
Memory Leak in older sstored
Solaris Statistics Store Service Daemon 'sstored' May Consume a Lot of Memory Due to
Memory Leaks in the Daemon on a Solaris System Hosting Oracle Database with Solaris
Version 11.4.9.5.0 or Later
(Doc ID 2596279.1) - Fixed in SRU17 (14 January 2020)
30. 30
Summary - Why Solaris 11.4?
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: 21 years Experience incl. Product VDCF
Migrate now!
31. 31
Experiences with Oracle Solaris 11.4
Questions?
Marcel Hofstetter
[email protected]
https://jomasoftmarcel.blogspot.ch
CEO / Enterprise Consultant
JomaSoft GmbH
Solaris
https://twitter.com/marcel_jomasoft
https://jomasoftmarcel.blogspot.ch
https://www.linkedin.com/in/marcelhofstetter