TABLE OF CONTENTS: NEED TO KNOW

Size: px
Start display at page:

Download "TABLE OF CONTENTS: NEED TO KNOW"

Transcription

1 1.3

2 TABLE OF CONTENTS: WELCOME! 2 NEED TO KNOW 2 CONCEPTS 2 USEFUL NEEDED INSTRUCTIONS 4 VIRTUAL MACHINE MANAGEMENT FOR BUBBLE COURSES 5 TROUBLESHOOTING 6 WELCOME! Hello and welcome to the PDS Survival Guide. Here below, in very few pages, you ll find a list of commands that will briefly explain and help you manage your periodic tasks. As this is NOT a complete guide, for which we divert you to either Installation Guide and Operations guide, we will assume that your installation of the PDS infrastructure is working already. NEED TO KNOW Your local PDS server get courseware from US, so please allow some time to download contents and we suggest you to avoid weekends and preferably afternoon hours to download updates. Once the course material is downloaded, there ll be no need to do it again: course is locally repeatable until it s EOL d. In case of several courses sharing some contents, only the different parts will be downloaded. Whenever a new course will be released, Partners will be advised to sync to the latest available build. This is not automatic, as for the classes and room configuration. The person in charge of PDS needs some understanding of IP protocols and Unix shells, although not too extreme for a successful management. CONCEPTS In any PDS environment: there are Classes (courses) configured on Rooms (room names) which contains hosts (Students and Instructor PCs) Manned common tasks:

3 download the course (sync_class) set the course into a room (config_room) define which PCs will be in the room (add_host) Last but not least: PCs in rooms need to boot via network.

4 USEFUL NEEDED INSTRUCTIONS Conventions used: command (type as it is) parameters (below are just examples - use your own) To add a new room: add_room Room_A -network To download, or update, a course material: sync_class D64256GC10_BUBBLE_i686 To assign a course to a room: config_room Room_A D64256GC10_BUBBLE_i686 To add a PC to a room: Instructor PC: add_host PC1 Room_A x86 -mac 00:26:18:d2:93:19 - ip instructor 1 -arch i86pc -karch i86pc -installtype Install -larch i686 Student PC: add_host PC2 Room_A x86 -mac 90:e6:ba:bb:13:98 - ip arch i86pc -karch i86pc -installtype Install -larch i686 To move a PC into a different room: move_host PC1 Room_B To check what is already downloaded: classes To check for rooms: list_rooms To check the status (PCs into rooms): jsstatus To delete a class (EOL d course or disk full): delete_class D64256GC10_BUBBLE_i686

5 VIRTUAL MACHINE MANAGEMENT FOR BUBBLE COURSES Use accounts are set as vncuser / vnctech for all machines. You'll see a linux desktop. Probably the keyboard layout is U.S. English, choose yours from System / Preferences / Keyboard on the top menubar. Add layouts, YOUR OWN, as the default, then "Up" to have it as first choice. This will last for the entire course. Do check, as root * (su - root) if the virtual machine is running with the following command: xm list If you can not find host01 in the 2 lines of response (Domain-0 and host01) you have to restart the virtual machine with: xm create /etc/xen/host01.cfg as root as well. Keep in mind that this will happen after any reboot: the virtual machine does not seem to start automatically during boot. The xm create command takes a few minutes to start the host01 VM... To login to the virtual machine, you must use the vncviewer that only asks about password (which is oracle, anyway). When it does work, it works right away, otherwise after a few seconds says "no route to host". Wait a few moments and try again. You can carry on from here. * The passwords used for root accounts are the standards set into the PDS Server.

6 TROUBLESHOOTING Log files. If you encounter problems, first check the following log files. They provide useful information. On the OUIF server: /var/log/edujump.log This log is the main log for the server. When things go wrong, this is the first log to check. It contains a sequential log of activity for both the server and the clients. /var/log/edujump_status.log This log is intended to provide a snapshot of the state of the client systems. On the clients: /var/sadm/system/logs/edujump.log This log has the client Bundle installation log. It contains a lot more detail than what is seen in the edujump.log on the server. Any errors during the install will be captured here. /var/sadm/system/logs/begin.log This log is the normal Solaris pre-install script log. If there were any errors by OUIF when setting up to install, it is recorded here. Note: During the install, this log is located in /tmp/ begin.log. /var/sadm/system/logs/finish.log This log is the normal Solaris post-install script log. If there were any errors by OUIF when doing post-install work (before the first reboot), it is recorded here. Note: During the install, this log is located in /tmp/finish.log. /var/sadm/system/logs/install_log This log is the normal Solaris install log. If Solaris Jumpstart encountered any installation problems, it is recorded here. Note: During the install, this log is located in /tmp/install_log. Common problems. When, after a successful installation of a Soalris x86 based course, the graphical display server (xorg) can t be started, please log-in as root, type kdmconfig, select XSUN instead of XORG and then choose your peripherals accordingly. Here you can set the keyboard layout as well. If any course based on x86 fails to install via network, please check if dhcp server daemon is online by typing: svcs grep dhcp if found in maintenance state, please upgrade Solaris to a newer version or apply the dhcpd patch (SPARC) or (x86). When, during boot on linux courses, you ll see this on client screen: Error Parsing Kickstart Config The following error was found while parsing your kickstart configuration: The following problem occurred on line 14 of the kickstart file; Specified nonexistent disk sda in clearpart command add -p LINUX_BOOTDEV=hda to the add_host syntax. When adding rooms, please specify the netmask as it is on /etc/netmask for the base network for classes. When asked for a password during a sync_class or scp (welcome message) this means that the hostname or the rsa key have been changed, possibly for a new installation or regenerating ssh keys. The public key has to be sent to your Oracle representative to ask for a new authorization.

