Linux virtualization and HA training course description The LPIC-3 certification is the culmination of LPI's multi -level professional certification program. LPIC-3 is designed for the enterprise-level Linux professional and represents the highest level of professional, distribution neutral Linux certification within the industry. LPIC-3 304 covers administering Linux enterprise-wide with an emphasis on virtualization and high availability. At SNT we have enhanced the contents of the course by covering containers. What will you learn Manage Virtual Machines. Manage containers. Manage HA clusters. Manage HA cluster storage. Linux virtualization and HA training course details Who will benefit: Linux professionals working with virtualization and/or High availability. Prerequisites: Linux network administration 2 (LPIC-2) Duration 5 days Linux virtualization and HA training course contents VIRTUALIZATION Virtualization concepts and theory Terminology, Pros and Cons of virtualization, variations of Virtual Machine monitors, migration of physical to VMs, migration of VMs between host systems, cloud computing. Xen Xen architecture, networking and storage, Xen configuration, Xen utilities, troubleshooting Xen installations, XAPI, XenStore, Xen Boot Parameters, the xm utility. KVM KVM architecture, networking and storage, KVM configuration, KVM utilities, troubleshooting KVM installations. Other virtualization solutions OpenVZ and LXC, other virtualization technologies, virtualization provisioning tools. Libvirt and Related Tools libvirt architecture, networking and storage, basic technical knowledge of libvirt and virsh, oVirt. Cloud Management Tools Basic feature knowledge of OpenStack and CloudStack, awareness of Eucalyptus and OpenNebula. Containers Containers versus VMs, Docker, Kubernetes. Load balanced clusters of LVS/IPVS, VRRP, configuration of keepalived, configuration of ldirectord, backend server network configuration. HAProxy, configuration of HAProxy. Failover clusters Pacemaker architecture and components (CIB, CRMd, PEngine, LRMd, DC, STONITHd), Pacemaker cluster configuration, Resource classes (OCF, LSB, Systemd, Upstart, Service, STONITH, Nagios), Resource rules and constraints (location, order, colocation), Advanced resource features (templates, groups, clone resources, multi-state resources), Pacemaker management using pcs, Pacemaker management using crmsh, configuration and management of corosync in conjunction with Pacemaker, other cluster engines (OpenAIS, Heartbeat, CMAN). HIGH AVAILABILITY CLUSTER STORAGE DRBD/cLVM DRBD resources, states and replication modes, configuration of DRBD resources, networking, disks and devices, configuration of DRBD automatic recovery and error handling, management of DRBD using drbdadm. drbdsetup and drbdmeta, Integration of DRBD with Pacemaker, cLVM, integration of cLVM with Pacemaker. Clustered File Systems Principles of cluster file systems. Create, maintain and troubleshoot GFS2 file systems in a cluster, create, maintain and troubleshoot OCFS2 file systems in a cluster, Integration of GFS2 and OCFS2 with Pacemaker, the O2CB cluster stack, other commonly used clustered file systems.
Total H.248 training course description A course focusing purely on the H.248 protocol. Anyone working through the ITU standards documents can testify to the need of a training course to explain how H.248 really works. This course already assumes knowledge of other VoIP protocols and starts by positioning H.248 in relation to the other protocols. The course then looks at H.248 architectures and concepts before analysing H.248 messages and call flows. What will you learn Describe what H.248 is Recognise where H.248 fits in relation to other VoIP protocols. Explain how H.248 works. Analyse H.248 packets Total H.248 training course details Who will benefit: Technical staff working with H.248 Prerequisites: Voice Over IP. Duration 2 days Total H.248 training course contents What is H.248? Review of VoIP protocols: RTP, RTCP, SIP, SDP, H.323. The PSTN and SS7. Where H.248 fits into the picture. H.248 history. MGCP. The IETF. Megaco. ITU standards. H.248v1, v2, v3. H.248 architectures Media Gateways, Media Gateway Controllers, Gateway Control functions, Signalling Gateways. Reference architectures: IMS/TISPAN: IBCF, IWF, I-BGF, SPDF. MSF: S-SBG-NC, D-SBG-NC. GSMA: IPX Proxy. Softswitches. H.248 concepts The connection model, terminations, streams, contexts. Termination properties: descriptors, context properties. Events, signals, packages. H.248 messages Protocol stack, UDP, TCP. Message structure. Transactions, actions, commands. Requests, replies, acknowledgements. Sample message flows. Binary encoding, ASN syntax, Text encoding. H.248 commands Termination manipulation: Add, Subtract, Move, Modify. Event reporting: Notify. Management: AuditCapability, AuditValue, ServiceChange. H.248 Descriptors What are descriptors? Relationship with messages and commands. Basic descriptors, Descriptors composed of other descriptors. The 19 descriptors. Defaults. H.248 Transactions Groups of commands, transaction Ids, relationship with actions and commands. Requests and replies. H.248 wrap up What is a package? Basic packages. H.248 security. H.248 - SIP interoperation. H.248 interoperation with other protocols.
Python training course description This Python course focusses on teaching Python for use in network automation and network DevOps. We focus on getting delegates up and running with Python and network automation as quickly as possible rather than making them great programmers. In other words we concentrate on enabling delegates to use network automation libraries such as netmiko, NAPALM and Nornir, and APIs such as NETCONF and RESTCONF rather than enabling delegates to produce object oriented programs. Hands on sessions use Cisco and Juniper devices. What will you learn Run Python programs. Read Python programs. Write Python programs. Debug Python programs. Automate network tasks with Python programs. Configure network devices with Python. Collect data from network devices with Python. Python training course details Who will benefit: Network engineers. Prerequisites: TCP/IP Foundation Duration 5 days Python training course contents What is Python? Programming languages, Why Python? Python in interactive mode, Python scripts, ipython, Python version 2 versus version 3. A simple Python script. Comments. Hands on Installing Python, Hello world. A network example On box vs off box Python. telnet, ssh, NETCONF, HTTP, APIs, manufacturers and API support, analysis of a simple telnetlib program. Hands on Using Python to retrieve the configuration from a network device. Using wireshark to analyse the actions. Python basics I/O, operators, variables and assignment, types, indentation, loops and conditionals. Hands on Modifying the telnet program, changing configurations on a network devices. Functions, classes and methods What are functions, calling functions, builtin functions, useful builtin functions, file handling, classes, objects, creating instances. Hands on Storing configurations in files, configuring devices from files, using an inventory file to work on multiple devices. Libraries and modules Modules, files and packages, import, from-import, Python standard library, other packages, pip install, executing other programs. Managing python libraries. Hands on Using pip, installing and using ipaddress, subprocess to access netsnmp. For the more advanced, using the sockets library. Paramiko and netmiko SSH, enabling SSH on devices, keys. Paramiko versus netmiko, example scripts. pexpect. Hands on Configuring VLANs from Python. pySNMP Gathering facts using previous methods, SNMP review, pySNMP GET, pySNMP and SNMPv3. easySNMP library. Hands on Walking a MIB from Python. NETCONF What is NETCONF? Enabling NETCONF on devices, A first ncclient script, device handlers, get_config, edit_config, copy_config, delete_config, commit, validate, pyEZ, utils_config, utils.sw. Hands on Configuration using ncclient and PyEZ. This session is expanded for those interesting in JunOS automation. Manipulating configuration files Builtin functions, string handling. Unicode. Sequences, strings, lists, tuples. Dictionaries. TextFSM. Regular expressions. JSON, YAML, XML, YANG, Jinja2, templates. Hands on Jinja2 templating with Python to configure network devices. NAPALM Getters, configuration operations, supported devices, NAPALM transport, Config-replace, Config-merge, Compare config, Atomic changes, rollback. Example NAPLAM scripts. Hands on Using NAPALM to gather facts, Using NAPALM for configuration management REST and RESTCONF What is REST, HTTP methods, GET, POST, cURL, Postman, Python requests library. RESTCONF, a RESTCONF example. Hands on Modifying a configuration using RESTCONF. Scapy What is scapy, Scapy in interactive mode, Scapy as a module. Hands on Packet crafting from Python. Warning Errors and exceptions, Exception handling, try, except. Memory management. Garbage collection. Context management, With. Hands on Improving Python code. Nornir What is Nornir? A network automation framework, inventories, connection management and parallelization. Nornir architecture and other libraires. Hands on Setting up nornir, nornir fact gathering, nornir tasks. Optional Writing your own functions, Writing your own classes. pyntc. Hands on Writing reusable code.
SAFe® for Teams Build the skills needed to become a high-performing team member of an Agile Release Train (ART) and learn how to collaborate effectively with other teams by becoming a SAFe® 5 Practitioner (SP). During this course, you will gain an in-depth understanding of the ART, how it delivers value, and what you can do to effectively perform the role using Scrum, Kanban, and Extreme Programming (XP). You will also learn how to write stories and break down features, plan and execute iterations, and plan Program Increments. Finally, you'll learn about the continuous delivery pipeline and DevOps culture, how to effectively integrate with other teams in the program, and what it takes to continuously improve the train. What you will Learn To perform the role of a SAFe® Practitioner, you should be able to: Apply SAFe® to scale Lean and Agile development in their enterprise Know their team and its role on the Agile Release Train Know all other teams on the train, their roles, and the dependencies between the teams Plan Iterations Execute Iterations and demonstrate value Plan Program Increments Integrate and work with other teams on the train Introducing the Scaled Agile Framework® (SAFe®) Building an Agile Team Planning the Iteration Executing the Iteration Executing the Program Increment Practicing SAFe®
SAFe® for Teams: In-House Training Build the skills needed to become a high-performing team member of an Agile Release Train (ART) and learn how to collaborate effectively with other teams by becoming a SAFe® 5 Practitioner (SP). During this course, you will gain an in-depth understanding of the ART, how it delivers value, and what you can do to effectively perform the role using Scrum, Kanban, and Extreme Programming (XP). You will also learn how to write stories and break down features, plan and execute iterations, and plan Program Increments. Finally, you'll learn about the continuous delivery pipeline and DevOps culture, how to effectively integrate with other teams in the program, and what it takes to continuously improve the train. What you will Learn To perform the role of a SAFe® Practitioner, you should be able to: Apply SAFe® to scale Lean and Agile development in their enterprise Know their team and its role on the Agile Release Train Know all other teams on the train, their roles, and the dependencies between the teams Plan Iterations Execute Iterations and demonstrate value Plan Program Increments Integrate and work with other teams on the train Introducing the Scaled Agile Framework® (SAFe®) Building an Agile Team Planning the Iteration Executing the Iteration Executing the Program Increment Practicing SAFe®
International Coaching Week 2025: Leading as a Coach Did you know it only takes 85 people to destabilise a company of 3,000? This International Coaching Week, we’re diving into what it really means to lead as a coach—and why that shift matters more than ever in teams, organisations and how we interact with our coaching client. The event caters for both our in person (in London) and virtual communities. Our aim is to come together and master the art of leading as a coach. The morning session is an invitation for Leaders. What are the leadership roles needed to lead organisational transformation? And how can leading as a coach help? We will hear from a leader involved in a transformation as we discuss and practise the art of role shifts. Shifting between instructing and getting things done to facilitating conversations which increase the relationship links that are needed to deliver on what is emerging. This session is an invitation to play the many ways of leading as a coach. Leaders are no longer just managing tasks; they’re shaping culture, holding space, and influencing and being influenced through relationships. We'll explore how to step into this role, using tools like the Designed Team Alliance (DTA) to build environments where people feel safe to speak up—even when they’re unsure if they “should.” Because sometimes, it’s one small voice that changes the direction of a team—or an entire company. The afternoon session flips the focus to coaches. This session will tackle the other side of the conversation: how coaches can support leaders who are stepping into this new identity. It’s not just about individual development anymore—it’s about co-creating a shift in how leadership happens. Coaches will learn how to work with the real-time tensions leaders face, specifically with shifting between the two roles, as well as merging them together, and the balance between directive action and relational awareness. But before we focus on the coaching client we will look at your role as a coach…who are you serving? Do you have a reluctance (even an aversion) to specifying your niche? What is the cost (if any) of not being clear. This coaching clinic will highlight the subtle but powerful tools and skills that transform leadership—Because when 85 people can destabilise a company of 3,000, the relational side of leadership isn’t a nice-to-have. It’s mission critical. This International Coaching Week team coaching clinic is for those ready to move from managing the “what” to leading the “how.” Join us for real talk, real tools, and a clear path toward leadership that makes a difference. Please register now to “save the date”. We are finalising the details and will be in touch via email when we have a full agenda and timeline. Please Note: There will a financial contribution to attend this event - all funds will be donated to Doctors Without Boarders.
This Business English tutoring course is designed to help adult learners improve their English language skills within a professional context. Participants will focus on developing their communication skills, vocabulary, and cultural understanding necessary for success in the business world. Through practical exercises, role-plays, and industry-specific materials, learners will enhance their ability to effectively communicate in English within various business situations. Course Duration: 12 weeks (48 sessions) Course Objectives: By the end of this course, participants will: 1. Communicate confidently and effectively in English within a business setting. 2. Expand business-related vocabulary and improve language accuracy. 3. Develop listening skills to understand business conversations and presentations. 4. Enhance reading comprehension skills for business-related texts. 5. Write accurately and coherently for business correspondence. Course Outline: Week 1: Introduction to Business English - Introduction to course objectives, expectations, and methodology - Assessment of participants' current language proficiency and individual learning goals - Overview of key business English skills and areas of focus Week 2: Business Communication Skills - Developing effective oral communication skills for business settings - Role-plays and discussions related to common business scenarios - Enhancing fluency, clarity, and confidence in expressing ideas and opinions Week 3: Business Vocabulary Expansion - Expanding business-related vocabulary and terminology - Exercises and activities to reinforce and practice key business terms - Incorporating industry-specific jargon into oral and written communication Week 4: Business Writing Skills - Improving writing skills for business correspondence - Practice exercises for emails, reports, memos, and other business documents - Enhancing clarity, coherence, and professional tone in written communication Week 5: Listening and Comprehension in Business Contexts - Developing listening skills to understand business conversations, presentations, and meetings - Authentic listening materials related to various business topics - Strategies for note-taking, understanding accents, and extracting key information Week 6: Reading and Comprehension for Business - Developing reading skills for business-related texts - Strategies for skimming, scanning, and understanding complex business documents - Identifying main ideas, supporting details, and summarising key information Week 7: Business Presentation Skills - Developing effective presentation skills for business contexts - Techniques for organising content, engaging the audience, and delivering impactful presentations - Practice sessions with feedback and guidance Week 8: Business Negotiation Skills - Enhancing negotiation skills for business interactions - Role-plays and practical exercises for successful negotiations - Polishing language and strategies for effective business communication Week 9: Business Etiquette and Cultural Understanding - Understanding business etiquette and cultural nuances in professional settings - Developing intercultural communication skills for international business contexts - Practicing effective communication in diverse and multicultural environments Week 10: Business Networking and Socialising - Developing language skills for networking and socialising in business contexts - Role-plays and exercises for effective communication at conferences, events, etc. - Polishing conversational skills, small talk, and building professional relationships Week 11: Business Grammar and Language Accuracy - Reviewing and reinforcing essential grammar rules and structures in a business context - Identification and correction of common errors in business writing and speaking - Exercises and activities to improve language accuracy Week 12: Review and Final Evaluation - Reviewing course content and addressing individual needs - Comprehensive review exercises for all language skills in a business context - Final evaluation and feedback session Note: This syllabus serves as a guideline and can be customised based on the specific needs, interests, and proficiency levels of the participants. The course may also include guest speakers or industry-specific case studies to provide further immersion and practical application of language skills.
Are challenging people getting in the way of your happiness, well-being and success? You may find them at work, in social situations, you may live them or they may be members of your family? Even worse when you see them getting away with things; getting their way even though there is no sense to it; getting advantages over everyone else; and in many cases being rewarded for their abusive behaviour with promotion and other advantages! You probably would never want to behave the way they do. You don’t have it in you or you just couldn’t live with yourself if you behaved like that. Maybe your attempts to confront them have failed and you’ve ended up with egg on your face, with them having more opportunity to have a “dig” at you. As a result, you may have come to the conclusion that it’s the nasty people that get ahead, and someone like you just has to put up with this behaviour from others.
Definitive Nagios training course description Nagios is an open source application designed to provide system and network monitoring. This hands on course gives a comprehensive coverage of using Nagios to provide monitoring of Linux, Windows and network devices. The course is based on Nagios core but contact us if you would like Nagios XI. What will you learn Install Nagios. Configure Nagios. Monitor Windows, Linux and Cisco (and other network equipment) using Nagios. Configure notifications Definitive Nagios training course details Who will benefit: Technical staff working with Nagios. Prerequisites: None. Duration 2 days Definitive Nagios for engineers Nagios architecture Downloading Nagios, Installing Nagios, Nagios core, plugins, frontends, addons. Nagios XI. Nagios Fusion. Hands on Installing Nagios. Getting started with Nagios Nagios files, nagios.cfg, minimal.cfg. Starting and stopping Nagios. Hands on Controlling Nagios. Using Nagios Nagios web interface. Maps, Hosts, host groups, services, service groups, problems. Reports. Configuration. Hands on Using the web interface. Monitoring Linux systems SSH, NRPE. Hands on Monitoring Linux system health. Monitoring Windows systems Installing NSClient++, Configuring NSClient++, check_nt plugin, monitoring uptime, CPU, memory, disks, services, processes. Hands on Monitoring Windows system health. Monitoring network devices SNMP architecture, MIBs. Polling. Hands on Configuring Nagios for SNMP. Agents Configuring Cisco devices for SNMP support, communities, traps, syslog. Hands on Monitoring network devices. Nagios alerts and notifications SNMP traps. Email notifications, SMS alerts other messaging
Most of our students come to us specifically to improve their speaking and listening skills and we help them to do this by using the Callan Method (see below for further details). BSGS is an accredited Callan Method school. We provide experienced and friendly teachers. Moreover, our prices are very competitive!