certification hp csa HP 0-A01


 
Thread Tools Search this Thread
Operating Systems HP-UX certification hp csa HP 0-A01
Prev   Next
# 1  
Old 10-16-2008
certification hp csa HP 0-A01

I WANT DO A HP 0-A01 CERTIFICATION............I WANT SOME DUMPS FOR PRACTICE..please send to me.....IF U HAVE PLEASE SEND ASKAR GHORI SECOND EDITION CSA BOOK ...

MY MAIL ID IS [EMAIL=""[/EMAIL]


thanks and regards
Lingesh

Last edited by jim mcnamara; 10-16-2008 at 03:49 PM.. Reason: No email addresses please.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

The Benefits or Not of Certification (was LPIC certification)

Hi guys, What do you think about these certifications? (18 Replies)
Discussion started by: Luca.Francesca
18 Replies

2. HP-UX

HP-UX CSA

Hello, I want earn the HP-UX CSA certification,and i plan to pass exam HP0-A01. So i want if someone can help to find all documents that i need to access my exam. for the moment,i get this : HP-UX - System and Network Administration I HP-UX - System and Network Administration II ... (4 Replies)
Discussion started by: herbich1985
4 Replies

3. HP-UX

CSA wich exam?

Hello, I'm looking books and information for CSA certificate but in HP website, appears the right exam is HP0-091 but I found a book in amazon about HP0-A01 (includes 11.31?)exam, I think this is the last exam but it's extrange the HP website are obsolete. Anyone known wich is the right exam... (4 Replies)
Discussion started by: RuBiCK
4 Replies

4. HP-UX

HP0-A01 Latest dumps Required

Hi all, I'm planning to take HP0-A01 exam shortly.I checked for the updated dump version but didn't find one suitable.Further I checked its last update has been done on 21st aug 2008. Requesting you all to please post the latest dump if anyone of you is having it. Thank you.:) (0 Replies)
Discussion started by: pratip123
0 Replies

5. UNIX for Advanced & Expert Users

HP-UX CSA Exam

Hey All, I have bought some paper from the net... let's say in PDF format. They are some questions from that paper that says Explanation: pending. Send your suggestion tofeedback*****king.com ... anyway. Here are the questions. I have made my choice but would like to know your opinion. 1. The... (1 Reply)
Discussion started by: qfwfq
1 Replies

6. HP-UX

urgent - HP ux csa examination

Hi, It will be grateful to u all, if u give me full details of how to write hp csa examination and questions and answers. If it is available pls. send to email address removed. Thank u ramesh (0 Replies)
Discussion started by: ramesh_ac66
0 Replies

7. Cybersecurity

CSA having some problem

Is there anybody who is familier with CISCO SECURITY AGENT ? I have installed Oracle 10G Application Server on Linux ES3 successfully.. and It seemed to be working fine............... But due to some security policy I had to install CSA on that same server.. Till then Oracle is not... (0 Replies)
Discussion started by: dipanrc
0 Replies

8. HP-UX

HP-UX CSA book

Hi, Does anybody have HP-UX CSA book by Rafeeq Ur Rehman 2nd edition, any pdf or chm? Regards, Yoman (1 Reply)
Discussion started by: yoman
1 Replies
Login or Register to Ask a Question
mtu(8)							      System Manager's Manual							    mtu(8)

NAME
mtu - POLYCENTER Common Agent MIB Translator Utility SYNOPSIS
/usr/sbin/mtu [-ccode] [-i] [-l] file.mib [file.mib]... OPTIONS
Specify the EMA entity code to be assigned to the root entity. Produce an informational parameter file for input to the POLYCENTER Common Agent momgen utility (file.par). Produce a listing file containing the MIB information from the file.mib file and a summary of the mapping to EMA hierarchical structures in the file.lis file. DESCRIPTION
The mtu utility translates MIB specification files (.mib) into EMA Management Specification files (.ms). The management specifications can be loaded into the POLYCENTER Common Agent Management Information Repository (MIR) by the /usr/sbin/mirc utility. The MIB structure and syntax is described by Concise MIB Definitions (RFC-1212). The EMA Management Specification Language is described by the DECmcc System Reference Manual. If the Common Agent Developer's Toolkit layered product is installed, the mtu utility can also produce momgen information files (file.par) from the MIB specification. EXAMPLES
The following example translates the superbox.mib MIB file into the MSL file superbox.msl (named by derivation), specifying 1000 as the EMA root entity. An information parameter superbox.par is created that can be use with the momgen utility. # mtu -c 1000 -i superbox.mib The following example translates all of the MIB files in the current working directory into MSL files. For each MIB file, mtu produces the MSL file (.msl), a listing file (.lis), and a momgen informational parameter file (.par). # mtu -i -l *.mib The following example translates the tinybox.mib MIB file into the MSL file tinybox.msl, specifying 500 as the EMA root entity. A momgen informational parameter file (tinybox.par) is also generated. The smallbox.mib MIB file is translated into the MSL file smallbox.msl, specifying 1000 as the EMA root entity. A momgen informational parameter file (smallbox.par) is also generated. # mtu -c 500 -i tinybox.mib -c 1000 -i smallbox.mib FILES
A listing file that contains a numbered version of the MIB input file followed by a hierarchical management specification summary. If errors are encountered, this file contains the diagnostic at the line where the error occurred. MIB input file. MSL output file. The momgen informational parameter file. It contains class, parent, and prefix information used by the momgen utility when generating a Man- aged Object Module. SEE ALSO
Concise MIB Definition (RFC 1212) Convention for Defining Traps (RFC 1215) DECmcc System Reference Manual mtu(8)