Getting the most out of Red Hat Network Satellite. Clifford Perry RHN Sustaining Engineer

Size: px
Start display at page:

Download "Getting the most out of Red Hat Network Satellite. Clifford Perry RHN Sustaining Engineer"

Transcription

1 Getting the most out of Red Hat Network Satellite Clifford Perry RHN Sustaining Engineer

2 Agenda Backup & Recovery Further understanding of RHN Satellite Overview Structure Services Tips on deploying and administration of a RHN Satellite Questions Appendix of Technical Data Backing up the database RHN SSL Tool Bootstrap script creation Disable up2date register Control over registrations Delete old systems Applet Activation Monitoring Oracle space usage Change Control Standby Satellite DHCP PXE Boot environment Sources of further information Contacting Red Hat Support

3 What is Red Hat Network? Red Hat Network (RHN) is a means to manage and deploy Red Hat Enterprise Linux systems in your environment See Bret's presentation Introduction to Red Hat Network for more details RHN Components RHN Core Technologies Update Up2date Client Management RHN ( Provisioning RHN Satellite Monitoring (new) RHN Proxy

4 What is RHN Satellite? Software Management Provisioning Enhancements to Custom Content Management Monitoring (new) Solaris (new)

5 RHN Satellite Overview Background Daemons Apache based Application Server (mod_perl, mod_python, java)

6 Tip #1 Backup & Recovery Problem When performing backups of RHN Satellite, other than the database backup files, what other directories are of interest? Solution /etc/sysconfig/rhn/ /etc/rhn/ /etc/tnsnames.ora /etc/httpd/ /var/www/rhns/ /var/www/html/pub/ /var/satellite/redhat/1/ Further details are available in the RHN Satellite Guide

7 Tip #2 Backing up the database Problem How could I automate the backing up of the embedded Oracle database? Solution The following sequence of commands can be scripted for daily backups export VER=`date +%j` service rhn-satellite stop su - oracle -p -c mkdir backup-$ver su - oracle -p -c db-control backup backup-$ver service rhn-satellite start su - oracle -p -c db-control verify backup-$ver

8 Tip #3 RHN SSL Tool Problem The hostname for my RHN Proxy server has changed, how can I replace its SSL Certificates? Solution Generate a new SSL Certificate rhn-ssl-tool --gen-server \ --set-hostname=rhn-proxy.example.com Install resulting rpm onto RHN Proxy server rpm -Uvh \ rhn-org-httpd-ssl-key-pair-rhn-proxy noarch.rpm

9 Tip #4 Bootstrap script creation Problem How can I create a new bootstrap script for my RHN Proxy server's new hostname? Solution Copy resulting files onto RHN Proxy server in /var/www/html/pub/ rhn-bootstrap --script=bootstrap-rhn-proxy.sh \ --hostname=rhn-proxy.example.org \ --activation-keys=7bddfb01d2eba4b703dddffde0c3d5d0 \ --overrides=client-config-overrides-rhn-proxy.txt * bootstrap overrides (written): '/var/www/html/pub/bootstrap/client-config-overrides-rhn-proxy.txt' * bootstrap script (written): '/var/www/html/pub/bootstrap/bootstrap-rhn-proxy.sh'

10 Tip #5 Disable up2date register Problem How can I disable all users from being able to register to my RHN Satellite using up2date --register? Solution Create an activation key which is Universal Default Usage limit of zero

11 Tip #6 Control over registrations Problem How can I control how many systems my users register to my Satellite? Solution Use activation keys to register all systems Disable up2date register registrations (see Tip #5) Setup a usage limit within the users activation key Users are forced to use rhnreg_ks with activation key for registrations rhnreg_ks --activationkey=7bddfb01d2eba4b703dddffde0c3d5d0

12 Tip #7 Delete old systems Problem I want to delete all systems that have been inactive for 35+ days. How can I do that? Solution Login to Satellite Web Interface Systems > Advanced Search Search for: 35 Field to Search: Days Since Last Checkin Search Select All Manage > Delete > Confirm Deletions

13 Tip #8 Applet Activation Problem I want to automate the activating the RHN Applet for all my client systems, how can this be done? Solution Ensure that rhn applet actions package from the rhn tools channel is installed Run command PYTHONPATH=/usr/share/rhn/actions python \ -c "import rhn_applet; rhn_applet.use_satellite ();"

14 Tip #9 Monitoring Oracle space usage Problem How can I monitor my Oracle tablespace usage level? Solution Using output of command db-control report Red Hat provides within our knowledgebase an example shell script which can be added as a cron script which will out an alert if the usage on any table exceeds 89%

15 Tip #10 Change Control Problem I want to control and test what packages are available to my clients before they can download them, how would I do this with a RHN Satellite? Solution Multiple Cloned Channels Clone Errata from Base Channel Test new packages associated with Errata Clone Errata from test clone channel into production clone channel

