Unit objectives. IBM Power Systems

Size: px
Start display at page:

Download "Unit objectives. IBM Power Systems"

Transcription

1 Unit 8 Scheduling Course merials may not be reproduced in whole or in part without the prior written permission of IBM. 5.2

2 Unit objectives After completing this unit, you should be able to: Understand the role of the cron daemon Use crontab files to schedule jobs on a periodic basis Use the command to schedule a job or series of jobs some time in the future Use the bch command to schedule jobs in a queue to allevie immedie system demand

3 The cron daemon Responsible for running scheduled jobs Starts: crontab command events (regularly scheduled jobs) command events (one time only execution specified time) bch command events (run when CPU load is low)

4 crontab files Used to start regularly occurring jobs Schedule is defined in: /var/spool/cron/crontabs/$user Files to control crontab privileges of users: /var/adm/cron/cron.deny lists users who cannot use crontab /var/adm/cron/cron.allow lists users who can use crontab An empty cron.deny exists by default.

5 Form of a crontab file Form of entries: minute hour de-of-month month day-of-week command To view current crontab: crontab -l * * * /usr/sbin/skulker * * 0 /usr/lib/spell/compress * * * ulimit ulimit 5000; 5000; /usr/lib/smdemon.cleanu > /dev/null /dev/null * * * /usr/bin/errclear -d -d S,O S,O * * * /usr/bin/errclear -d -d H * * * /usr/lib/ras/dumpcheck >/dev/null >/dev/null 2>&1 2>&1 0,30,45 0,30,45 * * * * /usr/sbin/dumpctrl -k -k >/dev/null >/dev/null 2>/dev/null 2>/dev/null......

6 Editing a crontab file One way to edit a crontab file: crontab -e -e A safer method: crontab -l -l > /tmp/crontmp vi vi /tmp/crontmp crontab /tmp/crontmp

7 The and bch commands The command submits a uniquely occurring job to be run by cron a specified time. 5 5 pm pm Friday Friday banner banner hello hello > > /dev/pts/0 /dev/pts/0 <ctrl-d> <ctrl-d> job job user.time.a user.time.a will will be be run run de de for for hosts hosts in in lpar50 lpar50 lpar51 lpar51 lpar52 lpar52 do do rsh rsh $host $host "echo "echo '<<EOF '<<EOF nohup nohup shutdown shutdown -Fr' -Fr' now now " " done done The bch command submits a job to be run when the processor load is sufficiently low. bch bch banner banner hello hello world world > > /dev/pts/0 /dev/pts/0 <ctrl-d> <ctrl-d>

8 Controlling jobs To list jobs: -l [user] q [user] l l root a root a 10:09:29 10:09:29 root a root a 10:19:53 10:19:53 test a test a 10:31:03 10:31:03 To cancel an job: -r job rm [job user] -r -r test a test a file: file: test a test a deleted deleted To cancel all your jobs: rm -

9 Documenting scheduling Have a copy of each user's crontab file Have a copy of the /etc/inittab file Scheduling Records

10 Unit summary Having completed this unit, you should be able to: Understand the role of the cron daemon Use crontab files to schedule jobs on a periodic basis Use the command to schedule a job or series of jobs some time in the future Use the bch command to schedule jobs in a queue to allevie immedie system demand

Ch 9: Periodic Processes

Ch 9: Periodic Processes Ch 9: Periodic Processes The need for periodic processes The key to staying in control of your system is to automate as many tasks as possible. It s often useful to have a script of command executed without

More information

Manage Jobs with cron and at

Manage Jobs with cron and at Manage Jobs with cron and at As a SLES 11 administrator, you will find that there are many tasks that need to be carried out on a regular basis on your Linux system. For example, you may need to update

More information

The following topics explain how and when Prime Network performs backups.

The following topics explain how and when Prime Network performs backups. CHAPTER 8 These topics describe how to back up and restore your data: Backing Up Your Data, page 8-1 Restoring Prime Network Data, page 8-4 For information on how to backup and restore an embedded database,

More information

W621 Increasing Productivity with Shell Scripting

