Unit 4 i5/os Work Management

Size: px
Start display at page:

Download "Unit 4 i5/os Work Management"

Transcription

1 Introduction to IBM System i Unit 4 i5/os Work Management

2 Copyright IBM Corporation, All Rights Reserved. This publication may refer to products that are not currently available in your country. IBM makes no commitment to make available any products referred to herein. 2 Unit 4 International Business Machines, 2006

3 Contents Lab 1: Introduction to i5/os Work Management... 5 What this Exercise is About... 5 What you should be able to do... 5 Additional information sources... 5 CL commands associated with this lab exercise unit... 5 Task 1: Introduction to i5/os work management... 6 Task 2: Monitoring jobs with iseries Navigator... 7 Task 3: Working with jobs via command line Lab 2: Defining job environments What this Exercise is About What You Should be able to Do Additional information sources CL commands associated with this lab exercise unit Task 1: Creating job descriptions Task 2: Directing print output to a specific output queue Task 3: Using job logs for troubleshooting and control Lab 3: Creating a complete job environment What this Exercise is About What You Should be able to Do Additional information sources CL commands associated with this lab exercise unit Task 1: Creating job queue Task 2: Reviewing memory pools Task 3: Creating a subsystem Task 4: Creating a class Task 5: Tying all components and settings together Lab 4: Testing your environment What this Exercise is About What You Should be able to Do Additional information sources CL commands associated with this lab exercise unit Task 1: Defining a workstation session to use your subsystem 26 Task 2: Submitting and controlling batch jobs Task 3: Schedule batch jobs and commands Appendix A: Answers Lab 1: Introduction to i5/os Work Management Lab 2: Defining job environments Lab 3: Creating a complete job environment Lab 4: Testing your environment Notices Trademarks International Business Machines, 2006 Unit 4 3

4 4 Unit 4 International Business Machines, 2006

5 Lab 1: Introduction to i5/os Work Management What This Exercise is About What You Should be Able to Do Additional information sources CL commands associated with this lab exercise unit The objective of this exercise is to familiarize yourself with the work management concepts in i5/os. You will learn how to monitor active jobs via different user interfaces. At the end of the lab, students should be able to: Name all common job attributes and properties of an i5/os job Identify the basic components in a job environment Use i5/os functions to monitor jobs This section lists reference literature and Web resources that contain further information pertaining the different tasks within this lab exercise. Work management guide iseries Information Center, Systems management > Work management Work management guide (PDF file) pdf Job Scheduler for OS/ pdf Advanced job scheduler ajs.pdf Performance adjuster iseries work management concepts pdf iseries system values pdf iseries Access for Web The approach of this lab exercise is to learn new administrations and operations functions based on a graphical interface. However, sometimes there is a need to also know the corresponding CL commands to, for example, automate functions via CL programs. The following Table provides an overview of CL commands pertaining to the objectives of this exercise. Note that some commands might not be part of the base operating system. In these cases, the license program number that the International Business Machines, 2006 Unit 4 5

6 command is part of is listed in parenthesis. Command WRKACTJOB WRKSYSSTS WRKDSKSTS WRKSTSACT WRKJOB WRKUSRJOB WRKSBSJOB Description Work with Active jobs Work with System Status Work with Disk Status Work with System Activity (5722-PT1) Work with Job Work with User Job Work with Subsystem Job Table: Useful and exercise-related CL commands The previous tables contains mostly Work with commands, because they typically allow you to perform other functions, such as display or create functions as well. Task 1: Introduction to i5/os Work Management Work management is an important building block within the iseries server operating system i5/os. Its functions are the foundation through which all work enters the system, is processed, run, and completed on iseries servers. Whether you run a simple batch job once a week or you call an application daily (like Lotus Domino or daily reports), work management helps manage the jobs and objects that run on your system. It also supports the commands and internal functions necessary to control system operations and allocate resources to applications when needed. The iseries server is set up and ready to use. Most users will not need to change the default settings. However, if you need to tailor the work management piece to fit your company, you will need to understand the terms and concepts associated with it and how they integrate with each other to provide you with the best performance from your iseries server. In addition, you can also work with parts of the work management component using iseries Navigator tasks on the Web. This allows you to work with work management functions using a Web browser. Note that work management via a Web browser is not covered in this lab exercise. You can find more information about the Web interface in the resource listed in Additional information sources. Study Time To understand the concepts of work management, an easy-to-understand view of work management has been provided in the Work Management guide (available as a PDF file or online on the Web. Certain tasks in the PDF file take you to the Web). This guide contains different entry points, so you choose where you want to start learning about work management. Important: Familiarizing yourself with the following topics is an important prerequisite for the upcoming practical exercises of this lab module. A job s life Follow a job through its life cycle in the work management infrastructure use an interactive graphic to click your way to more detailed information about work management. Manage daily work This chapter lets you find out the daily tasks you can perform to efficiently manage work from iseries Navigator and when to perform these tasks. From checking job logs to monitoring system activity, you will learn important daily tasks involved with work management. The structure of your system This section of the guide lets you learn the terms and 6 Unit 4 International Business Machines, 2006

7 concepts associated with work management (including job, job queues, subsystems, and memory pools) that you can use to manage work on an iseries server. How work gets done Find out what you will need to do to get work done on your iseries server. Set up job queues, allocate memory to your subsystems and understand what happens to the job after it finishes running. Troubleshoot Work Management Read about how to resolve the problems with jobs through iseries Navigator. Attention: Work management on many other platforms in the market is not as sophisticated and efficient as in i5/os. The reason is mainly, because many other servers run only a single application, such as a database, a Web server, etc. On the iseries system, customers typically run many applications and application environment concurrently under i5/os. Therefore, work management is required to set up the system to run applications and application jobs with the resources they need without conflicting with other applications. Task 2: Monitoring jobs with iseries Navigator Operating a server that hosts multiple business applications where those applications have different demands on resources at different times, requires a fairly good understanding of how your system works and performs. After a while, a system is typically well tuned and performs very well. To get to this point or to isolate problems with specific jobs or the performance in general, you need tools to monitor your system. iseries Navigator is one of these tools that offers a variety of options to monitor jobs and resource utilization. Especially, when dealing with unpredictable workloads, such as Web shops, you need to watch your system closely. Of course, various tasks can be automated with CL programs, third party vendor products, or Management Central (will be covered in an upcoming lab unit). For now let s discover some of these iseries Navigator tools. Note: When we refer to system in the following lab tasks, it can actually also mean an i5/os partitioned (LPAR) environment as it is in our current lab environment. Displaying system information 1. Using iseries Navigator and your personal user profile, open a connection to <modify for your campus environment>. 2. Right-click on your connection and select System Status. International Business Machines, 2006 Unit 4 7

8 Figure: iseries Navigator System Status The System Status window provides several tabs with general system (partition) information. On the general tab, you find information about the percentage of used processing time from the time you opened this window or until you pressed the Reset Statistics button. This percentage is the ratio of the total amount of processing unit time used to the total elapsed time. The value in this field is normally higher than the sum of the active jobs displayed because it includes processing unit time used by system overhead (system task CPU percentages that are not listed in the list of active jobs), excluded jobs, and jobs that have ended during the measurement time interval. For an uncapped partition (you will learn what uncapped means in an upcoming lab unit, when we talk about partitioned systems and shared resources) using shared processors, this percentage can be greater than 100 percent. This field is zero when the elapsed time is zero. If there are multiple processors on the system, this field contains the average percent busy of all the processors. You can also see on the general tab, statistics about the number of jobs on the system, addresses used, and the overall disk capacity and utilization. Use the online help and information resources listed in, Additional information sources, to get familiar with the meaning of these values. Question 1: What is the difference between total and active number of jobs? 8 Unit 4 International Business Machines, 2006

