Introduction to HP-UX Operating System

Size: px
Start display at page:

Download "Introduction to HP-UX Operating System"

Transcription

1 Welcome

2 Introduction to HP-UX Operating System

3 HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the UNIX operating system, It runs on the HP PA-RISC and Integrity ( Itanium ) systems.

4

5 HP-UX Processer Road Map

6 The PA-RISC Processor Family: Since 1986, HP has been building HP-UX systems based on proprietary Precision Architecture RISC (PA-RISC) technology. PA-RISC uses Reduced Instruction Set Computing (RISC) principles to provide high performance, and high reliability. The early PA7000 series of chips were built on a 32-bit architecture, while the newer PA8000 series chips are built on a 64-bit architecture. The Itanium Processor Family The Itanium processor chip was developed by HP/Intel Partnership. The Itanium 2 architecture uses a variety of technique to Increase parallelism. A key to the high performance of Itanium chips is the Design philosophy at the heart of theitanium processor family, Explicitly Parallel Instruction Computing (EPIC).

7 HP-UX Operating System: Release Name HP-UX 11.0 HP-UX 11i v1 HP-UX 11i v2 HP-UX 11i v3 Operating System Release Identifier B B B B.11.31

8 Operating environments: HP sells HP-UX Operating system as Operating Environments (OEs). OEs are operating system plus application bundles designed to simplify installation and maintenance

9 Operating Environments v3: Base OE (BOE) Virtual Server OE (VSE-OE) High Availability OE (HA-OE) Data Center OE (DC-OE)

10 Base OE: The Base OE offers complete HP-UX functionality including security, networking, Web functionality, and system and software management applications.

11 Virtual Server OE: The VSE-OE is designed for customers seeking higher resource utilization or who are embarking on consolidation projects and need virtualization for a flexible UNIX environment.

12 High Availability OE: For customers requiring continuous access and high availability of service to data and applications, the HA-OE delivers this with HP MC-Serviceguard

13 Data Center OE: The Data Center OE delivers built-in business-critical virtualization, featuring HP Serviceguard failover clusters. DC-OE delivers the superset of HP-UX 11i v3 software included in the other OEs.

14

15

16 HP Integrity Servers

17 HP Integrity Superdome (High end server)

18 HP Integrity rx8620 (Mid range server)

19 HP Integrity rx7620 (Mid range server)

20 HP Integrity (Entry level server)

21 HP-UX File Hierarchy

22 Introducing HP-UX File System:

23 System Directories

24 Application Directories

25 System Directories /usr /sbin /opt Operating System commands, Documentations, libraries. Minimum command to need to boot and mount the file system. Third Party Application /var Variable Data ( Such as logs & spooler files )

26 /dev Device Files /etc System configuration Files /mnt Temporary Mounts /tmp Operating System temp. files /stand Kernal and boot Loader /home User Directories

27 /usr - Directory /usr/bin System user commands /usr/conf Kernal configuration /usr/lbin Back-ends to other commands /usr/sbin System administration commands /usr/share/man Man Pages /usr/share/doc Release Notes

28 /var - Directory /var/adm /var/adm/crash /var/mail /var/spool /var/opt /var/tmp Administrative files & log files Kernal crash Dumps Incoming Mail Spooler Files Application-specific runtime files Temporary files generated by commands in the /usr

29 /var/adm - Directory /var/adm/cron/ Log files maintained by Cron. /var/adm/sw/ Log files by Software Distributer /var/adm/syslog/ Contains system log files /var/adm/sulog Switch user log information file /var/adm/wtmp contains history of successful login used by last command /var/adm/btmp contains history of all bad logins used by lastb command

30 Creating and Managing User Accounts

31 Managing User and Group

32 Creating user account with SAM

33 Removing user account with SAM

34 Managing User And Group From Command Line

35 Managing Password from command line

36 /etc/passwd file

37 /etc/shadow file

38 /etc/group file

39 Customizing user accounts

40 Why to customize user account Set the user terminal type Customize the user prompt Customize the user s PATH variable Special script to executed when login

41 Sample Customization

42 ASCII logins

43 The first is a system-wide script maintained by the system administrator to define general environment variables required by all users. The second is a local login script maintained by each user. Local login scripts can override or modify the system defaults on a user-by-user basis. The optional additional local login script can define additional environment variables or setadditional shell features.

44 CDE Logins

45 The /usr/dt/bin/dtlogin program is responsible for displaying the CDE login screen and validating user names and passwords. The color and appearance of the dtlogin screen may be customized by copying /usr/dt/config/xconfig to /etc/dt/config/xconfig, and manually editing the file. The /usr/dt/config/xstartup program sets initial values for the DISPLAY, HOME, PATH, USER, SHELL, and TZ variables. This is a system-wide script that executes anytime any user logs in via CDE. The final script that executes by default at CDE login is the user's personal ~/.dtprofile. This script contains little but comments by default, but the user may define additional environment variables in this script if desired.