W621 Increasing Productivity with Shell Scripting W621 Increasing Productivity with Shell Scripting Pre-requisites: Unix knowledge Cliché statements are generally true. Isn t it better to work smarter not harder? While many companies opt to pay for custom

More information

Bamuengine.com. Chapter 7. The Process

Bamuengine.com. Chapter 7. The Process Chapter 7. The Process Introduction A process is an OS abstraction that enables us to look at files and programs as their time image. This chapter discusses processes, the mechanism of creating a process,

More information

cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004

cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004 cron How-To How to use cron to Schedule rsync Synchronizations September 29, 2004 615-0006-01 2004 Net Integration Technologies Inc. All company and product names are registered trademarks off their respective

More information

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at Processes 1 elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at 2 elinks is a text-based (character mode) web browser we will use it to enable

More information

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at

elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at Processes 1 elinks, mail processes nice ps, pstree, top job control, jobs, fg, bg signals, kill, killall crontab, anacron, at 2 elinks is a text-based (character mode) web browser we will use it to enable

More information

Operating Systems Lab 1 (Users, Groups, and Security)

Operating Systems Lab 1 (Users, Groups, and Security) Operating Systems Lab 1 (Users, Groups, and Security) Overview This chapter covers the most common commands related to users, groups, and security. It will also discuss topics like account creation/deletion,

More information

IT 341: Introduction to System Administration. Notes for Project #9: Automating the Backup Process

IT 341: Introduction to System Administration. Notes for Project #9: Automating the Backup Process IT 341: Introduction to System Administration Notes for Project #9: Automating the Backup Process Topics Backup Strategies Backing Up with the rsync Daemon The crontab Utility Format of a crontab File

More information

Answers to Even- Numbered Exercises

Answers to Even- Numbered Exercises Answers to Even- 17 Numbered Exercises from page 1077 1. What option should you use with fsck if you want to review the status of your filesystems without making any changes to them? How does fsck determine

More information

Script Execution Job Extension

Script Execution Job Extension Script Execution Job Extension Appway AG Lessingstrasse 5, CH-8002 Zürich, Switzerland developer@appway.com www.appway.com Table of Contents 1 Introduction 3 2 Scheduled Jobs 4 2.1 Cron Expressions 5 3

More information

Unix Processes. What is a Process?