9 Question 2: According to iseries system environment, the iseries server has far more disk capacity than displayed on the status page. Do you know what the reason for this is? 3. Select the Jobs tab and look at the number of jobs, maximum jobs, and number of threads. Read also the chapter The structure of your system in the Work Management guide to learn how the operating system uses jobs and threads. 4. Review the information on the Processors tab. Processors will be covered in more details when discussing logical partitioning in a later lab unit. 5. Review the Memory tab. Note the total amount of main memory (main storage) that is available in the partition. If you want to know the memory is assigned to various pools, you can select the option to display active memory pools. Question 3: What are the active memory pools? 6. Explore the Disk Space tab as well. From here you can see the disk capacity and utilization. There are two more options on this tab. Use them to answer the following questions. In order to use the Disk Pools option, you need the following information: Service tool user: Password: PRFLAB5 STS4SYS Certain service tasks in i5/os can only be performed by signing on to the service tools utility. This is a separate user. Different privileges exists for users in the system service tools (SST). Question 4: How many disk drives are in disk pool 1? 7. When you are finished with the system monitor tasks, close all open windows except iseries Navigator itself. Finding and monitoring jobs It is important to understand how to find jobs on your iseries server. Whatever the reason might be, at some point in time you may need certain information from a particular job. In iseries Navigator, you can do a Find on all your jobs or you can narrow your search using the Include... function followed by Find. The Include... function allows you to put limitations on what is displayed in iseries Navigator. For example, instead of doing a Find on hundreds of jobs, you can run an Include... to display only certain job types. Or, you can display only those jobs with specific job user IDs. From a performance standpoint, if you have lots of jobs on the system, it is recommended that you use the Include... function to narrow the number of jobs searched. If you have a lot of jobs on the system, searching through all of them can hinder system performance. International Business Machines, 2006 Unit 4 9

10 It is assumed that iseries Navigator is still open and you are signed on with your personal user profile. 1. Expand Work Management and click Active Jobs. This option shows you all active jobs on within i5/os including server jobs. There is also another option to work with server jobs only. The jobs are grouped under the subsystem they are running in. 2. Open a 5250 session and sign on with your personal user profile. 3. Display the properties of the subsystem QBATCH and then from your interactive 5250 job. Interactive jobs run by default under the QINTER subsystem. Question 5: Are subsystem job properties and user job properties different under i5/os? Question 6: Do you see other job that run under your personal user profile? If yes, do you know what kind of jobs these are? To answer this question, you may want to use the iseries Information Center and search for the job name, such as QPWFSERVSO. For i5/os server jobs, you can also find a descriptive job name on the Server tab of the job properties. Question 7: Verifying your interative session propertiesd, what job description does your job use? Read about the use of job description. 4. Verify the remaining tabs of your interactive job properties. 5. Explore the iseries Navigator Include function (F11 key). Try to perform the following: Display only interactive jobs Display all jobs that run under your personal user profile use one time your profile name as the job user name and another time as the current user Question 8: Why do you get a different list of jobs displayed when using the user name in the job user parameter and another time in the current user parameter? 6. Also use the Find function in iseries Navigator when displaying all active jobs to find particular jobs. Task 3: Work with jobs via command line Of course, you also work with jobs and system status information from a command line. It always depends on your personal preference whether you want to use the graphical interface or the character-based interface. 10 Unit 4 International Business Machines, 2006

11 Following are a couple of commands that allow you perform similar tasks to the ones discussed in the previous lab task. It is optional for you to try out the command line functions. Work with active jobs (WRKACTJOB) Same as working with Active Jobs in iseries Navigator. Work with System Status (WRKSYSSTS) Provides a subset of information that you see in the System Status function in iseries Navigator. Work with Disk Status (WRKDSKSTS) Provides a subset of information that you see in the System Status function in iseries Navigator. It is provides more details on the individual disk utilization. The previous commands also provide the option to go directly to other system information via function keys. International Business Machines, 2006 Unit 4 11

12 12 Unit 4 International Business Machines, 2006

13 Lab 2: Defining job environments What This Exercise is About What You Should be Able to Do Additional information sources CL commands associated with this lab exercise unit The purpose of this lab exercise is to introduce the methods to create a personalized environment for user jobs. User jobs can be interactive of batch jobs whether they perform user tasks, business applications tasks or system administration and control tasks. At the end of the lab, students should be able to: Define and use job descriptions to control job environments and characteristics Use job logs for troubleshooting Determine the level of logging details Direct print (spool) output within the system This section lists reference literature and Web resources that contain further information pertaining the different tasks within this lab exercise. Work management guide iseries Information Center, Systems management > Work management / Work management guide (PDF file) pdf Job Scheduler for OS/ pdf Advanced job scheduler ajs.pdf Performance adjuster iseries work management concepts pdf iseries system values pdf The approach of this lab exercise is to learn new administrations and operations functions based on a graphical interface. However, sometimes there is a need to also know the corresponding CL commands to, for example, automate functions via CL programs. The following Table provides an overview of CL commands pertaining to the objectives of this exercise. Note that some commands might not be part of the base operating system. In these cases, the license program number that the International Business Machines, 2006 Unit 4 13

14 command is part of is listed in parenthesis. Command WRKJOBD WRKOUTQ WRKSPLF WRKJOB DSPJOBLOG CHGPRF DSPLIBL Description Work with Job Descriptions Work with Output Queue Work with Spool Files Work with Job Display Job Log Change Profile Display Library List Table: Useful and exercise-related CL commands The previous tables contains mostly Work with commands, because they typically allow you to perform other functions, such as display or create functions as well. Task 1: Creating job descriptions Study Time In a system environment that runs several business critical applications, you have to plan for and implement a solid and reliable job environment. One of the i5/os functions that allows you to define job characteristics or properties for one or more application users or jobs, is the job description. Within iseries Information Center under Systems management >Work management >The structure of your system, read about job descriptions. In this lab task, you will create your own job description. 1. Using your personal user profile, sign on to a 5250 session on <modify for your campus environment>. 2. Use the CL to create a job description and prompt for its parameter. 3. Create the job description according to the following specifications: Name the new job description JOBDxxx and store it in your library <modify for your campus environment>xxx (where xxx represents your student ID). Enter your name and student as a print footer text. Make sure that the libraries <modify for your campus environment>xxx, UNIWRK, and UNIMASTER are in the library list. The job priority when submitting jobs for batch processing should be Familiarize yourself with the remaining parameter of a job description. When done, finish the creation of your own job description. The new job description can be used for any interactive or batch job. 5. Use the CL command to change your profile and specify your new job description in the corresponding parameter. 6. Sign off and on again to use your own job description in your 5250 job environment. 7. Display your library list and verify that the three libraries you specified in the job description are in the list. Using the previously described method, you can define job characteristics 14 Unit 4 International Business Machines, 2006