7 PDS installation is very sensible to network data changes. Please remove and reinstall the package when this changes occurs. During upgrades of the OUIF package, /etc/ethers file is deleted. Please copy it to a safe location before any upgrade. Whilst this is not used by x86 systems, it is used for SPARC systems in the classrooms. Client hangs during the install. Often the cause of this is a misconfigured Solaris sysidcfg file. The most common error is a bad netmask. In SEIF and later, config_room will generate the sysidcfg file for you with the correct netmask if it is able to find it in /etc/netmasks. There is also a new parameter in the room.cf to specify the netmask, JSR_ROOM_NETMASK, which will be used instead of /etc/netmasks entries. Configuration changes to not take effect. This problem comes when a room configuration file is changed by hand. It is strongly recommended that any changes to the room files be done via the commands listed above. Having said that, if you wish to modify the room configuration files by hand, ALWAYS disable the room first. This will prevent most of the problems as it erases OUIF's cache and removes all configuration data from the operating system. In SEIF and later, config_room will always regenerates the room configuration completely for you, taking into account any changes to your server name, latest entries in /etc/hosts, and so forth, which can often resolve any configuration problems you may encounter. Graphics do not start on an x86 system, or an intervention is required during jumpstart to answer prompts about Xorg. The most common problem here is that the mouse or graphics cannot be recognized or detected (hardware unable to probed by kdmconfig). You can use the add_host Property "XORG_DEFAULT=1" that causes the file /seif/solaris/sunos/x86/ xorg.conf.1 to be installed on the host, and completely bypasses the running of kdmconfig during jumpstart, avoiding the problem of manual intervention during jumpstart. Normally, headless systems would use something like Xvnc for graphical desktop, so the default xorg.conf file would not be used, but if for some reason, custom xorg.conf files are required to support different x86 units, they can be added in directory /seif/solaris/sunos/x86/ and named as xorg.conf.foobar, for example, and referenced as XORG_DEFAULT=foobar in the add_host property.) Cannot see all the console messages on an X86 headless server. To fix this problem, you will need to specify the add_host property SOL_CONSOLE=ttya when adding the host. This redirects the system console from a graphics card (which in this case does not exist) to serial port A. Or you can specify SOL_CONSOLE=ttyb for serial port B, and so on. (This results in the appropriate console redirection parameter being added to the GRUB menu for the host.) Wrong disk controller is being used for the boot drive. There are some x86 units whose boot drive is not controller "0" (commonly referred to as c0). To specify another boot drive controller for a particular host, specify the add_host property HD_CONTROLLER=c1, for example, to specify controller "1". In Solaris 10 releases, the DHCP/BOOTP server seems not to be listening to anything but the interface that matches the hostname. This problem can usually be resolved by changing /etc/ nodename and using the hostname command to match to the interface connected to the x86 units you are trying to jumpstart. CAUTION: Solaris OUIF servers supporting x86 targets when /seif/os directory is placed on a ZFS file systems, and ZFS is not set to mountpoint=legacy Whenever a Solaris server is rebooted, the /etc/vfstab file mounts will be attempted by Solaris before all ZFS file systems are ready, unless the ZFS filesystem has mountpoint=legacy and is mounted explicitly via /etc/vfstab. For further information on this problem, please refer to:

8 This problem occurs with local filesystem mounts specified in /etc/vfstab which are being mounted from ZFS filesystem space, and the ZFS filesystem does not specify mountpoint=legacy and appear in /etc/vfstab.. This problem occurs only for x86 clients because OUIF uses the Solaris add_install_client script to configure x86 clients for jumpstart, which generates a local file mount of the bootstrap program in the /seif/os/ installation files onto a file in the /tftpboot directory and adds this local mount to /etc/ vfstab. When /seif/os has been installed on a ZFS file system that does not specify mountpoint=legacy, the server cannot boot beyond single-user mode. To correct it at the system console, unmount the zfs pool containing /seif/os, then set the ZFS filesystem to have mountpoint=legacy, and add the explicit mountpoint of the ZFS filesystem to / etc/vfstab above the other /seif/os local file mounts, generated by add_install_client then run 'mountall' to restore tall he mounts in the correct order. CAUTION: /etc/inet/hosts file containing comments with valid hostnames in them can sometimes break the Solaris add_install_client for creating an x86 client GRUB menu. Whenever the /etc/inet/hosts file contains comments with valid hostnames that match the JSR_DEFAULT_ROUTER, there is risk of breaking the add_install_client function of creating the GRUB menu. There is a bug in the Solaris add_install_client where it does not parse comments properly, and generates invalid GRUB menus with "#" for host IP addresses, for example. Avoid using hostnames in comments to avoid this bug.