Unix Processes. What is a Process? Unix Processes Process -- program in execution shell spawns a process for each command and terminates it when the command completes Many processes all multiplexed to a single processor (or a small number

More information

Activant Acclaim AIX: Basic System Administration

Activant Acclaim AIX: Basic System Administration Activant Acclaim AIX: Basic System Administration AIX suite: course 1 of 3 Overview AIX backup Maintain AIX file systems Make new AIX users Troubleshoot Port Lockups System Shutdown AIX backup Must be

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

Process Management forks, bombs, zombies, and daemons! Lecture 5, Hands-On Unix System Administration DeCal

Process Management forks, bombs, zombies, and daemons! Lecture 5, Hands-On Unix System Administration DeCal Process Management forks, bombs, zombies, and daemons! Lecture 5, Hands-On Unix System Administration DeCal 2012-10-01 what is a process? an abstraction! you can think of it as a program in the midst of

More information

RH033 Red Hat Linux Essentials

RH033 Red Hat Linux Essentials RH033 Red Hat Linux Essentials Version 3.5 QUESTION NO: 1 You work as a Network Administrator for McNeil Inc. The company has a Linux-based network. A printer is configured on the network. You want to

More information

Report Submission User s Manual

Report Submission User s Manual Report Submission User s Manual September 23, 2016 Table of Contents Introduction 3 I. Who can use Report Submission 4 II. Accessing Report Submission Login 5 III. Folder Navigation 6 IV. Selecting a Folder

More information

MODULE 5. PROCESS AND SYSTEM ADMINISTRATION

MODULE 5. PROCESS AND SYSTEM ADMINISTRATION This document can be downloaded from www.chetanahegde.in with most recent updates. 1 MODULE 5. PROCESS AND SYSTEM ADMINISTRATION 5.1 PROCESS BASICS A process is an instance of a running program. A process

More information

iprint to Print

iprint  to Print iprint Email to Print Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 12/19/2017

More information

07 - Processes and Jobs

07 - Processes and Jobs 07 - Processes and Jobs CS 2043: Unix Tools and Scripting, Spring 2016 [1] Stephen McDowell February 10th, 2016 Cornell University Table of contents 1. Processes Overview 2. Modifying Processes 3. Jobs

More information

Lotus Notes Template Installation User Guide

Lotus Notes Template Installation User Guide Lotus Notes Template Installation User Guide Schedule your InterCall meetings using Lotus Notes and include your conferencing details instantly. InterCall provides a Lotus Notes Plug-in template that allows

More information

Unix Scripts and Job Scheduling. Overview. Running a Shell Script

Unix Scripts and Job Scheduling. Overview. Running a Shell Script Unix Scripts and Job Scheduling Michael B. Spring Department of Information Science and Telecommunications University of Pittsburgh spring@imap.pitt.edu http://www.sis.pitt.edu/~spring Overview Shell Scripts

More information

Essential Unix (and Linux) for the Oracle DBA. Revision no.: PPT/2K403/02

Essential Unix (and Linux) for the Oracle DBA. Revision no.: PPT/2K403/02 Essential Unix (and Linux) for the Oracle DBA Revision no.: PPT/2K403/02 Architecture of UNIX Systems 2 UNIX System Structure 3 Operating system interacts directly with Hardware Provides common services

More information

It s recommended that the Print Management snap-in is used to remove installed printers, drivers and driver packages.

It s recommended that the Print Management snap-in is used to remove installed printers, drivers and driver packages. Overview This document describes the recommended method to remove Zebra ZDesigner Windows drivers and driver packages from a computer system running any of the following operating systems: Windows 7 Windows

More information

GNU/Linux 101. Casey McLaughlin. Research Computing Center Spring Workshop Series 2018

GNU/Linux 101. Casey McLaughlin. Research Computing Center Spring Workshop Series 2018 GNU/Linux 101 Casey McLaughlin Research Computing Center Spring Workshop Series 2018 rccworkshop IC;3df4mu bash-2.1~# man workshop Linux101 RCC Workshop L101 OBJECTIVES - Operating system concepts - Linux

More information

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s).

The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Cron Service User's Guide Version 1.2.6 Last updated: March 29, 2006 Overview The Cron service allows you to register STAF commands that will be executed at a specified time interval(s). Note that Cron

More information

Configuring the Raspberry Pi for the UPS

Configuring the Raspberry Pi for the UPS Conguring the Raspberry Pi for the UPS To enable to Raspberry Pi to detect the presence of the UPS and to enable it to shut itself and the UPS down in an orderly fashion changes have to be made to the

More information

Koha's Web Installer, Crontab, and Other Server Confi gurations

Koha's Web Installer, Crontab, and Other Server Confi gurations Koha's Web Installer, Crontab, and Other Server Confi gurations In this chapter, we will complete Koha's installation and system configuration tasks. First we will execute Koha's web installer to populate

More information

CompTIA Exam LX0-102 Linux Part 2 Version: 10.0 [ Total Questions: 177 ]

CompTIA Exam LX0-102 Linux Part 2 Version: 10.0 [ Total Questions: 177 ] s@lm@n CompTIA Exam LX0-102 Linux Part 2 Version: 10.0 [ Total Questions: 177 ] CompTIA LX0-102 : Practice Test Topic break down Topic No. of Questions Topic 1: Volume A 60 Topic 2: Volume B 59 Topic 3:

More information

DelphiSuppliers.com. Website Instructions

DelphiSuppliers.com. Website Instructions DelphiSuppliers.com Website Instructions Overview of DelphiSuppliers.com DelphiSuppliers.com allows the secure exchange of files between Delphi (Internal accounts) and Vendors (External accounts) as well

More information

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) System Phone Number 578-6618 Help Desk Phone Number 631-4868 (6:00 a.m. 4:30 p.m.) Write your Access number here Write

More information

Prophet 21 Array System Operations I

Prophet 21 Array System Operations I Prophet 21 Array System Operations I System Operations suite: course 1 of 3 This class is designed for Array AIX - System Administrators Objectives Sign on to the Operating system Knowledge of Basic system

More information