16 Tip #11 Standby Satellite Problem How can I deploy a standby Satellite in my network? Solution Satellite hostname can point to either system Have /var/satellite/ content shared Install 2 nd Satellite (Skip SSL Certificate Generation) Copy /root/ssl-build/ and Apache SSL Certificates Copy /etc/rhn/rhn.conf configuration file Sync the nightly database backup onto the standby Satellite When needed route hostname to standby Satellite, restore database, bring up satellite services

17 Tip #12 DHCP PXE Boot environment Problem I want my system to have a fully working OS with no user intervention, just plug 'n' go. Can I do this with RHN Satellite? Use PXE Boot technology Pronounced pixie Pre Boot Execution Environment Network card with PXE support enabled will send out a broadcast request for DHCP information on boot up PXE aware installation server configured to respond RHN Satellite has the capability to perform 'bare metal' provisioning of Red Hat Enterprise Linux systems. To do this though you need to have a DHCP and TFTP server setup and configured. See also Chapter 3 of the Enterprise Linux 4 System Administrators Guide

18 Tip #12 DHCP PXE Boot environment Solution The basic steps to do this are Create kickstart profile as4 Install & Configure dhcp Install tftp and then configure using pxeos command pxeos -a -i "Fresh AS 4 Install" -p HTTP -D 0 \ -s satellite.example.org -L /ty/xxxxxxxxx new-as4 Edit the tftp configuration for the Satellite default 1 append initrd=new-as4/initrd.img ramdisk_size=10000 ksdevice=eth0 \ ks= More information can be found within the Red Hat Knowledgebase article

19 Tip #13 Sources of further information Problem Where can I find further information on RHN Satellite? Solution Red Hat Knowledgebase RHN Documentation RHN Satellite Users mailing list satellite users RHN Satellite comes with 24/7 support

20 Tip #14 Contacting Red Hat Support Problem My Satellite is not working, what should I do? Solution 1) Gather data, include RHN Satellite Debug /usr/bin/satellite-debug System Report /usr/sbin/sysreport RHN Proxy Debug (if needed) /usr/bin/rhn-proxy-debug 2) Contact Red Hat Support with data

21 End of presentation Questions? Appendix of technical on data RHN Satellite follows. Presentations still to come from RHN Life cycle management with Red Hat Network Provisioning Tracking performance with Red Hat Network Integrating and extending Red Hat Network: Custom content and APIs Is there any questions?

22 Appendix Technical Data RHN Satellite Components Apache Java & RHN Push Monitoring Database & Taskomatic Misc data

23 RHN Satellite Components Web Server Apache Satellite Web UI /XMLRPC /API Java Tomcat (new) RHN Push Jabber osa dispatcher (server side) osad (client side) Monitoring Technology (new) Monitoring Backend Monitoring Scout Database Server Oracle 9i Scheduled tasks Taskomatic

24 RHN Satellite Apache Apache processes within RHN Apache writes to various log files in Satellite handle multiple types of the follow locations requests /var/log/rhn/ Satellite Web UI with perl and /var/log/httpd/ java components /XMLRPC, /API & /APPLET via python Main configuration files /etc/httpd/conf/httpd.conf Misc files of note SSL Certificates used by Apache /etc/httpd/conf/ssl.key/server.key /etc/httpd/conf/ssl.crt/server.crt /etc/httpd/conf/rhn/ /etc/rhn/rhn.conf Runs with standard httpd daemon on ports 80 and 443

25 RHN Satellite Java & RHN Push Tomcat is communicated to via The jabber protocol is being used by Apache for portions of the Java Web RHN as a means of being able to UI within RHN Satellite 4.0 push scheduled actions to systems. Main configuration file Satellite connects to jabber (osa /etc/tomcat5/tomcat5.conf dispatcher) Main log directory Clients connect to jabber (osad) /var/log/tomcat5/ Main configuration files for push Tomcat daemon listens to ports 8005 technology /etc/jabberd/jabberd.cfg 8009 /etc/rhn/rhn.conf 8080 Main log files are /var/log/messages /var/log/rhn/osa dispatcher.log

26 RHN Satellite Monitoring Monitoring Backend Monitoring has one main nanny script Monitoring Scout which is gogo.pl Scout can also be on the same Nearly all Monitoring logging is done server as the backend within Some of the monitoring configuration /home/nocpulse/var/ files /opt/notification/var/ /etc/rhn/rhn.conf /etc/rhn/cluster.ini /etc/nocpulse.ini /etc/httpd/conf/rhn/rhn_monitoring.conf Specific to Scout /home/nocpulse/etc/satcluster.ini

27 RHN Satellite Database & Taskomatic RHN Satellite needs communication Taskomatic is a daemon that runs to an Oracle 9i Database Server constantly on RHN Satellite. It is used Embedded or External Oracle to execute scheduled tasks which are Main configuration files for database /etc/tnsnames.ora /etc/rhn/rhn.conf /opt/apps/oracle/config/9.2.0/spfil queued in the database. Uses /etc/rhn/rhn.conf configuration file. Logs into /var/log/messages erhnsat.ora Listener daemon (tnslsnr) runs localhost only on port 1290 Main log files for Oracle /var/log/rhn/rhn_database.log /rhnsat/admin/rhnsat/bdump/alert _rhnsat.log