Oracle University Installation Framework OUIF Installation Guide July 13, 2012

Oracle University Installation Framework OUIF Installation Guide July 13, 2012 Oracle University Installation Framework OUIF 1.7.0 Installation Guide July 13, 2012 Oracle University Installation Framework Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved. Table

More information

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions

1Z Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions 1Z0-879 Oracle Certified Professional Oracle Solaris 10 System Administrator Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-879 Exam on Oracle Certified Professional Oracle Solaris

More information

How to Use This Lab Manual

How to Use This Lab Manual 3 Contents How to Use This Lab Manual........................................ 5 Lab 1: Setting Up the Student System.................................. 7 Lab 2: Installing Fedora............................................

More information

(Ubuntu 10.04), the installation command is slightly different.

(Ubuntu 10.04), the installation command is slightly different. Grub Manual Install Ubuntu 10.04 Without 1st option : get a disk including Boot-Repair, 2nd option : install Boot-Repair in Ubuntu or when you can't boot Windows after installing Ubuntu, or when GRUB is

More information

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise

Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February SPARC Enterprise Install Server Build Guide I/O device driver (SPARC Enterprise) C120-E443-07ENZ2(A) February 2009 SPARC Enterprise Preface Preface Purpose This book provides you with procedures to construct the environment

More information

Getting Started with OpenSolaris An Introduction for Technical Evaluators

Getting Started with OpenSolaris An Introduction for Technical Evaluators Getting Started with OpenSolaris 2009.06 - An Introduction for Technical Evaluators 3 days starting 25 January at Guillemot Park, Camberley, Surrey To book please make direct contact with Sarah Clayton

More information

Oracle VM Template for MySQL Enterprise Edition =========================================================================== ===

Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Oracle VM Template for MySQL Enterprise Edition =========================================================================== === Note: * This is first release of MySQL in a Template delivery for installation

More information

Performing Administrative Tasks

Performing Administrative Tasks This chapter describes how to perform administrative tasks using Cisco CMX. Users who are assigned administration privileges can perform administrative tasks. Cisco CMX User Accounts, page 1 Backing Up

More information

Gentoo Prex for Windows

Gentoo Prex for Windows Gentoo Prex for Windows Markus Duft 06/16/11 1 CONTENTS CONTENTS Contents 1 Preparing for Installation 3 1.1 Supported Platforms......................... 3 1.2.NET Framework 2.0.........................

More information

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard.

Sysinstall main menu. Move the cursor down by using the DOWN-ARROW and select Standard. Initial Boot from Install Disc 1 Turn on the power for your machine. Sysinstall main menu Immediately place the first CD-ROM of the FreeBSD 5.3 install set in your machine's CD-ROM drive. You'll see an

More information

SANOG VI IP Services Workshop: FreeBSD Install