46 /etc/skel Directory

47 When a new user account is created with SAM or useradd, default configuration files are copied from the /etc/skel directory to the new user's home. Several files are included in /etc/skel by default: /etc/skel/.profile# ksh/posix local login script /etc/skel/.login # csh local login script /etc/skel/.cshrc # csh additional login script /etc/skel/.exrc # vi startup configuration file Additional files can be copied into /etc/skel as well, if your applications require configuration files in users' home directories.

48 Overview of SMH

49 Why Use SMH?

50 Connecting Peripherals

51

52 Hardware component overview

53 CPU, Memory, & Cell boards

54 SBAs, LBAs, and PCI Expansion Buses

55 Device Adapter Cards

56 Core I/0 Cards

57 Node Partitions (npars)

58 Virtual Partitions (vpars)

59 System to I/O Relationships

60 System to I/O Relationships

File System Hierarchy Standard (FHS)

File System Hierarchy Standard (FHS) File System Hierarchy Standard (FHS) Filesystem hierarchy standard describes directory structure and its content in Unix and Unix like operating system. It explains where files and directories should be

More information

Register for this course. Find this course in the Training calendar and click the "Register" link.

Register for this course. Find this course in the Training calendar and click the Register link. Course Data Sheet HP-UX System and Network Administration I Course description This course teaches you to configure, manage, maintain, and administer HP-UX servers. The course focuses on configuration

More information

HP-UX System Administration

HP-UX System Administration HP-UX System Administration This intensive course is designed for experienced UNIX administrators who like to understand the differences between HP-UX and standard UNIX. It is essential that students have

More information

Filesystem Hierarchy Operating systems I800 Edmund Laugasson

Filesystem Hierarchy Operating systems I800 Edmund Laugasson Filesystem Hierarchy Operating systems I800 Edmund Laugasson edmund.laugasson@itcollege.ee There has been used materials from Margus Ernits, Katrin Loodus when creating current slides. Current document

More information

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories

Chapter Two. Lesson A. Objectives. Exploring the UNIX File System and File Security. Understanding Files and Directories Chapter Two Exploring the UNIX File System and File Security Lesson A Understanding Files and Directories 2 Objectives Discuss and explain the UNIX file system Define a UNIX file system partition Use the

More information

Manage Directories and Files in Linux. Objectives. Understand the Filesystem Hierarchy Standard (FHS)

Manage Directories and Files in Linux. Objectives. Understand the Filesystem Hierarchy Standard (FHS) Manage Directories and Files in Linux Objectives Understand the Filesystem Hierarchy Standard (FHS) Identify File Types in the Linux System Change Directories and List Directory Contents Create and View

More information

Commands are in black

Commands are in black Starting From the Shell Prompt (Terminal) Commands are in black / +--------+---------+-------+---------+---------+------ +------ +------ +------ +------ +------ +-- Bin boot dev etc home media sbin bin

More information

HP 9000 Containers A on HP Integrity Administrator s Guide

HP 9000 Containers A on HP Integrity Administrator s Guide HP 9000 Containers A.03.00 on HP Integrity Administrator s Guide HP-UX 11i v3 Version 03.00 (Aug 2011) Table of contents Table of contents... 2 Preface... 5 Intended Audience... 5 Typographic Conventions...

More information

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions

Welcome to getting started with Ubuntu Server. This System Administrator Manual. guide to be simple to follow, with step by step instructions Welcome to getting started with Ubuntu 12.04 Server. This System Administrator Manual guide to be simple to follow, with step by step instructions with screenshots INDEX 1.Installation of Ubuntu 12.04

More information

HP-UX 11i V3 Overview & Roadmap. IT-Symposium Robert Sakic - Vortrag 2H01 Senior Presales Consultant, HP.

HP-UX 11i V3 Overview & Roadmap. IT-Symposium Robert Sakic - Vortrag 2H01 Senior Presales Consultant, HP. HP-UX 11i V3 Overview & Roadmap Robert Sakic - Vortrag 2H01 Senior Presales Consultant, HP 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice

More information

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit?

HP-UX System Administration Course Overview. Skills Gained. Who will the Course Benefit? HP-UX System Administration Course Overview This Hewlett Packard HP-UX System Administration training course is designed to give delegates practical experience in the administration of an HP-UX UNIX System.

More information

Chapter 1. Getting started with UNIX

