System Management with Spacewalk

Size: px
Start display at page:

Download "System Management with Spacewalk"

Transcription

1 System Management with Spacewalk System Management with Spacewalk System Management with Spacewalk Introduction Requirements Virtual machine requirements Pre-requisite knowledge Connectivity Lab structure Initial login Exercise: Create repositories and software channels Create the repositories Create the base and child software channels Exercise: Trigger the initial sync of the software channels Exercise: Creating and configuring an activation key Exercise: Registering a client server Exercise: Running yum commands manually on the client List all the subscribed channels List all available updates List all available security updates List CVEs fixed by available updates Install patches required to fix a particular CVE Exercise: Installing the OSA daemon Exercise: Updating packages on the client from Spacewalk Exercise: Updating packages based on an errata notification Exercise: Running a command on the client from Spacewalk Exercise: Creating a configuration channel in Spacewalk Creating a configuration channel and file Associate the configuration channel with a client server Deploying a configuration file to the client Exercise: Run OpenSCAP auditing via Spacewalk Introduction In this Hands-on Lab, you will learn the basics of systems management using Spacewalk: initial Repository and Software Channel creation syncing Software Channels with upstream repository sources creating and configuring a Spacewalk activation key registering an Oracle Linux server to Spacewalk running yum commands installing and testing the Spacewalk OSAD client installing and configuration the Spacewalk Configuration client creating a configuration channel in Spacewalk and deploying configuration files running an OpenSCAP-based audit Spacewalk is an Open Source Linux systems management solution. It manages software content updates for Linux distributions derived from Red Hat Enterprise Linux including Oracle Linux, CentOS, Scientific Linux and Fedora. It allows you to synchronize updates from upstream sources, then store and deploy those updates to your local servers. You can stage software content, including updates and configuration files through different environments. The deployment of updates to registered servers is centrally controlled and the Spacewalk web interface shows a unified view of all registered servers and their associated software update status. You can also trigger software updates and remote actions via the web interface. In addition, Spacewalk provides entire lifecycle management functionality via bare-metal and virtual server provisioning using the standard PXE and Kickstart tools. Servers that are provisioned using Spacewalk are automatically registered and monitored after installation. To support very large enterprise deployments, you can connect multiple Spacewalk servers together using Inter-Spacewalk Sync. Spacewalk also provides the Spacewalk Proxy server to support geographically-distributed client servers. Spacewalk Proxy servers cache and distribute content, reducing the load on the central Spacewalk servers and improving download times for local servers. For more information on Spacewalk, visit the Spacewalk community website.

2 Requirements Virtual machine requirements Unlike the other Hands-on Labs, the Virtual Machine used in this lab is NOT based on the generic Oracle Linux 6 template. If you are attending this Hands-on Lab at Oracle OpenWorld 2014, a pre-built VM has already been provided as Spacewalk requires significant available disk space to store packages. This lab is designed to synchronize packages from both the Oracle Unbreakable Linux Network (ULN) as well as Oracle's Public Yum Repository. If you are attending this Hands-on Lab at Oracle OpenWorld 2014, an alternative yum server is used instead of Oracle's Public Yum Repository to improve overall lab performance. The generic account which is used for ULN access will be disabled at the conclusion of the lab. The lab does not include installation of Spacewalk itself as this is covered in the Spacewalk 2.0 for Oracle Linux 6 release notes. Pre-requisite knowledge Attendees are expected to have basic Oracle Linux system administration skills, particularly regarding package management using RPM and yum. If you need a refresher, follow our Package management with RPM and yum hands-on lab. You should be familiar with the following Linux concepts and commands: using the Linux terminal using sudo to run commands as root using the yum package management tool using vi or nano to edit configuration files Connectivity This lab has been designed specifically for delivery at Oracle OpenWorld As such, the examples assume the virtual machine is running within the OpenWorld lab environment. After OpenWorld concludes, the lab will be refreshed to include initial VM creation information as well as replacing the OpenWorld-specific configuration with generic configuration. Lab structure As many activities in the lab are performed using the Spacewalk web interface, screenshots are provided for the initial exercises to assist with navigation and configuration. These screenshots are hidden by default and can be viewed by clicking the arrow next to the screenshot title. Once the initial exercises are completed, screenshots will no longer be provided as the content will change over time and static screenshots could be misleading. Initial login You should have already logged into the virtual machine as the HOL User (holuser) using the provided password. You should open a Terminal session from Application -> System Tools -> Terminal and have the Firefox web browser open as well. As the lab instructions are web-based, it is recommended to have multiple Firefox windows or tabs open so that you can follow the instructions. Navigate to the Spacewalk web interface in Firefox: Spacewalk login screen (screenshot)

3 You should see the initial login screen. Use the following credentials to login into Spacewalk: Username: admin Password: Oracle123 After successfully logging in, Spacewalk displays the Overview page. Initial Spacewalk overview screen (screenshot)

4 Exercise: Create repositories and software channels Spacewalk requires all packages and metadata to be stored and managed locally, so the initial step is to configure upstream sources for package updates. These upstream sources can be the Oracle Unbreakable Linux Network (ULN), the Oracle Public Yum Server or any 3rd-party yum repository. Spacewalk uses the concept of Software Channels and Repositories to store packages and metadata. Client systems subscribe to Software Channels, while Software Channels themselves can be subscribed to one or more Repositories. In this way, you can create local channels that provide packages from a combination of sources. Care should be taken to ensure that the upstream repositories do not contain the same packages to reduce deployment complexity and confusion. It is recommended to connect a software channel to a single repository for simplicity. Spacewalk Software Channels are hierarchical: each client server is registered with a single base channel and can be subscribed to multiple child channels. A client can only subscribe to the client channels of its base channel. In this exercise, you will create repositories for the following ULN channels: Oracle Linux 6 Update 5 Installation media set (x86_64) Oracle Linux 6 Update 5 Patches (x86_64) Unbreakable Enterprise Kernel Release 3 for Oracle Linux 6 (x86_64) You will also create a Spacewalk repository for the following Yum repository: Spacewalk Client 2.0 for Oracle Linux 6 (x86_64) Once these repositories are created, the following Software Channel hierarchy will be created: Oracle Linux 6 Update 5 Installation media set (x86_64) Oracle Linux 6 Update 5 Patches (x86_64) Unbreakable Enterprise Kernel Release 3 for Oracle Linux 6 (x86_64) Spacewalk Client 2.0 for Oracle Linux 6 (x86_64) This will allow clients to subscribe to the Installation media set base channel as well as the individual child channels. Create the repositories Navigate to the Manage Repositories screen in the Spacewalk web interface by clicking on Channels (in the main menu bar), then Software Channels in the left-hand menu and finally Manage Repositories. There are no repositories configured by default. Empty Repository list (screenshot)