SANOG VI IP Services Workshop: FreeBSD Install SANOG VI IP Services Workshop: FreeBSD Install FreeBSD is designed to be a server operating system. This becomes apparent during the installation process. The FreeBSD installer is a console-based (not

More information

This is Lab Worksheet 7 - not an Assignment

This is Lab Worksheet 7 - not an Assignment This is Lab Worksheet 7 - not an Assignment This Lab Worksheet contains some practical examples that will prepare you to complete your Assignments. You do not have to hand in this Lab Worksheet. Make sure

More information

Test Lab Introduction to the Test Lab Linux Cluster Environment

Test Lab Introduction to the Test Lab Linux Cluster Environment Test Lab 1.0 - Introduction to the Test Lab Linux Cluster Environment Test lab is a set of three disposable cluster environments that can be used for systems research. All three environments are accessible

More information

This is Lab Worksheet/Installation 7

This is Lab Worksheet/Installation 7 This is Lab Worksheet/Installation 7 This Lab Worksheet/Installation contains essential installation work needed for your upcoming Assignments. You do not have to hand in this Lab Worksheet, but there

More information

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2

Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades Q2 Linux Operating System Environment Computadors Grau en Ciència i Enginyeria de Dades 2017-2018 Q2 Facultat d Informàtica de Barcelona This first lab session is focused on getting experience in working

More information

Installing and Upgrading Cisco Network Registrar Virtual Appliance

Installing and Upgrading Cisco Network Registrar Virtual Appliance CHAPTER 3 Installing and Upgrading Cisco Network Registrar Virtual Appliance The Cisco Network Registrar virtual appliance includes all the functionality available in a version of Cisco Network Registrar

More information

TECHNICAL WHITE PAPER

TECHNICAL WHITE PAPER TECHNICAL WHITE PAPER CS1000 Linux Base for AMS 7.6 Date: July 2015 Issue: 1.0 Author: Maxim Kostyukevich Objective and Overview This document is intended to clarify some points on installation, configuration

More information

CA Agile Central Administrator Guide. CA Agile Central On-Premises

CA Agile Central Administrator Guide. CA Agile Central On-Premises CA Agile Central Administrator Guide CA Agile Central On-Premises 2018.1 Table of Contents Overview... 3 Server Requirements...3 Browser Requirements...3 Access Help and WSAPI...4 Time Zone...5 Architectural

More information

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration.

This course is for those wanting to learn basic to intermediate topics in Solaris 10 system administration. Course Summary Description This course teaches basic to intermediate topics in Solaris 10 system administration. The operating system will be Oracle Solaris 10 (SunOS 5.10 Release 1/13 U11). Objectives

More information

FreeBSD Installation ISOC/AfNOG

FreeBSD Installation ISOC/AfNOG FreeBSD Installation ISOC/AfNOG Michuki Mwangi (Original materials by Hervey Allen NSRC) 1 READ THE INSTRUCTIONS These slides contain explicit instruc2ons to allow you to successfully install FreeBSD and

More information

Installation Tools for Clusters. Rajesh K., Computer Division, BARC

Installation Tools for Clusters. Rajesh K., Computer Division, BARC Installation Tools for Clusters Rajesh K., Computer Division, BARC Outline of the presentation Cluster Intro Steps involved in a cluster installation Different approaches to installation Issues in cluster

More information

Grub Manual Install Ubuntu Without >>>CLICK HERE<<<

Grub Manual Install Ubuntu Without >>>CLICK HERE<<< Grub Manual Install Ubuntu 10.04 Without 1st option : get a disk including Boot-Repair, 2nd option : install Boot-Repair in Ubuntu or when you can't boot Windows after installing Ubuntu, or when GRUB is

More information

Lab 1: Accessing the Linux Operating System Spring 2009

Lab 1: Accessing the Linux Operating System Spring 2009 CIS 90 Linux Lab Exercise Lab 1: Accessing the Linux Operating System Spring 2009 Lab 1: Accessing the Linux Operating System This lab takes a look at UNIX through an online experience on an Ubuntu Linux

More information

SysadminSG RHCSA Study Guide

SysadminSG RHCSA Study Guide SysadminSG RHCSA Study Guide This is the RHCSA Study Guide for the System Administration Study Group. The study guide is intended to be printed by those who wish to study common tasks performed by many

More information

AVAYA Avaya Aura System Platform Service Pack R6.2.1 Release Notes Issue 1.3

AVAYA Avaya Aura System Platform Service Pack R6.2.1 Release Notes Issue 1.3 AVAYA R6.2.1 Release Notes Issue 1.3 INTRODUCTION This document introduces the Release 6.2.1 and describes known issues and the issues resolved in this release. SOFTWARE RELEASE VERSIONS Release Date File

More information

OES2 SP1 Migration Utility By Kevin Hurni

OES2 SP1 Migration Utility By Kevin Hurni OES2 SP1 Migration Utility By Kevin Hurni Migration Scenario: Transfer all data and services from NetWare server to OES2 SP1 server. This includes the Identity transfer. Pre-requisites: OES2 SP1 server

More information

Operating Systems Linux 1-2 Measurements Background material

Operating Systems Linux 1-2 Measurements Background material Operating Systems Linux 1-2 Measurements Background material Introduction The Linux measurements were designed to allow you to have an impression about the administration of Linux severs along with providing

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

Chapter 12: Advanced Operating Systems

Chapter 12: Advanced Operating Systems : Advanced Operating Systems IT Essentials: PC Hardware and Software v4.0 1 Purpose of this Presentation To provide to instructors an overview of : List of chapter objectives Overview of the chapter contents,

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

Troubleshooting Cisco APIC-EM Single and Multi-Host

Troubleshooting Cisco APIC-EM Single and Multi-Host Troubleshooting Cisco APIC-EM Single and Multi-Host The following information may be used to troubleshoot Cisco APIC-EM single and multi-host: Recovery Procedures for Cisco APIC-EM Node Failures, page

More information

Exam LFCS/Course 55187B Linux System Administration

Exam LFCS/Course 55187B Linux System Administration Exam LFCS/Course 55187B Linux System Administration About this course This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

Overview of the Cisco NCS Command-Line Interface

Overview of the Cisco NCS Command-Line Interface CHAPTER 1 Overview of the Cisco NCS -Line Interface This chapter provides an overview of how to access the Cisco Prime Network Control System (NCS) command-line interface (CLI), the different command modes,

More information

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved

Getting Started Guide. Installation and Setup Instructions. For version Copyright 2009 Code 42 Software, Inc. All rights reserved Installation and Setup Instructions For version 06.11.2009 Copyright 2009 Code 42 Software, Inc. All rights reserved About This Guide This guide shows you how to install, activate and back up with CrashPlan

More information

Working with Configuration Files

Working with Configuration Files This chapter contains the following sections: Finding Feature Information, page 1 Information About Configuration Files, page 1 Licensing Requirements for Configuration Files, page 2 Managing Configuration

More information

Fedora 12 Essentials

Fedora 12 Essentials Fedora 12 Essentials 2 Fedora 12 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights

More information

CIT 470: Advanced Network and System Administration. Topics. Workstation Management. Workstations

CIT 470: Advanced Network and System Administration. Topics. Workstation Management. Workstations CIT 470: Advanced Network and System Administration Workstations CIT 470: Advanced Network and System Administration Slide #1 Topics 1. Machine Lifecycle 2. Automated Installs 3. Updates 4. Network Configuration

More information

Ftp Command Line Manual Windows Username Password Linux

Ftp Command Line Manual Windows Username Password Linux Ftp Command Line Manual Windows Username Password Linux Midnight Commander is a console based full-screen text mode File Manager that allows you to copy, MC has many features which are useful for a user

More information

IPS Packaging for Oracle Solaris 11

IPS Packaging for Oracle Solaris 11 IPS Packaging for Oracle Solaris 11 Click to edit the title text formatclick to edit Master title style Wenlong Zhang Senior Sales Consultant 2 Copyright 2011, Oracle and/or its affiliates. All rights

More information

Performing Maintenance Operations

Performing Maintenance Operations This chapter describes how to back up and restore Cisco Mobility Services Engine (MSE) data and how to update the MSE software. It also describes other maintenance operations. Guidelines and Limitations,

More information

Oracle 1Z Oracle Solaris 11 System Administration.

Oracle 1Z Oracle Solaris 11 System Administration. Oracle Oracle Solaris 11 System Administration http://killexams.com/exam-detail/ QUESTION: 147 Review the boot environments displayed on your system: Which option describes the solaris-1 BE? A. It is active

More information

Installing or Upgrading ANM Virtual Appliance

Installing or Upgrading ANM Virtual Appliance CHAPTER 2 This chapter describes how to deploy Cisco ANM Virtual Appliance 4.3 (new installation) and how to upgrade from ANM software version 4.1 or 4.2 to software version 4.3. This chapter includes

More information

Your Own Virtual Playground. CS 1585 :: Doug McGeehan

Your Own Virtual Playground. CS 1585 :: Doug McGeehan Your Own Virtual Playground CS 1585 :: Doug McGeehan Overview Follow these steps on your personal laptop or home PC. 1. 2. 3. 4. 5. Open this URL in your browser: http://tiny.cc/dsl-vm Download and Install

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on a Virtual Machine Here we create a new virtual machine and install Ubuntu 16.04 LTS Server on it. In this instance, we

More information

Installing caos with Cinch on Floppy Disk

Installing caos with Cinch on Floppy Disk Installing caos with Cinch on Floppy Disk Troy Andrew Johnson May 21, 2004 Abstract cinch is the caos Linux (http://www.caosity.org/) installer. Prerequisites What you need: two floppy disks (at least)

More information

Start Up and Shutdown Procedures (Unix)

Start Up and Shutdown Procedures (Unix) Start Up and Shutdown Procedures (Unix) Start Up On Main Console 1. Press the Server main power button ON 2. The system will automatically go through the start-up procedures, which will be displayed on

More information

Opengear Bulk Provisioning Guide

Opengear Bulk Provisioning Guide Opengear Bulk Provisioning Guide Document version: 1.0 17 Dec 2013 Contact: support@opengear.com Contents 1. Introduction 2. Golden master: make-template 3. Target appliance: setup-wizard 4. Target appliance:

More information

CA Agile Central Installation Guide On-Premises release

CA Agile Central Installation Guide On-Premises release CA Agile Central Installation Guide On-Premises release 2016.2 Agile Central to Go 2017.1 rallysupport@rallydev.com www.rallydev.com 2017 CA Technologies (c) 2017 CA Technologies Version 2016.2 (c) Table

More information

Migrate Cisco Prime Collaboration Assurance

Migrate Cisco Prime Collaboration Assurance This section explains the following: Overview of Data Migration Assistant, page 1 Preinstallation Guidelines, page 2 Pre-requisites for Backup and Restore, page 3 DMA Backup and Restore Period - Approximate

More information

Red Hat Operating System Installation Tips

Red Hat Operating System Installation Tips APPENDIXA Date: 9/24/10 This appendix describes the recommended Red Hat operating system installation procedure in three parts and includes the following sections: Red Hat Installation Procedure, page

More information

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials

RHEL 5 Essentials. Red Hat Enterprise Linux 5 Essentials Red Hat Enterprise Linux 5 Essentials 2 Red Hat Enterprise Linux 5 Essentials First Edition 2010 Payload Media. This ebook is provided for personal use only. Unauthorized use, reproduction and/or distribution

More information

CCNA Discovery Server Live CD v2.0

CCNA Discovery Server Live CD v2.0 CCNA Discovery Overview CCNA Discovery Server Live CD v2.0 Information and Installation Instructions The Discovery Server Live CD provides all of the network services necessary to support the CCNA Discovery

More information

DUAL OS INSTALLATION

DUAL OS INSTALLATION Ex.No:15 Date: DUAL OS INSTALLATION Aim: To install and configure Ubuntu OS alongside Windows as installing dual OS. PROCEDURE: 1. Backup your Windows partition To open the Dell Backup and Recovery software

More information

Getting Started. Here's how to get started using your Zip 250 drive: 1. Unpack the Zip 250 drive and accessories.

Getting Started. Here's how to get started using your Zip 250 drive: 1. Unpack the Zip 250 drive and accessories. Getting Started IMPORTANT! Before installing or using your Zip 250 drive, read and follow the USB guidelines to ensure reliable performance of your USB devices. Here's how to get started using your Zip

More information

Ubuntu Manual Fsck Must Performed Debian

Ubuntu Manual Fsck Must Performed Debian Ubuntu Manual Fsck Must Performed Debian Nearly all well established filesystem types have their fsck tool. have the option to press ^D (Ctrl + D) to continue with an unchecked filesystem or run fsck manually.

More information

pulsarvmlite v Installation and Usage

pulsarvmlite v Installation and Usage pulsarvmlite v1.05 Installation and Usage Lawrence Toomey July 15 th 2015 lawrence.toomey@gmail.com Welcome to pulsarvmlite, a custombuilt 32bit virtual machine (VM) image for pulsar astronomers. Based

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B::

At course completion. Overview. Audience profile. Course Outline. : 55187B: Linux System Administration. Course Outline :: 55187B:: Module Title Duration : 55187B: Linux System Administration : 4 days Overview This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional

More information

The TinyHPC Cluster. Mukarram Ahmad. Abstract

The TinyHPC Cluster. Mukarram Ahmad. Abstract The TinyHPC Cluster Mukarram Ahmad Abstract TinyHPC is a beowulf class high performance computing cluster with a minor physical footprint yet significant computational capacity. The system is of the shared

More information

Getting Started with. Agents for Unix and Linux. Version

Getting Started with. Agents for Unix and Linux. Version Getting Started with Agents for Unix and Linux Version 10.1.0.0 Copyright RES Software Development B.V. All rights reserved. Commercial Computer Software documentation/data Restricted Rights. RES and RES

More information

Troubleshooting. The NLR Web Interface Does not Appear CHAPTER

Troubleshooting. The NLR Web Interface Does not Appear CHAPTER CHAPTER 6 This chapter contains a number of basic troubleshooting scenarios, including some of the most common problems that need to be resolved to get the NLR operating correctly following a new installation,

More information

Videoscape Distribution Suite Software Installation Guide

Videoscape Distribution Suite Software Installation Guide First Published: August 06, 2012 Last Modified: September 03, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800

More information

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1

Linux Essentials. Smith, Roderick W. Table of Contents ISBN-13: Introduction xvii. Chapter 1 Selecting an Operating System 1 Linux Essentials Smith, Roderick W. ISBN-13: 9781118106792 Table of Contents Introduction xvii Chapter 1 Selecting an Operating System 1 What Is an OS? 1 What Is a Kernel? 1 What Else Identifies an OS?

More information

https://support.oracle.com/epmos/faces/documentdisplay?_adf.ctrl-...

https://support.oracle.com/epmos/faces/documentdisplay?_adf.ctrl-... Resolving Common Weblogic Stdout Log Rotation Problems on UNIX (Doc ID 1607228.1) In this Document Purpose Troubleshooting Steps References APPLIES TO: Oracle WebLogic Server - Version 10.3 and later Generic

More information

Adafruit's Raspberry Pi Lesson 6. Using SSH

Adafruit's Raspberry Pi Lesson 6. Using SSH Adafruit's Raspberry Pi Lesson 6. Using SSH Created by Simon Monk Last updated on 2017-08-16 01:12:07 AM UTC Guide Contents Guide Contents Overview Enabling SSH Using a blank boot file Using Raspi-Config

More information

Tutorial NetOp School

Tutorial NetOp School Tutorial NetOp School Getting Started: NetOp is software available in the computer classrooms that allows screen sharing. That means you can show what's on your screen to all students, or that you can

More information

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine

IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine IT 341 Introduction to System Administration Project I Installing Ubuntu Server on an Virtual Machine Here we create a new virtual machine and install Ubuntu 12.04 LTS Server on it. In this instance, we

More information

Troubleshooting. Contacting Cisco TAC. Checking the Version Number of Cisco Configuration Engine APPENDIXA

Troubleshooting. Contacting Cisco TAC. Checking the Version Number of Cisco Configuration Engine APPENDIXA APPENDIXA This appendix provides troubleshooting information. It contains information about: Contacting Cisco TAC Checking the Version Number of Cisco Configuration Engine Cannot Log in to the System System

More information

Ubuntu Set Static Ip Address Command Line

Ubuntu Set Static Ip Address Command Line Ubuntu 10.04 Set Static Ip Address Command Line Check to see if everything works, Mount at startup, Automounter, Static Mounts These have to be IP addresses because of a limitation in portmap (it doesn't

More information

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5

3 Connection, Shell Serial Connection over Console Port SSH Connection Internet Connection... 5 Contents 1 Description 2 2 Supported Devices 3 3 Connection, Shell 4 3.1 Serial Connection over Console Port...................... 4 3.2 SSH Connection................................. 4 3.3 Internet Connection...............................

More information

Installing Ubuntu Server

Installing Ubuntu Server CHAPTER 1 Installing Ubuntu Server You probably chose Ubuntu as a server solution because of either your gratifying experience using it on the desktop or the raves you ve heard from others about its user-friendly

More information

Oracle VM. Installation and Upgrade Guide for Release 3.4

Oracle VM. Installation and Upgrade Guide for Release 3.4 Oracle VM Installation and Upgrade Guide for Release 3.4 E64078-10 October 2017 Oracle Legal Notices Copyright 2011, 2017 Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

UNIX System Administration

UNIX System Administration $!... 14:13 $$... 14:13.netrc...12:27-28 /etc/fstab... 6:25 /etc/hosts.equiv... 8:23 /etc/inittab Entries... 4:8 /etc/netmasks... 8:22 /etc/shells... 12:25 /home... 6:69 /tmp...6:61-67 /usr... 6:70 /var...

More information

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes

An Oracle White Paper June How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes An Oracle White Paper June 2010 How To Configure Oracle VM Server for SPARC Guest Domains As Oracle Solaris Cluster Nodes Introduction...1 Overview...2 Prerequisites, Assumptions, and Defaults...3 Configuration

More information

FreeBSD Installation

FreeBSD Installation 1 FreeBSD Installation AFNOG Chix 2011 Blantyre, Malawi 31 st Oct - 4 th Nov 2011 Dorcas Muthoni and Evelyn Namara 2 READ THE INSTRUCTIONS These slides contain explicit instructions to allow you to successfully

More information

Deploying Cisco UCS Central

Deploying Cisco UCS Central This chapter includes the following sections: Obtaining the Cisco UCS Central Software from Cisco, page 1 Using the Cisco UCS Central OVA File, page 2 Using the Cisco UCS Central ISO File, page 4 Logging

More information

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52

Contents. Getting Started...1. Managing Your Drives...9. Backing Up & Restoring Folders Synchronizing Folders...52 Contents Getting Started.....................................................1 Installing the Software...........................................1 Using the Maxtor System Tray Icon................................6

More information

How to Deploy Axon on VMware vcenter

How to Deploy Axon on VMware vcenter How to Deploy Axon on VMware vcenter Copyright Informatica LLC 2017. Informatica, the Informatica logo, Intelligent Data Lake, Big Data Mangement, and Live Data Map are trademarks or registered trademarks

More information

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5

Cisco HyperFlex Upgrade Guide for Microsoft Hyper-V, Release 3.5 First Published: 2018-10-16 Last Modified: 2018-11-19 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387)

More information

Ellipse Support. Contents

Ellipse Support. Contents Ellipse Support Ellipse Support Contents Ellipse Support 2 Commercial In Confidence 3 Preface 4 Mission 5 Scope 5 Introduction 6 What do you need to know about tuning and configuration? 6 How does a customer

More information

"Charting the Course... MOC B: Linux System Administration. Course Summary

Charting the Course... MOC B: Linux System Administration. Course Summary Description Course Summary This four-day instructor-led course is designed to provide students with the necessary skills and abilities to work as a professional Linux system administrator. The course covers

More information

Fedora Core: Made Simple

Fedora Core: Made Simple Table of Contents Installing Fedora...2 Before you begin...2 Compatible Hardware...2 Minimum Requirements...2 Disk Space Requirements...2 Help! Booting from the CD ROM Drive Fails!...2 Installing Fedora

More information

NN Nortel Communication Server 1000 Linux Platform Base and Applications Installation and Commissioning

NN Nortel Communication Server 1000 Linux Platform Base and Applications Installation and Commissioning Linux Platform Base and Applications Installation and Commissioning Release: Release 5.5 Document Revision: 02.09 www.nortel.com NN43001-315. Release: Release 5.5 Publication: NN43001-315 Document release

More information

Linux Manually Mount External Hard Drive Ntfs-3g Could Not

Linux Manually Mount External Hard Drive Ntfs-3g Could Not Linux Manually Mount External Hard Drive Ntfs-3g Could Not Manually mounting the drives does not work. Installing the ntfs-3g driver also did not work (I was using this to write to the NTFS drives until

More information

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4

VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 VERITAS Storage Migrator 3.4 VERITAS Storage Migrator Remote 3.4 Installation Guide UNIX June 2000 100-001495 Disclaimer The information contained in this publication is subject to change without notice.

More information

IRONKEY D300S SECURE USB 3.0 FLASH DRIVE

IRONKEY D300S SECURE USB 3.0 FLASH DRIVE IRONKEY D300S SECURE USB 3.0 FLASH DRIVE User Guide Document No. 48000130-001.A01 D300S Page 1 of 27 Table of Contents About This Manual... 3 System Requirements...3 Recommendations...3 Setup (Windows

More information

December 2011 vsp-patch noarch.rpm Avaya Aura System Platform R6.0 June 2010 vsp iso

December 2011 vsp-patch noarch.rpm Avaya Aura System Platform R6.0 June 2010 vsp iso AVAYA Avaya Aura Release Notes Issue 1.1 INTRODUCTION This document introduces the Avaya Aura and describes new features, known issues and the issues resolved in this release. WHAT S NEW IN SYSTEM PLATFORM

More information

Sun Certified System Administrator for the Solaris 10 OS Bootcamp

Sun Certified System Administrator for the Solaris 10 OS Bootcamp Sun Certified System Administrator for the Solaris 10 OS Bootcamp Student Guide - Volume 1 SA-997 Rev A (SA-200-S10-B.2) D63735GC10 Edition 1.0 D64503 Copyright 2009, 2010, Oracle and/or its affiliates.

More information

Lionstracs Groove X-R

Lionstracs Groove X-R Lionstracs Groove X-R Groove OS version 5.3 Installation & Upgrade Guide 31 October 2011 English Language documentation prepared by Corcyra Global in consultation with Lionstracs Table of Contents Warning

More information

Certification. System Initialization and Services

Certification. System Initialization and Services Certification System Initialization and Services UNIT 3 System Initialization and Services UNIT 3: Objectives Upon completion of this unit the student should be able to: Describe BIOS functions with respect

More information

Avaya Aura TM System Platform R6.0 Release Notes Issue 2.0

Avaya Aura TM System Platform R6.0 Release Notes Issue 2.0 Avaya Aura TM Release Notes Issue 2.0 INTRODUCTION This document introduces the Avaya Aura TM System Platform Release 6.0 and describes known issues and the issues resolved in this release. Please Note:

More information

1Z Oracle. Oracle Solaris 10 System Administrator Certified Professional, Part II

1Z Oracle. Oracle Solaris 10 System Administrator Certified Professional, Part II Oracle 1Z0-878 Oracle Solaris 10 System Administrator Certified Professional, Part II Download Full Version : http://killexams.com/pass4sure/exam-detail/1z0-878 QUESTION: 243 Click the Task button. The

More information

FreeBSD Jails vs. Solaris Zones

FreeBSD Jails vs. Solaris Zones FreeBSD Jails vs. Solaris Zones (and OpenSolaris) James O Gorman james@netinertia.co.uk Introduction FreeBSD user since 4.4-RELEASE Started using Solaris ~3.5 years ago Using jails for website hosting

More information

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard

ScopTEL TM IP PBX Software. DNS Server Configuration Wizard ScopTEL TM IP PBX Software DNS Server Configuration Wizard Network Module - ifconfig A newly installed server uses DHCP to get an IP address from a DHCP server on the network so make sure the eth0 interface

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

Vendor: CompTIA. Exam Code: Exam Name: CompTIA A+ Certification Exam (902) Version: Demo

Vendor: CompTIA. Exam Code: Exam Name: CompTIA A+ Certification Exam (902) Version: Demo Vendor: CompTIA Exam Code: 220-902 Exam Name: CompTIA A+ Certification Exam (902) Version: Demo DEMO QUESTION 1 Which of the following best practices is used to fix a zero-day vulnerability on Linux? A.

More information

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage

CompTIA Linux+ Guide to Linux Certification Fourth Edition. Chapter 2 Linux Installation and Usage CompTIA Linux+ Guide to Linux Certification Fourth Edition Chapter 2 Linux Installation and Usage Objectives Prepare for and install Fedora Linux using good practices Outline the structure of the Linux

More information

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

More information

Providing HTTP Service on a Port

Providing HTTP Service on a Port http://www.candelatech.com sales@candelatech.com +1 360 380 1618 [PST, GMT -8] Network Testing and Emulation Solutions Providing HTTP Service on a Port Goal: Configure and activate a http server bound

More information

Troubleshooting Guide

Troubleshooting Guide Troubleshooting Guide Updated Information Revision Description Creator 1.0 Initial release Jay Mullen 2 7xi Troubleshooting Guide Johnson Health Tech North America Table of Contents: A. No Netpulse Network

More information