Chapter 1. Getting started with UNIX Chapter 1. Getting started with UNIX The core of the UNIX operating system is the kernel. The kernel keeps records of all programs (commonly called processes) running on the system and shares time among

More information

HP 9000 & HP-UX 11i: Roadmap & Updates

HP 9000 & HP-UX 11i: Roadmap & Updates HP 9000 & HP-UX 11i: Roadmap & Updates Ric Lewis Director, Planning & Strategy Hewlett-Packard Mary Kwan Sr. Product Manager Hewlett-Packard 2004 Hewlett-Packard Development Company, L.P. The information

More information

The landscape. File hierarchy overview. A tree structure of directories The directory tree is standardized. But varies slightly among distributions

The landscape. File hierarchy overview. A tree structure of directories The directory tree is standardized. But varies slightly among distributions The landscape David Morgan File hierarchy overview A tree structure of directories The directory tree is standardized But varies slightly among distributions portions can spread across different partitions

More information

Linux Essentials Objectives Topics:

Linux Essentials Objectives Topics: Linux Essentials Linux Essentials is a professional development certificate program that covers basic knowledge for those working and studying Open Source and various distributions of Linux. Exam Objectives

More information

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages

Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages Designing high-availability solutions using HP Integrity Virtual Machines as HP Serviceguard packages August 2006 Executive summary... 2 HP Integrity VM overview... 2 HP Integrity VM feature summary...

More information

HP-UX System Administrator's Guide: Routine Management Tasks

HP-UX System Administrator's Guide: Routine Management Tasks HP-UX System Administrator's Guide: Routine Management Tasks HP-UX 11i Version 3 HP Part Number: 5992-4616 Published: September 2008 Edition: 4 Copyright 2008 Hewlett-Packard Development Company, L.P Legal

More information

HP Integrity Server. DECUS Herbsttreffen Jörg Demmler Technologie Consultant

HP Integrity Server. DECUS Herbsttreffen Jörg Demmler Technologie Consultant HP Integrity Server DECUS Herbsttreffen 2004 15.11.2004 Jörg Demmler Technologie Consultant joerg.demmler@hp.com 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

HP-UX 11i v3 Read Before Installing or Updating. March 2009

HP-UX 11i v3 Read Before Installing or Updating. March 2009 HP-UX 11i v3 Read Before Installing or Updating March 2009 HP Part Number: 5992-5814 Published: March 2009 Copyright 2009 Hewlett-Packard Development Company, L.P. Legal Notices Confidential computer software.

More information

Workload Manager Technical Overview

Workload Manager Technical Overview Workload Manager Technical Overview Siegfried Becker Presales Consultant 2004 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Target Problem

More information

File System. yihshih

File System. yihshih File System yihshih Files % ls l d rwx--x--x 7 wutzh gcs 1024 Sep 22 17:25 public_html File type File access mode # of links File user owner File group owner File size File last modify time 2 File name

More information

5 Managing Logins. For Help. In this Chapter... Login Account Concepts, 5-2

5 Managing Logins. For Help. In this Chapter... Login Account Concepts, 5-2 5 Managing Logins In this Chapter... Login Account Concepts, 5-2 The root Login Account, 5-3 Managing User Login Accounts, 5-5 Customizing Login Account Environments, 5-6 Passwords, 5-10 For Help HP-UX

More information

Linux Files and the File System

Linux Files and the File System Linux Files and the File System 1. Files a. Overview A simple description of the UNIX system, also applicable to Linux, is this: "On a UNIX system, everything is a file; if something is not a file, it

More information

Embedded System Design

Embedded System Design Embedded System Design Lecture 10 Jaeyong Chung Systems-on-Chips (SoC) Laboratory Incheon National University Environment Variables Environment variables are a set of dynamic named values that can affect

More information

UNIX/Linux Auditing. Baccam Consulting, LLC Training Events

UNIX/Linux Auditing. Baccam Consulting, LLC Training Events UNIX/Linux Auditing Baccam Consulting, LLC tanya@securityaudits.org Training Events www.securityaudits.org/events.html ***CISSP Course being offered April 25-April 29, 2016 Copyright 2005-2016, Baccam

More information

HP-UX 11i v3 Installation and Update Guide

HP-UX 11i v3 Installation and Update Guide HP-UX 11i v3 Installation and Update Guide HPE Integrity Server Blades, HPE Integrity Servers, and HP 9000 Server Abstract This guide describes cold-installing and updating to HP-UX 11i v3 (B.11.31). This

More information

PCI / PCIe Error Recovery Product Note. HP-UX 11i v3

PCI / PCIe Error Recovery Product Note. HP-UX 11i v3 PCI / PCIe Error Recovery Product Note HP-UX 11i v3 HP Part Number: 5900-0584 Published: September 2010 Legal Notices Copyright 2003-2010 Hewlett-Packard Development Company, L.P. Confidential computer