5 Click create new repository to start the creation process. The first repository you will create is the Oracle Linux 6 Installation media set. Provide the following information: Repository label: Oracle Linux 6 Update 5 installation media copy x86_64 Repository URL: uln:///ol6_u5_x86_64_base Create the Oracle Linux 6 Update 5 Base repository (screenshot)

6 ULN-based repositories use the uln:///<uln_channel_label> syntax and the three / characters are intentional. You can find a list of channel labels via the ULN interface. Click the create repository button. Spacewalk will create the repository and return you to the repository edit screen. Click Manage Repositories to return to the list of repositories to see the newly created repository. Follow the above procedure to create the following ULN-based repositories: Oracle Linux 6 Update 5 Patches (x86_64) with the ULN channel label ol6_u5_x86_64_patch. UEK Release 3 for Oracle Linux 6 x86_64 with the ULN channel label ol6_x86_64_uekr3_latest. List of Oracle Linux repositories (screenshot)

7 Once all three ULN-based channels are created, you can create the Yum-based channel for the Spacewalk 2.0 Client. The process is almost identical, except you use an http based repository URL. Create the Spacewalk 2.0 Client repository (screenshot)

8 Repository Label: Spacewalk Client 2.0 for Oracle Linux 6 Repository URL: Note that we are using a custom Yum repository hosted within the Oracle OpenWorld lab environment for performance reasons. In production, you should use yum repositories hosted on the Oracle Public Yum server or a 3rd-party repository. Once you have all four repositories created, you can being to create the associated Software Channels. Create the base and child software channels As mentioned previously, Spacewalk uses a parent/child relationship for Software Channels. Client servers can only subscribe to a single base channel and can only subscribe to child channels of the selected base channel. In this exercise, we will create a single base channel and three child channels. Click Manage Software Channels in the left-hand menu. By default, there are no software channels configured in Spacewalk. Empty Software Channel list (Screenshot)

9 Click create new channel to start the process. We will begin by creating the base channel using the following details: Channel Name: Oracle Linux 6 Update 5 installation media copy x86_64 Channel Label: ol6_u5_x86_64_base Parent Channel: none Architecture: x86_64 Yum Repository Checksum Type: sha256 Channel Summary: Oracle Linux 6 Update 5 installation media copy x86_64 Channel Description: All packages released on the Oracle Linux 6 Update 5 (x86_64) installation media. This channel does not contain updates. Oracle Linux 6 Update 5 Base: Software Channel basic details (screenshot)

10 Ensure that you set the architecture field correctly, otherwise the channel will not be visible to the client you will register later in the lab. The architecture must match the architecture of the client. You can fill your own (or dummy) information in the Contact/Support Information section. This information is displayed in the Spacewalk UI so that other users know who to contact if they have issues with the software contained in this channel. For the purposes of the lab, you do not need to make any changes to the Channel Access Control section. For production Spacewalk deployments, this section is used to determine who is permitted to use this channel and which organizations can access the channel. Multi-user and multi-organization deployment of Spacewalk is beyond the scope of this lab. It is strongly recommended that you configure the Security: GPG section in production to ensure that packages that are downloaded during the Spacewalk synchronization process have a valid security signature. You should configure the section using the following: GPG key URL: file:///etc/pki/rpm-gpg/rpm-gpg-key GPG key ID: EC551F03 GPG key Fingerprint: FECF C55B D 72F9 7B74 EC55 1F03 Oracle Linux 6 Update 5 Base: Software Channel GPG key details (screenshot)

11 You can find the GPG key ID and fingerprint for each Oracle Linux major version on the Oracle Public Yum server. Note that the GPG key ID and Fingerprint is identical for Oracle Linux 6 and 7. Oracle Linux installs the key itself by default at /etc/pki/rpm-gpg/rpm-gpg-key and for security purposes, it is mandatory that you use an on-disk key. Click the Create Channel button once you have completed all the required fields. Spacewalk will create the channel and return you to the channel edit screen for the newly created channel. Click Manage Software Channels in the left-hand menu to return to the Software Channel list. You will now create your first child channel. Click the create new channel link and enter the following details: Channel Name: Oracle Linux 6 Update 5 Patch x86_64 Channel Label: ol6_u5_x86_64_patch Parent Channel: Oracle Linux 6 Update 5 installation media copy x86_64 You will notice that when you select a parent channel, the Architecture and Yum Repository Checksum Type are automatically selected. Channel Summary: Oracle Linux 6 Update 5 Patch x86_64 Channel Description: Updated packages published after the release of Oracle Linux 6 Update 5 (x86_64). Use the same Security: GPG settings as the Installation media set channel. Oracle Linux 6 Update 5 Patches: Software Channel basic details (screenshot)

12 Repeat the above procedure for the remaining software channels: Channel Name: Unbreakable Enterprise Kernel Release 3 for Oracle Linux 6 x86_64 Channel Label: ol6_x86_64_uekr3_latest Parent Channel: Oracle Linux 6 Update 5 installation media copy x86_64 Note that Spacewalk channel labels can only contain lowercase letters, so this channel label differs from it's upstream repository label. Channel Name: Spacewalk Client 2.0 for Oracle Linux 6 Channel Label: ol6_spacewalk20_client Parent Channel: Oracle Linux 6 Update 5 installation media copy x86_64 Once a channel is created, you cannot change whether it is a base or child channel. If you forget to select the correct parent channel, you will need to delete and recreate the channel. Once you have completed this exercise, you should have all four channels created, with a single base and three child channels as shown in the following screenshot: List of all Software Channels (screenshot)

13 Do not continue the lab until your software channel list matches the example. Exercise: Trigger the initial sync of the software channels Now that your software channels are created, we need to link them to the appropriate repository and trigger the initial sync. Spacewalk should be configured in production to sync on a regular basis. As the Spacewalk web interface does not provide any progress information during a sync, you should have a Terminal window open to monitor the sync logs during this exercise. In the Terminal, use sudo to become the root user and change directory to /var/log/rhn/reposync. The sync logs are contained in this directory. The OpenWorld virtual machine already contains log files, as the Spacewalk instance was pre-seeded with packages for performance reasons. Tail the ol6_u5_x86_64_base.log file: [root@hol9666 ~]# tail -f ol6_u5_x86_64_base.log You will notice that the last few lines of the initial sync logs report that the sync took just under 3 hours to complete for this channel. The time for initial sync is dependent on network bandwidth and server resources and can take anywhere from 3 hours to several days. Switch back to Firefox to continue the exercise. From Manage Software Channels, click the Oracle Linux 6 Update 5 installation media copy x86_64 channel and navigate to the Repositories tab. Connect Oracle Linux 6 Update 5 Base Software Channel to repository (screenshot)