28 Anything else I should know? The most important configuration file /etc/rhn/rhn.conf Two common general options of interest that can be changed traceback_mail change the default address alerts go to. Check this address for traceback s if something goes wrong debug default is 1, setting to 5 or 6 is enough for troubleshooting Restart RHN Satellite services using command service rhn-satellite restart This will run the following service scripts jabberd rhn-database osa-dispatcher taskomatic tomcat5 httpd Monitoring MonitoringScout

Managing your Red Hat Enterprise Linux Guests With RHN Satellite Session ID: 9204

Managing your Red Hat Enterprise Linux Guests With RHN Satellite Session ID: 9204 Managing your Red Hat Enterprise Linux Guests With RHN Satellite Session ID: 9204 Speaker Names: Shawn Wells Agenda What is Red Hat Network? What are the modules? What are the deployment architectures?

More information

Creating and Restoring a Selective Solaris System Image Using Red Hat Network Satellite

Creating and Restoring a Selective Solaris System Image Using Red Hat Network Satellite Creating and Restoring a Selective Solaris System Image Using Red Hat Network Satellite By Melissa Goldin Abstract This document will help you create a selective image of a client system using Red Hat

More information

SUSE Manager in Large Scale 17220

SUSE Manager in Large Scale 17220 SUSE Manager in Large Scale 17220 Don Vosburg Alejandro Bonilla Sales Engineer dvosburg@suse.com Sales Engineer abonilla@suse.com Geeko comes to SHARE Agenda What is SUSE Manager? What can I do with it

More information

Managing Linux systems with Spacewalk Moon Landing

Managing Linux systems with Spacewalk Moon Landing Features Spacewalk patrimonio designs Managing Linux systems with Spacewalk Moon Landing When your system landscape reaches a certain size, managing Linux systems manually is time-consuming and impractical.

More information

Red Hat Satellite 5.7

Red Hat Satellite 5.7 Red Hat Satellite 5.7 Proxy Installation Guide Installing and configuring Red Hat Satellite Proxy Server Last Updated: 2017-09-26 Red Hat Satellite 5.7 Proxy Installation Guide Installing and configuring

More information

Red Hat Network Satellite 5.0.0: Virtualization Step by Step

Red Hat Network Satellite 5.0.0: Virtualization Step by Step Red Hat Network Satellite 5.0.0: Virtualization Step by Step By Máirín Duffy, Red Hat Network Engineering Abstract Red Hat Network Satellite 5.0 is the first Satellite release to include virtual platform

More information

Spacewalk. Installation Guide RHEL 5.9

Spacewalk. Installation Guide RHEL 5.9 Spacewalk Installation Guide RHEL 5.9 Contents Spacewalk Overview... 3 Spacewalk Project Architecture... 3 System Prerequisites... 3 Installation... 4 Spacewalk Components... 4 Prerequisites Install for

More information

Red Hat Network Satellite 5.4

Red Hat Network Satellite 5.4 Red Hat Network Satellite 5.4 Installation Guide Edition 2 Red Hat Network Satellite Last Updated: 2017-09-20 Red Hat Network Satellite 5.4 Installation Guide Red Hat Network Satellite Edition 2 Landmann

More information

Spacewalk 2.4 for Oracle Linux. Installation Guide

Spacewalk 2.4 for Oracle Linux. Installation Guide Spacewalk 2.4 for Oracle Linux Installation Guide E71077-05 September 2017 Oracle Legal Notices Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Spacewalk. Installation Guide for CentOS 6.4

Spacewalk. Installation Guide for CentOS 6.4 Spacewalk Installation Guide for CentOS 6.4 Contents Spacewalk Overview... 3 Spacewalk Project Architecture... 3 System Prerequisites... 3 Installation... 4 Spacewalk Components... 4 Prerequisites Install

More information

Spacewalk 2.2 for Oracle Linux 6. Installation Guide

Spacewalk 2.2 for Oracle Linux 6. Installation Guide Spacewalk 2.2 for Oracle Linux 6 Installation Guide E64575-08 August 2017 Oracle Legal Notices Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Red Hat Satellite 5.6

Red Hat Satellite 5.6 Red Hat Satellite 5.6 Proxy Installation Guide Configuring, registering, and updating your Red Hat Enterprise Linux clients with Edition 1 Red Hat Satellite Proxy Server Last Updated: 2017-09-26 Red Hat

More information

Red Hat Satellite 5.8

Red Hat Satellite 5.8 Red Hat Satellite 5.8 User Guide Using and administering Red Hat Satellite Last Updated: 2018-05-17 Red Hat Satellite 5.8 User Guide Using and administering Red Hat Satellite Red Hat Satellite Documentation

More information

Spacewalk 2.6 for Oracle Linux. Release Notes

Spacewalk 2.6 for Oracle Linux. Release Notes Spacewalk 2.6 for Oracle Linux Release Notes E85209-06 October 2018 Oracle Legal Notices Copyright 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided

More information

Red Hat Network Satellite 5.2 Client Configuration Guide. Red Hat Network Satellite

Red Hat Network Satellite 5.2 Client Configuration Guide. Red Hat Network Satellite Red Hat Network Satellite 5.2 Client Configuration Guide Red Hat Network Satellite Client Configuration Guide Red Hat Network Satellite 5.2 Client Configuration Guide Red Hat Network Satellite Edition

More information

Scaling a Highly Available Global SUSE Manager Deployment at Rackspace to Manage Multiple Linux Platforms

Scaling a Highly Available Global SUSE Manager Deployment at Rackspace to Manage Multiple Linux Platforms Scaling a Highly Available Global SUSE Manager Deployment at Rackspace to Manage Multiple Linux Platforms Aaron Conklin Jeff Price Product Manager Rackspace Principle Architect SUSE First-level bullet

More information

Red Hat Network Satellite 5.5

Red Hat Network Satellite 5.5 Red Hat Network Satellite 5.5 Proxy Installation Guide Edition 3 Red Hat Network Satellite Last Updated: 2017-09-26 Red Hat Network Satellite 5.5 Proxy Installation Guide Red Hat Network Satellite Edition

More information

Red Hat Satellite 5.6

Red Hat Satellite 5.6 Red Hat Satellite 5.6 Installation Guide Edition 1 Configuring, registering, and updating Red Hat Satellite Server Last Updated: 2017-09-26 Red Hat Satellite 5.6 Installation Guide Configuring, registering,

More information

Red Hat Satellite 5.6

Red Hat Satellite 5.6 Red Hat Satellite 5.6 Release Notes Edition 1 Product notes, new features, and known bugs for Red Hat Satellite 5.6 Last Updated: 2017-09-26 Red Hat Satellite 5.6 Release Notes Product notes, new features,

More information

Spacewalk 2.6 for Oracle Linux. Installation Guide

Spacewalk 2.6 for Oracle Linux. Installation Guide Spacewalk 2.6 for Oracle Linux Installation Guide E85212-07 September 2017 Oracle Legal Notices Copyright 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Confining Spacewalk with SELinux

Confining Spacewalk with SELinux Confining Spacewalk with SELinux Jan Pazdziora Principal Software Engineer Satellite Engineering, Red Hat Open Source Conference 2011 19 th April 2011 Prague, Czech Republic What is Spacewalk? System management

More information

Spacewalk 2.0 for Oracle Linux 6. Release Notes

Spacewalk 2.0 for Oracle Linux 6. Release Notes Spacewalk 2.0 for Oracle Linux 6 Release Notes E51125-11 August 2017 Oracle Legal Notices Copyright 2013, 2017, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Discover SUSE Manager

Discover SUSE Manager White Paper SUSE Manager Discover SUSE Manager Table of Contents page Reduce Complexity and Administer All Your IT Assets in a Simple, Consistent Way...2 How SUSE Manager Works...5 User Interface...5 Conclusion...9

More information

Understanding Feature and Network Services in Cisco Unified Serviceability

Understanding Feature and Network Services in Cisco Unified Serviceability CHAPTER 10 Understanding Feature and Network Services in Cisco Unified Serviceability May 19, 2009 Cisco Unified Serviceability service management includes working with feature and network services and

More information

Red Hat Network Satellite 5.4

Red Hat Network Satellite 5.4 Red Hat Network Satellite 5.4 Release Notes Edition 1 Red Hat Network Satellite Last Updated: 2017-09-20 Red Hat Network Satellite 5.4 Release Notes Red Hat Network Satellite Edition 1 Landmann rlandmann@redhat.com

More information

Red Hat Technical Series Systems Management in the Enterprise with Red Hat Network version 1.0

Red Hat Technical Series Systems Management in the Enterprise with Red Hat Network version 1.0 Red Hat Technical Series Systems Management in the Enterprise with Red Hat Network version 1.0 Copyright 2002 by Red Hat, Inc. Tammy Fox and Greg DeKoenigsberg Red Hat Network is the environment for system-level

More information

Red Hat Satellite 6.3

Red Hat Satellite 6.3 Red Hat Satellite 6.3 Upgrading and Updating Red Hat Satellite Upgrading and updating Red Hat Satellite Server and Capsule Server Last Updated: 2018-07-12 Red Hat Satellite 6.3 Upgrading and Updating

More information

Red Hat Satellite 5.8

Red Hat Satellite 5.8 Red Hat Satellite 5.8 Installation Guide Configuring, registering, and updating Red Hat Satellite Server Last Updated: 2018-05-16 Red Hat Satellite 5.8 Installation Guide Configuring, registering, and

More information

SELinux: how we confined Spacewalk

SELinux: how we confined Spacewalk SELinux: how we confined Spacewalk Jan Pazdziora Principal Software Engineer Satellite Engineering, Red Hat 27 th May 2011 What is Spacewalk? System management system. With WebUI and XMLRPC API, and some

More information

Red Hat Network Satellite 5.5