More information

Student guide. HP-UX System and Network Administration I. 1 of 3 H3064S J.00

Student guide. HP-UX System and Network Administration I. 1 of 3 H3064S J.00 HP-UX System and Network Administration I Student guide 1 of 3 Use of this material to deliver training without prior written permission from HP is prohibited. HP-UX System and Network Administration

More information

Filesystem Hierarchy and Permissions

Filesystem Hierarchy and Permissions 2 and Prepared by Steven Gordon on 19 April 2017 Common/Reports/linux-file-permissions.tex, r1417 1 Multiuser and Server Operating System systems are commonly used as a multi-user system E.g. multiple

More information

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release

version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Technical white paper Installation of non-def ault VxFS and VxVM soft ware version on HP-UX 11i v3 March 2014 Operating Environment Updat e Release Table of contents Introduction... 3 Installation Instructions...

More information

Filesystem Hierarchy and Permissions

Filesystem Hierarchy and Permissions and Linux Prepared by Steven Gordon on 19 April 2017 Common/Reports/linux-file-permissions.tex, r1417 1/15 Multiuser and Server Operating System Linux systems are commonly used as a multi-user system E.g.

More information

PART - II HP-UX System Administration

PART - II HP-UX System Administration PART - II HP-UX System Administration Chapter 12. The System Administration Manager Chapter Syllabus 12.1 Why Use SAM? 12.2 Starting and Stopping SAM 12.3 A Sample SAM Session 12.4 SAM Log Files 12.5 Restricted

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

A9890A RAID Smart Array 6402 Controller Quick Installation Guide

A9890A RAID Smart Array 6402 Controller Quick Installation Guide A9890A RAID Smart Array 6402 Controller Quick Installation Guide Quick Installation of the Smart Array 6402 Controller Edition 1 Manufacturing Part Number: A9890-90005 March 2004 United States Copyright

More information

IEther-00 (iether) B Ethernet Driver Release Notes

IEther-00 (iether) B Ethernet Driver Release Notes IEther-00 (iether) B.11.31.1503 Ethernet Driver Release Notes HP-UX 11i v3 Abstract This document contains specific information that is intended for users of this HP product. HP Part Number: 5900-4023

More information

HPE Integrity with HP-UX roadmap (CDA) March 30, 2018

HPE Integrity with HP-UX roadmap (CDA) March 30, 2018 HPE Integrity with HP-UX roadmap (CDA) March 30, 2018 Forward-looking statements This document contains forward looking statements regarding future operations, product development, product capabilities

More information

Thousands of Linux Installations (and only one administrator)

Thousands of Linux Installations (and only one administrator) Thousands of Linux Installations (and only one administrator) A Linux cluster client for the University of Manchester A V Le Blanc I T Services University of Manchester LeBlanc@man.ac.uk Overview Environment

More information

Linux Essentials. Programming and Data Structures Lab M Tech CS First Year, First Semester

Linux Essentials. Programming and Data Structures Lab M Tech CS First Year, First Semester Linux Essentials Programming and Data Structures Lab M Tech CS First Year, First Semester Adapted from PDS Lab 2014 and 2015 Login, Logout, Password $ ssh mtc16xx@192.168.---.--- $ ssh X mtc16xx@192.168.---.---

More information

HP-UX 11i Version 2 May 2005 Release Notes

HP-UX 11i Version 2 May 2005 Release Notes HP-UX 11i Version 2 May 2005 Release Notes HP 9000 Servers, HP Integrity Servers, and HP Workstations Manufacturing Part Number: 5991-1101 May 2005 Copyright 2005 Hewlett-Packard Development Company, L.P.

More information

HP-UX 11i v1 Operating Environment Update Release (OEUR) - December 2004

HP-UX 11i v1 Operating Environment Update Release (OEUR) - December 2004 HP-UX 11i v1 Operating Environment Update Release (OEUR) - December 2004 HP is pleased to announce the latest release of HP-UX 11i v1 Operating Environment Update Release (OEUR). The December 2004 HP-UX

More information

8 Managing Quality Reporting Software

8 Managing Quality Reporting Software 8 Managing Quality Reporting Software In this Chapter... Datalogging, 8-2 Agilent PR PLUS, 8-5 Agilent Pushbutton Q-STATS, 8-9 For Help HP-UX Reference HP-UX reference information is available on the Internet

More information

HP-UX 11i v3 Installation and Update Guide

HP-UX 11i v3 Installation and Update Guide HP-UX 11i v3 Installation and Update Guide HP Integrity Server Blades, HP Integrity Servers, and HP 9000 Servers Abstract This guide describes cold-installing and updating to HP-UX 11i v3 (B.11.31). This