14 Click the check box next to Oracle Linux 6 Update 5 installation media copy x86_64 and then click the Update Repositories button. Once you have saved the repository selection, click the Sync tab. This screen allows you to trigger an immediate sync or schedule a task to sync the repository. For the purposes of the lab, just click the Sync Now button, but in production you should schedule regular synchronization of the Oracle Linux repositories on a daily basis. If you have multiple repositories, you should offset the schedule time. Trigger sync of Oracle Linux 6 Update 5 Base Software Channel (screenshot)

15 After clicking the Sync Now button, switch back to your terminal to monitor the sync activity. Spacewalk will connect to ULN to retrieve the list of packages and then start downloading each package. In this exercise, we have pre-seeded the packages in the virtual machine to reduce the download time as much as possible. Wait for the " Sync completed. " message to appear in the log before continuing. Repeat this process for the remaining three software channels. Note that the Oracle Linux 6 Update 5 Patches channel will take the longest to complete as new packages will have been published between the time the virtual machine image was created and now. It could take between minutes or longer for this process to complete. Spacewalk will only sync a single software channel at a time, so wait for each channel to complete before moving onto the next channel. Exercise: Creating and configuring an activation key Once you have completed the initial sync of all four channels, you can create an activation key. An activation key is used by the Spacewalk client to register a server with Spacewalk. An activation key is tied to a specific base channel (and optional child channels) and is used to determine channel subscription during activation. For example, you can have multiple activation keys with the same base channel, but specify different child channel subscriptions. Navigate to the Activation Keys page by clicking on the Systems tab and selecting Activation Keys in the left-hand menu. There are no activation keys created by default. Click create new key to begin the process. Create an activation key (screenshot)

16 Use the following details to complete the activation key fields: Description: Oracle Linux 6 Update 5 (x86_64) Key: oraclelinux6-x86_64 Spacewalk can automatically generate keys, but it is recommended to use a particular key name for ease of identification later. Usage: -- blank -- Base Channels: Oracle Linux 6 Update 5 installation media copy x86_64 Add-on Entitlements: select Monitoring and Provisioning Universal default: -- unchecked -- Once the key is created, click the Child Channels tab. This screen determines which (if any) of the child channels should be subscribed during activation of a system using this activation key. Select all three available channels and click the Update Key button. Enable child channels for an activation key (screenshot)

17 An activation key is mandatory to register clients to Spacewalk. Now that you have created an activation key, we can register a client. Exercise: Registering a client server Registration to Spacewalk can be done manually or via the provisioning process. In this lab, we will perform a manual registration, as the virtual machine has already been provisioned. Switch to the Terminal and use sudo to become root (if not already root). Run the following command: [root@hol9666 ~]# rhnreg_ks --serverurl= --user=admin --password=oracle123 --activationkey=1-oraclelinux6-x86_64 The activation process can take several minutes as the local software inventory is collected and sent to Spacewalk. Once the prompt returns, switch back to Firefox and click the Systems tab. You should now see the VM listed. Notice that there are updates available for the server. We will demonstrate several patching mechanisms in upcoming exercises to deploy those updates to the server. Exercise: Running yum commands manually on the client Once the client is successfully registered to Spacewalk, you are able to run the yum tool to perform actions using the packages available via Spacewalk. List all the subscribed channels Run the following yum command:

18 ~]# yum repolist Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. repo id repo name status ol6_spacewalk20_client_x86_64 Spacewalk Client 2.0 for Oracle Linux 6 43 ol6_u5_x86_64_base Oracle Linux 6 Update 5 installation media copy x86_64 6,421 ol6_u5_x86_64_patch Oracle Linux 6 Update 5 Patch x86_64 1,571 ol6_x86_64_uekr3_latest Unbreakable Enterprise Kernel Release 3 for Oracle LInux 6 x86_ repolist: 8,215 List all available updates Run the following yum command: [root@hol9666 ~]# yum list updates Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. Available Packages 389-ds-base.x86_ el6_5 ol6_u5_x86_64_patch 389-ds-base-devel.i el6_5 ol6_u5_x86_64_patch 389-ds-base-devel.x86_ el6_5 ol6_u5_x86_64_patch 389-ds-base-libs.i el6_5 ol6_u5_x86_64_patch 389-ds-base-libs.x86_ el6_5 ol6_u5_x86_64_patch ConsoleKit-devel.i el6 ol6_u5_x86_64_base ConsoleKit-devel.x86_ el6 ol6_u5_x86_64_base... List all available security updates Run the following yum command:

19 ~]# yum --security list updates Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. Limiting package lists to security relevant ones ol6_u5_x86_64_base/updateinfo 86 kb 00:00 ol6_u5_x86_64_patch/updateinfo 182 kb 00:00 ol6_x86_64_uekr3_latest/updateinfo 20 kb 00:00 52 package(s) needed for security, out of 154 available Updated Packages bind-libs.x86_64 32: rc1.el6_5.1 ol6_u5_x86_64_patch bind-utils.x86_64 32: rc1.el6_5.1 ol6_u5_x86_64_patch ca-certificates.noarch el6_5 ol6_u5_x86_64_patch curl.x86_ el6_5.3 ol6_u5_x86_64_patch dracut.noarch el6_5.2 ol6_u5_x86_64_patch dracut-kernel.noarch el6_5.2 ol6_u5_x86_64_patch firefox.x86_ el6_5 ol6_u5_x86_64_patch glibc.x86_ el6_5.4 ol6_u5_x86_64_patch glibc-common.x86_ el6_5.4 ol6_u5_x86_64_patch glibc-devel.x86_ el6_5.4 ol6_u5_x86_64_patch glibc-headers.x86_ el6_5.4 ol6_u5_x86_64_patch gnutls.x86_ el6_5 ol6_u5_x86_64_patch java openjdk.x86_64 1: el6_5 ol6_u5_x86_64_patch kernel.x86_ el6 ol6_u5_x86_64_patch kernel-firmware.noarch el6 ol6_u5_x86_64_patch kernel-headers.x86_ el6 ol6_u5_x86_64_patch kernel-uek.x86_ el6uek ol6_x86_64_uekr3_latest kernel-uek-devel.x86_ el6uek ol6_x86_64_uekr3_latest kernel-uek-doc.noarch el6uek ol6_x86_64_uekr3_latest kernel-uek-firmware.noarch el6uek ol6_x86_64_uekr3_latest... List CVEs fixed by available updates Run the following yum command: ~]# yum updateinfo list cves Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. CVE security bind-libs-32: rc1.el6_5.1.x86_64 CVE security bind-utils-32: rc1.el6_5.1.x86_64 CVE security curl el6_5.3.x86_64 CVE security curl el6_5.3.x86_64 CVE security dracut el6.noarch CVE security dracut-kernel el6.noarch CVE security firefox el6_5.x86_64 CVE security firefox el6_5.x86_64... Install patches required to fix a particular CVE Run the following yum command using a CVE chosen from the list generated in the previous example:

20 ~]# yum -y --cve=cve update Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. Setting up Update Process Resolving Dependencies Limiting packages to security relevant ones 1 package(s) needed (+0 related) for security, out of 152 available --> Running transaction check ---> Package librsvg2.x86_64 0: el6_1.1 will be updated ---> Package librsvg2.x86_64 0: el6_5.3 will be an update --> Finished Dependency Resolution Dependencies Resolved ========================================================================================== Package Arch Version Repository Size ========================================================================================== Updating: librsvg2 x86_ el6_5.3 ol6_u5_x86_64_patch 139 k Transaction Summary ========================================================================================== Upgrade 1 Package(s) Total download size: 139 k Downloading Packages: librsvg el6_5.3.x86_64.rpm 139 kb 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Updating : librsvg el6_5.3.x86_64 1/2 Cleanup : librsvg el6_1.1.x86_64 2/2 Verifying : librsvg el6_5.3.x86_64 1/2 Verifying : librsvg el6_1.1.x86_64 2/2 Updated: librsvg2.x86_64 0: el6_5.3 Complete! Section 2.4 of the Oracle Linux 6 Administrator's Guide lists all the Yum commands that are available and provides more detailed explanations of each command. Exercise: Installing the OSA daemon By default, the rhnsd daemon on the client connects to Spacewalk every 4 hours to look for scheduled updates or actions. However, Spacewalk includes the OSA daemon which allows Spacewalk to trigger actions immediately on a client. We will install this daemon now so that the following exercises that use the Spacewalk web interface will occur immediately. From the Terminal, run the following command to install the OSAD daemon:

21 ~]# yum install osad Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package osad.noarch 0: el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ========================================================================================== Package Arch Version Repository Size ========================================================================================== Installing: osad noarch el6 ol6_spacewalk20_client_x86_64 74 k Transaction Summary ========================================================================================== Install 1 Package(s) Total download size: 74 k Installed size: 265 k Is this ok []: y Downloading Packages: osad el6.noarch.rpm 74 kb 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : osad el6.noarch 1/1 Verifying : osad el6.noarch 1/1 Installed: osad.noarch 0: el6 Complete! Enable the OSA daemon on startup and manually start it now: [root@hol9666 ~]# chkconfig osad on [root@hol9666 ~]# service osad start Starting osad: [ OK ] Switch back to Firefox and click the hol9666.oracleworld.com server to view its Details screen. On the right-hand side, in the OSA Status box, you should see "online as of unknown". This indicates that the OSA daemon is running. Click Ping System to trigger a ping of the OSA daemon. If you wait a few moment and then refresh the Details tab, the OSA Status should update to indicate how long the OSA daemon has been running. Once the OSA daemon is confirmed as running, you can move on to the following exercises. Exercise: Updating packages on the client from Spacewalk If you're following from the previous exercise, click the Software tab under the hol9666.oracleworld.com heading. Otherwise, navigate to the System tab and click the hol9666.oracleworld.com server first. The software tab allows you to list, remove, upgrade, install and verify software packages. You can also see the errata that are applicable to this server. First, we will manually upgrade an existing package. Click Upgrade Packages. In the list that appears, select a few packages to upgrade. Once you have selected some packages, click the Upgrade Packages button at the bottom of the page. A confirmation page will appear listing the packages scheduled for update. You can chose whether to perform the upgrade as soon as possible, or after a specific time. Keep in mind that if the OSA daemon is not running on the client server, rhnsd only checks in every 4 hours by default. This means that without the OSA daemon working, some actions could take up to 4 hours to be triggered. Once you are happy with the package selection, click the Confirm button. You will receive a message indicating that package updates have been scheduled. Clic scheduled in the alert message to view the scheduled action. You can monitor this page until the action is completed. Once it has

22 completed, navigate back to the system detail view of the hol9666.oracleworld.com server to confirm that the packages are no longer visible in the list of packages available for upgrade. Exercise: Updating packages based on an errata notification An alternative upgrade mechanism is to upgrade packages that resolve specific errata. From the Software tab within the system detail view of the hol9666.oracleworld.com server, click the Errata tab to view the available errata information for this server. This list will display all available errata, but can be filtered to only display security, bugfixes or enhancements. Use the drop-down box to filter the list to only show security advisories. Enter "critical" into the Filter by Synopsis field and click Go to view only the critical security errata. Click on an errata to view the details. You can also click on the CVE link to go to the Mitre website for information about the particular CVE resolved by this errata. Navigate to the Affected Systems tab to see all the servers that are affected by this advisory. In production, you may have several servers affected by a single advisory and this screen allows you to schedule the patching of multiple servers at once. In the list, click the checkbox next to the server name and then click Apply Errata. The same confirmation screen appears asking whether to schedule the action for as soon as possible or for some time in the future. Click Confirm to apply the errata as soon as possible. You can navigate to the Schedule tab on the main menu to monitor the action. While the action is active, it will appear in the Pending Actions list. Once it has completed, it will appear in the Completed Actions list. When the action has completed, navigate back to the errata view under the system details to confirm the errata no longer appears as available for the system. Exercise: Running a command on the client from Spacewalk Spacewalk is also capable of running remote commands from the web interface as well as deploying configuration files stored in a central repository. In order to enable this functionality, we need to install the rhncfg client. To install the rhncfg client, run the following command via the Terminal or use the Install New Software page within the web interface to select and deploy the required packages:

23 ~]# yum install -y rhncfg rhncfg-actions rhncfg-client Loaded plugins: rhnplugin, security This system is receiving updates from RHN Classic or Red Hat Satellite. Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package rhncfg.noarch 0: el6 will be installed ---> Package rhncfg-actions.noarch 0: el6 will be installed ---> Package rhncfg-client.noarch 0: el6 will be installed --> Finished Dependency Resolution Dependencies Resolved ========================================================================================== Package Arch Version Repository Size ========================================================================================== Installing: rhncfg noarch el6 ol6_spacewalk20_client_x86_64 65 k rhncfg-actions noarch el6 ol6_spacewalk20_client_x86_64 40 k rhncfg-client noarch el6 ol6_spacewalk20_client_x86_64 37 k Transaction Summary ========================================================================================== Install 3 Package(s) Total download size: 141 k Installed size: 299 k Downloading Packages: (1/3): rhncfg el6.noarch.rpm 65 kb 00:00 (2/3): rhncfg-actions el6.noarch.rpm 40 kb 00:00 (3/3): rhncfg-client el6.noarch.rpm 37 kb 00: Total 6.2 MB/s 141 kb 00:00 Running rpm_check_debug Running Transaction Test Transaction Test Succeeded Running Transaction Installing : rhncfg el6.noarch 1/3 Installing : rhncfg-client el6.noarch 2/3 Installing : rhncfg-actions el6.noarch 3/3 Verifying : rhncfg-client el6.noarch 1/3 Verifying : rhncfg-actions el6.noarch 2/3 Verifying : rhncfg el6.noarch 3/3 Installed: rhncfg.noarch 0: el6 rhncfg-actions.noarch 0: el6 rhncfg-client.noarch 0: el6 Complete! Once the rhncfg client is installed, we need to manually configure what actions are permitted to be performed remotely. The following actions are possible: deploy a file diff a file upload a file upload mtime (modified time) execute remote scripts For the purposes of the lab, we will enable all actions: [root@hol9666 ~]# rhn-actions-control --enable-all You can view the currently enabled actions:

24 ~]# rhn-actions-control --report deploy is enabled diff is enabled upload is enabled mtime_upload is enabled run is enabled Now that rhncfg is installed and all actions are enabled, we can trigger a remote action from the web interface. Switch back to Firefox and navigate to the Details tab of the server details view, then click the Remote Command tab. In the script box, enter the following: #!/bin/sh uptime uname -a Then click the Schedule Remote Command button. Remote commands use the same scheduling mechanism as package updates, so without the OSA daemon running, it could take up to 4 hours to complete the remote commend action. Navigate to the Events tab to view the pending events. If the action does not appear in the pending list, click the History tab. The action should appear at the top of the System History list. Click the action name to view the script and the output. Exercise: Creating a configuration channel in Spacewalk Another feature of the rhncfg client is the ability to deploy configuration files from Spacewalk to multiple servers. This requires the creation of one or more configuration channels and configuration files. In this exercise, we will create a configuration channel, a configuration file and deploy it to our client. Creating a configuration channel and file First, navigate to the Configuration tab in the main menu, then select Configuration Channels in the left-hand menu. There are no configuration channels created by default. Click create new config channel to start the creation process. Create a new configuration channel using the following details: Name: Generic Configuration Label: ol6_generic_config Description: Generic configuration files for Oracle Linux 6 Once the configuration channel is created, we can add a file. Click the Add Files tab to start the process. You can add a file in three ways: uploading a file from your workstation, importing a file from a registered client system that has the upload action allowed or by creating a file directly in the interface. In this exercise, we will create a file directly in the interface, so click the Create File tab. Create a new configuration file using the following details: File Type: Text File Filename/Path: /etc/motd Ownership User name: root Ownership Group name: root File Permissions Mode: 644 File contents: This server is { rhn.system.hostname } and it is managed by Spacewalk. Note that we have used the rhn.system.hostname macro in the configuration file contents. This macro will be replaced by the name of the target server when the configuration file is deployed. Click the Create Configuration File button once you are happy with the settings and content. Associate the configuration channel with a client server Navigate to the system detail view of the hol9666.oracleworld.com server, then select the Configuration tab, Manage Configuration Channels tab then the Subscribe to Channels tab. Click the checkbox next to the Generic Configuration channel in the list, then click Continue. If you have multiple configuration channels in your production environment, you can rank the channels in order of priority. This allows you to have generic configuration files as well as more specific versions. As we only have a single configuration channel in this exercise, click the Update Channel Rankings button to confirm the subscription. The Generic Configuration channel should now appear in the list of Configuration Channels for this server.

25 Deploying a configuration file to the client Switch to the Deploy Files tab to list the available files. Select the checkbox next to the /etc/motd file and click the Deploy Files button. On the confirmation screen, ensure it's scheduled to deploy as soon as possible then click the Schedule Deploy button. NOTE: there is a known bug with the first rhncfg deploy action where the first deploy action may fail because to the /var/log/rhncfg-actions log file does not on the client. However, the failed action will actually create the log file after the failure occurs. If this happens during the lab, simply reschedule the same action, which should then succeed. To confirm that file has been deployed successfully and that the macro has been replaced properly during the deployment, run the following command via a Terminal: [root@hol9666 ~]# cat /etc/motd This server is hol9666.oracleworld.com and it is managed by Spacewalk. Exercise: Run OpenSCAP auditing via Spacewalk The final exercise is to configure and run an audit using the OpenSCAP tools. This example uses the scap-security-guide provided by the Extra Packages for Enterprise Linux (EPEL) project. You can use any OpenSCAP compliant XCCDF and OVAL files in your own environment. To begin the auditing process, navigate to the Audit tab of the system detail view of the hol9666.oracleworld.com server, then click the Schedule tab. Spacewalk will inform you that in order to run OpenSCAP scans, the spacewalk-openscap package needs to be installed. Using what you've learnt in previous exercises, install the spacewalk-oscap package either using yum or via the Spacewalk web interface. Once the spacewalk-oscap package and its dependencies are installed, refresh the Schedule New XCCDF Scan page in Firefox. You should now be able to schedule a scan using the following parameters: Command-line Arguments: --profile server Path to XCCDF document: /usr/share/xml/scap/ssg/content/ssg-rhel6-xccdf.xml Click the Schedule button once you're completed the fields. It can take several minutes to complete the scan. Navigate to the List Scans tab to view the completed scans. You can then review the results and filter on pass or failed results. You can also schedule regular scans to ensure that no security regressions occur.

Unbreakable Linux Network An Overview

Unbreakable Linux Network An Overview An Oracle White Paper September 2011 Unbreakable Linux Network An Overview Introduction... 1 The Update Agent (yum)... 2 Channels Descriptions and Usage... 2 Switching from Red Hat Network (RHN) to ULN...

More information

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide

IBM Endpoint Manager Version 9.1. Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide IBM Endpoint Manager Version 9.1 Patch Management for Red Hat Enterprise Linux User's Guide Note Before using

More information

Open Source Datacenter Conference 2011 System Management with RHN Satellite. Dirk Herrmann, Solution Architect, Red Hat

Open Source Datacenter Conference 2011 System Management with RHN Satellite. Dirk Herrmann, Solution Architect, Red Hat Open Source Datacenter Conference 2011 System Management with RHN Satellite Bringing the Community, Vendors and Users Together Enterprise Users Hardware vendors Software vendors Open Source Community A

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide

IBM Endpoint Manager Version 9.2. Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide IBM Endpoint Manager Version 9.2 Patch Management for SUSE Linux Enterprise User's Guide Note Before using this

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide

Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide Page 1 of 243 Team Foundation Server 2010, Visual Studio Ultimate 2010, Team Build 2010, & Lab Management Beta 2 Installation Guide (This is an alpha version of Benjamin Day Consulting, Inc. s installation

More information

There are numerous ways to access monitors:

There are numerous ways to access monitors: Remote Monitors REMOTE MONITORS... 1 Overview... 1 Accessing Monitors... 1 Creating Monitors... 2 Monitor Wizard Options... 11 Editing the Monitor Configuration... 14 Status... 15 Location... 17 Alerting...

More information

TUT19344 Managing RH/CentOS with SUSE Manager

TUT19344 Managing RH/CentOS with SUSE Manager TUT19344 Managing RH/CentOS with SUSE Manager Don Vosburg Systems Engineer dvosburg@suse.com Gokhan Cetinkaya Systems Engineer gcetinkaya@suse.com Agenda SUSE Manager overview SUSE Manager and non-suse

More information

User Guide. Version R91. English

User Guide. Version R91. English AuthAnvil User Guide Version R91 English August 25, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

More information

Eucalyptus 3.4.2 User Console Guide

Eucalyptus 3.4.2 User Console Guide Eucalyptus 3.4.2 User Console Guide 2014-02-23 Eucalyptus Systems Eucalyptus Contents 2 Contents User Console Overview...4 Install the Eucalyptus User Console...5 Install on Centos / RHEL 6.3...5 Configure

More information

User Manual for Web. Help Desk Authority 9.0

User Manual for Web. Help Desk Authority 9.0 User Manual for Web Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c

Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c Monitoring Oracle Enterprise Performance Management System Release 11.1.2.3 Deployments from Oracle Enterprise Manager 12c This document describes how to set up Oracle Enterprise Manager 12c to monitor

More information

Using and Contributing Virtual Machines to VM Depot

Using and Contributing Virtual Machines to VM Depot Using and Contributing Virtual Machines to VM Depot Introduction VM Depot is a library of open source virtual machine images that members of the online community have contributed. You can browse the library

More information

Local Caching Servers (LCS) February 2015

Local Caching Servers (LCS) February 2015 Local Caching Servers (LCS) February 2015 1.1 Chapter 1: Welcome to LCS The Kansas Interactive Testing Engine (KITE ) is used to deliver standardized tests via testing machines like desktop, laptop, and

More information

IBM WebSphere Application Server Version 7.0

IBM WebSphere Application Server Version 7.0 IBM WebSphere Application Server Version 7.0 Centralized Installation Manager for IBM WebSphere Application Server Network Deployment Version 7.0 Note: Before using this information, be sure to read the

More information

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation

Rochester Institute of Technology. Finance and Administration. Drupal 7 Training Documentation Rochester Institute of Technology Finance and Administration Drupal 7 Training Documentation Written by: Enterprise Web Applications Team CONTENTS Workflow... 4 Example of how the workflow works... 4 Login

More information

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide

Coveo Platform 7.0. Microsoft Dynamics CRM Connector Guide Coveo Platform 7.0 Microsoft Dynamics CRM Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing

More information

MultiSite Manager. User Guide

MultiSite Manager. User Guide MultiSite Manager User Guide Contents 1. Getting Started... 2 Opening the MultiSite Manager... 2 Navigating MultiSite Manager... 2 2. The All Sites tabs... 3 All Sites... 3 Reports... 4 Licenses... 5 3.

More information

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide

XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide XyLoc Security Server w/ AD Integration (XSS-AD 5.x.x) Administrator's Guide Contacting Ensure Technologies Email: support@ensuretech.com Phone: (734) 547-1600 Home Office: Ensure Technologies 135 S Prospect

More information

Audit Management Reference

Audit Management Reference www.novell.com/documentation Audit Management Reference ZENworks 11 Support Pack 3 February 2014 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of

More information

Managing Software Updates with System Center 2012 R2 Configuration Manager

Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Software Updates with System Center 2012 R2 Configuration Manager Managing Microsoft Updates with Configuration Manager 2012 R2 This document is for informational purposes only. MICROSOFT MAKES

More information

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE UPDATED MAY 2014 Table of Contents Table of Contents...

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users

Getting Started. Getting Started with Time Warner Cable Business Class. Voice Manager. A Guide for Administrators and Users Getting Started Getting Started with Time Warner Cable Business Class Voice Manager A Guide for Administrators and Users Table of Contents Table of Contents... 2 How to Use This Guide... 3 Administrators...

More information

Nessus Enterprise Cloud User Guide. October 2, 2014 (Revision 9)

Nessus Enterprise Cloud User Guide. October 2, 2014 (Revision 9) Nessus Enterprise Cloud User Guide October 2, 2014 (Revision 9) Table of Contents Introduction... 3 Nessus Enterprise Cloud... 3 Subscription and Activation... 3 Multi Scanner Support... 4 Customer Scanning

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Colligo Email Manager 6.0. Offline Mode - User Guide

Colligo Email Manager 6.0. Offline Mode - User Guide 6.0 Offline Mode - User Guide Contents Colligo Email Manager 1 Key Features 1 Benefits 1 Installing and Activating Colligo Email Manager 2 Checking for Updates 3 Updating Your License Key 3 Managing SharePoint

More information

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Network Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Network (RHN) Satellite server is an easy-to-use, advanced systems management platform

More information

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide

BlackBerry Enterprise Service 10. Universal Device Service Version: 10.2. Administration Guide BlackBerry Enterprise Service 10 Universal Service Version: 10.2 Administration Guide Published: 2015-02-24 SWD-20150223125016631 Contents 1 Introduction...9 About this guide...10 What is BlackBerry

More information

Corporate Telephony Toolbar User Guide

Corporate Telephony Toolbar User Guide Corporate Telephony Toolbar User Guide 1 Table of Contents 1 Introduction...6 1.1 About Corporate Telephony Toolbar... 6 1.2 About This Guide... 6 1.3 Accessing The Toolbar... 6 1.4 First Time Login...

More information

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant

NetIQ. How to guides: AppManager v7.04 Initial Setup for a trial. Haf Saba Attachmate NetIQ. Prepared by. Haf Saba. Senior Technical Consultant How to guides: AppManager v7.04 Initial Setup for a trial By NetIQ Prepared by Haf Saba Senior Technical Consultant Asia Pacific 1 Executive Summary This document will walk you through an initial setup

More information

HDA Integration Guide. Help Desk Authority 9.0

HDA Integration Guide. Help Desk Authority 9.0 HDA Integration Guide Help Desk Authority 9.0 2011ScriptLogic Corporation ALL RIGHTS RESERVED. ScriptLogic, the ScriptLogic logo and Point,Click,Done! are trademarks and registered trademarks of ScriptLogic

More information

Installation and Setup: Setup Wizard Account Information

Installation and Setup: Setup Wizard Account Information Installation and Setup: Setup Wizard Account Information Once the My Secure Backup software has been installed on the end-user machine, the first step in the installation wizard is to configure their account

More information

Best Practices for Deploying and Managing Linux with Red Hat Network

Best Practices for Deploying and Managing Linux with Red Hat Network Best Practices for Deploying and Managing Linux with Red Hat Network Abstract This technical whitepaper provides a best practices overview for companies deploying and managing their open source environment

More information

Sophos Mobile Control Startup guide. Product version: 3.5

Sophos Mobile Control Startup guide. Product version: 3.5 Sophos Mobile Control Startup guide Product version: 3.5 Document date: July 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos Mobile

More information

QuickStart Guide for Managing Computers. Version 9.2

QuickStart Guide for Managing Computers. Version 9.2 QuickStart Guide for Managing Computers Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

Managing your Red Hat Enterprise Linux guests with RHN Satellite

Managing your Red Hat Enterprise Linux guests with RHN Satellite Managing your Red Hat Enterprise Linux guests with RHN Satellite Matthew Davis, Level 1 Production Support Manager, Red Hat Brad Hinson, Sr. Support Engineer Lead System z, Red Hat Mark Spencer, Sr. Solutions

More information

ZENworks 11 Support Pack 4 Management Zone Settings Reference. May 2016

ZENworks 11 Support Pack 4 Management Zone Settings Reference. May 2016 ZENworks 11 Support Pack 4 Management Zone Settings Reference May 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers

Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers Adobe Summit 2015 Lab 718: Managing Mobile Apps: A PhoneGap Enterprise Introduction for Marketers 1 INTRODUCTION GOAL OBJECTIVES MODULE 1 AEM & PHONEGAP ENTERPRISE INTRODUCTION LESSON 1- AEM BASICS OVERVIEW

More information

PSA INTEGRATION GUIDE

PSA INTEGRATION GUIDE efolder ConnectWise PSA Integration Guide Page 1 PSA INTEGRATION GUIDE Last Updated July 2014 Integration Overview ConnectWise PSA is business automation software that helps IT service providers efficiently

More information

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011

User's Guide. Product Version: 2.5.0 Publication Date: 7/25/2011 User's Guide Product Version: 2.5.0 Publication Date: 7/25/2011 Copyright 2009-2011, LINOMA SOFTWARE LINOMA SOFTWARE is a division of LINOMA GROUP, Inc. Contents GoAnywhere Services Welcome 6 Getting Started

More information

How To Set Up Egnyte For Netapp Sync For Netapp

How To Set Up Egnyte For Netapp Sync For Netapp Egnyte Storage Sync For NetApp Installation Guide Introduction... 2 Architecture... 2 Key Features... 3 Access Files From Anywhere With Any Device... 3 Easily Share Files Between Offices and Business Partners...

More information

Protected Trust Directory Sync Guide

Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide Protected Trust Directory Sync Guide 2 Overview Protected Trust Directory Sync enables your organization to synchronize the users and distribution lists in Active Directory

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Version 1.0 January 2011. Xerox Phaser 3635MFP Extensible Interface Platform

Version 1.0 January 2011. Xerox Phaser 3635MFP Extensible Interface Platform Version 1.0 January 2011 Xerox Phaser 3635MFP 2011 Xerox Corporation. XEROX and XEROX and Design are trademarks of Xerox Corporation in the United States and/or other countries. Changes are periodically

More information

PTC Integrity Eclipse and IBM Rational Development Platform Guide

PTC Integrity Eclipse and IBM Rational Development Platform Guide PTC Integrity Eclipse and IBM Rational Development Platform Guide The PTC Integrity integration with Eclipse Platform and the IBM Rational Software Development Platform series allows you to access Integrity

More information

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

ScheduleOne - Help Guide

ScheduleOne - Help Guide ScheduleOne - Help Guide Only from MeetingOne 501 South Cherry Street Suite 500 Denver, Colorado 80246 Tel: 303.623.2530 Fax: 303.623.1294 Table of Contents ScheduleOne Installation Instructions 2 Basic

More information

Nevepoint Access Manager 1.2 BETA Documentation

Nevepoint Access Manager 1.2 BETA Documentation Nevepoint Access Manager 1.2 BETA Documentation Table of Contents Installation...3 Locating the Installation Wizard URL...3 Step 1: Configure the Administrator...4 Step 2: Connecting to Primary Connector...4

More information

Continuous security audit automation with Spacewalk, Puppet, Mcollective and SCAP

Continuous security audit automation with Spacewalk, Puppet, Mcollective and SCAP Continuous security audit automation with Spacewalk, Puppet, Mcollective and SCAP Vasileios A. Baousis (Ph.D) Network Applications Team Slide 1 Agenda Introduction Background - SCAP - Puppet &Mcollective

More information

Configuration Information

Configuration Information This chapter describes some basic Email Security Gateway configuration settings, some of which can be set in the first-time Configuration Wizard. Other topics covered include Email Security interface navigation,

More information

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset)

Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Gigabyte Management Console User s Guide (For ASPEED AST 2400 Chipset) Version: 1.4 Table of Contents Using Your Gigabyte Management Console... 3 Gigabyte Management Console Key Features and Functions...

