Monday, 31 March 2014
Friday, 7 March 2014
Websphere Online Training in INDIA Call : +91 9441233734
Websphere Online Training in INDIA Call : +91 9441233734
- Middleware Background
- What is Middleware, Message Oriented Middleware
- Synchronous versus Asynchronous Communication.
- Technical Introduction to IBM WebSphere MQFeatures and benefits of IBM WebSphere MQ
Websphere MQ messages : Message Types
Persistent Messages/ Non Persistent Messages - MQ Objects: Queue Manager, Message Queues Types & Uses, Channels Channel Types, Process Definitions, Listeners, Services MQSeries Structures
Message Queue Interface - (MQI) Calls: MQCONN, MQOPEN, MQPUT, MQPUT1, MQGET, Data Conversion, Correlating Messages, Get With Wait, Signals, Browsing Messages, Retrieving Browsed Messages, Message Priority, Message Expiry, MQCMIT/ MQBACK/ MQCLOSE/ MQDISC/ MQINQ/ MQSET
- Triggering: Starting Websphere MQ applications automatically in different platforms, Using triggering;Trigger message contents; Syncpoint control; MQCMIT; Syncpoints and non-resource managed objects, the initiation queue; The trigger monitor; The process object; Triggering the application queue; sample programs, MQPUT and MQGET with Syncpoint
Units of Work, Transaction Managers, Transaction support; Syncpoint control
Attributes for the creation of MQ objects
WebSphere MQ directory structure.
- Installation and Configuration: MQ Server Installation
- Create a working queue manager
Create the necessary IBM WebSphere MQ objects to support an application
Identify features of Eclipse MQ Explorer, MQSC scripting, Logging Start and stop queue managers and appropriate queue manager services
Monitor and change IBM WebSphere MQ objects using the administrative facilities
Queue manager configuration files.
- Websphere MQ Clients
- Installing MQ clients
Configuring communication links
Building applications for MQ clients
Install IBM WebSphere MQ client and connect the client to a queue manager server.
- MQ DQM
- Local Communication
Remote Communication
How intercommunications works
Remote queues, Transmission queues; Message Channel Agents; MCA configuration; MCA Secure Sockets Layer (SSL); Channel types; Triggering channels, Transmission headers; Remote queues;; Starting channels; The listener; Secure Sockets Layer (SSL) - 'Handshake'; Channel exits - message, send & receive; Resolving channel problems; Queue name Resolution, Transmission Queue Resolution, Resolution Example Channel attributes
Monitoring channels on distributed platforms
Setting up communications on Windows and UNIX systems
visit us at : websphere online training
Webdesigning Online Training in INDIA Call : +91 9441233734
Webdesigning Online Training in INDIA Call : +91 9441233734
Web Designing Course Syllabus
- Adobe Photoshop CS3
- Introduction to Adobe Photoshop
- Using Photoshop Tools
- Layers, Actions and Filters
- Creating Custom Effects
- Design Banners for Website
- Basic Website Layout
- Design Complex Webpage Layout
- Conversation of PSD to HTML
- Designing with CSS
- Introduction to Cascading Style Sheets
- Types of style sheets
- Converting Table layout to CSS
- Custom CSS Layout Design
- Creating simple and dropdown menus
- Creating Appealing forms using CSS
- Adobe Dreamweaver
- Introduction to Adobe Dreamweaver
- Tools in Dreaweaver.
- Adding Content and Multimedia.
- Creating user submission forms.
- Importing a website design
- Using DWT Template
- Markup Languages
- Structure of HTML
- Basic / Advanced HTML Tags
visit us at : web designing online training
VMWere Online Training in INDIA Call : +91 9441233734
VMWare Online Training in INDIA Call : +91 9441233734
- VMware Virtualization
- Virtualization, virtual machines, and vSphere components
- Server, network, and storage virtualization concepts
- Where vSphere fits into the cloud architecture
- Install and use vSphere user interfaces
- Virtual Machines
- Virtual machines, virtual machine hardware, and virtual machine files
- Deploy a single virtual machine and virtual machine appliance
- VMware vCenter Server
- vCenter Server and database requirements
- vCenter Server architecture
- Deploy a vCenter Server appliance
- View and create vCenter Server inventory objects
- Configure and Manage Virtual Networks
- Create and manage a standard virtual switch
- Modify standard virtual switch properties
- Configure and Manage vSphere Storage
- Configure ESXi with iSCSI, NFS, and Fibre Channel storage
- Create and manage vSphere datastores
- Configure, deploy, and manage the VMware Virtual Storage Appliance
- Virtual Machine Management
- Deploy virtual machines using templates, cloning, and VMware vCenter Converter
- Modify and manage virtual machines
- Create and manage virtual machine snapshots
- Perform VMware vMotion and Storage vMotion migrations
- Access and Authentication Control
- Control user access through roles and permissions
- Configure and manage the ESXi firewall
- Integrate ESXi with Active Directory
- vShield Zones
- Resource Management and Monitoring
- Control virtual machine access to CPU, memory, and I/O resources
- VMkernel methods for optimizing CPU and memory usage
- Monitor resource usage using vCenter Server performance graphs and alarms
- Data Protection
- Strategies for backing up ESXi hosts
- Backup/recovery APIs
- Strategies for backing up virtual machines
- High Availability and Fault Tolerance
- Configure and manage a VMware High Availability (HA) cluster
- Configure fault-tolerant virtual machines using VMware Fault Tolerance
- Scalability
- Configure and manage a VMware Distributed Resource Scheduler (DRS) cluster
- Configure Enhanced vMotion Compatibility
- Using VMware HA and DRS together
- Patch Management
- Manage ESXi patching and patch compliance using vCenter Update Manager
- Installing VMware vSphere 5 Components
- ESXi Installable installation
- vCenter Server installation
- Additional vCenter Server module installation
visit us at : vmware online training
Testing Tools Online Training in INDIA Call : +91 9441233734
Testing Tools Online Training in INDIA Call : +91 9441233734
What are the pre-requisites for this testing tools online training Course?
Any graduate with qualified training on Software Testing can aspire for a career in software testing. Most of the companies recruit from the following qualifications :B.Sc, B.Com, BCA, B.Tech, MCA, M.Sc, M.Tech etc......
How will I execute the Practicals?
for practicals testing tools online training provide the soft ware to the candidates
Who should go for this course?
- Freshers/Graduates
- End users
- IT professionals
- Business Professionals
- Management professionals
- Management graduates
- Aspiring individuals
- Job seekers
visit us at : testing tools online training
Unix Online Training in INDIA Call : +91 9441233734
Unix Online Training in INDIA Call : +91 9441233734
Basics of Unix
- Features of Unix
- Flavors of Unix/Linux
- Unix Architecture
- Unix file systems(Dir structure)
Shell scripting basics
- What is shell scripting?
- Why to write shell script?
- How to write shell scripts?
- Meta data in shell scripts
- Code in shell scripting
- Executing shell script
- Debugging shell scripts
Bash Shell abilities
- Bash Shell Shortcuts
- Command chaining
- history
- alias
- Variables(System and user defined)
- Quotes(single, double and inverted)
- Brackets(square, flower, normal)
- Redirect operators(input, Output, Pipe, Error)
- wild cards(*, ?)
- Escape characters(/n, r etc)
Commands
- System info commands(uname, hostname, $SHELL, tty, who, env)
- Viewing files(head, tail, vi, cat, more, less, pg)
- Simple filters(grep, cut, paste)
- Sorting & Compare(sort, uniq, cmp, diff, tr)
- Regular expressions(Basic, Interval and extended)
- Advanced filters(AWK and SED)
- find command
- Miscellaneous commands
Control/Conditional statements
- test command
- eval command
- expr command
- $(( ))
- &&, || statements
- Assignment, Arithmetic, Bitwise, Logical operators
- numerical, string, file tests
- if statements
- For loop
- While loop
- Untill loop
- case statement
- Break, sleep, continue, exit
- Functions
visit us at : unix online training
Tableau Online Training in INDIA Call : +91 9441233734
Tableau Online Training in INDIA Call : +91 9441233734
we Provide Tableau Administration, Tableau Development Training by Real-time Experts who have in depth knowledge on Tableau Desktop,Tableau Server,Tableau Reader,Tableau Public etc........
What is tableau?
This tableau online training in Hyderabad course is designed to provide you with the skills required to become a Tableau power user. The course is designed for the professional who has solid working experience with Tableau and wants to take it to the next level. You should have a deep understanding of all the fundamental concepts of building worksheets and dashboards, but may scratch your head when working with more complex issues.
What we Provide in tableau course?
we Provide Tableau Administration, Tableau Development Training by Real-time Experts who have in depth knowledge on Tableau Desktop,Tableau Server,Tableau Reader,Tableau Public etc........
What are the pre-requisites for Tableau Course?
Knowledge on Data Modelling and BI concepts, SQL and creativity to use the right components.
How will I execute Tableau Practicals?
The desktop versions of Tableau online training in Hyderabad are very much user friendly, as the program runs with the basic system configurations such as the windows 7 operating system, and even higher versions.
Why I learn tableau? end of this class, What I will be able to?
- Build advanced chart types and visualizations.
- Build complex calculations to manipulate your data.
- Work with statistics and statistical techniques.
- Work with parameters and input controls.
- Implement advanced geographic mapping techniques and use custom images and Geo coding to build spatial visualizations of non-geographic data.
- Implement all options in working with data: Joining multiple tables, data blending, performance considerations and working with the Data Engine, sharing your connections as meta data, and understand when to implement which connection method.
- Build better dashboards using techniques for guided analytics, interactive dashboard design and visual best practices.
- Implement many efficiency tips and tricks.
- Understand the basics of Tableau Server and other options for sharing your results.
- visit us at : tableau online training
SQL Online Training in INDIA Call : +91 9441233734
SQL Online Training in INDIA Call : +91 9441233734
Why learn sql?
This course is designed to give users an understanding of Oracle SQL and Oracle PL/SQL languages using Oracle’s SQL*Plus and iSQL*Plus tools. The course covers SQL commands for DML, DDL, Query, and Transaction Control operations. Students are also introduced to procedural programming using PL/SQL. The course topics are applicable to all versions of Oracle through Oracle 10g.
What are the pre-requisites for this Course?
Application designers and developers, database administrators and operators and end users should attend this course.
Learning Take-Away:
Upon completion of this course, students will be able to:
1. Explain the difference between SQL, PL/SQL and SQL*PLUS.
2.Write basic SQL queries to retrieve desired data.
3. Use DML statements (insert, update, and delete).
4. Use DDL statements (create, alter, and drop).
5.Use transaction control statements to commit, rollback, and create savepoints.
6. Write advanced queries.
7. Write scripts to do queries and display SQL*PLUS reports.
8. Control access to your database objects.
9. Write a PL/SQL block using all elements of block structure.
10.Write PL/SQL statements using lexical units, declared variables, and assignment statements.
11. Use control structures to loop, branch, and jump.
12. Use PL/SQL named exceptions and user-defined exceptions.
13. Use explicit cursors.
1. Explain the difference between SQL, PL/SQL and SQL*PLUS.
2.Write basic SQL queries to retrieve desired data.
3. Use DML statements (insert, update, and delete).
4. Use DDL statements (create, alter, and drop).
5.Use transaction control statements to commit, rollback, and create savepoints.
6. Write advanced queries.
7. Write scripts to do queries and display SQL*PLUS reports.
8. Control access to your database objects.
9. Write a PL/SQL block using all elements of block structure.
10.Write PL/SQL statements using lexical units, declared variables, and assignment statements.
11. Use control structures to loop, branch, and jump.
12. Use PL/SQL named exceptions and user-defined exceptions.
13. Use explicit cursors.
visit us at : sql online training
Shell Scripting Online Training in INDIA Call : +91 9441233734
Shell Scripting Online Training in INDIA Call : +91 9441233734
What are delimiters and its types?
Reading and Writing to files
Tools for column data
Shell Scripting Syllabus
- History of UNIX
- Features of UNIX
- Flavors of UNIX
- Comparison of UNIX with Windows
- Architecture of UNIX
- UNIX File System
- Regular Files
- Directory Files
- Device Files
- pwd, logname, who, finger
- Exit, date, cal
- groupadd, groupdel
- useradd, userdel
- Init, halt, shutdown
- Different Run levels
- Different date formats
- cat, touch, rm
- cp, mv
- mkdir, cd, rmdir, rm –r
- Redirecting output
- Redirecting Input
- cmp, diff, comm
- find, locate, which
- gzip, gunzip
- ls options
- pg, more, head, tail
- chmod, chown, chgrp, umask
- Class, Anchors
- Repetition, Alteration
- Group, Dot
- What is pattern
- Usage of regular expression
- Different types of pattern
- Character pattern
- Word pattern
- Line pattern
- grep, grep with options
What are delimiters and its types?
Reading and Writing to files
Tools for column data
- cut, paste
- Sort by lines, Sort by fields
- Sort with options, uniq
- tr, sed
- usage of piping
- piping with filters
- tee command
- write, wall
- mail, mail with options
- telnet, ftp
- du, df with options
- Foreground jobs, background jobs
- Killing jobs, nohup
- ps , ps with options
- 3 modes
- Command mode
- Insert mode
- Ex command mode
- What is shell scripting?
- Importance of shell scripting
- Different types of shells
- Creating shell script
- Making shell scripting executable
- Shell input & output
- echo, print, read
Variables- What is variable
- System defined variables
- Environment files
- User defined variables
- Constant variables
- Local & global variables
- Special variables
- Arithmetic variables
- Relational numeric operators
- Logical operators
- Assignment operators
- if, if….else
- if, elif
- case
- while, until, for
- break, continue
- File test commands
- String test commands
- exit & sleep commands
- Command line arguments
- Usage of COA
- What is $0, S#, $*, $@, $? , $$
- Job scheduling
- cron
- at
- batch
- Compiling and execution of C and
- C++ programs
visit us at : shell scripting online training
Subscribe to:
Posts (Atom)