Red Hat Network Satellite 5.5 Red Hat Network Satellite 5.5 Client Configuration Guide Edition 3 Red Hat Network Satellite Last Updated: 2017-09-26 Red Hat Network Satellite 5.5 Client Configuration Guide Red Hat Network Satellite

More information

Red Hat Satellite 6.3

Red Hat Satellite 6.3 Red Hat Satellite 6.3 Upgrading and Updating Red Hat Satellite Upgrading and updating Red Hat Satellite Server and Capsule Server Last Updated: 2018-05-01 Red Hat Satellite 6.3 Upgrading and Updating

More information

Reference Manual. Publication Date: SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA USA

Reference Manual. Publication Date: SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA USA Reference Manual Reference Manual Publication Date: 2019-01-22 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation Contents About This Guide x 1 Available Documentation

More information

Reference Manual. SUSE Manager 3

Reference Manual. SUSE Manager 3 Reference Manual Reference Manual Publication Date: 2017-11-20 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation Copyright 2017 SUSE LLC Copyright 2011-2014

More information

Linux Administration

Linux Administration Linux Administration This course will cover all aspects of Linux Certification. At the end of the course delegates will have the skills required to administer a Linux System. It is designed for professionals

More information

Red Hat Satellite 6.4

Red Hat Satellite 6.4 Red Hat Satellite 6.4 Upgrading and Updating Red Hat Satellite Upgrading and updating Red Hat Satellite Server and Capsule Server Last Updated: 2018-12-17 Red Hat Satellite 6.4 Upgrading and Updating

More information

openqrm Technical Overview

openqrm Technical Overview openqrm Technical Overview Open Source - Data Center Management Software November 2006 Qlusters, Inc. 1841 Page Mill Road, G2 Palo Alto, CA 94304 www.qlusters.com 650-812-3200 1 Table of Contents 1. High

More information

Red Hat Network Satellite 5.5

Red Hat Network Satellite 5.5 Red Hat Network Satellite 5.5 Client Configuration Guide 1 Red Hat Network Satellite 5.5 Client Configuration Guide Red Hat Network Satellite Edition 3 2 Legal Notice Legal Notice Copyright 2010 Red Hat,

More information

AGENDA. 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat

AGENDA. 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat AGENDA 13:30-14:25 Gestion des patches, du provisionning et de la configuration de RHEL avec Satellite 6.1, par Michael Lessard, Red Hat 14:25-14:35 Capsule : Surveiller les accès aux fichiers avec Auditd,

More information

Manage Device Firmware

Manage Device Firmware Device Firmware Updates Overview, page 1 Install a Device Pack or Individual Device Firmware, page 2 Remove Unused Firmware from the System, page 3 Set up Default Firmware for a Phone Model, page 3 Set

More information

Cisco Configuration Engine 3.5

Cisco Configuration Engine 3.5 Q&A Cisco Configuration Engine 3.5 Q. What is Cisco Configuration Engine? A. Cisco Configuration Engine is a highly scalable network management software application designed to facilitate rapid configuration

More information

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux

Part 1 : Getting Familiar with Linux. Hours. Part II : Administering Red Hat Enterprise Linux Part 1 : Getting Familiar with Linux Chapter 1 : Getting started with Red Hat Enterprise Linux Chapter 2 Finding Your Way on the Command Line Hours Part II : Administering Red Hat Enterprise Linux Linux,

More information

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3

Table of Contents 1 V3 & V4 Appliance Quick Start V4 Appliance Reference...3 Table of Contents 1 V & V4 Appliance Quick Start...1 1.1 Quick Start...1 1.2 Accessing Appliance Menus...1 1. Updating Appliance...1 1.4 Webmin...1 1.5 Setting Hostname IP Address...2 1.6 Starting and

More information

Post-Change Tasks and Verification

Post-Change Tasks and Verification Post-Change Task List for Cisco Unified Communications Manager Nodes, page 1 Post-Change Task List for IM and Presence Service Nodes, page 3 Perform Post-Change Tasks for Cisco Unified Communications Manager

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Administrator s Guide Version 3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Oracle Linux Management with Oracle Enterprise Manager 13c O R A C L E W H I T E P A P E R J U L Y

Oracle Linux Management with Oracle Enterprise Manager 13c O R A C L E W H I T E P A P E R J U L Y Oracle Linux Management with Oracle Enterprise Manager 13c O R A C L E W H I T E P A P E R J U L Y 2 0 1 8 Introduction 2 Oracle Enterprise Manager 13c Overview 3 Managing Oracle Linux with Oracle Enterprise

More information

Configuration Manager

Configuration Manager CHAPTER 7 This chapter describes how to perform routine Cisco VXC Manager configuration management tasks using the Administrator Console. It provides information on managing the configuration settings

More information

Agiloft Installation Guide

Agiloft Installation Guide Agiloft Installation Guide HELP-13APR17 CONTENTS 1. Installation Guide............................................ 3 1.1 Pre-Installation for Windows................................ 5 1.2 Pre-Installation

More information

