Payment for
Facilities rental at Iverson Associates, Bandar Utama
Date: 24-25 May 2022
Fees: RM 4680
The Veritas InfoScale Availability 7.4.1 for Unix/Linux: Administration course is designed for the IT professional tasked with installing, configuring, and maintaining Veritas Cluster Server (VCS) clusters.
This class discusses how to use InfoScale Availability to manage applications in a high availability environment. After gaining the necessary fundamental skills that are required to manage a highly available application in a cluster, the course enables you to deploy InfoScale Availability in the lab environment to practically implement a sample cluster design and deployment.
Available upon request
This course is for UNIX/Linux system administrators, system engineers, technical support personnel, network/SAN administrators, and systems integration/development staff, who will be installing, operating, or integrating InfoScale Availability.
Knowledge of and hands-on experience with UNIX/Linux systems administration is required.
By the completion of this course, you will be able to:
High Availability Concepts
VCS Building Blocks
Labs
VCS Operations
Labs
VCS Configuration Methods
Labs
Preparing Services for VCS
Labs
Online Configuration
Labs
Offline Configuration
Labs
Configuring Notification
Labs
Handling Resource Faults
Intelligent Monitoring Framework
Labs
Cluster Communications
Labs
Using I/O Fencing for Application Data Integrity
Labs
Clustering Applications
Labs
Clustering Databases
Labs
VMware vSphere Data Center Architecture
Labs
Veritas High Availability Deployment in VMware
Labs
Veritas High Availability Configuration and Administration
Labs
The Veritas InfoScale Storage 8.0 for UNIX/Linux: Administration course is designed for IT professionals tasked with installing, configuring, and maintaining Veritas InfoScale Storage environments, including Volume Manager (VxVM), File System (VxFS), Cluster File System (CFS), and InfoScale for Cloud environments.
This course covers how to use InfoScale Storage to manage disks, disk groups, and volumes using a variety of InfoScale Storage user interfaces, including the Veritas InfoScale Operations Manager (VIOM) Web console. It also discussed the basics of online file system administration and recovery from disk failures. In addition, the course covers data replication using Veritas File Replicator and Veritas Volume Replicator. The course also describes how to configure Veritas Cluster Volume Manager and Veritas Cluster File System and support for cloud environments
Available upon request
This course is designed for UNIX/Linux system administrators, system engineers, technical support personnel, network/SAN administrators, and systems integration/development staff, who will install, configure, manage, and integrate InfoScale Storage.
Knowledge of and hands-on experience with UNIX/Linux systems administration is required.
After completing this course, you will be able to:
Acquire the skills to make your data protection strategy successful with the Veritas NetBackup 9.1: Advanced Administration course. You will learn advanced NetBackup topics, including NetBackup performance, disaster recovery, application backups on physical and virtual machines, virtual machine accelerator backups, and security. This course also covers using NetBackup to manage Oracle, Microsoft Exchange, Microsoft SQL, Microsoft SharePoint database backups and restores along with other modern workloads.
18-22 Jul 2022
14-18 Nov 2022
This course is intended for NetBackup system administrators, system engineers, technical support personnel, and system integration and development staff who are responsible for implementing new and advanced NetBackup 8.3 features and functions.
Students should be familiar with general network and storage concepts, and the administration and configuration of Windows or Linux operating systems. Students must also have one to three years of experience with basic NetBackup administration, configuration, and operation. These prerequisites can be met by attending any version of the NetBackup Administration course plus additional on-the-job experience.
Hands-On This course includes practical hands-on lab exercises to apply your new skills in a virtual NetBackup domain. At the start of class students will choose between Windows-based or Linux-based NetBackup servers to perform lab exercises.
By the completion of this course, you will be able to:
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Labs
Acquire the skills to make your data protection strategy successful with the Veritas NetBackup 9.1: Administration course. You will learn the general principles, configuration, and management of NetBackup, including how to best utilize the NetBackup tools and interfaces, effectively monitor backup operations, and ensure data recovery objectives are met
4-8 Apr 2022
16-17 May 2022
8-12 Aug 2022
5-9 Dec 2022
This course is intended for technical professionals responsible for the design, configuration, operation, monitoring, or support of NetBackup.
Students should be familiar with general network and storage concepts, and the administration and configuration of Windows or Linux operating systems.
By the completion of this course, you will be able to:
• Data protection and the NetBackup environment
• NetBackup concepts
• NetBackup Appliance Overview
• Using the NetBackup Administration Console
• Using the NetBackup web interface
• Using NetBackup OpsCenter
• NetBackup Installation
• NetBackup storage device concepts
• Configuring and managing a basic disk storage unit
• Configuring storage unit groups
• Introduction to backup policies
• Creating and configuring policy attributes
• Creating a policy schedule
• Adding client to a policy
• Creating backup selections
• Managing policies
• Using and customizing the NetBackup Activity Monitor
• Performing manual backup operations
• Performing user-directed backups
• Backup job-related tips
• Introduction to restores
• Performing restore operations using the BAR interface
• Performing restore operations using OpsCenter Operational Restore
• Restore job-related tips
• Understanding disk pools and AdvancedDisk
• Configuring AdvancedDisk
• Managing AdvancedDisk storage
• Introduction to NetBackup deduplication
• Configuring NetBackup media server deduplication
• Configuring client-side deduplication
• Managing NetBackup deduplication
• Understanding Media Manager storage units
• Configuring tape devices
• Verifying tape storage
• NetBackup media concepts
• Configuring media
• Managing robots and tape drives
• Monitoring media and media states
• Managing tapes
• Media- and device-related tips
• Introduction to virtual machine backups
• Configuring VMware backups
• Protecting VMware Assets using the web UI
• Performing and Monitoring VM Backups
• Managing virtual machine restores
• Managing VMware restores
• Using VMware Instant Recovery
• VMware Agentless Restore
This Java SE 11 Programming training covers the core language features and Application Programming Interfaces (API) you will use to design object-oriented applications with Java Standard Edition 8 (Java SE 11) Platform.
Learn To:
Benefits to You
You can use this course to further develop your skills with the Java language and prepare for the Oracle Certified Professional, Java SE 8 Programmer Exam!
Java Platform Overview
• Defining how the Java language achieves platform independence
• Differentiating between the Java ME, Java SE, and Java EE Platforms
• Evaluating Java libraries, middle-ware, and database options
• Defining how the Java language continues to evolve
Java Syntax and Class Review
• Creating simple Java classes
• Creating primitive variables
• Using operators
• Creating and manipulate strings
• Using if-else and switch statements
• Iterating with loops: while,do-while,for,enhanced for
• Creating arrays
• Using Java fields, constructors, and methods
Encapsulation and Subclassing
• Using encapsulation in Java class design
• Modeling business problems using Java classes
• Making classes immutable
• Creating and use Java subclasses
• Overloading methods
Overriding Methods, Polymorphism, and Static Classes
• Using access levels: private, protected, default, and public.
• Overriding methods
• Using virtual method invocation
• Using varargs to specify variable arguments
• Using the instanceof operator to compare object types
• Using upward and downward casts
• Modeling business problems by using the static keyword
• Implementing the singleton design pattern
Abstract and Nested Classes
• Designing general-purpose base classes by using abstract classes
• Constructing abstract Java classes and subclasses
• Applying final keyword in Java
• Distinguish between top-level and nested classes
Interfaces and Lambda Expressions
• Defining a Java interface
• Choosing between interface inheritance and class inheritance
• Extending an interface
• Defaulting methods
• Anonymous inner classes
• Defining a Lambda Expression
Collections and Generics
• Creating a custom generic class
• Using the type inference diamond to create an object
• Creating a collection by using generics
• Implementing an ArrayList
• Implementing a TreeSet
• Implementing a HashMap
• Implementing a Deque
• Ordering collections
Collections Streams, and Filters
• Describing the Builder pattern
• Iterating through a collection using lambda syntax
• Describing the Stream interface
• Filtering a collection using lambda expressions
• Calling an existing method using a method reference
• Chaining multiple methods together
• Defining pipelines in terms of lambdas and collections
Lambda Built-in Functional Interfaces
• Listing the built-in interfaces included in java.util.function
• Core interfaces - Predicate, Consumer, Function, Supplier
• Using primitive versions of base interfaces
• Using binary versions of base interfaces
Lambda Operations
• Extracting data from an object using map
• Describing the types of stream operations
• Describing the Optional class
• Describing lazy processing
• Sorting a stream
• Saving results to a collection using the collect method
• Grouping and partition data using the Collectors class
Exceptions and Assertions
• Defining the purpose of Java exceptions
• Using the try and throw statements
• Using the catch, multi-catch, and finally clauses
• Autoclose resources with a try-with-resources statement
• Recognizing common exception classes and categories
• Creating custom exceptions
• Testing invariants by using assertions
Java Date/Time API
• Creating and manage date-based events
• Creating and manage time-based events
• Combining date and time into a single object
• Working with dates and times across time zones
• Managing changes resulting from daylight savings
• Defining and create timestamps, periods and durations
• Applying formatting to local and zoned dates and times
I/O Fundamentals
• Describing the basics of input and output in Java
• Read and write data from the console
• Using streams to read and write files
• Writing and read objects using serialization
File I/O (NIO.2)
• Using the Path interface to operate on file and directory paths
• Using the Files class to check, delete, copy, or move a file or directory
• Using Stream API with NIO2
Concurrency
• Describing operating system task scheduling
• Creating worker threads using Runnable and Callable
• Using an ExecutorService to concurrently execute tasks
• Identifying potential threading problems
• Using synchronized and concurrent atomic to manage atomicity
• Using monitor locks to control the order of thread execution
• Using the java.util.concurrent collections
The Fork-Join Framework
• Parallelism
• The need for Fork-Join
• Work stealing
• RecursiveTask
• RecursiveTask
Parallel Streams
• Reviewing the key characteristics of streams
• Describing how to make a stream pipeline execute in parallel
• List the key assumptions needed to use a parallel pipeline
• Defining reduction
• Describing why reduction requires an associative function
• Calculating a value using reduce
• Describing the process for decomposing and then merging work
• Listing the key performance considerations for parallel streams
Database Applications with JDBC
• Defining the layout of the JDBC API
• Connecting to a database by using a JDBC driver
• Submitting queries and get results from the database
• Specifying JDBC driver information externally
• Performing CRUD operations using the JDBC API
Localization
• Describing the advantages of localizing an application
• Defining what a locale represents
• Read and set the locale by using the Locale object
• Building a resource bundle for each locale
• Calling a resource bundle from an application
• Changing the locale for a resource bundle
AWS Certification validates cloud expertise to help professionals highlight in-demand skills and organizations build effective, innovative teams for cloud initiatives using AWS. Get certified with this complete bundle, even if you are new in cloud computing.
AWS Solutions Architect Pathway - RM 5,400 (Inclusive Associate Exam)
Training Dates: 20, 23-25 May 2022/ 13 June & 5-7 July 2022
Inclusive Training Courses Below:
AWS Systems Operations Pathway - RM 5,400 (Inclusive Associate Exam)
Training Dates: 27 May&14-16 June 2022/ 13 June & 18-20 July 2022
Inclusive Training Courses Below:
AWS Developer Pathway - RM 5,400 (Inclusive Associate Exam)
Training Dates: 13-16 June 2022
Inclusive Training Courses Below:
Terms & Conditions
1. The above promotion price is exclusive of SST.
2. The above promotion price is inclusive of an associate exam.
3. Iverson reserves the right to amend the terms & conditions without giving prior notice.
For further information, please contact us at:
Iverson Associates Sdn Bhd (303330-M)
Tel: +603 7726 2678 / +6012 602 6277
E-mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
This course teaches IT Professionals how to manage their Azure subscriptions, secure identities, administer the infrastructure, configure virtual networking, connect Azure and on-premises sites, manage network traffic, implement storage solutions, create and scale virtual machines, implement web apps and containers, back up and share data, and monitor your solution.
Skills measured
Training Date: 10-13 May 2022
Prize include
Grand Prize - 1 x Surface Go 3
Special Prize - 2 x Xbox Wireless Stereo Headset
How to participate
Challenge ends 24 June 2022, 9:00 PM SGT.
The top 3 winners will be determined based on the total sum of reactions, comments, and direct shares of your post!
For further information, please contact us at:
Iverson Associates Sdn Bhd (303330-M)
Tel: +603 7726 2678 // +6012 602 6277
E-mail: This email address is being protected from spambots. You need JavaScript enabled to view it.
Payment for
1. Item: AZ-900: Azure Fundamentals With Labs - VILT
Training Date: 9-10May 2022
Fees: RM 2300
2. Item: Microsoft Excel 2019 Intermediate - VILT
Training Date: 1st June 2022
Fees: RM390
3. Microsoft Excel 2019 Advanced VILT
Training Date: 2nd June 2022
Fees: RM390