AOS 452 Lab 9 Handout Automated Plot Generation

AOS 452 Lab 9 Handout Automated Plot Generation 1 AOS 452 Lab 9 Handout Automated Plot Generation INTRODUCTION The command that is new to this lab is crontab. Crontab allows one to run scripts automatically without having to be at the computer terminal

More information

UNIX Operating System

UNIX Operating System UNIX Operating System Multiple Choice Questions and Answers: 1. Unix OS was first developed by a. Dennis Ritchie b. Bjarne stroustrup c. Ken Thompson d. Brian Kernighan 2. Unix OS was first developed at

More information

How to Place an Order

How to Place an Order How to Place an Order In this document, you will find information or step-by-step directions on the following topics: Add Items to Your Cart... 2 Add Programs, Publications, and Learning Items to Your

More information

010 Server Setup Notes

010 Server Setup Notes 010 Server Setup Notes Register Get yum.repos.d list refreshed after subscribed Java ETL MySQL - P55, S4 Printer TODO Register subscription-manager register #rhn username and password #The system has been

More information

Submitting batch jobs

Submitting batch jobs Submitting batch jobs SLURM on ECGATE Xavi Abellan Xavier.Abellan@ecmwf.int ECMWF February 20, 2017 Outline Interactive mode versus Batch mode Overview of the Slurm batch system on ecgate Batch basic concepts

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

Systems Management Advanced job scheduler

Systems Management Advanced job scheduler System i Systems Management Advanced job scheduler Version 6 Release 1 System i Systems Management Advanced job scheduler Version 6 Release 1 Note Before using this information and the product it supports,

More information

Leave Request Employee Manual

Leave Request Employee Manual South Dakota Board of Regents Human Resources/Finance Information Systems Leave Request Employee Manual Version 1.1 Updated 11/07/2011 Table of Contents Contents Introduction... 2 Overview... 2 Intended

More information

Lab 3a Using the vi editor

Lab 3a Using the vi editor Lab 3a Using the vi editor Objectives: Become familiar with the vi Editor Review the three vi Modes Review keystrokes to move between vi modes Create a new file with vi Editor Invoke vi with show mode

More information

Manual Shell Script Linux If Not Exist Directory Does