More information

Linux Kung Fu. Stephen James UBNetDef, Spring 2017

Linux Kung Fu. Stephen James UBNetDef, Spring 2017 Linux Kung Fu Stephen James UBNetDef, Spring 2017 Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Retired. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v3 VM Host) v4.2 HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 Integrity Virtual Machines (also called Integrity VM or HPVM) is a hypervisor product

More information

Enabling High Availability for SOA Manager

Enabling High Availability for SOA Manager Enabling High Availability for SOA Manager Abstract... 2 Audience... 2 Introduction... 2 Prerequisites... 3 OS/Platform... 3 Cluster software... 4 Single SOA Manager Server Fail Over... 4 Setting up SOA

More information

INTRODUCTION TO LINUX

INTRODUCTION TO LINUX INTRODUCTION TO LINUX REALLY SHORT HISTORY Before GNU/Linux there were DOS, MAC and UNIX. All systems were proprietary. The GNU project started in the early 80s by Richard Stallman Goal to make a free

More information

The newer versions of Unix also blur the distinction between files and processes, serial ports, ipc channels, and shared memory segments

The newer versions of Unix also blur the distinction between files and processes, serial ports, ipc channels, and shared memory segments Filesystem Part of the os that deals with file management Result of the integration of storage resources under a single hierarchy Unix created history by blurring the distinction between files and i/o

More information

Installing and Managing HP-UX Virtual Partitions (vpars)

Installing and Managing HP-UX Virtual Partitions (vpars) Installing and Managing HP-UX Virtual Partitions (vpars) Second Edition Manufacturing Part Number : T1335-90012 June 2002 United States Copyright 2002 Hewlett-Packard Company. All rights reserved. Legal

More information

Computer System Management - Unix/Linux

Computer System Management - Unix/Linux Computer System Management - Unix/Linux Amarjeet Singh August 30, 2011 Partly adopted from Computer System Management Slides by Navpreet Singh Logistics Learn-it-yourself topic assignment Many students

More information

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions

Overview LEARN. History of Linux Linux Architecture Linux File System Linux Access Linux Commands File Permission Editors Conclusion and Questions Lanka Education and Research Network Linux Architecture, Linux File System, Linux Basic Commands 28 th November 2016 Dilum Samarasinhe () Overview History of Linux Linux Architecture Linux File System

More information

Files. Computer Center, CS, NCTU. % ls l. d rwx--x--x 7 liuyh gcs 1024 Sep 22 17:25 public_html. File type. File access mode.

Files. Computer Center, CS, NCTU. % ls l. d rwx--x--x 7 liuyh gcs 1024 Sep 22 17:25 public_html. File type. File access mode. File System Files % ls l d rwx--x--x 7 liuyh gcs 1024 Sep 22 17:25 public_html File type File access mode # of inodes File user owner File group owner File size File last modify time 2 File name Outline

More information

Chapter 5: User Management. Chapter 5 User Management

Chapter 5: User Management. Chapter 5 User Management Chapter 5: User Management Chapter 5 User Management Last revised: 20/6/2004 Chapter 5 Outline In this chapter we will learn Where user and group account information is stored How to manage user accounts

More information

PCI-SIG ENGINEERING CHANGE NOTICE

PCI-SIG ENGINEERING CHANGE NOTICE PCI-SIG ENGINEERING CHANGE NOTICE TITLE: UEFI related updates DATE: 7/29/2013 AFFECTED DOCUMENT: PCI Firmware Specification Ver 3.1 SPONSOR: Dong Wei, HP Part I 1. 1. Summary of the Functional Changes

More information

HP-UX Software and Patching Management Using HP Server Automation

HP-UX Software and Patching Management Using HP Server Automation HP-UX Software and Patching Management Using HP Server Automation Software Version 7.84, released August 2010 Overview... 2 Patch Management for HP-UX Prerequisites... 2 HP-UX Patching Features... 2 Importing

More information

Introduction. What is Linux? What is the difference between a client and a server?

Introduction. What is Linux? What is the difference between a client and a server? Linux Kung Fu Introduction What is Linux? What is the difference between a client and a server? What is Linux? Linux generally refers to a group of Unix-like free and open-source operating system distributions

More information

Some Practical Matters. Introduction to Unix. What's Our Goal? Linux!= UNIX

Some Practical Matters. Introduction to Unix. What's Our Goal? Linux!= UNIX Introduction to Unix AfNOG 2006 Workshop May 7, 2006 Nairobi, Kenya Hervey Allen Phil Regnauld Some Practical Matters Please do not change the root password. Please do ask questions! Lots of questions!

More information