More information

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10

COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 LabTech Commands COMMANDS 1 Overview... 1 Default Commands... 2 Creating a Script from a Command... 10 Document Revision History... 10 Overview Commands in the LabTech Control Center send specific instructions

More information

Installing and Administering VMware vsphere Update Manager

Installing and Administering VMware vsphere Update Manager Installing and Administering VMware vsphere Update Manager Update 1 vsphere Update Manager 5.1 This document supports the version of each product listed and supports all subsequent versions until the document

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

i>clicker v7 Gradebook Integration: Blackboard Learn Instructor Guide

i>clicker v7 Gradebook Integration: Blackboard Learn Instructor Guide i>clicker v7 Gradebook Integration: Blackboard Learn July 2015 Table of Contents Overview... 3 Step 1: Prepare a Configured Version of i>clicker... 4 Step 2: Configure your i>clicker Software... 5 Step

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions Share Drive Frequently Asked Questions Table of Contents How do I change my password?... How do I reset my password if I forgot it?... How do I share files/folders with Groups

More information

Quick Deployment: Step-by-step instructions to deploy the SampleApp Virtual Machine v406

Quick Deployment: Step-by-step instructions to deploy the SampleApp Virtual Machine v406 Quick Deployment: Step-by-step instructions to deploy the SampleApp Virtual Machine v406 Note: additional supplemental documentation is annotated by Visit us on YouTube at Oracle BI TECHDEMOs for dozens

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Lenovo Online Data Backup User Guide Version 1.8.14

Lenovo Online Data Backup User Guide Version 1.8.14 Lenovo Online Data Backup User Guide Version 1.8.14 Contents Chapter 1: Installing Lenovo Online Data Backup...5 Downloading the Lenovo Online Data Backup Client...5 Installing the Lenovo Online Data