Manual Shell Script Linux If Not Exist Directory Does Manual Shell Script Linux If Not Exist Directory Does Bash can be configured to be POSIX-confor mant by default. and then a much longer manual available using info (usually they refer to the info page

More information

Getting Started with Amazon Web Services

Getting Started with Amazon Web Services Getting Started with Amazon Web Services Version 3.3 September 24, 2013 Contacting Leostream Leostream Corporation 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.leostream.com Telephone:

More information

Introduction to Cognos

Introduction to Cognos Introduction to Cognos User Handbook 7800 E Orchard Road, Suite 280 Greenwood Village, CO 80111 Table of Contents... 3 Logging In To the Portal... 3 Understanding IBM Cognos Connection... 4 The IBM Cognos

More information

Archiving and Purging Data from the Database

Archiving and Purging Data from the Database CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

DUCC Installation and Verification Excerpt From Complete DUCC Documentation

DUCC Installation and Verification Excerpt From Complete DUCC Documentation DUCC Installation and Verification Excerpt From Complete DUCC Documentation Written and maintained by the Apache UIMA TM Development Community Copyright c 2012 The Apache Software Foundation Copyright

More information

How to Place an Order

How to Place an Order How to Place an Order In this document, you will find information or step-by-step directions on the following topics: Add Items to Your Cart... 2 Add Programs, Publications, and Learning Items to Your

More information

Topic 2: More Shell Skills

Topic 2: More Shell Skills Topic 2: More Shell Skills Sub-topics: simple shell scripts (no ifs or loops yet) sub-shells quoting shell variables aliases bash initialization files I/O redirection & pipes text file formats 1 Reading

More information

MARCH 15, 2017 EASTCONN EMPLOYEE SELF-SERVICE (ESS) SYSTEM USER GUIDE FOR NON-SUPERVISORY ROLES INCLUDES TIMESHEET ENTRY EASTCONN HUMAN RESOURCES

MARCH 15, 2017 EASTCONN EMPLOYEE SELF-SERVICE (ESS) SYSTEM USER GUIDE FOR NON-SUPERVISORY ROLES INCLUDES TIMESHEET ENTRY EASTCONN HUMAN RESOURCES MARCH 15, 2017 EASTCONN EMPLOYEE SELF-SERVICE (ESS) SYSTEM USER GUIDE FOR NON-SUPERVISORY ROLES INCLUDES TIMESHEET ENTRY EASTCONN HUMAN RESOURCES Table of Contents About ESS and How to Login... 1 ESS Dashboard

More information

M.C.A. (Sem.-lll) (CBCS) Examination November CCA-3003 Operating System and LinuxlUnix programming

M.C.A. (Sem.-lll) (CBCS) Examination November CCA-3003 Operating System and LinuxlUnix programming IIMII 003-007303 M.C.A. (Sem.-lll) (CBCS) Examination November-20 13 CCA-3003 Operating System and LinuxlUnix programming Faculty Code: 003 Subject Code: 007303 Time: 2'/' Hoursl ITotal Marks: 70 I. Attempt

More information

HarePoint Workflow Scheduler Manual

HarePoint Workflow Scheduler Manual HarePoint Workflow Scheduler Manual For SharePoint Server 2010/2013/2016, SharePoint Foundation 2010/2013, Microsoft Office SharePoint Server 2007 and Microsoft Windows SharePoint Services 3.0. Product

More information

Archiving and Purging Data

Archiving and Purging Data CHAPTER 10 These topics provide basic information about data purging and archiving and system stability: Prime Network Database Schemas, page 10-1, describes the schemas supported by the Prime Network

More information

Crontab To Run Every 5 Minutes In Hp-ux

Crontab To Run Every 5 Minutes In Hp-ux Crontab To Run Every 5 Minutes In Hp-ux bin/sh in HP-UX) on exact times(hh:mm:ss) hh:05:00. hh:10:00. hh:15:00 To run every five minutes, you can consider that the seconds returned by date will. How to

More information

Simulados LPI. Simulado Prova 101

Simulados LPI. Simulado Prova 101 Simulados LPI Neste documento disponibilizamos simulados da LPIC 1, provas 101 e 102, para você poder treinar e se preparar para encarar os exames da certificação LPI. No final, estão os gabaritos das

More information

Scheduling Jobs. Activating Bulk Provisioning Service CHAPTER

Scheduling Jobs. Activating Bulk Provisioning Service CHAPTER 40 CHAPTER You can schedule bulk transactions and specify a time when these transactions need to start. All jobs that are submitted through the Bulk Administration menu queue up on the Bulk Provisioning

More information

Unit 2 System startup and shutdown

Unit 2 System startup and shutdown Unit 2 System startup and shutdown Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 5.2 Unit objectives After completing this unit, you should be

More information

z Processor Consumption Analysis Part 1, or What Is Consuming All The CPU?

z Processor Consumption Analysis Part 1, or What Is Consuming All The CPU? z Processor Consumption Analysis Part 1, or What Is Consuming All The CPU? Peter Enrico Email: Peter.Enrico@EPStrategies.com z/os Performance Education, Software, and Managed Service Providers Enterprise

More information

RH-202. RedHat. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RH-202. RedHat. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat RH-202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) Download Full Version : https://killexams.com/pass4sure/exam-detail/rh-202 QUESTION: 159 Install the dialog-* Questions asking

More information

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs)

RedHat. Rh202. Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) RedHat Rh202 Redhat Certified Technician on Redhat Enterprise Linux 4 (Labs) http://killexams.com/exam-detail/rh202 QUESTION: 156 Who ever creates the files/directories on /data group owner should be automatically

More information

CloudFusion Operations Guide

CloudFusion Operations Guide CloudFusion Operations Guide Version 2.2.9 InfinitiesSoft Solutions Inc. www.infinitiessoft.com Contents 1. CloudFusion Login 2. CloudFusion Environment Setup Skyport management Cloud cluster subscription

More information

Programs. Program: Set of commands stored in a file Stored on disk Starting a program creates a process static Process: Program loaded in RAM dynamic

