YaST and AutoYaST Make The Difference

Size: px
Start display at page:

Download "YaST and AutoYaST Make The Difference"

Transcription

1 YaST and AutoYaST Make The Difference Thomas Göttlicher Project Manager Jiří Šrain Project Manager

2 YaST 2

3 Security Center and Hardening Module 3

4 Security Center and Hardening yast2 security 4

5 Security Center and Hardening (cont'd) yast2 security 5

6 Debugging 6

7 Debugging Turn on debugging messages: Y2DEBUG=1 yast2 network Read YaST log file: tail -f /var/log/yast2/y2log Run the YaST debugger (byebug) Y2DEBUGGER=1 yast2 network 7

8 Debugging (cont d) 8

9 Feature: Hotkeys 9

10 Hotkeys Crtl + Shift + Alt + X Shift + F7 Print Shift + F8 Ctrl + Shift + Alt + M Ctrl + Shift + Alt + P Ctrl + Shift + Alt + S Run xterm Debug level Screenshot Save logs Start/stop macro recorder Play macro Style sheet editor 10

11 Feature: Themes 11

12 Themes in YaST2 QT Support for CSS-like stylesheets Customize installation For visually impaired users Default is style.qss or installation.qss in /usr/share/yast2/theme/current/wizard/ $Y2STYLE contains name of stylesheet Y2STYLE=installation.qss yast2 disk --qt 12

13 Themes in YaST2 QT (cont'd) 13

14 Themes in YaST2 QT (cont'd) 14

15 Themes in YaST2 QT (cont'd) 15

16 Themes in YaST2 ncurses File: /etc/sysconfig/yast2 Variable: Y2NCURSES_COLOR_THEME= mono Also braille available for visually impaired 16

17 Themes in YaST2 ncurses (cont'd) File: /etc/sysconfig/yast2 Variable: Y2NCURSES_COLOR_THEME= mono Also braille available for visually impaired 17

18 Feature: Driver Update 18

19 Driver Update Replace packages in your installation system Use RPM packages or cpio archives File on a web server contains a list of rpm packages Example file on dud= dud= 19

20 Driver Update (cont'd) 20

21 Driver Update (cont'd) 21

22 Feature: Automated Installer Update 22

23 Automated Installer Update Repository with installer updates available at updates.suse.com Set of DUDs packaged as RPMs Updates applied transparently when requested self_update=1 on kernel command-line to enable self_update=<url> enable with custom repository Restart of YaST necessary SMT support for networks without access to update server Remember to mirror the installer updates repository 23

24 Feature: Remote Installation 24

25 Remote Installation Install SUSE Linux Enterprise remotely over the network Configure settings at the boot prompt: Network: hostip= /24 Installation source: install=ftp:// /pub/suse install= 25

26 Remote Installation (cont'd) Installation via: VNC (Virtual Network Computing) vnc=1 vncpassword=susecon2016 SSH (Secure Shell) ssh=1 sshpassword=susecon

27 Remote Installation (cont'd) 27

28 Remote Installation (cont'd) Connect to host via vncviewer hostip :1 28

29 System Roles 29

30 System Roles Predefined default configuration Covers partitioning and software selection Further areas covered in next releases Different settings for different scenarios System Roles in SLES12-SP2 Standard System KVM virtualization host XEN virtualization host 30

31 Macro Recorder 31

32 Macro Recorder Recorder and player for user interaction Records logical actions like OK button pressed Username field contains tux Macros from text interface work in graphical interface and vice versa Automation for QA testers and power users 32

33 Macro Recorder (cont'd) Alt + Crtl + Shift + M Start recording Alt + Crtl + Shift + M Stop recording 33

34 Macro Recorder (cont'd) Play a recorded macro: Alt + Ctrl + Shift + P Run macros from the command line: /usr/lib/yast2/bin/y2base modulename qt --macro macro.ycp Macros are not a substitution for AutoYaST 34

35 AutoYaST 35

36 AutoYaST AutoYaST is the SUSE Linux Enterprise automated installation method that leverages standard installation processes with predefined rules and responses to create reproduceable OS builds Caution: Can reduce the time to provision a new SUSE Linux Enterprise machine to less than 10 minutes 36

37 When to Use AutoYaST Linux is your primary OS or you need deployment on demand Dealing with a wide range of machines Constantly changing hardware or a wide variety of hardware Constantly changing software requirements Only installing a few machines at a time Staff has varying Linux expertise 37

38 When to Use Imaging Need to support multiple operating systems Have a large number of identical systems to support Limited applications to support or you are using an application deployment system (I.e., thin images and SUSE Studio) Limited number of hardware platforms Few images are needed 38

39 SUSE Manager Best of both worlds with support for AutoYaST, multi-cast and integrated support for SUSE Studio images. 39

40 Create an Installation Server 40

41 Installation Server Specification Disk Space 5GB plus enough disk space to hold the Linux distributions you will use Processor/RAM Any system fulfilling the requirements of SUSE Linux Enterprise Server Apache installed HTTP is easiest to use and URLs can be manipulated via Apache Windows and other operating systems can be used if you already have an existing web server Alternatively you can use FTP, NFS, or Samba for installation. 41

42 Firewall Settings Disable Firewall You can temporarily turn it off completely Re-enable after installation Or open the necessary ports HTTP (80), HTTPS (443), TFTP (69), DHCPD (547) YaST can help you 42

43 YaST: Configure Installation Server YaST installs and configures Apache and copies the source media to the system 43

44 Verify the Installation Source Append e.g. /README if server forbids directory listing 44

45 Installing from Network Boot with standard installation DVD 45

46 Boot Options install= If there is no DHCP on your network, you can use: hostip=<ip address> netmask=<mask> ie: hostip= netmask= use gateway=<gateway> if the Installation server is on a different subnet 46

47 Create an AutoYaST profile 47

48 Clone an Existing Machine Tools Create Reference Profile File Save 48

49 AutoYaST Profile Plain text, XML Can be customized using: YaST Autoinstallation Module Text Editor (vi, emacs, kate, etc.) Experiment with the Autoinstallation module and view the changes made in the XML 49

50 Sample AutoYaST Profile <?xml version="1.0"?> <!DOCTYPE profile> <profile xmlns=" xmlns:config=" <users config:type="list"> <user> <username>root</username> <user_password>myrootpassword</user_password> <encrypted config:type="boolean">false</encrypted> </user> </users> </profile> 50

51 AutoYaST Profile (cont d) Most often changed settings <software> Selecting patterns is usually enough Individual packages can be selected if necessary <partitioning> Change <size> to fixed size for swap and other partitions (ie 2GB) and auto to span the remainder of the disk When profile was created as a machine clone, review the whole profile and remove any machine-specific settings 51

52 Starting AutoYaST installation install= autoyast2= 52

53 Booting Installation from Network 53

54 Preboot Execution Environment (PXE) Part of the firmware of most modern network cards, PXE leverages DHCP (Dynamic Host Configuration Protocol) to find an available PXE server to download a network bootstrap program (NBP) to the computer's RAM using TFTP (Trivial File Transfer Protocol). Once in RAM, the NBP can execute and download installation or other software, removing the need for installation media. 54

55 Setting Up a PXE Server Find out the requirements Different bootloader needed for legacy, uefi, SecureBoot, Install respective packages (DHCP server, TFTP, bootloader, xinetd) Copy the Linux kernel and initrd (initial ramdisk) from the source media (or installation directory): cp boot/x86_64/loader/linux /srv/tftpboot cp boot/x86_64/loader/initrd /srv/tftpboot Similarly for other architectures 55

56 Setting Up a PXE Server (cont d) Configure the TFTP server YaST can help you Create directory structure to hold the boot loader, kernel, initrd and config files Configure the DHCP server Following options need to be set: allow booting; allow bootp; next-server ; #TFTP server IP filename "pxelinux.0"; #path on TFTP server May need to be set differently for different hosts 56

57 Upgrade with AutoYaST 57

58 Upgrade with AutoYaST Possible upgrade paths From SLES11 to SLES12 From one SLES12 service pack to a newer one Boot options autoupgrade=1 autoyast2= autoupgrade=1 and leave the profile in the root of the system 58

59 New Sections in AutoYaST profile upgrade software networking backup 59

60 New Sections in AutoYaST profile (cont d) <upgrade> <only_installed_packages config:type="boolean"> false </only_installed_packages> <stop_on_solver_conflict config:type="boolean"> true </stop_on_solver_conflict> </upgrade> 60

61 New Sections in AutoYaST profile (cont d) <software> <packages config:type="list"> <package>autoyast2-installation</package> </packages> <patterns config:type="list"> <pattern>base</pattern> </patterns> <remove-packages config:type="list"/> <remove-patterns config:type="list"/> </software> 61

62 New Sections in AutoYaST profile (cont d) <networking> <keep_install_network config:type="boolean"> true </keep_install_network> </networking> 62

63 New Sections in AutoYaST profile (cont d) <backup> <sysconfig config:type="boolean">true</sysconfig> <modified config:type="boolean">true</modified> <remove_old config:type="boolean">false</remove_old> </backup> 63

64 Booting AutoYaST upgrade 64

65 AutoYaST Upgrade Summary 65

66 AutoYaST Upgrade: Dependency conflicts Dependency conflicts quite likely Require manual intervention Find adjusted profile in the system after upgrade 66

67 Session References TUT Upgrading SLES 11 to SLES 12 TUT System Security Hardening HO SUSE Manager for Dummies v.3 67

68

Deployment Guide. SUSE Linux Enterprise Server 12 SP3

Deployment Guide. SUSE Linux Enterprise Server 12 SP3 Deployment Guide SUSE Linux Enterprise Server 12 SP3 Deployment Guide SUSE Linux Enterprise Server 12 SP3 Shows how to install single or multiple systems and how to exploit the product in- herent capabilities

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

Deployment Guide. SUSE Linux Enterprise Server 12 SP2

Deployment Guide. SUSE Linux Enterprise Server 12 SP2 Deployment Guide SUSE Linux Enterprise Server 12 SP2 Deployment Guide SUSE Linux Enterprise Server 12 SP2 Shows how to install single or multiple systems and how to exploit the product inherent capa- bilities

More information

Deployment Guide. SUSE Linux Enterprise Desktop 12 SP3

Deployment Guide. SUSE Linux Enterprise Desktop 12 SP3 Deployment Guide SUSE Linux Enterprise Desktop 12 SP3 Deployment Guide SUSE Linux Enterprise Desktop 12 SP3 Shows how to install single or multiple systems and how to exploit the product in- herent capabilities

More information

Advanced Topics. SUSE Manager 3.1

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

More information

How To Install SecurePlatform with PXE

How To Install SecurePlatform with PXE How To Install SecurePlatform with PXE 10 May 2012 2012 Check Point Software Technologies Ltd. All rights reserved. This product and related documentation are protected by copyright and distributed under

More information

Chapter 7. Getting Started with Boot from Volume

Chapter 7. Getting Started with Boot from Volume Chapter 7. Getting Started with Boot from Volume This chapter discusses creating a bootable volume from an existing minidisk, cloning a volume from an existing volume, and booting a virtual server instance

More information

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

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

More information

Upgrading to SUSE Linux Enterprise 12 SLE11 to SLE12 Migration. Thorsten Kukuk Senior Architect SLES

Upgrading to SUSE Linux Enterprise 12 SLE11 to SLE12 Migration. Thorsten Kukuk Senior Architect SLES Upgrading to SUSE Linux Enterprise 12 SLE11 to SLE12 Migration Thorsten Kukuk Senior Architect SLES kukuk@suse.com Overview General - Customer Dreams and Reality Supported Upgrade Scenarios Upgrade or

More information

SUSE Studio Onsite. User Guide. September 29, 2010

SUSE Studio Onsite.  User Guide. September 29, 2010 SUSE Studio Onsite September 29, 2010 User Guide www.novell.com User Guide Copyright 2006 2010 Novell, Inc. and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify

More information

Advanced Topics. Publication Date: SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA USA https://www.suse.

Advanced Topics. Publication Date: SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA USA https://www.suse. Advanced Topics Advanced Topics Publication Date: 2018-05-22 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation Contents About This Guide ix 1 1.1 on IBM {zsystems}

More information

Dell OpenManage Deployment Toolkit 5.5 for Embedded Linux Release Notes

Dell OpenManage Deployment Toolkit 5.5 for Embedded Linux Release Notes Dell OpenManage Deployment Toolkit 5.5 for Embedded Linux Release Notes This document describes the new features, enhancements, and fixed issues in Dell Openmanage Deployment Toolkit 5.5 for Embedded Linux

More information

Dell OpenManage Deployment Toolkit 5.3 for Embedded Linux Release Notes

Dell OpenManage Deployment Toolkit 5.3 for Embedded Linux Release Notes Dell OpenManage Deployment Toolkit 5.3 for Embedded Linux Release Notes This document describes the new features, enhancements, and fixed issues in Dell Openmanage Deployment Toolkit 5.3 for Embedded Linux

More information

Dell EMC OpenManage Deployment Toolkit for

Dell EMC OpenManage Deployment Toolkit for 2017-09 Dell EMC OpenManage Deployment Toolkit 6.0.2 for This document describes the new features, enhancements, and fixed issues in Dell Openmanage Deployment Toolkit 6.0.2 for Embedded Linux Topics:

More information

V Workstation Imaging

V Workstation Imaging V Workstation Imaging The following sections provide information on Novell ZENworks Desktop Management Workstation Imaging procedures and features. Chapter 50, Common Imaging Deployment Strategies, on

More information

SUSE Studio Onsite. User Guide. March 09, 2012

SUSE Studio Onsite.  User Guide. March 09, 2012 SUSE Studio Onsite March 09, 2012 User Guide www.suse.com User Guide Copyright 2006 2012 Novell, Inc. and contributors. All rights reserved. Permission is granted to copy, distribute and/or modify this

More information

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces

Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Configuring Host Router and Cisco Analog Video Gateway Module Interfaces Last Updated: August 17, 2009 To configure the Cisco Analog Video Gateway network module after it is installed in your host Cisco

More information

SUSE Linux Enterprise Server

SUSE Linux Enterprise Server SUSE Linux Enterprise Server 11 SP4 March 14, 2016 www.suse.com Deployment Guide Deployment Guide Copyright 2006 2016 SUSE LLC and contributors. All rights reserved. Permission is granted to copy, distribute

More information

Manual Ftp Windows 7 Server Configure Secure Boots

Manual Ftp Windows 7 Server Configure Secure Boots Manual Ftp Windows 7 Server Configure Secure Boots Setting PXE Network Boot in RHEL/CentOS 7 be downloaded via network using Trivial File Transfer Protocol (TFTP) and VSFTPD Server For other advanced options

More information

Network booting putting the pieces together

Network booting putting the pieces together Network booting putting the pieces together slide 1 recall that tftp can be used to boot diskless machines there exists an open source project gpxe http:// etherboot.org which provides a GPL implementation

More information

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

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

More information

Linux Diskless iscsi Boot HowTo ( V1.0)

Linux Diskless iscsi Boot HowTo ( V1.0) Linux Diskless iscsi Boot HowTo ( V1.0) This document describes using the Cisco Linux 3.4.2 iscsi initiator for diskless booting of Red Hat Linux 9 (RH9). EqualLogic has enhanced the initiator to provide

More information

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT

ULTEO OPEN VIRTUAL DESKTOP SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 SUSE LINUX ENTERPRISE SERVER (SLES) 11 SP1 SUPPORT Contents 1 Prerequisites: SUSE Linux Enterprise Server (SLES) 11 SP1 3 1.1 System Requirements..............................

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

BootManage Administrator Installation Manual

BootManage Administrator Installation Manual BootManage Administrator Installation Manual 1 Contents INTRODUCTION... 4 WHAT IS THE BOOTMANAGE ADMINISTRATOR (BMA)... 5 REQUIREMENTS FOR THE BOOTMANAGE ADMINISTRATOR:... 5 PXE... 5 BOOTMANAGE TCP/IP

More information

Creating add-on products with YaST

Creating add-on products with YaST Creating add-on products with YaST Are you one of many who have a collection of non-novell packages that need to be installed a segment of the SUSE Linux Enterprise Desktops or Servers (SLED/SLES) in your

More information

Installation and configuration of Linux Cluster. Addisu Gezahegn University of Trieste ICTP,Trieste

Installation and configuration of Linux Cluster. Addisu Gezahegn University of Trieste ICTP,Trieste Installation and configuration of Linux Cluster Addisu Gezahegn University of Trieste ICTP,Trieste asemie@ictp.it What is Cluster computer? It is a single logical unit consisting of multiple computers

More information

RedHat Certified Engineer

RedHat Certified Engineer RedHat Certified Engineer Red Hat Certified Engineer (RHCE) is a performance-based test that measures actual competency on live systems. Called the "crown jewel of Linux certifications," RHCE proves an

More information

SUSE Linux Enterprise 12 Service-Pack Migration What is possible and what supported

SUSE Linux Enterprise 12 Service-Pack Migration What is possible and what supported SUSE Linux Enterprise 12 Service-Pack Migration What is possible and what supported Thorsten Kukuk Senior Architect SUSE Linux Enterprise Server kukuk@suse.com Overview The plan What is supported Definitions

More information

FUJITSU Software ServerView Suite ServerView Installation Manager

FUJITSU Software ServerView Suite ServerView Installation Manager User Guide - English FUJITSU Software ServerView Suite ServerView Installation Manager Edition June 2017 Comments Suggestions Corrections The User Documentation Department would like to know your opinion

More information

AutoYaST. SUSE Linux Enterprise Server 12 SP2

AutoYaST. SUSE Linux Enterprise Server 12 SP2 AutoYaST SUSE Linux Enterprise Server 12 SP2 AutoYaST SUSE Linux Enterprise Server 12 SP2 AutoYaST is a system for installing one or more SUSE Linux Enterprise Server systems automatically and without

More information

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage

Linux+ Guide to Linux Certification, Third Edition. Chapter 2 Linux Installation and Usage Linux+ Guide to Linux Certification, Third Edition Chapter 2 Linux Installation and Usage Objectives Install Red Hat Fedora Linux using good practices Outline the structure of the Linux interface Enter

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

Capstone PXE Server Documentation

Capstone PXE Server Documentation Capstone PXE Server Documentation Thomas Borowiec Taylor Beeson Tyler Cobb Jared Jones Capstone PXE Spring 2011 Page 1 Section I. Build: II. III. Table of Contents Page(s) Requirements. 3 Configuration

More information

IBM Remote Support Manger for Storage

IBM Remote Support Manger for Storage IBM Remote Support Manger for Storage Installation Hints and Tips Version 4.273, December 1, 2011 This document is updated frequently. If viewing a hardcopy version of this document, please visit the RSM

More information

Client TM 2.0 SP2 for Linux

Client TM 2.0 SP2 for Linux Novell Client 2.0 SP2 for Linux Installation Quick Start Novell Client TM 2.0 SP2 for Linux 03/18/2009 2.0 SP2 QUICK START www.novell.com Installing the Novell Client for Linux This document explains how

More information

1. Upgrade through HTTP

1. Upgrade through HTTP How to upgrade Htek IP Phones support using the FTP, TFTP, HTTP and HTTPS protocols to download the Configuration files. When the phone which version is 1.0.3.62 or older upgrade to 1.0.3.73, phone will

More information

Acronis Backup & Recovery 11.5

Acronis Backup & Recovery 11.5 Acronis Backup & Recovery 11.5 Installation Guide Applies to the following editions: Update 2 Advanced Server Server for Windows Virtual Edition Server for Linux Advanced Server SBS Edition Workstation

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Contents at a Glance Introduction...1 Part I: Becoming Familiar with Enterprise Linux...7 Chapter 1: Getting Acquainted with Enterprise Linux...9 Chapter 2: Exploring the Desktop...17 Chapter 3: Putting

More information

SUSE Linux Enterprise 11 Fundamentals Workbook

SUSE Linux Enterprise 11 Fundamentals Workbook SUSE Linux Enterprise 11 Fundamentals Workbook 3101 Novell Training Services AUTHORIZED COURSEWARE www.novell.com Part # 100-005202-001-REV A Legal Notices Novell, Inc., makes no representations or warranties

More information

openqrm Technical Overview

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

More information

WLM1200-RMTS User s Guide

WLM1200-RMTS User s Guide WLM1200-RMTS User s Guide Copyright 2011, Juniper Networks, Inc. 1 WLM1200-RMTS User Guide Contents WLM1200-RMTS Publication Suite........................................ 2 WLM1200-RMTS Hardware Description....................................

More information

Device Manager. Managing Devices CHAPTER

Device Manager. Managing Devices CHAPTER 2 CHAPTER This chapter describes how to perform routine device management tasks using the Administrator Console. It provides information on managing the devices within your Cisco VXC Manager environment.

More information

Manual Ftp Windows 7 Server 2008 R2 Dual Boot

Manual Ftp Windows 7 Server 2008 R2 Dual Boot Manual Ftp Windows 7 Server 2008 R2 Dual Boot How to configure WDS on Windows Server 2008 R2. Windows Deployment Services To. To forcefully boot Windows 7 without UEFI you can use the Windows 7 for Server

More information

Manage Device Firmware

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

More information

Installation Manual InfraManage.NET Installation Instructions for Ubuntu

Installation Manual InfraManage.NET Installation Instructions for Ubuntu Installation Manual InfraManage.NET Installation Instructions for Ubuntu Copyright 1996 2017 Timothy Ste. Marie Version 7.5.72SQL InfraManage.NET Installing InfraManage.NET Page 1 of 78 Table of Contents

More information

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc.

XLmanage Version 2.4. Installation Guide. ClearCube Technology, Inc. XLmanage Version 2.4 Installation Guide ClearCube Technology, Inc. www.clearcube.com Copyright and Trademark Notices Copyright 2009 ClearCube Technology, Inc. All Rights Reserved. Information in this document

More information

Ftp Get Command Line Windows 7 Bootable Usb

Ftp Get Command Line Windows 7 Bootable Usb Ftp Get Command Line Windows 7 Bootable Usb How to make Windows 7 bootable install USB stick Open command prompt as administrator - Right click on Start _ All Programs _ Accessories _ Command. 7. Command

More information

Integrating HP tools for Linux deployment (HP SIM, SSSTK, LinuxCOE, and PSP)

Integrating HP tools for Linux deployment (HP SIM, SSSTK, LinuxCOE, and PSP) Integrating HP tools for Linux deployment (HP SIM, SSSTK, LinuxCOE, and PSP) HOWTO Abstract... 2 Pre-integration tasks... 2 Pre-integration configuration... 2 Dynamic Host Configuration Protocol (DHCP)...3

More information

Manual Ftp Windows Server 2008 R2 Enterprise Virtual

Manual Ftp Windows Server 2008 R2 Enterprise Virtual Manual Ftp Windows Server 2008 R2 Enterprise Virtual 77. Virtual path. 77. Including virtual paths in "Maximum Directory Size" calculations Case File: Custom FTP command response. 101. Encryption We recommend

More information

Oracle Enterprise Manager Ops Center

Oracle Enterprise Manager Ops Center Oracle Enterprise Manager Ops Center Installation Guide for Oracle Solaris Operating System 12c Release 1 (12.1.4.0.0) E25140-06 June 2013 Oracle Enterprise Manager Ops Center Installation Guide for Oracle

More information

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File

Disaster Recovery. Boot using USB Drive. Create a Bootable USB Drive Using Compressed Boot File The topics covered in this chapter are: Boot using USB Drive, on page 1 Boot Using ipxe, on page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

1 LINUX KERNEL & DEVICES

1 LINUX KERNEL & DEVICES GL-250: Red Hat Linux Systems Administration Course Length: 5 days Course Description: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course

More information

Start-Up. opensuse Leap 42.3

Start-Up. opensuse Leap 42.3 Start-Up Start-Up Publication Date: December 04, 2017 SUSE LLC 10 Canal Park Drive Suite 200 Cambridge MA 02141 USA https://www.suse.com/documentation Copyright 2006 2017 SUSE LLC and contributors. All

More information

AutoYaST. SUSE Linux Enterprise Server 12 SP3

AutoYaST. SUSE Linux Enterprise Server 12 SP3 AutoYaST SUSE Linux Enterprise Server 12 SP3 AutoYaST SUSE Linux Enterprise Server 12 SP3 AutoYaST is a system for unattended mass deployment SUSE Linux Enterprise Server systems using an AutoYaST profile

More information

opensuse Start-Up November 29, 2006

opensuse  Start-Up November 29, 2006 opensuse 10.2 November 29, 2006 Start-Up www.novell.com Start-Up Copyright 2006 Novell, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

Installation Guide ZENworks Linux Management 7.3 IR4 January 31, 2011

Installation Guide ZENworks Linux Management 7.3 IR4 January 31, 2011 www.novell.com/documentation Installation Guide ZENworks Linux Management 7.3 IR4 January 31, 2011 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use

More information

VMware Identity Manager Connector Installation and Configuration (Legacy Mode)

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

More information

Ensure that the server where you install the Primary Server software meets the following requirements: Item Requirements Additional Details

Ensure that the server where you install the Primary Server software meets the following requirements: Item Requirements Additional Details ZENworks 11 SP4 System July 2015 The following sections provide the Novell ZENworks 11 SP4 requirements for hardware and software: Section 1, Primary Server, on page 1 Section 2, Managed Device, on page

More information

IBM Remote Deployment Manager Installation and Configuration Guide

IBM Remote Deployment Manager Installation and Configuration Guide IBM Remote Deployment Manager 4.30 Installation and Configuration Guide IBM Remote Deployment Manager 4.30 Installation and Configuration Guide Note: Before using this information and the product it supports,

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

Perform Disaster Recovery

Perform Disaster Recovery The topics covered in this chapter are: Boot using USB Drive, page 1 Boot Using ipxe, page 3 Boot using USB Drive The bootable USB drive is used to re-image the router for the purpose of system upgrade

More information

Specialized Programme on Internetworking Design and LAN WAN Administration

Specialized Programme on Internetworking Design and LAN WAN Administration Specialized Programme on Internetworking Design and LAN WAN Administration OBJECTIVE OF THE PROGRAMME The main objective of the programme is to build capacity of the professionals drawn from industry,

More information

Installing SUSE LINUX Enterprise Server 9 on an IBM ~ BladeCenter JS20

Installing SUSE LINUX Enterprise Server 9 on an IBM ~ BladeCenter JS20 October 12, 2004 Written By: Erik Salander IBM Corporation salander@us.ibm.com Noel Santiago-Ramos IBM Corporation noelsr@us.ibm.com Contributors: Kevin McCombs IBM Corporation mccombsk@us.ibm.com Aaron

More information

PARAGON INFRASTRUCTURE PACKAGE

PARAGON INFRASTRUCTURE PACKAGE PARAGON Technologie GmbH, Systemprogrammierung Heinrich-von-Stephan-Str. 5c 79100 Freiburg, Germany Tel. +49 (0) 761 59018201 Fax +49 (0) 761 59018130 Internet www.paragon-software.com E-mail sales@paragon-software.com

More information

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide

The Balabit s Privileged Session Management 5 F5 Azure Reference Guide The Balabit s Privileged Session Management 5 F5 Azure Reference Guide March 12, 2018 Abstract Administrator Guide for Balabit s Privileged Session Management (PSM) Copyright 1996-2018 Balabit, a One Identity

More information

Xinu on Intel Galileo User Manual

Xinu on Intel Galileo User Manual Xinu on Intel Galileo User Manual Table of Contents Page 1.0 Firmware Update for the Intel Galileo board 2 2.0 Console connection on the Intel Galileo 2 2.1 Background 2 2.2 Serial cable setup for the

More information

FastTrack to Red Hat Linux System Administrator Course Overview

FastTrack to Red Hat Linux System Administrator Course Overview Course Overview This highly practical instructor led training course is designed to give experienced LINUX/UNIX administrators practical experience in the administration of a LINUX system to a level required

More information

Dell EMC OpenManage Deployment Toolkit Version Installation Guide

Dell EMC OpenManage Deployment Toolkit Version Installation Guide Dell EMC OpenManage Deployment Toolkit Version 6.0.1 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

ElasterStack 3.2 User Administration Guide - Advanced Zone

ElasterStack 3.2 User Administration Guide - Advanced Zone ElasterStack 3.2 User Administration Guide - Advanced Zone With Advance Zone Configuration TCloud Computing Inc. 6/22/2012 Copyright 2012 by TCloud Computing, Inc. All rights reserved. This document is

More information

VMware vfabric Data Director Installation Guide

VMware vfabric Data Director Installation Guide VMware vfabric Data Director Installation Guide vfabric Data Director 2.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

HiveManager Virtual Appliance QuickStart

HiveManager Virtual Appliance QuickStart This QuickStart describes the installation of a HiveManager Virtual Appliance. Introduction to HiveManager Virtual Appliance Before you can install the HiveManager Virtual Appliance, you must first install

More information

opensuse Start-Up November 08, 2007

opensuse  Start-Up November 08, 2007 opensuse 10.3 November 08, 2007 Start-Up www.novell.com Start-Up Copyright 2006-2007 Novell, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation

More information

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3

Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Upgrading from TrafficShield 3.2.X to Application Security Module 9.2.3 Introduction Preparing the 3.2.X system for the upgrade Installing the BIG-IP version 9.2.3 software Licensing the software using

More information

Dell OpenManage Deployment Toolkit Version 5.3 Installation Guide

Dell OpenManage Deployment Toolkit Version 5.3 Installation Guide Dell OpenManage Deployment Toolkit Version 5.3 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A

More information

Discover SUSE Manager

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

More information

Auto-Provisioning Mediatrix units May 31, 2011

Auto-Provisioning Mediatrix units May 31, 2011 Auto-Provisioning Mediatrix units May 31, 2011 Proprietary 2011 Media5 Corporation Table of Contents Introduction... 3 Application Scenario... 3 Overview of the Server Configuration... 4 Preparing Windows

More information

Ftp Get Command Line Windows 7 Boot Into >>>CLICK HERE<<<

Ftp Get Command Line Windows 7 Boot Into >>>CLICK HERE<<< Ftp Get Command Line Windows 7 Boot Into ftp_ put FileToUpload.zip 200 PORT command successful. 150 Opening BINARY mode data connection for FileToUpload.zip 226 Transfer complete. ftp: 106. In DOS or command

More information

Dell EMC OpenManage Deployment Toolkit Version 6.1. Installation Guide

Dell EMC OpenManage Deployment Toolkit Version 6.1. Installation Guide Dell EMC OpenManage Deployment Toolkit Version 6.1 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION:

More information

ENTERPRISE LINUX SYSTEM ADMINISTRATION

ENTERPRISE LINUX SYSTEM ADMINISTRATION ENTERPRISE LINUX SYSTEM ADMINISTRATION COURSE DESCRIPTION: The GL250 is an in-depth course that explores installation, configuration and maintenance of Linux systems. The course focuses on issues universal

More information

Implementing Linux Software RAID1 on HPE ProLiant Servers with RHEL 6, RHEL 7, SLES 11, or SLES 12

Implementing Linux Software RAID1 on HPE ProLiant Servers with RHEL 6, RHEL 7, SLES 11, or SLES 12 Implementing Linux Software RAID1 on HPE ProLiant Servers with RHEL 6, RHEL 7, SLES 11, or SLES 12 Abstract This document describes how to use HPE LSRRB (Linux Software RAID - Redundant Boot), which uses

More information

OVERDRIVE Quick Start Guide. v.1.0

OVERDRIVE Quick Start Guide. v.1.0 OVERDRIVE 1000 Quick Start Guide v.1.0 TABLE OF CONTENTS 1. Introduction 3 2. Connections 3 3. Console Connection 4 3.1 Windows 4 3.2 Linux 5 3.3 Mac OS X 6 3.4 Power-up Procedure 6 3.5 Logging In 9 4.

More information

SuSELinux EnterpriseServer8

SuSELinux EnterpriseServer8 SuSELinux EnterpriseServer8 Installation for both x86 and AMD64 systems Edition 2004 Copyright This publication is intellectual property of SuSE Linux AG. Its contents can be duplicated, either in part

More information

Nested Home Lab Setting up Shared Storage

Nested Home Lab Setting up Shared Storage Nested Home Lab Setting up Shared Storage Andy Fox VCI VCAP-DCA VCP3 VCP4 Over the years teaching vsphere, several peers, colleagues and students have asked me how I setup shared storage in my nested test

More information

Dell OpenManage Deployment Toolkit Version 5.1 Installation Guide

Dell OpenManage Deployment Toolkit Version 5.1 Installation Guide Dell OpenManage Deployment Toolkit Version 5.1 Installation Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your computer. CAUTION: A

More information

Application Notes for Ardence Desktop Edition with Avaya Interaction Center Issue 1.0

Application Notes for Ardence Desktop Edition with Avaya Interaction Center Issue 1.0 . Avaya Solution & Interoperability Test Lab Application Notes for Ardence Desktop Edition with Avaya Interaction Center Issue 1.0 Abstract These Application Notes describe the configuration steps required

More information

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide

Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Redhat OpenStack 5.0 and PLUMgrid OpenStack Networking Suite 2.0 Installation Hands-on lab guide Oded Nahum Principal Systems Engineer PLUMgrid EMEA November 2014 Page 1 Page 2 Table of Contents Table

More information

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI)

Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Configure Dynamic Host Configuration Protocol (DHCP) Image Upgrade Settings on a Switch through the Command Line Interface (CLI) Objective The Dynamic Host Configuration Protocol (DHCP) image upgrade feature

More information

SuperLumin Nemesis. Getting Started Guide. February 2011

SuperLumin Nemesis. Getting Started Guide. February 2011 SuperLumin Nemesis Getting Started Guide February 2011 SuperLumin Nemesis Legal Notices Information contained in this document is believed to be accurate and reliable. However, SuperLumin assumes no responsibility

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

Automation Anywhere Enterprise 10 LTS

Automation Anywhere Enterprise 10 LTS Automation Anywhere Enterprise 10 LTS Document Version: 1.3 Installation Guide Date of Publication: 15 th November, 2016 Update(s) to this document edition: Table of Contents 1. Client Prerequisites Processor

More information

Lenovo XClarity Provisioning Manager User Guide

Lenovo XClarity Provisioning Manager User Guide Lenovo XClarity Provisioning Manager User Guide Fifth Edition (October 2018) Copyright Lenovo 2017, 2018. LIMITED AND RESTRICTED RIGHTS NOTICE: If data or software is delivered pursuant to a General Services

More information

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost.

Backup, File Backup copies of individual files made in order to replace the original file(s) in case it is damaged or lost. Glossary A Active Directory a directory service that inventories, secures and manages the users, computers, rules and other components of a Microsoft Windows network. This service is typically deployed

More information

Intelligent Provisioning 1.70 Release Notes

Intelligent Provisioning 1.70 Release Notes Intelligent Provisioning 1.70 Release Notes Part Number: 680065-408 Published: October 2017 Edition: 1 Copyright 2012, 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein

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

Veritas System Recovery 18 Linux Edition README

Veritas System Recovery 18 Linux Edition README Veritas System Recovery 18 Linux Edition README ===================================================================== ====== Veritas(TM) System Recovery 18 Linux Edition README =====================================================================

More information

HP Intelligent Provisioning 2.20 Release Notes

HP Intelligent Provisioning 2.20 Release Notes HP Intelligent Provisioning 2.20 Release Notes HP Part Number: 794361-004b Published: July 2015 Edition: 3 Copyright 2012, 2015 Hewlett-Packard Development Company, L.P. Version: 2.20 Description Supersedes

More information

Intelligent Provisioning 1.64(B) Release Notes

Intelligent Provisioning 1.64(B) Release Notes Intelligent Provisioning 1.64(B) Release Notes Part Number: 680065-407 Published: March 2017 Edition: 1 2017 Hewlett Packard Enterprise Development LP Notices The information contained herein is subject

More information

SUSE Linux Enterprise Server

SUSE Linux Enterprise Server SUSE Linux Enterprise Server 10 SP4 April 15, 2011 Virtualization with Xen www.novell.com Virtualization with Xen All content is copyright Novell, Inc. Legal Notice This manual is protected under Novell

More information

Linux Administration

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

More information