15 for a job environment and assign these characteristics to individual users. Task 2: Directing print output to a specific output queue In many cases, applications create print output on behalf of the application user. Typical print output might be invoices, inventory lists, orders, packaging lists, etc. In many companies, some print output will be printed centrally, put into envelopes, and send out the customers. Other print output might be printed on department printers. In i5/os, there are several ways of defining where an application output will be directed to. Usually, print output is never sent directly to printers, instead it is spooled into print output queues and then printed on a printer that is attached to an output queue. Study Time In this lab task, you will create your own print output queue and learn how use it temporarily and permanently. Before you are going to get your hands on this task, refer to the Work management section in iseries Information Center and review the section on output queues. 1. Using your 5250 session from before, use the CL command to create a new output queue. 2. Familiarize yourself with the various parameter and create the output queue according to the following specifications: Name the new output queue OUTQxxx and store it in your library <modify for your campus environment>xxx (where xxx represents your student ID). Make sure that any user who has at least read authority to the new output queue can read, display, or send spool files in the queue. Define that users with a *JOBCTL special authority in their user profiles cannot control and operate this queue. This is typically required when you produce sensitive reports, such as financial status or create payroll application output. Then you do not want a normal operator to view and control the content of the output queue. 3. Once you created the output queue, you will change your current job to redirect all spool files to your new queue. This change is only temporary. That means when you sign off and on again, the change will not be remembered. 4. Use the command to change your job and enter the new output queue in the corresponding parameter. 5. Use the command DSPUSRPRF to display your own user profile and have the command directing the output to a spool file rather than displaying it in the 5250 window. 6. Now display the spool files in your output queue. There are several ways of doing this. You can work with your job and display all spool output of the current job, you can display all spool files of your user, or you can also work with the output queue itself. You should see a spool file with a printer file name of QPUSRPRF. A printer file defines the layout of the spool output. Like i5/os provides many printer files for system output, applications can also use printer files to define the layout of, for example, reports that the application produces. Defining printer files is typically the responsibility of application programmers. 7. Display the spool file. If everything was configured correctly, your International Business Machines, 2006 Unit 4 15

16 output from DSPUSRPRF should be listed in the OUTQxxx output queue. Now. let s make this change a permanent one. Question 1: Can you already think of two ways to make this change permanent? What would be the places to do this and what are the reasons for selecting either approach? 8. Let s assume that your job description will be used by many users and you want to make the change permanent. Change the corresponding parameter in your job description JOBDxxx. 9. Re-signon and verify that your output is directed to the correct output queue. 10. Keep the session active for the next lab task. Note: So far you have created an output queue to hold printer output. However, you have not actually sent any output to a physical printer yet. Printers can be attached locally to the iseries server via Twinax cable or can be attached remotely via LAN. Defining printers is not in the scope of this lab exercise. You will see how to define remote printers in an upcoming lab exercise. Task 3: Using job logs for troubleshooting and control Wouldn t it be nice if all programs would do what they are intended to in the first place and wouldn t it be also nice if all tasks would always run without problems. Well, in many cases, situations come up that nobody anticipated or sometimes due to handling errors jobs are not getting done as expected. In these cases, job logs can provide crucial information to see where the problem is. Study Time Every job that runs under i5/os keeps a job log. You can always display the job log of any running job on the system permitting you have the authority to do so. Sometimes you will notice that more or less information and in some cases that even no information is showing up in the job log. How much and what level of information is kept in a job log depends on your job properties. Read the section about managing job logs in the Work management section of iseries Information Center. Permitting that the logging level is set correctly, the job logs also stores all commands that a user entered. This information is also used by the command retrieval (history) function when you press F9 on a command line to retrieve previously entered CL commands. Let s explore some of the job log functions. 1. Within iseries Navigator open a connection to <modify for your campus environment> and use your personal user profile to sign on. 2. Open Work Management and display the active jobs. 3. Open the properties of your interactive job from the previous lab task. 4. Verify the job log settings. 5. Now use iseries Navigator and display the job log of your 16 Unit 4 International Business Machines, 2006

17 interactive session. You should see a message about the job start time and also the commands you entered in the session. 6. Switch to the interactive 5250 session and enter a few commands you know. 7. Re-display the job log. 8. Change the job log settings to logging level 1 and enter again some commands. Then display the job log again. Question 1: Do you see the CL commands you just entered? If not, why not? 9. Another aspect of the logging level settings is whether a job log gets written to a spool output when the job finishes. Typically, the logging level is set to 4 with a message severity of 00. That only controls what level of information is kept while the job is running. If the job ends normally, you usually get no job log written to spool output. If you want to get always a spool output no matter whether a job ends normally or abnormally, you need to specify this with the Create printer output for job log if job ends normally option. 10. Change the message logging settings so that job logs are always written to an output queue and that CL commands with all their entered parameters are also logged. Make this change temporary for your job. 11. Display the job log again and open the message with the message ID of CPF1124. Review the individual message properties. Question 2: Looking at the message detail, what information can be useful for troubleshooting or debugging application problems? If you want to make this change permanent, you can do this by changing the corresponding parameters in the job description. International Business Machines, 2006 Unit 4 17

18 18 Unit 4 International Business Machines, 2006

19 Lab 3: Creating a complete job environment What This Exercise is About What You Should be Able to Do Additional information sources This lab exercise section shows you how to create a complete environment for running jobs. This includes all aspects, such as prioritizing jobs, allocating main storage, defining an execution sequence, and more. At the end of the lab, students should be able to: Define a job environment with all components, such as subsystems, job queues, routing entries, memory pools Control the sequence of job execution Control the number of active jobs in a subsystem at a given time Define an environment for interactive and batch jobs This section lists reference literature and Web resources that contain further information pertaining the different tasks within this lab exercise. Work management guide iseries Information Center, Systems management > Work management / Work management guide (PDF file) pdf Job Scheduler for OS/ pdf Advanced job scheduler ajs.pdf Performance adjuster iseries work management concepts pdf iseries system values pdf CL commands associated with this lab exercise unit The approach of this lab exercise is to learn new administrations and operations functions based on a grahphical interface. However, sometimes there is a need to also know the corresponding CL commands to, for example, automate functions via CL programs. The following Table provides an overview of CL commands pertaining to the objectives of this exercise. Note that some commands might not be part of the base operating system. In these cases, the license program number that the International Business Machines, 2006 Unit 4 19

20 Command WRKJOBD Description command is part of is listed in parenthesis. Work with Job Descriptions ADDJOB Add job queue entry WRKOUTQ ADDRTGE WRKSBSD WRKJOB WRKJOBQ ADDWSE WRKSCHRPOOL WRKCLS WRKDEVD Work with Output Queue Add Routing Entry Work with Subsystem Description Work with Job Work with Job Queue Add Workstation Entry Work with Shared Pools Work with Classes Table: Useful and exercise-related CL commands Task 1: Creating a job queue Work with Device Descriptions Study Time The previous tables contains mostly Work with commands, because they typically allow you to perform other functions, such as display or create functions as well. A job queue contains an ordered list of jobs waiting to be processed by a subsystem. The job queue is the first place that a submitted batch job goes before becoming active in a subsystem. The job is held here until a number of factors are met. In order for jobs on a job queue to be processed, there must be an active subsystem that is accepting work from that job queue. When a subsystem starts, it attempts to allocate the job queues that it is configured to accept work from, and it must successfully allocate a job queue in order to process jobs from that job queue. Therefore, while one subsystem may be processing jobs from multiple job queues, only one subsystem may be processing jobs from a particular job queue at a time. Priorities that can be specified when submitting jobs to a job queue determine the position within the queue. Within the work management section in iseries Information Center, read the section on job queues. 1. If not already done so, use your personal user profile and sign on to a 5250 session on system <modify for your campus environment>. 2. Prompt the command to create a job queue. Familiarize yourself with all parameters. 3. Create the job queue according to the following specifications: Name the new job queue JOBQxxx and store it in your library <modify for your campus environment>xxx (where xxx represents your student ID). Specify that this job queue is not operator controlled. Question 1: Can a job queue transfer work to more than one subsystem at a given time? 20 Unit 4 International Business Machines, 2006