VERITAS Volume Manager Installation Guide

VERITAS Volume Manager Installation Guide VERITAS Volume Manager Installation Guide Release 3.0.4 PLEASE READ THIS BEFORE INSTALLING THE SOFTWARE! Solaris April, 2000 P/N 100-001634 1999-2000 VERITAS Software Corporation. All rights reserved.

More information

Creating a Package Context Unix Environment. George Morrison Lear Corporation 5200 Auto Club Drive Dearborn, MI (313) Voice

Creating a Package Context Unix Environment. George Morrison Lear Corporation 5200 Auto Club Drive Dearborn, MI (313) Voice Creating a Package Context Unix Environment George Morrison Lear Corporation 5200 Auto Club Drive Dearborn, MI 48126 (313) 593-9942 Voice Abstract The user (or client software) of a high availability environment

More information

Linux Kung-Fu. James Droste UBNetDef Fall 2016

Linux Kung-Fu. James Droste UBNetDef Fall 2016 Linux Kung-Fu James Droste UBNetDef Fall 2016 $ init 1 GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org GO TO https://apps.ubnetdef.org

More information

HP Serviceguard Quorum Server Version A Release Notes, Fourth Edition

HP Serviceguard Quorum Server Version A Release Notes, Fourth Edition HP Serviceguard Quorum Server Version A.02.00 Release Notes, Fourth Edition Manufacturing Part Number: B8467-90026 Reprinted December 2005 Legal Notices Copyright 2005 Hewlett-Packard Development Company,

More information

HP-UX 11i version 3 Operating Environment Update Release (OEUR) for September 2012

HP-UX 11i version 3 Operating Environment Update Release (OEUR) for September 2012 HP-UX 11i version 3 Operating Environment Update Release (OEUR) for September 2012 The latest release of HP-UX 11i v3 September 2012 Operating Environment Update Release ( September 2012 HP-UX OEUR or

More information

HP-UX 11i The UNIX for HP s Converged Infrastructure

HP-UX 11i The UNIX for HP s Converged Infrastructure HP-UX 11i The UNIX for HP s Converged Infrastructure UNIX: More Strategic Than Ever -- Growth Across the Board 2001-2009 Gabriel Consulting Group, Inc All Rights Reserved 2 Forecast: Demand for UNIX, Linux

More information

Q) Q) What is Linux and why is it so popular? Answer - Linux is an operating system that uses UNIX like Operating system...

Q) Q) What is Linux and why is it so popular? Answer - Linux is an operating system that uses UNIX like Operating system... Q) Q) What is Linux and why is it so popular? Answer - Linux is an operating system that uses UNIX like Operating system... Q) Q) What is the difference between home directory and working directory? Answer

More information

AD331A & AD332A PCI-X 1-Port Gigabit Ethernet Card Overview

AD331A & AD332A PCI-X 1-Port Gigabit Ethernet Card Overview AD331A & AD332A PCI-X 1-Port Gigabit Ethernet Card Overview HP-UX Networking HP 9000 and HP Integrity Systems E0207 Printed in the USA Copyright 2007 Hewlett-Packard Development Company, L.P. Legal Notices

More information

G54ADM Sample Exam Questions and Answers

