Requirements Masters degree in Computer Science, MIS or related discipline is required plus 3 years of experience in the job offered or 3 years of experience in operating systems administration technical support. The employer will alternatively accept a Bachelors degree or equivalent in computer science, MIS or related discipline is required plus 5 years of experience in the job offered or 5 years of experience in operating systems administration technical support in lieu of a Masters degree plus 3 years of experience. Must have three 3 years of experience with the following Advanced ability working with very complex, heterogeneous, enterprise class systems including Installation, configuration and problem diagnosis and resolution; Experience with large multiple CPU systems and enterprise class storage systems, clustering, fault tolerance, high availability and disaster recovery; Strong knowledge skills with ethernet and fibre networks in a heterogeneous LAN and WAN environment. Candidates must be able to work in a team environment and must possess good written and oral communications skills for documentation and required interaction with management, other info systems personnel, vendors, the business community, FTN corporate and FedEx corporate. Candidates must also have advanced problemsolving, multitasking, customer Service, organizational and project management skills. Operating system administration focus area specific skills will include experience with IBM Z series mainframes, zOS operating system, IBM storage arrays, high availability software pprc, datacom. May telecommute from home from any location in the U.S.br br H.8.b Employer will accept one 1 year of directly related experience in lieu of one 1 year of education.

Categories: eb3

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

error: Content is protected !!
function preventScreenshot() { var overlay = document.createElement('div'); overlay.style.position = 'fixed'; overlay.style.top = '0'; overlay.style.left = '0'; overlay.style.width = '100vw'; overlay.style.height = '100vh'; overlay.style.backgroundColor = 'white'; // White overlay overlay.style.zIndex = '9999'; overlay.style.pointerEvents = 'none'; document.body.appendChild(overlay); setTimeout(() => { overlay.remove(); // Remove after 3 seconds }, 3000); } // Detect PrintScreen key document.addEventListener("keyup", function (e) { if (e.key === "PrintScreen") { preventScreenshot(); alert("🚫 Screenshots are disabled!"); navigator.clipboard.writeText(""); // Clears clipboard } });