Storage Manager 2018 R1. Installation Guide

Storage Manager 2018 R1. Installation Guide Storage Manager 2018 R1 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Default Security Setup

Default Security Setup This section provides information about the default security setup. Default Security Features, page 1 Trust Verification Service, page 2 Initial Trust List, page 2 Update ITL File for IP Phones, page 4

More information

Red Hat Satellite 6.0

Red Hat Satellite 6.0 Red Hat Satellite 6.0 User Guide A guide to using Satellite entitlement management software. Last Updated: 2017-09-19 Red Hat Satellite 6.0 User Guide A guide to using Satellite entitlement management

More information

Red Hat Network Satellite 5.5

Red Hat Network Satellite 5.5 Red Hat Network Satellite 5.5 Reference Guide Edition 4 Red Hat Network Satellite Last Updated: 2017-09-26 Red Hat Network Satellite 5.5 Reference Guide Red Hat Network Satellite Edition 4 Landmann rlandmann@redhat.com

More information

Reference Manual. Publication Date: SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA USA

Reference Manual. Publication Date: SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA USA Reference Manual Reference Manual Publication Date: 2018-05-22 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation Contents About This Guide x 1 Available Documentation

More information

Security by Default. Overview CHAPTER

Security by Default. Overview CHAPTER CHAPTER 3 This section contains the following topics: Overview, page 3-1 Trust Verification Service, page 3-2 Initial Trust List, page 3-2 Autoregistration, page 3-3 Supported Cisco Unified IP Phones,

More information

Be smart. Think open source.

Be smart. Think open source. Foreman Basics Be smart. Think open source. Foreman - Basics Lifecycle management of physical and virtual machines made easy! Agenda Introduction to Foreman Architecture Setup Provisioning Configuration

More information

The WebGUI Runtime Environment. Roy Johnson Plain Black Corporation

The WebGUI Runtime Environment. Roy Johnson Plain Black Corporation The WebGUI Runtime Environment Roy Johnson Plain Black Corporation What is the WRE? All the supporting software required to host WebGUI Apache 2 / Mod_Perl 2 MySQL 5 Supporting Perl Modules AWStats Utilities

More information

Carbon Black QRadar App User Guide

Carbon Black QRadar App User Guide Carbon Black QRadar App User Guide Table of Contents Carbon Black QRadar App User Guide... 1 Cb Event Forwarder... 2 Overview...2 Requirements...2 Install Cb Event Forwarder RPM...2 Configure Cb Event

More information

TECHNICAL WHITE PAPER. Using Stateless Linux with Veritas Cluster Server. Linux

TECHNICAL WHITE PAPER. Using Stateless Linux with Veritas Cluster Server. Linux TECHNICAL WHITE PAPER Using Stateless Linux with Veritas Cluster Server Linux Pranav Sarwate, Assoc SQA Engineer Server Availability and Management Group Symantec Technical Network White Paper Content

More information

With standard audit logging, configuration changes to the system get logged in separate log files for auditing.

With standard audit logging, configuration changes to the system get logged in separate log files for auditing. , page 1 With audit logging, configuration changes to the system get logged in separate log files for auditing. Audit Logging (Standard) When audit logging is enabled, but the detailed audit logging option

More information

With standard audit logging, configuration changes to the system get logged in separate log files for auditing.

With standard audit logging, configuration changes to the system get logged in separate log files for auditing. , on page 1 With audit logging, configuration changes to the system get logged in separate log files for auditing. Audit Logging (Standard) When audit logging is enabled, but the detailed audit logging

More information

Lifecycle management with Foreman and Katello Basics and Spacewalk migration

Lifecycle management with Foreman and Katello Basics and Spacewalk migration Lifecycle management with Foreman and Katello Basics and Spacewalk migration Christian Stankowic www.stankowic-development.net Free and Open Source software Conference 19.08.2017 whoami Christian Stankowic

More information

Migration and Building of Data Centers in IBM SoftLayer

Migration and Building of Data Centers in IBM SoftLayer Migration and Building of Data Centers in IBM SoftLayer Advantages of IBM SoftLayer and RackWare Together IBM SoftLayer offers customers the advantage of migrating and building complex environments into

More information

Host Identity Sources

Host Identity Sources The following topics provide information on host identity sources: Overview: Host Data Collection, on page 1 Determining Which Host Operating Systems the System Can Detect, on page 2 Identifying Host Operating

More information

LDAP Directory Integration

LDAP Directory Integration LDAP Server Name, Address, and Profile Configuration, on page 1 with Cisco Unified Communications Manager Task List, on page 1 for Contact Searches on XMPP Clients, on page 6 LDAP Server Name, Address,

More information

Red Hat Satellite 5.7

Red Hat Satellite 5.7 Red Hat Satellite 5.7 User Guide Using and administering Red Hat Satellite Last Updated: 2017-09-26 Red Hat Satellite 5.7 User Guide Using and administering Red Hat Satellite Red Hat Satellite Documentation

More information

Certification. RPM, Boot Loaders, and Kickstart