21 Task 2: Reviewing memory pools Study Time Task 3: Creating a subsystem A memory pool is a logical division of main memory or storage that is reserved for processing a job or group of jobs. On the iseries server, all main storage can be divided into logical allocations called memory pools. By default, the system manages memory pools. The system manages the transfer of data and programs into memory pools if necessary. You can control how much work can be done in a subsystem by controlling the number and size of the memory pools. The greater the size of the memory pools in a subsystem, the more work that can be done in the subsystem. Within the work management section in iseries Information Center, read the section on memory pools and activity levels. 1. Within your 5250 session, use the command to work with shared memory pools. 2. Review the current settings. DO NOT CHANGE ANY SETTINGS AT THIS TIME. Question 1: What is the *BASE and *MACHINE pool used for? Study Time A subsystem is an environment where work is processed on the iseries server. All jobs, with the exception of system jobs run within subsystems. More technically, a subsystem is a single, predefined operating environment through which the system coordinates work flow and resource use. The system can contain several subsystems, all operating independently of each other. Subsystems manage resources. Each subsystem can run unique operations. For instance, one subsystem may be set up to handle only interactive jobs, while another subsystem handles only batch jobs. Subsystems can also be designed to handle many types of work. The system allows you to decide the number of subsystems and what types of work each subsystem will handle. A subsystem can be either active or inactive. An active subsystem is one that has been started. An inactive subsystem is one that either has not yet been started, or has been stopped. The controlling subsystem is the interactive subsystem that starts automatically when the system starts, and it is the subsystem through which the system operator controls the system during system startup. Which subsystem actually runs as the controlling subsystem is defined in the system value QCTLSBSD. Within the work management section in iseries Information Center, read the section on subsystems. In this task, you will create your own subsystem. This subsystem will be customized to runs your own jobs in the next lab exercise. 1. Prompt the command to create a subsystem description. 2. Create a subsystem description according to the following specifications: Name the new subsystem <modify for your campus environment>sbsxxx and store it in your library <modify for your campus environment>wrkxxx. Define pool number 1 to use a storage size that is defined in the shared memory pool *SHRPOOL1. There should be a limit of 10 jobs that can run concurrently in your subsystem. Enter some meaningful description Define the display file SIGNONLAB5 in library UNIWRK as the International Business Machines, 2006 Unit 4 21

22 sign-on display file. The sign-on display file is the login page that is displayed when you start a character-based 5250 session. The SIGNONLAB5 file has already been prepared by your lab instructor. Task 4: Creating a class A class object contains the run attributes that control the run-time environment of a job. IBM-supplied class objects, or classes, meet the needs of both typical interactive and batch applications. Some of the run attributes, or parameters, that are important to work management are: Machine run priority (RUNPTY) Purge (PURGE) Time slice (TIMESLICE) Default maximum wait time (DFTWAIT) Maximum processing time (CPUTIME) Maximum temporary storage (MAXTMPSTG) Maximum threads Note: Maximum processing unit time and maximum temporary storage limits can help prevent an erroneous program from impairing system performance. However, a sufficient amount of processing time and temporary storage must be given to allow the job to complete. 1. Prompt the command to create a class. 2. Create a class according to the following specifications: Name the new class CLSxxx and store it in your library <modify for your campus environment>wrkxxx. Set run priority to 60. Assign a time slice of 1500 milli seconds. Familiarize yourself with the remaining parameters. Question 1: What can you control with the maximum CPU time parameter in a class? Task 5: Tying all components and settings together So far you have configured various objects, such as a class, a job queue, and so forth, that are not associated with your new subsystem at all. In the following steps, you will associate your new objects with your subsystem. Note that you are going to create a very basic environment for running interactive and batch jobs. There are many more options available to create special purpose subsystems. For example, you could create a subsystem just for handling communications jobs. Adding a workstation entry As mentioned before, your subsystem will also handle interactive workload. That means, you have to tell your subsystem that it is able to process a character-based 5250 session job. So far, you have not defined any specific workstation or device description for yourself. This will actually be done in Lab 4: Testing your environment. For now, you will just tell the subsystem that it will serve display devices of a specific name. 1. Prompt the command to add a workstation entry. 2. Add the workstation entry according to the following specifications: The new workstation entry should be added to the subsystem 22 Unit 4 International Business Machines, 2006

23 you previously created. The subsystem should serve workstations with a name that starts with <modify for your campus environment>xxx (where xxx is your student ID). That means the workstation name must be generic. Make sure you enter the correct value. If you make a mistake here, you might not be able to work with your subsystem later on or fellow students will get served by your subsystem. Make sure the Allocation parameter is set to *SIGNON. Question 1: What is the purpose of the Allocation (AT) parameter? Adding a job queue entry Now it is time to associate the job queue you created in Task 1: Creating a job queue with your subsystem. Without this association, the job queue can never submit any work to a subsystem for processing. 1. Prompt the command to add a job queue entry. 2. Add the job queue entry according to the following specifications: The new job queue entry should be added to the subsystem you previously created. The job queue to be added is JOBQxxx in your library <modify for your campus environment>xxx. Define a maximum of 1 active job. Set the maximum number of active jobs for priorities 1 to 6 to 1. The maximum number of active jobs for priority 7 should be 2. The maximum number of active jobs for priority 8 and 9 should be *NOMAX. Adding routing entries A routing entry determines how a job enters the subsystem and what environment it runs in. A subsystem can contain many different routing entries. Each routing entry defines the following characteristics: Main storage subsystem pool to use Controlling program to run (typically the system-supplied program QCMD) Additional run-time information (stored in the class object) Thread and affinity information As mentioned previously, in a commercial application environment, running a job just under a certain priority does not meet the requirements to operate a balanced and performing application environment. Routing entries are a far superior way to define a job environment in more granular and flexible way. Study Time Review the routing entry section in the subsystem chapter in Work Management guide listed as iseries work management concepts in Additional information sources. You will add two routing entries, one for the interactive jobs and one for batch jobs. 1. Prompt the command to add a routing entry to your subsystem International Business Machines, 2006 Unit 4 23

24 2. Add the routing entry according to the following specifications: The new routing entry should be added to the subsystem you previously created. The routing entry sequence number should be 10 Enter QCMDI as the compare value and start the comparison in position 1. Call the program QCMD in library QSYS. Enter the name and library of the class you created in Task 4: Creating a class. Make sure you run the job in storage pool 1. Since you defined only one storage pool when you created the subsystem, this is the only choice that will eventually work. 3. Add the second routing entry according to the following specifications: The new routing entry should be added to the subsystem you previously created. The routing entry sequence number should be 20 Enter QCMDB as the compare value and start the comparison in position 1. Call the program QCMD in library QSYS. Enter the name and library of the class you created in Task 4: Creating a class. Make sure you run the job in storage pool 1. Since you defined only one storage pool when you created the subsystem, this is the only choice that will eventually work In the next lab section, you will test the complete environment that you just created. Let s see if everything works as you planned it. 24 Unit 4 International Business Machines, 2006

25 Lab 4: Testing your environment What This Exercise is About What You Should be Able to Do Additional information sources This lab exercise section lets you test your ow job environment that you created in the previous tasks. You will see how a job is processed from entering the system until it is completed. For an application programmer, systems architect, and IT manager, these skills are essential to implement and operate business applications efficiently. At the end of the lab, students should be able to: Define a workstation to run its interactive jobs in a given job environment (subsystem) Submit and control batch jobs Use the job scheduler to schedule repeating system and application tasks This section lists reference literature and Web resources that contain further information pertaining the different tasks within this lab exercise. Work management information iseries Information Center, Systems management > Work management / Work management guide (PDF file) pdf Job Scheduler for OS/ pdf Advanced job scheduler ajs.pdf Performance adjuster iseries work management concepts pdf iseries system values pdf CL commands associated with this lab exercise unit The approach of this lab exercise is to learn new administrations and operations functions based on a grahphical interface. However, sometimes there is a need to also know the corresponding CL commands to, for example, automate functions via CL programs. The following Table provides an overview of CL commands pertaining to the objectives of this exercise. Note that some commands might not be part of the base operating system. In these cases, the license program number that the International Business Machines, 2006 Unit 4 25