G54ADM Sample Exam Questions and Answers G54ADM Sample Exam Questions and Answers Question 1 Compulsory Question (34 marks) (a) i. Explain the purpose of the UNIX password file. (2 marks) ii. Why doesn t the password file contain passwords? (2

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

Linux basics U3A in Bath. Linux Principles. by Andy Pepperdine

Linux basics U3A in Bath. Linux Principles. by Andy Pepperdine Linux Principles by Andy Pepperdine This paper is intended to provide the reader with an understanding of the principles on which a Linux system operates and can be maintained. There is so much in the

More information

System Fault Management Administrator s Guide

System Fault Management Administrator s Guide System Fault Management Administrator s Guide HP-UX 11i v1 HP Part Number: 5991-6717 Published: E0612 Copyright 2006 Hewlett-Packard Development Company, L.P Legal Notices The information in this document

More information

HP Matrix Operating Environment 7.2 Getting Started Guide

HP Matrix Operating Environment 7.2 Getting Started Guide HP Matrix Operating Environment 7.2 Getting Started Guide Abstract This document provides an overview of the HP Matrix Operating Environment. It is intended to be used by system administrators and other

More information

Overview of the UNIX File System

Overview of the UNIX File System Overview of the UNIX File System Navigating and Viewing Directories Adapted from Practical Unix and Programming Hunter College Copyright 2006 Stewart Weiss The UNIX file system The most distinguishing

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

IBM Tivoli Asset Discovery for Distributed Version 7.2. Installation Guide GI

IBM Tivoli Asset Discovery for Distributed Version 7.2. Installation Guide GI Tivoli IBM Tivoli Asset Discovery for Distributed Version 7.2 Installation Guide GI11-8749-00 Tivoli IBM Tivoli Asset Discovery for Distributed Version 7.2 Installation Guide GI11-8749-00 Installation

More information

Introduction to SUSE Linux Enterprise Server

Introduction to SUSE Linux Enterprise Server CHAPTER 4 Introduction to SUSE Linux Enterprise Server In Chapter 1, you learned that Open Enterprise Server can run on two different operating systems. This book, however, focuses on Open Enterprise Server

More information

PowerVM Lx86 for x86 Linux Applications Administration Guide

PowerVM Lx86 for x86 Linux Applications Administration Guide PowerVM Lx86 for x86 Linux Applications Administration Guide SA38-0650-03 PowerVM Lx86 for x86 Linux Applications Administration Guide SA38-0650-03 Note Before using this information and the product it

More information

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions:

QuickSpecs. HP Integrity Virtual Machines (Integrity VM) Overview. Currently shipping versions: Currently shipping versions: HP Integrity VM (HP-UX 11i v2 VM Host) v3.5 HP Integrity VM (HP-UX 11i v3 VM Host) v4.0 Integrity Virtual Machines (Integrity VM) is a soft partitioning and virtualization

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Prof. Jin-Soo Kim( jinsookim@skku.edu) TA - Kisik Jeong (kisik@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu What is Linux? A Unix-like operating

More information

Boot Process. Superdome

Boot Process. Superdome Boot Process Superdome This even page intentionally left blank Boot Process 6-2 Chapter Table of Contents Introduction to the Boot process... 5 Objectives... 5 How to Access the BCH/PDC Menus... 6 Main

More information

Linux Systems Administration Getting Started with Linux

Linux Systems Administration Getting Started with Linux Linux Systems Administration Getting Started with Linux Network Startup Resource Center www.nsrc.org These materials are licensed under the Creative Commons Attribution-NonCommercial 4.0 International

More information

VERITAS Volume Manager 3.1

VERITAS Volume Manager 3.1 VERITAS Volume Manager 3.1 Installation Guide HP-UX August 2000 30-000006-399 Disclaimer The information contained in this publication is subject to change without notice. VERITAS Software Corporation

More information

Introduction...2. Executive summary...2. Test results...3 IOPs...3 Service demand...3 Throughput...4 Scalability...5

Introduction...2. Executive summary...2. Test results...3 IOPs...3 Service demand...3 Throughput...4 Scalability...5 A6826A PCI-X Dual Channel 2Gb/s Fibre Channel Adapter Performance Paper for Integrity Servers Table of contents Introduction...2 Executive summary...2 Test results...3 IOPs...3 Service demand...3 Throughput...4

More information

HP Certified Professional Configuration and Management of HP Integrity Mid-range Servers # HP0-381

HP Certified Professional Configuration and Management of HP Integrity Mid-range Servers # HP0-381 HP Certified Professional Configuration and Management of HP Integrity Mid-range Servers # HP0-381 Purpose of the exam preparation guide Audience The intent of this guide is to set expectations about the

More information

HP Matrix Operating Environment 7.1 Getting Started Guide

HP Matrix Operating Environment 7.1 Getting Started Guide HP Matrix Operating Environment 7.1 Getting Started Guide Abstract This document provides an overview of the HP Matrix Operating Environment. It is intended to be used by system administrators and other

More information

System Administration

System Administration User and Group Management All processes on the system run under by a user. Users can be collected into groups which can be given common attributes Users and groups are represented by the system using unique

More information

Ken Kroeker. Partner Technology Access Center e Services Partner Division

Ken Kroeker. Partner Technology Access Center e Services Partner Division Ken Kroeker Partner Technology Access Center e Services Partner Division Ken_kroeker@hp.com Processor Evolution performance you are here next generation EPIC Itanium Superscalar RISC ~ 2 instructions/cycle

More information

ETERNUS SF AdvancedCopy Manager Operator's Guide for Cluster Environment

ETERNUS SF AdvancedCopy Manager Operator's Guide for Cluster Environment ETERNUS SF AdvancedCopy Manager 14.2 Operator's Guide for Cluster Environment J2X1-7452-04ENZ0(00) June 2011 Preface Purpose This manual explains the installation and customization of ETERNUS SF AdvancedCopy

More information

Support Note for Red Hat Enterprise Linux AS v.3 for the Itanium Processor on HP Integrity Servers

Support Note for Red Hat Enterprise Linux AS v.3 for the Itanium Processor on HP Integrity Servers Support Note for Red Hat Enterprise Linux AS v.3 for the Itanium Processor on HP Integrity Servers Edition 4 Manufacturing Part Number: 5991-0780 E1204 U.S.A. Copyright 2004 Hewlett-Packard Company. All

More information

LiLo Crash Recovery. 1.0 Preparation Tips. 2.0 Quick Steps to recovery

LiLo Crash Recovery. 1.0 Preparation Tips. 2.0 Quick Steps to recovery LiLo Crash Recovery ***** *** * I have captured this information from someone else website which I didn t record where I copied it from or when I copied it. And I ve left it as it is. The credit should

More information

April UNIX Installation Guide

April UNIX Installation Guide April 2002 UNIX Installation Guide How to Contact Ansoft Address: United States Four Station Square, Suite 200 Pittsburgh, PA 15219 USA. Europe Regal House, 9th Floor 70 London Road Twickenham, Middlesex

More information

Introduction to Linux

Introduction to Linux Introduction to Linux Prof. Jin-Soo Kim( jinsookim@skku.edu) TA Sanghoon Han(sanghoon.han@csl.skku.edu) Computer Systems Laboratory Sungkyunkwan University http://csl.skku.edu Announcement (1) Please come

More information

Course 55187B Linux System Administration

Course 55187B Linux System Administration Course Outline Module 1: System Startup and Shutdown This module explains how to manage startup and shutdown processes in Linux. Understanding the Boot Sequence The Grand Unified Boot Loader GRUB Configuration

More information

HP-UX DCE v2.0 Application Development Tools Release Notes

HP-UX DCE v2.0 Application Development Tools Release Notes HP-UX DCE v2.0 Application Development Tools Release Notes HP-UX 11i v3 Version 2.0 Manufacturing Part Number: 5991-7724 February 2007 U.S.A. Copyright 2007 Hewlett-Packard Development Company L.P. All

More information

HP-UX DCE Version 2.0 Release Notes. HP-UX 11i v3

HP-UX DCE Version 2.0 Release Notes. HP-UX 11i v3 HP-UX DCE Version 2.0 Release Notes HP-UX 11i v3 Manufacturing Part Number: 5991-7713 February 2007 Legal Notices Copyright 2007 Hewlett-Packard Company, L.P. Confidential Computer Software. Valid license

More information

Artix Version Installation Guide: Java

Artix Version Installation Guide: Java Artix Version 5.6.4 Installation Guide: Java Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 2017. All rights reserved. MICRO FOCUS,

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

AB545A PCI-X 4-Port Gigabit Ethernet Card Installation Guide

AB545A PCI-X 4-Port Gigabit Ethernet Card Installation Guide AB545A PCI-X 4-Port Gigabit Ethernet Card Installation Guide For IEther Driver Versions B.11.11.07 and B.11.23.05 HP 9000 and HP Integrity Systems Manufacturing Part Number : AB545-90001 E0305 Printed

More information

USER GUIDE. Snow Inventory Agent for Unix. Version 5. Release date Document date SNOWSOFTWARE.COM

USER GUIDE. Snow Inventory Agent for Unix. Version 5. Release date Document date SNOWSOFTWARE.COM USER GUIDE Product Snow Inventory Agent for Unix Version 5 Release date 2016-09-27 Document date 2017-10-24 CONTENTS 1 Introduction... 3 1.1 Prerequisites... 3 2 Installation... 5 2.1 Prepared installation

More information

Information System Audit Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000)

Information System Audit Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) Information System Audit Engr. Abdul-Rahman Mahmood MS, PMP, MCP, QMR(ISO9001:2000) armahmood786@yahoo.com alphasecure@gmail.com alphapeeler.sf.net/pubkeys/pkey.htm http://alphapeeler.sourceforge.net pk.linkedin.com/in/armahmood

More information

CL030 is a csage Certification Preparatory Course!

CL030 is a csage Certification Preparatory Course! Corder Enterprises International Building World Class MIS Teams, for you! CL030 is a csage Certification Preparatory Course! CL030 - LINUX System Administration Course Description: Learn and practice essential

More information

HP Matrix Operating Environment 7.4 Getting Started Guide

HP Matrix Operating Environment 7.4 Getting Started Guide HP Matrix Operating Environment 7.4 Getting Started Guide Abstract This document provides an overview of the HP Matrix Operating Environment. It is intended to be used by system administrators and other

More information

Server Consolidation with Xen Farming

Server Consolidation with Xen Farming with Gesellschaft für wissenschaftliche Datenverarbeitung mbh Göttingen Am Fassberg, 37077 Göttingen ulrich.schwardmann@gwdg.de Linux Kongress 2008, 9.10.2008 1 2 3 4 5 6 7 8 9 Content should be more than

More information