Certification. RPM, Boot Loaders, and Kickstart Certification RPM, Boot Loaders, and Kickstart UNIT 7 RPM, Boot Loaders, and Kickstart 1 UNIT 7: Objectives Upon completion of this unit the student should be able to: Use RPM to install, remove, update,

More information

E-Sourcing System Copy [System refresh from Production to existing Development]

E-Sourcing System Copy [System refresh from Production to existing Development] E-Sourcing System Copy [System refresh from Production to existing Development] Applies to: SAP Netweaver 7.0 and E-Sourcing 5.1/CLM 2.0 Summary This document discusses about the steps to do an E-Sourcing

More information

GridDB Standard Edition Installation Guide

GridDB Standard Edition Installation Guide TXB0661N GridDB Standard Edition Installation Guide Toshiba Digital Solutions Corporation 2017 All Rights Reserved. Introduction This manual describes the installation procedure and notes for GridDB Standard

More information

Satellite 6 User Guide. ID Client Delivery

Satellite 6 User Guide. ID Client Delivery ID Client Delivery 08.06.2017 pdf generated on July 7, 2017 Table of Contents 1 Concepts 3 1.1 Terminology...................................... 3 1.2 Description of Key Elements.............................

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Introduction to Administration

Introduction to Administration Oracle Enterprise Manager Ops Center Administer Your Environment Using Oracle Enterprise Manager Ops Center 12c Release 3 (12.3.0.0.0) E59991-01 June 2015 This guide provides an end-to-end example for

More information

Default security setup

Default security setup Default security setup This section provides information about the default security setup. Default security features, page 1 Trust Verification Service, page 2 Initial trust list, page 2 Update ITL file

More information

Using PowerOn Auto Provisioning

Using PowerOn Auto Provisioning This chapter describes how to deploy and use PowerOn Auto Provisioning (POAP) This chapter contains the following sections: Information About PowerOn Auto Provisioning, page 1 Guidelines and Limitations

More information

Red Hat Network Satellite 5.4

Red Hat Network Satellite 5.4 Red Hat Network Satellite 5.4 User Guide Edition 1 Use and administration of Red Hat Network Satellite Last Updated: 2017-09-20 Red Hat Network Satellite 5.4 User Guide Use and administration of Red Hat

More information

Reference Manual. SUSE Manager 3.1

Reference Manual. SUSE Manager 3.1 Reference Manual Reference Manual Publication Date: 2017-12-04 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation Copyright 2017 SUSE LLC Copyright 2011-2014

More information

OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0

OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0 OpenManage Integration for VMware vcenter Using the vsphere Client Quick Install Guide Version 2.0 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

RED HAT SATELLITE LIGHTNING TALKS. Sureshkumar Thirugnanasambandan Thomas McKay Rich Jerrido

RED HAT SATELLITE LIGHTNING TALKS. Sureshkumar Thirugnanasambandan Thomas McKay Rich Jerrido RED HAT SATELLITE LIGHTNING TALKS Sureshkumar Thirugnanasambandan Thomas McKay Rich Jerrido SATELLITE 6 & VIRTUALIZATION PLATFORMS VIRT-WHO Sureshkumar Thirugnanasambandan Principal Quality Engineer 5/3/2017

More information

Oracle Enterprise Manager Ops Center. Prerequisites. Installation. Readme 12c Release 2 ( )

Oracle Enterprise Manager Ops Center. Prerequisites. Installation. Readme 12c Release 2 ( ) Oracle Enterprise Manager Ops Center Readme 12c Release 2 (12.2.2.0.0) E38532-03 December 2014 Oracle Enterprise Manager Ops Center Readme includes the following: Prerequisites Installation Upgrade Uninstallation

More information

ZENworks Linux Management Version 6.5 Release Notes

ZENworks Linux Management Version 6.5 Release Notes ZENworks Linux Management Version 6.5 Release Notes These are the release notes for version 6.5 of ZENworks Linux Management, last updated on June 3 rd 2004. Contents 1. Platform Support 2. New features

More information

Genesys Interaction Recording Solution Guide. WebDAV Requirements

Genesys Interaction Recording Solution Guide. WebDAV Requirements Genesys Interaction Recording Solution Guide WebDAV Requirements 11/24/2017 Contents 1 WebDAV Requirements 1.1 Deploying the WebDAV Server 1.2 Configuring TLS for the WebDAV Server 1.3 Next Step Genesys

More information

Rally Installation Guide

Rally Installation Guide Rally Installation Guide Rally On-Premises release 2013.3 E-mail: rallysupport@rallydev.com http://www.rallydev.com Version 13.3 Table of Contents Overview... 3 Server Requirements... 3 Rally Installation

More information

Red Hat Network Satellite 5.4

Red Hat Network Satellite 5.4 Red Hat Network Satellite 5.4 Reference Guide Edition 2 Red Hat Network Satellite Last Updated: 2017-09-20 Red Hat Network Satellite 5.4 Reference Guide Red Hat Network Satellite Edition 2 Landmann rlandmann@redhat.com

