Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

     

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

 

Content on this page requires a newer version of Adobe Flash Player.

Get Adobe Flash player

   


































































 
               Technology>>Solaris and Scripting
     
 
  Technology
    SAP Technical Modules
    Solaris and Scripting
    IBM AIX and HP-UX
    Linux and VERITAS
    Windows
    VMware
    Software QA Testing
    Cisco, Wireless and Firewalls
    Programming
    Database and Data Modelling
    Web and Application Servers
    Graphic Design
    Web Design
    ITIL and CISA
    PC Hardware
 
     
 
  Business
    SAP Functional Modules
    Project Management
    Business Analysis
    Accounting Applications
    Microsoft Office Applications
 
     
 
  Healthcare
    Dental and Medical Office
      Administrator
    Personal Support Worker
 
     
 
  Engineering
    AutoCAD
    AutoDesk Inventor
    SolidWorks
 
     
 
  Diplomas
    Network Engineering
    Computer Programming
    Office Administration
      and Accounting
 
 
Solaris and Scripting
   
Introduction to UNIX
  • Use the CDE and Gnome window system
• Navigate the directory tree; compose command-line strings to perform functions
• Understand file systems and different types of files; create files and directories
• Create users and groups; back up and restore user files and directories
• Change permissions of files and directories; use the vi text editor
• Use basic system and network commands; search directories and files
• List active user processes and selectively kill user processes
• Shell variables; get to know other flavours of UNIX and Linux
   
Oracle Solaris 10 System Administrator Part 1 & Part 2
(Sun Certified System Administrator for Solaris 10 (SCSA))
  • Install and configure Solaris 10 operating system environment
• Manage file local and network systems
• Perform system boot procedures
• Manage Service Management Facility
• Perform user and security administration
• Manage network printers and system processes
• Perform system backups and restores
• Describe network interface configuration
• Manage swap configuration and core dumps
• Manage storage volumes
• Control access and configure system messaging
• Set up name services
• Configure Role Based Access Control
• Use Name Services (DNS, LDAP, NIS)
• Implement and Manage Zones
• ZFS file system management
• Configure Automated Installations (Jumpstart)
   
Oracle Solaris 10 Network Administrator
(Sun Certified Network Administrator for Solaris 10 (SCNA))
  • Introducing the TCP/IP Model
• Introducing LANs and Their Components
• Describing Ethernet Interfaces
• Configuring IP and IP Network Multipathing
• Configuring Routing
• Configuring IPv6
• Describing the Transport Layer
• Configuring DNS, DHCP and NTP
• Configuring the Solaris IP Filter Firewall
 
   
UNIX Shell Programming
  • Identify features of Bourne and bash shells
• Write real world administration scripts
• Write reporting scripts & maintain existing scripts
• Use flow control constructs, such as branching and looping
• Customize system-wide shell initialization files
• Develop and debug scripts
• Use local and environmental variables and shell meta characters in scripts
• Develop interactive scripts
• Write a script that uses functions; write scripts that uses functions & traps
• Access and process command-line arguments passed into a script
• Write sed scripts to perform no interactive editing tasks
• Write nawk scripts to manipulate individual fields within a record
• Write nawk scripts to write reports based upon an input file
• Perform string manipulation and integer arithmetic on shell variables
• Develop a USAGE message to display when a script in invoked incorrectly
• Identify considerations for using functions
• Identify the features of signals and perform the action to trap signals
• Download custom made scripts and use them