Programs. Program: Set of commands stored in a file Stored on disk Starting a program creates a process static Process: Program loaded in RAM dynamic Programs Program: Set of commands stored in a file Stored on disk Starting a program creates a process static Process: Program loaded in RAM dynamic Types of Processes 1. User process: Process started

More information

Subscriptions and Recurring Payments 2.X

Subscriptions and Recurring Payments 2.X Documentation / Documentation Home Subscriptions and Recurring 2.X Created by Unknown User (bondarev), last modified by Unknown User (malynow) on Mar 22, 2017 Installation Set up cron (for eway) Configuration

More information

Getting Started with UNIX

Getting Started with UNIX Getting Started with UNIX What is UNIX? Boston University Information Services & Technology Course Number: 4000 Course Instructor: Kenny Burns Operating System Interface between a user and the computer

More information

Degree Audit. Training Manual

Degree Audit. Training Manual Degree Audit Degree Audit Training Manual Training Manual C A B D Home Page (overview layout) A. Tabs -Home: Default page -Current audit: Displays the student s audit B. Search Bar -Search for students

More information

These new features are found on the input page of every report in the DDS tool, next to the Run Report button.

These new features are found on the input page of every report in the DDS tool, next to the Run Report button. DDS Report Hub Guide The DDS Report Hub is the latest addition to the webtool platform which allows the users to better manage the reports extracted from DDS. The features of the DDS Report Hub which are

More information

Web Access: User Guide

Web Access: User Guide Web Access: User Guide Contents Home Page... 2 Home Page - Schedule... 2 Home Page Messages... 3 Time-Off... 4 Availabilities... 5 Schedule... 7 Configuration... 7 1 Home Page The Web Access home page

More information

EPAF Frequently Asked Questions

EPAF Frequently Asked Questions What is an EPAF? What is the flow of an EPAF? EPAF stands for Electronic Personnel Action Form. An EPAF allows personnel actions to be created and approved electronically, eliminating paper and allowing

More information

Skybot Scheduler User Guide

Skybot Scheduler User Guide Skybot Scheduler User Guide - 1 - Copyright Copyright 2014. Skybot Software is a division of Help/Systems, LLC. All product and company names are trademarks of their respective holders. Skybot Software,

More information

Table of Contents Brainshark. All rights reserved.