More information

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute)

IBM Endpoint Manager. OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) IBM Endpoint Manager OS Deployment V3.8 User's Guide - DRAFT for Beta V.1.0 (do not distribute) Note Before

More information

DBaaS (Oracle and Open Source)

DBaaS (Oracle and Open Source) DBaaS (Oracle and Open Source) Vess Natchev vess@us.ibm.com Power Cloud Team Leader Systems Lab Services IBM Systems Lab Services Proven IT Infrastructure Expertise 1 Agenda Definition Life Cycle of Database

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager Connector Installation and Configuration (Legacy Mode) VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until

More information

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2.

Upgrade Guide. This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. Upgrade Guide v2.3.2 This document details the upgrade process for customers moving from the full version of OnApp Cloud v2.3.1 to v2.3.2. It explains important changes to the backup system, network config

More information

Data Protection Guide

Data Protection Guide SnapCenter Software 4.0 Data Protection Guide For Custom Plug-ins March 2018 215-12932_C0 doccomments@netapp.com Table of Contents 3 Contents Deciding on whether to read the SnapCenter Data Protection

More information

Red Hat Gluster Storage 3.2 Console Installation Guide

Red Hat Gluster Storage 3.2 Console Installation Guide Red Hat Gluster Storage 3.2 Console Installation Guide Installing Red Hat Gluster Storage Console Red Hat Gluster Storage Documentation Team Red Hat Gluster Storage 3.2 Console Installation Guide Installing

More information

Install Oracle 11g Client On Linux Command Line

Install Oracle 11g Client On Linux Command Line Install Oracle 11g Client On Linux Command Line This post describes step by step installation of Oracle Database 11g Release 2 on easiest way to install all the latest Oracle Linux dependencies automatically.

More information

Red Hat Network Satellite 5.5

Red Hat Network Satellite 5.5 Red Hat Network Satellite 5.5 User Guide Edition 2 Use and administration of Red Hat Network Satellite Last Updated: 2017-09-26 Red Hat Network Satellite 5.5 User Guide Use and administration of Red Hat

More information

Avaya AAPC 7.1 Patch 1 (X01) Release Notes October 13, 2014

Avaya AAPC 7.1 Patch 1 (X01) Release Notes October 13, 2014 Avaya AAPC 7.1 Patch 1 (X01) October 13, 2014 Contents 1. PURPOSE... 3 2. PATCH PREREQUISITES AND CONSIDERATIONS... 3 2.1 PATCH PREREQUISITES... 3 2.1.1 CHECK THE HEALTH SYSTEM... 3 2.1.2 PERFORM BACKUP...

More information

IceCube Live Web Server Installation and Configuration. Edgar "Tex" Nielsen IceCube Live Review

IceCube Live Web Server Installation and Configuration. Edgar Tex Nielsen IceCube Live Review IceCube Live Web Server Installation and Configuration Edgar "Tex" Nielsen tex@icecube.aq IceCube Live Review 20100812 Goals Enable use of more modern versions of various tools, as RedHat supplies older

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.31

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.31 JAMF Software Server Installation and Configuration Guide for Linux Version 9.31 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

Red Hat Satellite Server 6.2 Pattern

Red Hat Satellite Server 6.2 Pattern Red Hat Satellite Server 6.2 Pattern Table of contents Overview What is a Satellite Server? Why did we need a new Satellite Server 6.2 pattern? Architecture High Level Red Hat Satellite 6 System Architecture

More information

Dell Storage Integration Tools for VMware

Dell Storage Integration Tools for VMware Dell Storage Integration Tools for VMware Version 4.1 Administrator s Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

Package Manager. Package Manager Overview

Package Manager. Package Manager Overview Overview, page 1 Using the Package Wizard, page 4 Deploying an Image Using Merlin, page 11 Deploying a Package Using PAD, page 11 Viewing the Properties of a Registered Package, page 12 Viewing and Editing

More information

The following sections provide information about general Novell ZENworks Linux Management - Dell Edition features and procedures:

The following sections provide information about general Novell ZENworks Linux Management - Dell Edition features and procedures: IIZENworks System Management The following sections provide information about general Novell ZENworks Linux Management - Dell Edition features and procedures: Chapter 3, ZENworks Control Center, on page

More information

Dell Storage Manager 2016 R3 Installation Guide

Dell Storage Manager 2016 R3 Installation Guide Dell Storage Manager 2016 R3 Installation Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates either

More information

Restoring the Server to Bare Metal

Restoring the Server to Bare Metal Restoring the Server to Bare Metal Figure 19 below shows a virtual machine named Bare Metal System. As you can see, when we try to boot the system the boot fails because there is no operating system installed

More information

Server Installation Guide

Server Installation Guide Server Installation Guide Server Installation Guide Legal notice Copyright 2018 LAVASTORM ANALYTICS, INC. ALL RIGHTS RESERVED. THIS DOCUMENT OR PARTS HEREOF MAY NOT BE REPRODUCED OR DISTRIBUTED IN ANY

More information