26 Command ENDSBS Description End Subsystem WRKACTJOB Work with Active Jobs WRKSBSJOB HLDJOBQ RLSJOBQ WRKJOBSCDE CHGJOBQE WRKSBMJOB WRKJOBQ WRKOUTQ WRKSPLF SBMJOB STRSBS command is part of is listed in parenthesis. Work with Subsystem Job Hold Job Queue Release Job Queue Work with Job Schedule Entries Change Job Queue Entry Work with Submitted Jobs Work with Job Queues Work with Output Queues Work with Spool Files Submit Job Start Subsystem Table: Useful and exercise-related CL commands The previous tables contains mostly Work with commands, because they typically allow you to perform other functions, such as display or create functions as well. Task 1: Defining a workstation session to use your subsystem The system controls most Input/Output operations, such as interacting with a user via a 5250 session, sending print output to a printer, or saving information to a tape device, via device descriptions. This is similar to the Unix or Linux world, where devices are also used to perform input/output operations. As the name implies, a device description describes the characteristics of a particular device, such as a printer or tape device. When you start a 5250 session, the system uses a display device to present you with the sign-on display. You need a separate display device for every new session request. When a session ends, the display device can be reused by another user. Note that a session does not end when a user signs off of the system. The session ends when the 5250 emulation window is closed or, in the case of the 5250 emulation program, the disconnect button was pressed. In a traditional 5250 workstation environment with Twinax workstations, each workstation represents a physical device. When using an emulation program, the display devices are virtual devices rather than physical devices. System values, such as QAUTOVRT, control if i5/os can automatically create devices when needed. In this lab task, you have the system automatically create a virtual display device for you. 1. Via the Start > All Programs > IBM iseries Access for Windows > Emulator > Start or Configure Session option, create a new iseries session. Note that the start path mentioned, refers to the default installation path for IBM iseries Access for Windows. Depending on your environment, you may need to start the session configuration via a different path. 2. Create the session according to the following specifications: Establish a session to (modify for your campus environment>. Enter the name of the workstation entry you defined in Adding a workstation entry. 26 Unit 4 International Business Machines, 2006

27 Select the options to avoid duplicate workstation names on your and other workstations. Remember that a display device can only be used by one session at a time. If you would save your session profile and start it twice without the option to avoid duplicate names, the second session would try to use the same device. As a result, only the first session would work. Avoiding duplicate names will add suffixes to the name, thus creating unique names. Figure: 5250 session definition 3. Save and try to start the session. Question 1: Does the session start and do you get a signon display? If not, can you imagine why? 4. Using your first 5250 session, start your subsystem. Use the following command to start the subsystem: UNIMASTER/STRSBS SBSD(<modify for your campus enviroment>sbsxxx) This is a modified command that performs further checking on the ownership of the subsystem. You are only allowed to start subsystems you are the owner of. 5. Check your new 5250 session window. You should now get your subsystem serving the signon display to your device. The previously described approach can be used to serve specific interactive International Business Machines, 2006 Unit 4 27

28 5250 session via different subsystems. You may ask, why is this important? Let s talk about one example. Many companies operate globally. That means they run applications which are national language enabled. They serve different signon displays, different menus, etc. to employees in various countries. To the employees, it appears that they working on totally different systems, but they are actually all working on the same system in the same operating environment. Task 2: Submitting and controlling batch jobs Now let s explore a job environment that you find with every commercial application out there in the market. Also you might have hundreds or even thousands of users working interactively on the iseries server at the same time, there are always tasks, such as creating reports, generate invoices, etc., that run in the background. These background jobs run in their own environment as batch jobs. Typically, administrators create their own subsystem environment for batch jobs, just like i5/os provides also a default batch subsystem QBATCH. In your case, you will run interactive and batch jobs in the same subsystem. You can still control via routing entries and classes the job environment of the different job types. In this task, you will perform the following: 1. Submit a job via your job queue to your subsystem using your job description. 2. Submit two jobs in a row and see how sequential job processing is done. 1. Before you submit any batch job to your job queue, put the job queue on hold. Use the hold job queue command to put your JOBQxxx job queue on hold. 2. Via the 5250 session, submit a job that prints out your subsystem description using the following command: SBMJOB CMD(DSPSBSD SBSD(<modify for your campus enviroment>wrkxxx/(<modify for your campus enviroment>sbsxxx) OUTPUT(*PRINT)) JOB(DSPSBSDxxx) JOBD((<modify for your campus enviroment>wrkxxx/jobdxxx) JOBQ((<modify for your campus enviroment>wrkxxx/jobqxxx) This is the first step in the life of a job 3. Work with submitted jobs to see the status of your job. Question 1: What is the status, the job type, and job name of your submitted job? 4. Now release the job queue. 5. Since this job runs very quickly, you probably don t have a chance to see the job working. Check out if the job completed. Use again the work with submitted jobs command and review the status of the job now. The status should have changed. Take also the option to view the generated spool files. Did you get the printout of the subsystem description? Let s dig a little bit more into batch jobs and the way you can control the processing order. In many applications, certain batch jobs have dependencies. That means, that some batch jobs can only start after another one has finished, because the second job depends on the output of 28 Unit 4 International Business Machines, 2006

ERserver. iseries. Work management

ERserver. iseries. Work management ERserver iseries Work management ERserver iseries Work management Copyright International Business Machines Corporation 1998, 2002. All rights reserved. US Government Users Restricted Rights Use, duplication

More information

Security Service tools user IDs and passwords

Security Service tools user IDs and passwords System i Security Service tools user IDs and passwords Version 5 Release 4 System i Security Service tools user IDs and passwords Version 5 Release 4 Note Before using this information and the product

More information

IBM i Version 7.2. Security Service Tools

IBM i Version 7.2. Security Service Tools IBM i Version 7.2 Security Service Tools IBM i Version 7.2 Security Service Tools Note Before using this information and the product it supports, read the information in Notices on page 37. This edition

More information

IBM i Version 7.2. Systems management Advanced job scheduler

IBM i Version 7.2. Systems management Advanced job scheduler IBM i Version 7.2 Systems management Advanced job scheduler IBM i Version 7.2 Systems management Advanced job scheduler Note Before using this information and the product it supports, read the information

More information

Systems Management Advanced job scheduler

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

More information

Performance Navigator Installation

Performance Navigator Installation Midrange Performance Group / Performance Navigator Business Partner Installation / SOS / Capacity Planning Guide Aug 1, 2011 Overview Performance Navigator provides three main functions for the IBM i platform:

More information

Analyzing IBM i Performance Metrics

Analyzing IBM i Performance Metrics WHITE PAPER Analyzing IBM i Performance Metrics The IBM i operating system is very good at supplying system administrators with built-in tools for security, database management, auditing, and journaling.

More information

Rational Developer for IBM i (RDi) Introduction to RDi

Rational Developer for IBM i (RDi) Introduction to RDi IBM Software Group Rational Developer for IBM i (RDi) Introduction to RDi Featuring: Creating a connection, setting up the library list, working with objects using Remote Systems Explorer. Last Update:

More information

REPRINT. Release 1.20 1.22. User s Guide. iseries (AS/400) Developed and Distributed by

REPRINT. Release 1.20 1.22. User s Guide. iseries (AS/400) Developed and Distributed by REPRINT Release 1.20 1.22 User s Guide IBM IBM iseries iseries (AS/400) (AS/400) Developed and Distributed by WorksRight Software, Inc. P. O. Box 1156 Madison, Mississippi 39130 Phone (601) 856-8337 Fax

More information

REPRINT. Release 1.22. Reference Manual. IBM iseries (AS/400) Developed and Distributed by

REPRINT. Release 1.22. Reference Manual. IBM iseries (AS/400) Developed and Distributed by REPRINT Release 1.22 Reference Manual IBM iseries (AS/400) Developed and Distributed by WorksRight Software, Inc. P. O. Box 1156 Madison, Mississippi 39130 (601) 856-8337 FAX (601) 856-9432 Copyright WorksRight

More information

Inventory Computers Using TechAtlas for Libraries

Inventory Computers Using TechAtlas for Libraries Inventory Computers Using TechAtlas for Libraries WebJunction.org 9/11/2008 Table of Contents Introduction... 3 Additional Resources... 3 Your Computer Login... 3 TechAtlas Login... 3 Browser Options...

More information

System i and System p. Customer service, support, and troubleshooting

System i and System p. Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting System i and System p Customer service, support, and troubleshooting Note Before using this information and the product it supports,

More information

Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices

Version 5.0. MIMIX ha1 and MIMIX ha Lite for IBM i5/os. Using MIMIX. Published: May 2008 level 5.0.13.00. Copyrights, Trademarks, and Notices Version 5.0 MIMIX ha1 and MIMIX ha Lite for IBM i5/os Using MIMIX Published: May 2008 level 5.0.13.00 Copyrights, Trademarks, and Notices Product conventions... 10 Menus and commands... 10 Accessing online

More information

1 Download & Installation... 4. 1 Usernames and... Passwords

1 Download & Installation... 4. 1 Usernames and... Passwords Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III EventSentry Setup 4 1 Download & Installation... 4 Part IV Configuration 4 1 Usernames and... Passwords 5 2 Network...

More information

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment

Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment Lesson Plans Microsoft s Managing and Maintaining a Microsoft Windows Server 2003 Environment (Exam 70-290) Table of Contents Table of Contents... 1 Course Overview... 2 Section 0-1: Introduction... 4

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

Table of Contents. FleetSoft Installation Guide

Table of Contents. FleetSoft Installation Guide FleetSoft Installation Guide Table of Contents FleetSoft Installation Guide... 1 Minimum System Requirements... 2 Installation Notes... 3 Frequently Asked Questions... 4 Deployment Overview... 6 Automating

More information

TheFinancialEdge. Administration Guide

TheFinancialEdge. Administration Guide TheFinancialEdge Administration Guide 102011 2011 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

HelpSystems Web Server User Guide

HelpSystems Web Server User Guide HelpSystems Web Server User Guide Copyright Copyright HelpSystems, LLC. Robot is a division of HelpSystems. HelpSystems Web Server, OPAL, OPerator Assistance Language, Robot ALERT, Robot AUTOTUNE, Robot

More information

Robot SCHEDULE 12 User Guide

Robot SCHEDULE 12 User Guide Robot SCHEDULE 12 User Guide Copyright Copyright HelpSystems, LLC. All rights reserved. Robot is a division of HelpSystems. www.helpsystems.com U.S.: +1 952-933-0609 Outside the U.S.: +44 (0) 870 120 3148

More information

TheFinancialEdge. Administration Guide

TheFinancialEdge. Administration Guide TheFinancialEdge Administration Guide 110309 2009 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including

More information

HP ALM. Software Version: 12.50. Tutorial

HP ALM. Software Version: 12.50. Tutorial HP ALM Software Version: 12.50 Tutorial Document Release Date: December 2015 Software Release Date: December 2015 Legal Notices Warranty The only warranties for HP products and services are set forth in

More information

Central and Remote Users Guide

Central and Remote Users Guide Central and Remote Users Guide Proprietary Rights Notice 1985-2006 IDEXX Laboratories, Inc. All rights reserved. Information in this document is subject to change without notice. Practice names, doctors,

More information

Users Guide. FTP/400 File Transfer API and Remote Command Server Version 1.00. By RJS Software Systems, Inc.

Users Guide. FTP/400 File Transfer API and Remote Command Server Version 1.00. By RJS Software Systems, Inc. FTP/400 File Transfer API and Remote Command Server Version 1.00 Users Guide By RJS Software Systems, Inc. RJS Software Systems P.O. Box 19408 Minneapolis, MN 55419 (612) 822-0412 Voice (612) 822-1364

More information

IBM Sterling Control Center

IBM Sterling Control Center IBM Sterling Control Center System Administration Guide Version 5.3 This edition applies to the 5.3 Version of IBM Sterling Control Center and to all subsequent releases and modifications until otherwise

More information

i5/os and related software Distributing software

i5/os and related software Distributing software System i and System p i5/os and related software Distributing software Version 6 Release 1 System i and System p i5/os and related software Distributing software Version 6 Release 1 Note Before using

More information

Setting Up the Device and Domain Administration

Setting Up the Device and Domain Administration Setting Up the Device and Domain Administration Install a Host Support Program on your Computer A NetVault7.1 program must be installed on the computer(s) used by the administrator(s) of your backup service.

More information

QACenter Installation and Configuration Guide. Release 4.4.2

QACenter Installation and Configuration Guide. Release 4.4.2 QACenter Installation and Configuration Guide Release 4.4.2 ii Please direct questions about QACenter or comments on this document to: QACenter Technical Support Compuware Corporation 31440 Northwestern

More information

Performance Monitoring User s Manual

Performance Monitoring User s Manual NEC Storage Software Performance Monitoring User s Manual IS025-15E NEC Corporation 2003-2010 No part of the contents of this book may be reproduced or transmitted in any form without permission of NEC

More information

Deposit Direct. Getting Started Guide

Deposit Direct. Getting Started Guide Deposit Direct Getting Started Guide Table of Contents Before You Start... 3 Installing the Deposit Direct application for use with Microsoft Windows Vista... 4 Running Programs in Microsoft Windows Vista...

More information

Automated Inventory System

Automated Inventory System Automated Inventory System User Manual Developed by USDA Food and Nutrition Service June 2009 (Incomplete) Table of Contents Welcome Menu Client Services Report System Inventory System Operations Tailgate

More information

Robot CONSOLE 6 User Guide

Robot CONSOLE 6 User Guide Robot CONSOLE 6 User Guide Copyright Information Copyright HelpSystems, LLC. All rights reserved. Robot is a division of HelpSystems. www.helpsystems.com/robot U.S.: +1 952-933-0609 Outside the U.S.: +44

More information

OVERVIEW AND TERMINOLOGY

OVERVIEW AND TERMINOLOGY ACH Online Services OVERVIEW AND TERMINOLOGY There are ACH terms and definitions that are helpful to understand in order to use the ACH Online Service. In addition, there are basic tasks (accessing ACH

More information

Symantec ESM agent for IBM AS/400

Symantec ESM agent for IBM AS/400 Symantec ESM agent for IBM AS/400 Version 6.5 Installation Guide 1 Legal Notice Copyright 2009 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, LiveUpdate, Symantec Enterprise Security

More information

Help. F-Secure Online Backup

Help. F-Secure Online Backup Help F-Secure Online Backup F-Secure Online Backup Help... 3 Introduction... 3 What is F-Secure Online Backup?... 3 How does the program work?... 3 Using the service for the first time... 3 Activating

More information

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

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

More information

Cognos BI Getting Started

Cognos BI Getting Started Cognos BI Getting Started This document provides an overview of the IBM Cognos Business Intelligence report Consumer features beginning with how to access the tool. Supported Browsers Cognos BI 10.1 which

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Request Management help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Request Management help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

How to test and debug an ASP.NET application

How to test and debug an ASP.NET application Chapter 4 How to test and debug an ASP.NET application 113 4 How to test and debug an ASP.NET application If you ve done much programming, you know that testing and debugging are often the most difficult

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

1. Data Domain Pre-requisites. 2. Enabling OST

1. Data Domain Pre-requisites. 2. Enabling OST 1. Data Domain Pre-requisites Before we begin to configure NetBackup, we need to verify the following:- Administrator rights and network access to the NetBackup master and media servers That the NetBackup

More information

VMware Horizon FLEX User Guide

VMware Horizon FLEX User Guide Horizon FLEX 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of this

More information

MONITORING PERFORMANCE IN WINDOWS 7

MONITORING PERFORMANCE IN WINDOWS 7 MONITORING PERFORMANCE IN WINDOWS 7 Performance Monitor In this demo we will take a look at how we can use the Performance Monitor to capture information about our machine performance. We can access Performance

More information

Job Streaming User Guide

Job Streaming User Guide Job Streaming User Guide By TOPS Software, LLC Clearwater, Florida Document History Version Edition Date Document Software Trademark Copyright First Edition 08 2006 TOPS JS AA 3.2.1 The names of actual

More information

What is Work Management?

What is Work Management? What is Work Management? Copyright IBM Corporation 2008 1 More User Single User Enviroment Multi User Enviroment Application Application OS OS... Performance? Security? Availability? Copyright IBM Corporation

More information

IBM Information Server

IBM Information Server IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01 IBM Information Server Version 8 Release 1 IBM Information Server Administration Guide SC18-9929-01

More information

Securing Your User Profiles Against Abuse

Securing Your User Profiles Against Abuse Securing Your User Profiles Against Abuse Dan Riehl IT Security and Compliance Group, LLC Cilasoft Security Solutions - US Operations dan.riehl@securemyi.com Areas of Potential User Profile Abuse What

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED.

VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. VMWare Workstation 11 Installation MICROSOFT WINDOWS SERVER 2008 R2 STANDARD ENTERPRISE ED. Starting Vmware Workstation Go to the start menu and start the VMware Workstation program. *If you are using

More information

Security Planning and setting up system security

Security Planning and setting up system security IBM i Security Planning and setting up system security 7.1 IBM i Security Planning and setting up system security 7.1 Note Before using this information and the product it supports, read the information

More information

Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks...

Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks... User Guide Table of Contents User Guide... 1 Welcome... 4 Front End Life Blue... 5 General Navigation... 5 Menu Bar... 5 Continuous Scroll... 5 Hyperlinks... 6 Sections/Pages/Information... 6 Announcements...

More information

User's Guide - Beta 1 Draft

User's Guide - Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Cluster Server Agent vnext User's Guide - Beta 1 Draft SC27-2316-05 IBM Tivoli Composite Application Manager for Microsoft

More information

Networking Guide Redwood Manager 3.0 August 2013

Networking Guide Redwood Manager 3.0 August 2013 Networking Guide Redwood Manager 3.0 August 2013 Table of Contents 1 Introduction... 3 1.1 IP Addresses... 3 1.1.1 Static vs. DHCP... 3 1.2 Required Ports... 4 2 Adding the Redwood Engine to the Network...

More information

Operating system Dr. Shroouq J.

Operating system Dr. Shroouq J. 3 OPERATING SYSTEM STRUCTURES An operating system provides the environment within which programs are executed. The design of a new operating system is a major task. The goals of the system must be well

More information

Suite. How to Use GrandMaster Suite. Exporting with ODBC

Suite. How to Use GrandMaster Suite. Exporting with ODBC Suite How to Use GrandMaster Suite Exporting with ODBC This page intentionally left blank ODBC Export 3 Table of Contents: HOW TO USE GRANDMASTER SUITE - EXPORTING WITH ODBC...4 OVERVIEW...4 WHAT IS ODBC?...

More information

Lab 3.1.2 Creating a Logical Network Diagram

Lab 3.1.2 Creating a Logical Network Diagram Lab 3.1.2 Creating a Logical Network Diagram Objectives Use router and switch commands to obtain information about an existing network. Use Cisco Network Assistant to obtain information about an existing

More information

Read Naturally, Inc. Version: 05 February 2016. Saint Paul, Minnesota

Read Naturally, Inc. Version: 05 February 2016. Saint Paul, Minnesota USER GUIDE Version: 05 February 2016 Read Naturally, Inc. Saint Paul, Minnesota Phone: 800.788.4085/651.452.4085 Website: www.readnaturally.com Email: info@readnaturally.com Copyright 2011 2016 Read Naturally,

More information

SQL Tuning and Maintenance for the Altiris Deployment Server express database.

SQL Tuning and Maintenance for the Altiris Deployment Server express database. Article ID: 22953 SQL Tuning and Maintenance for the Altiris Deployment Server express database. Question Now Deployment Server is installed how do I manage the express database? Topics that will be covered

More information

Kaseya 2. User Guide. Version 1.1

Kaseya 2. User Guide. Version 1.1 Kaseya 2 Directory Services User Guide Version 1.1 September 10, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Load Testing and Monitoring Web Applications in a Windows Environment

Load Testing and Monitoring Web Applications in a Windows Environment OpenDemand Systems, Inc. Load Testing and Monitoring Web Applications in a Windows Environment Introduction An often overlooked step in the development and deployment of Web applications on the Windows

More information

Monitor NetSight Server Health

Monitor NetSight Server Health Monitor NetSight Server Health The following sections provide detailed information on how to use specific OneView reports and NetSight features to monitor your NetSight Server's health. These reports provide

More information

SQL Server Setup Guide for BusinessObjects Planning

SQL Server Setup Guide for BusinessObjects Planning SQL Server Setup Guide for BusinessObjects Planning BusinessObjects Planning XI Release 2 Copyright 2007 Business Objects. All rights reserved. Business Objects owns the following U.S. patents, which may

More information

User's Guide - Beta 1 Draft

User's Guide - Beta 1 Draft IBM Tivoli Composite Application Manager for Microsoft Applications: Microsoft Hyper-V Server Agent vnext User's Guide - Beta 1 Draft SC27-2319-05 IBM Tivoli Composite Application Manager for Microsoft

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

ERserver. iseries. Printing

ERserver. iseries. Printing ERserver iseries Printing ERserver iseries Printing Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US Government Users Restricted Rights Use, duplication or disclosure

More information

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001)

LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide. Rev. 03 (November, 2001) LPR for Windows 95/98/Me/2000/XP TCP/IP Printing User s Guide Rev. 03 (November, 2001) Copyright Statement Trademarks Copyright 1997 No part of this publication may be reproduced in any form or by any

More information

Invoice Cloud Frequently Asked Questions

Invoice Cloud Frequently Asked Questions Invoice Cloud Frequently Asked Questions The Town of Salem works with a third party vendor, Invoice Cloud, to provide online bill pay services for property tax and utility bills. General What are the benefits

More information

Why do I have to log in as a Current UM Employee?

Why do I have to log in as a Current UM Employee? UMSL Application faqs How do I apply for an open position? To begin the application process, click on this link and read the instructions. Then click on the link at the bottom which will then take you

More information

In the same spirit, our QuickBooks 2008 Software Installation Guide has been completely revised as well.

In the same spirit, our QuickBooks 2008 Software Installation Guide has been completely revised as well. QuickBooks 2008 Software Installation Guide Welcome 3/25/09; Ver. IMD-2.1 This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated May 2012 Copyright 2010, 2012 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC EXPERT

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

ERserver. iseries. Networking TCP/IP Setup

ERserver. iseries. Networking TCP/IP Setup ERserver iseries Networking TCP/IP Setup ERserver iseries Networking TCP/IP Setup Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US Government Users Restricted

More information

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules

IBM Operational Decision Manager Version 8 Release 5. Getting Started with Business Rules IBM Operational Decision Manager Version 8 Release 5 Getting Started with Business Rules Note Before using this information and the product it supports, read the information in Notices on page 43. This

More information

5-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual

5-Bay Raid Sub-System Smart Removable 3.5 SATA Multiple Bay Data Storage Device User's Manual 5-Bay Raid Sub-System Smart Removable 3.5" SATA Multiple Bay Data Storage Device User's Manual www.vipower.com Table of Contents 1. How the SteelVine (VPMP-75511R/VPMA-75511R) Operates... 1 1-1 SteelVine

More information

CA ARCserve Backup for Windows

CA ARCserve Backup for Windows CA ARCserve Backup for Windows Agent for Sybase Guide r16.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature

Type Message Description Probable Cause Suggested Action. Fan in the system is not functioning or room temperature Table of Content Error Messages List... 2 Troubleshooting the Storage System... 3 I can t access the Manager... 3 I forgot the password for logging in to the Manager... 3 The users can t access the shared

More information

Data Transfer Tips and Techniques

Data Transfer Tips and Techniques Agenda Key: Session Number: System i Access for Windows: Data Transfer Tips and Techniques 8 Copyright IBM Corporation, 2008. All Rights Reserved. This publication may refer to products that are not currently

More information

1 Documentation Accessibility

1 Documentation Accessibility Oracle Database Client Quick Installation Guide 10g Release 1 (10.1.0.2.0) for Windows Part No. B13691-01 March 2004 This guide describes how to quickly install Oracle Database Client on Windows systems.

More information

CS10110 Introduction to personal computer equipment

CS10110 Introduction to personal computer equipment CS10110 Introduction to personal computer equipment PRACTICAL 4 : Process, Task and Application Management In this practical you will: Use Unix shell commands to find out about the processes the operating

More information

Administration guide. Océ LF Systems. Connectivity information for Scan-to-File

Administration guide. Océ LF Systems. Connectivity information for Scan-to-File Administration guide Océ LF Systems Connectivity information for Scan-to-File Copyright 2014, Océ All rights reserved. No part of this work may be reproduced, copied, adapted, or transmitted in any form

More information

Hardware Information Managing your server, adapters, and devices ESCALA POWER5 REFERENCE 86 A1 00EW 00

Hardware Information Managing your server, adapters, and devices ESCALA POWER5 REFERENCE 86 A1 00EW 00 86 A1 00EW 00 86 A1 00EW 00 Table of Contents Managing your server, adapters, and devices...1 Managing your server using the Hardware Management Console...1 What's new...1 Printable PDFs...2 HMC concepts

More information

Creating a Web Service using IBM Rational HATS. For IBM System i (5250) Creating a Web Service using HATS 1

Creating a Web Service using IBM Rational HATS. For IBM System i (5250) Creating a Web Service using HATS 1 Creating a Web Service using IBM Rational HATS For IBM System i (5250) Creating a Web Service using HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web service that

More information

Rational Developer for IBM i (RDI) Distance Learning hands-on Labs IBM Rational Developer for i. Maintain an ILE RPG application using

Rational Developer for IBM i (RDI) Distance Learning hands-on Labs IBM Rational Developer for i. Maintain an ILE RPG application using IBM Software Rational Developer for IBM i (RDI) Distance Learning hands-on Labs IBM Rational Developer for i Maintain an ILE RPG application using Remote System Explorer Debug a CL/RPG program member Lab

More information

FileNet System Manager Dashboard Help

FileNet System Manager Dashboard Help FileNet System Manager Dashboard Help Release 3.5.0 June 2005 FileNet is a registered trademark of FileNet Corporation. All other products and brand names are trademarks or registered trademarks of their

More information

Get Started MyLab and Mastering for Blackboard Learn Students

Get Started MyLab and Mastering for Blackboard Learn Students Get Started MyLab and Mastering for Blackboard Learn Students March 21, 2013 Copyright Notice Copyright 2013 by Pearson Education. All rights reserved. No part of the contents of this book may be reproduced

More information

Applications Manager Version 8.0

Applications Manager Version 8.0 Applications Manager Version 8.0 Getting Started Guide UC4 Software, Inc. Applications Manager Version 8.0 Applications Manager Getting Started Guide By Jack Ireton Document number: AM80START-032009 UC4

More information

Workplace Giving Guide

Workplace Giving Guide Workplace Giving Guide 042612 2012 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical, including photocopying,

More information

User Guide For ipodder on Windows systems

User Guide For ipodder on Windows systems User Guide Page 1 User Guide For ipodder on Windows systems Part of the ipodder Documentation User Guide Page 2 Table Of Contents 1. Introduction (p3) 2. Getting Started (p3) 1. Requirements (p4) 2. Installation

More information

TOSHIBA GA-1310. Printing from Windows

TOSHIBA GA-1310. Printing from Windows TOSHIBA GA-1310 Printing from Windows 2009 Electronics for Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45081979 04 February 2009 CONTENTS 3 CONTENTS

More information

Phone & User Assignment. Feature Overview. Feature Prerequisites. Feature Setup

Phone & User Assignment. Feature Overview. Feature Prerequisites. Feature Setup Feature Overview The Phone and User assignment functionality is the foundation for all other service setup components of the Placetel UC-One PBX service. This process ties together all the pieces of the

More information

Web Connect Guide MFC-J825DW MFC-J835DW. Version 0 USA

Web Connect Guide MFC-J825DW MFC-J835DW. Version 0 USA Web Connect Guide MFC-J825DW MFC-J835DW Version 0 USA Definitions of notes We use the following icon throughout this user s guide: s tell you how you should respond to a situation that may arise or give

More information

Jive Connects for Openfire

Jive Connects for Openfire Jive Connects for Openfire Contents Jive Connects for Openfire...2 System Requirements... 2 Setting Up Openfire Integration... 2 Configuring Openfire Integration...2 Viewing the Openfire Admin Console...3

More information

Avalanche Site Edition

Avalanche Site Edition Avalanche Site Edition Version 4.8 avse ug 48 20090325 Revised 03/20/2009 ii Copyright 2008 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved.

Evaluator s Guide. PC-Duo Enterprise HelpDesk v5.0. Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. Evaluator s Guide PC-Duo Enterprise HelpDesk v5.0 Copyright 2006 Vector Networks Ltd and MetaQuest Software Inc. All rights reserved. All third-party trademarks are the property of their respective owners.

More information

StreamServe Persuasion SP5 Control Center

StreamServe Persuasion SP5 Control Center StreamServe Persuasion SP5 Control Center User Guide Rev C StreamServe Persuasion SP5 Control Center User Guide Rev C OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other international patents

More information

EView/400i Management Pack for Systems Center Operations Manager (SCOM)

EView/400i Management Pack for Systems Center Operations Manager (SCOM) EView/400i Management Pack for Systems Center Operations Manager (SCOM) Concepts Guide Version 6.3 November 2012 Legal Notices Warranty EView Technology makes no warranty of any kind with regard to this

More information

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Note Before using this information and the product

More information

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6

Backup Assistant. User Guide. NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Backup Assistant User Guide NEC NEC Unified Solutions, Inc. March 2008 NDA-30282, Revision 6 Liability Disclaimer NEC Unified Solutions, Inc. reserves the right to change the specifications, functions,

More information