Table of Contents Brainshark. All rights reserved. Table of Contents Administrator Reference Guide... 2 Introduction... 2 Topics... 2 Folders... 3 Manage Folders... 3 Edit Folder... 3 Edit Folder Properties... 3 Assign Folder Permissions (Viewer, Author,

More information

Basic UNIX system administration

Basic UNIX system administration Basic UNIX system administration CS 2204 Class meeting 14 *Notes by Doug Bowman and other members of the CS faculty at Virginia Tech. Copyright 2001-2003. System administration Thus far, we ve only discussed:

More information

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from:

Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro. By Gary Ryan. Adapted from: Setting up the Seagate D4 NAS with Hard Disk Sentinel Pro By Gary Ryan Adapted from: https://www.hdsentinel.com/how_to_monitor_network_attached_storage_nas_status.php How to: monitor Network Attached Storage

More information

Manual Shell Script Bash If File Exists And Is Not Empty

Manual Shell Script Bash If File Exists And Is Not Empty Manual Shell Script Bash If File Exists And Is Not Empty I want the script to be able to check if this file exists and then check to see if it is readable and writable. Any hints? -s FILE True if file

More information

bash Args, Signals, Functions Administrative Shell Scripting COMP2101 Fall 2017

bash Args, Signals, Functions Administrative Shell Scripting COMP2101 Fall 2017 bash Args, Signals, Functions Administrative Shell Scripting COMP2101 Fall 2017 Positional Arguments It is quite common to allow the user of a script to specify what the script is to operate on (e.g. a

More information

Linux Reference Card - Command Summary

Linux Reference Card - Command Summary Linux Reference Card - Command Summary adduser adduser dsoneil This command will automatically add a new user to the system The Bash script can be found in /usr/sbin if it needs to be changes alias alias

More information

Cloud Machine Manager Quick Start Guide. Blueberry Software Ltd

Cloud Machine Manager Quick Start Guide. Blueberry Software Ltd Blueberry Software Ltd Table of Contents 1. How to organise Amazon servers into groups for different roles or projects.......................... 1 1.1. Getting started.....................................................................

More information

The MODBUS RTU/ASCII, MODBUS/TCP plugin PRINTED MANUAL

The MODBUS RTU/ASCII, MODBUS/TCP plugin PRINTED MANUAL The MODBUS RTU/ASCII, MODBUS/TCP plugin PRINTED MANUAL MODBUS RTU/ASCII, MODBUS/TCP plugin All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic,

More information

Officials Support Center

Officials Support Center Officials Support Center Officials General Help Monday, July 19, 2010 ArbiterSports Officials Online Help How do I set my availability? How do I view my schedule? How do I accept/decline games on my schedule?

More information

Table of Contents RE:QUEUE C HAPTER 1 RE :Q UEUE BASICS C HAPTER 2 RE :Q UERY

Table of Contents RE:QUEUE C HAPTER 1 RE :Q UEUE BASICS C HAPTER 2 RE :Q UERY RE:QUEUE Table of Contents C HAPTER 1 RE :Q UEUE BASICS Overview... 2 RE:Query... 2 RE:Batch... 2 Reports... 3 RE:Mail... 3 RE:Export... 3 Database Administration... 4 Security... 4 Working with Basic

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

We guarantee you can pass any IT certification exam at your first attempt with just hours study of our guides.

We guarantee you can pass any IT certification exam at your first attempt with just hours study of our guides. Looking for Real Exam Questions for IT Certification Exams! We guarantee you can pass any IT certification exam at your first attempt with just 10-12 hours study of our guides. Our study guides contain

More information

Supervisor Timecard Approval

Supervisor Timecard Approval Overview This Process Documentation is to assist with supervisor and alternate supervisor time card approval. Electronic timecards must be submitted by employees no later than 11:59pm of the Saturday ending

More information

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year!

ITDUMPS QUESTION & ANSWER. Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! ITDUMPS QUESTION & ANSWER Accurate study guides, High passing rate! IT dumps provides update free of charge in one year! HTTP://WWW.ITDUMPS.COM Exam : 1Z0-100 Title : Oracle Linux 5 and 6 System Administration

More information

HTCondor on Titan. Wisconsin IceCube Particle Astrophysics Center. Vladimir Brik. HTCondor Week May 2018

HTCondor on Titan. Wisconsin IceCube Particle Astrophysics Center. Vladimir Brik. HTCondor Week May 2018 HTCondor on Titan Wisconsin IceCube Particle Astrophysics Center Vladimir Brik HTCondor Week May 2018 Overview of Titan Cray XK7 Supercomputer at Oak Ridge Leadership Computing Facility Ranked #5 by TOP500

More information

The SubCentral System for Full Time Employees. How to Create an Absence

The SubCentral System for Full Time Employees. How to Create an Absence The SubCentral System for Full Time Employees How to Create an Absence Reminder: You must complete the one-time registration by phone before you are able to access the system online. Enter your User ID

More information

How is a Virtual Disk like any other disk? After establishing a VDISK (Billy will discuss this in detail)... The data space can be accessed just as th

How is a Virtual Disk like any other disk? After establishing a VDISK (Billy will discuss this in detail)... The data space can be accessed just as th Virtual Disks Why Should I Care? Dan Janda The Swami of VSAM The Swami of VSE/VSAM Dan Janda VSE, VSAM and CICS Performance Consultant RR 2 Box 49E Hamlin Road Montrose, PA 18801-9624 (570) 934-2862 theswami@epix.net

More information

[PROCESSING DEPARTMENT TIME ENTRY]

[PROCESSING DEPARTMENT TIME ENTRY] 2012 [PROCESSING DEPARTMENT TIME ENTRY] What you need before you start: Complete Banner Access Form Contents Beginning the Process... 2 Adding Comments... 19 Overriding Labor Distributions... 23 Viewing

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

TX3-MSW024 Card Access Configuration and Monitoring Utility. Administrator Quick Start Guide

TX3-MSW024 Card Access Configuration and Monitoring Utility. Administrator Quick Start Guide TX3-MSW024 Card Access Configuration and Monitoring Utility Administrator Quick Start Guide Version 1.00.1 Mircom TX3 Configuration and Monitoring Utility LT-994 1 Mircom Inc. All rights reserved. Mircom

More information

StreamServe Persuasion SP4 Reporter

StreamServe Persuasion SP4 Reporter StreamServe Persuasion SP4 Reporter User Guide Rev A StreamServe Persuasion SP4 Reporter User Guide Rev A 2001-2009 STREAMSERVE, INC. ALL RIGHTS RESERVED United States patent #7,127,520 No part of this

More information

Scheduling Jobs. Activating Bulk Provisioning Service CHAPTER

Scheduling Jobs. Activating Bulk Provisioning Service CHAPTER CHAPTER 82 You can schedule bulk transactions and specify a time when they need to start these transactions. All jobs that are submitted through the Bulk Administration menu in the Cisco Unified Communications

More information

Web Time Entry in Self Service Banner for Hourly Students

Web Time Entry in Self Service Banner for Hourly Students Web Time Entry in Self Service Banner for Hourly Students Log in to BuzzIn Click the SSB link 1 From the Main Menu screen choose the Employee link. ( Personal Information tab is not yet available.) From

More information

NetWare Configuration with Client 32

NetWare Configuration with Client 32 NetWare Configuration with Client 32 This document covers the use of BiAdmin for Novell NetWare configuration when NetWare Client 32 is installed on your PC. Overview With NetWare Client 32 installed on

More information

Guide to Providing Ongoing RTI Files (for your census files due to Mercer)

Guide to Providing Ongoing RTI Files (for your census files due to Mercer) Guide to Providing Ongoing RTI Files (for your census files due to Mercer) Provide any changes (i.e., eligible new hires, terminated employees, job class changes, salary changes etc.) to your ongoing census

More information

HANDS UP IF YOU DON T HAVE A VM OR IF YOU DON T REMEMBER YOUR PASSWORDS. Or something broke

HANDS UP IF YOU DON T HAVE A VM OR IF YOU DON T REMEMBER YOUR PASSWORDS. Or something broke HANDS UP IF YOU DON T HAVE A VM OR IF YOU DON T REMEMBER YOUR PASSWORDS Or something broke Securing your VM 101 Getting Comfy in Linux -> Comfort ++ You After This Talk Quick recap from last week. Setup

More information

D365 DATA ARCHIVAL & RETENTION

D365 DATA ARCHIVAL & RETENTION MICROSOFT LABS FEBRUARY 7, 2018 D365 DATA ARCHIVAL & RETENTION Highly scalable, secured and re-usable solution for Archive, Retain and Delete the Microsoft D365 data Contents Introduction... 2 Archiving...

More information

Manual Shell Script Linux If File Exists And

Manual Shell Script Linux If File Exists And Manual Shell Script Linux If File Exists And Is Not Empty read Bash Conditional Expressions in the manual, and use the -r and -w operators glenn jackman Dec 10 '14 at -s FILE True if file exists and is

More information

Shell Script Not Running Via Cron Runs Fine Manually

Shell Script Not Running Via Cron Runs Fine Manually Shell Script Not Running Via Cron Runs Fine Manually to run every 15 minutes. I can execute the script manually but Crontab will not launch it successfully. shell script not running via crontab, runs fine

More information

CMSC 201 Spring 2017 Lab 01 Hello World

CMSC 201 Spring 2017 Lab 01 Hello World CMSC 201 Spring 2017 Lab 01 Hello World Assignment: Lab 01 Hello World Due Date: Sunday, February 5th by 8:59:59 PM Value: 10 points At UMBC, our General Lab (GL) system is designed to grant students the

More information

NCAR-Developed Tools. Bill Anderson and Marc Genty National Center for Atmospheric Research HUF 2017

NCAR-Developed Tools. Bill Anderson and Marc Genty National Center for Atmospheric Research HUF 2017 NCAR-Developed Tools Bill Anderson and Marc Genty National Center for Atmospheric Research HUF 2017 1 Introduction Over the years, we ve benefited from tools that others have developed In this talk, we

More information