More information

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 by SK Cacti is an open source, front-end for the data logging tool called RRDtool. It is a web based network monitoring

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment

Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment Red Hat Satellite Management and automation of your Red Hat Enterprise Linux environment WHAT IS IT? Red Hat Satellite server is an easy-to-use, advanced systems management platform for your Linux infrastructure.

More information

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide

Dell KACE K1000 System Management Appliance Version 5.4. Service Desk Administrator Guide Dell KACE K1000 System Management Appliance Version 5.4 Service Desk Administrator Guide October 2012 2004-2012 Dell Inc. All rights reserved. Reproduction of these materials in any manner whatsoever without

More information

VPS Hosting User Guide

VPS Hosting User Guide TM VPS Hosting User Guide VPS Hosting Control Panel Managing VPS... 1 Opening Power Panel...... 1 Starting/Stopping VPS... 2 Changing VPS Hostname... 2 Enabling/Disabling Automatic Updates... 5 Installing

More information

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014

DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 DESLock+ Basic Setup Guide Version 1.20, rev: June 9th 2014 Contents Overview... 2 System requirements:... 2 Before installing... 3 Download and installation... 3 Configure DESLock+ Enterprise Server...

More information

Attix5 Pro Server Edition

Attix5 Pro Server Edition Attix5 Pro Server Edition V7.0.3 User Manual for Linux and Unix operating systems Your guide to protecting data with Attix5 Pro Server Edition. Copyright notice and proprietary information All rights reserved.

More information

Sophos Mobile Control Startup guide. Product version: 3

Sophos Mobile Control Startup guide. Product version: 3 Sophos Mobile Control Startup guide Product version: 3 Document date: January 2013 Contents 1 About this guide...3 2 What are the key steps?...5 3 Log in as a super administrator...6 4 Activate Sophos

More information

HPCC Monitoring and Reporting (Technical Preview) Boca Raton Documentation Team

HPCC Monitoring and Reporting (Technical Preview) Boca Raton Documentation Team HPCC Monitoring and Reporting (Technical Preview) Boca Raton Documentation Team HPCC Monitoring and Reporting (Technical Preview) Boca Raton Documentation Team Copyright 2015 HPCC Systems. All rights reserved

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager

VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo Operations Manager 4.5 Installing and Updating Operations Manager VMTurbo, Inc. One Burlington Woods Drive Burlington, MA 01803 USA Phone: (781) 373---3540 www.vmturbo.com Table of Contents Introduction

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information

Uploading Your Bidding Documents Table of Contents

Uploading Your Bidding Documents Table of Contents Uploading Your Bidding Documents Table of Contents Getting Started Determining the Best Transfer Method For You Logging In The First Time User Information (On-line Registration Form) Main Page Project

More information

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V

Storage Sync for Hyper-V. Installation Guide for Microsoft Hyper-V Installation Guide for Microsoft Hyper-V Egnyte Inc. 1890 N. Shoreline Blvd. Mountain View, CA 94043, USA Phone: 877-7EGNYTE (877-734-6983) www.egnyte.com 2013 by Egnyte Inc. All rights reserved. Revised

More information

Address Synchronization Tool Administrator Guide

Address Synchronization Tool Administrator Guide Address Synchronization Tool Administrator Guide This guide is for systems administrators configuring the Address Synchronization Tool to update the information used by MessageLabs in the provision of

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

Actualtests.C2010-508.40 questions

Actualtests.C2010-508.40 questions Actualtests.C2010-508.40 questions Number: C2010-508 Passing Score: 800 Time Limit: 120 min File Version: 5.6 http://www.gratisexam.com/ C2010-508 IBM Endpoint Manager V9.0 Fundamentals Finally, I got

More information

User Management Guide

User Management Guide AlienVault Unified Security Management (USM) 4.x-5.x User Management Guide USM v4.x-5.x User Management Guide, rev 1 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

More information

WatchGuard Dimension v1.1 Update 1 Release Notes

WatchGuard Dimension v1.1 Update 1 Release Notes WatchGuard Dimension v1.1 Update 1 Release Notes Build Number 442674 Revision Date March 25, 2014 WatchGuard Dimension is the next-generation cloud-ready visibility solution for our Unified Threat Management

More information

Nipper Studio Beginner s Guide

Nipper Studio Beginner s Guide Nipper Studio Beginner s Guide Multiple Award Winning Security Software Version 2.1 Published March 2015 Titania Limited 2014. All Rights Reserved This document is intended to provide advice and assistance

More information

XCloner Official User Manual

XCloner Official User Manual XCloner Official User Manual Copyright 2010 XCloner.com www.xcloner.com All rights reserved. xcloner.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. What is XCloner?

More information

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux

Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux Using Red Hat Enterprise Linux with Georgia Tech's RHN Satellite Server Installing Red Hat Enterprise Linux NOTE: If you need more information regarding the installation process for other distributions

More information

SysPatrol - Server Security Monitor

SysPatrol - Server Security Monitor SysPatrol Server Security Monitor User Manual Version 2.2 Sep 2013 www.flexense.com www.syspatrol.com 1 Product Overview SysPatrol is a server security monitoring solution allowing one to monitor one or

More information

Kaseya 2. Installation guide. Version 7.0. English

Kaseya 2. Installation guide. Version 7.0. English Kaseya 2 Kaseya Server Setup Installation guide Version 7.0 English September 4, 2014 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept

More information

Sophos Enterprise Console Help. Product version: 5.1 Document date: June 2012

Sophos Enterprise Console Help. Product version: 5.1 Document date: June 2012 Sophos Enterprise Console Help Product version: 5.1 Document date: June 2012 Contents 1 About Enterprise Console...3 2 Guide to the Enterprise Console interface...4 3 Getting started with Sophos Enterprise

More information

Discovery Guide. Secret Server. Table of Contents

Discovery Guide. Secret Server. Table of Contents Secret Server Discovery Guide Table of Contents Introduction... 3 How Discovery Works... 3 Active Directory / Local Windows Accounts... 3 Unix accounts... 3 VMware ESX accounts... 3 Why use Discovery?...

More information

OneLogin Integration User Guide

OneLogin Integration User Guide OneLogin Integration User Guide Table of Contents OneLogin Account Setup... 2 Create Account with OneLogin... 2 Setup Application with OneLogin... 2 Setup Required in OneLogin: SSO and AD Connector...

More information

CTERA Agent for Linux

CTERA Agent for Linux User Guide CTERA Agent for Linux September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without written

More information

Administering Jive for Outlook

Administering Jive for Outlook Administering Jive for Outlook TOC 2 Contents Administering Jive for Outlook...3 System Requirements...3 Installing the Plugin... 3 Installing the Plugin... 3 Client Installation... 4 Resetting the Binaries...4

More information