Sponsored Content
Full Discussion: aix cert 223 need help.
Operating Systems AIX aix cert 223 need help. Post 302309019 by rorted on Tuesday 21st of April 2009 01:51:57 AM
Old 04-21-2009
aix cert 223 need help.

Hi,
a friend of mine passed there 223 last year and they gave me there testkiller document which was 65 questions, i am looking at doing my 223 exam and i have gone to testkiller recently and noticed there is an updated version which is now 383 questions.
I did the ibm pre-exam and all the questions were from the first document i received back in 2008. so i am worried as im doing the exam soon whether the old document is valid otherwise i need to now study 383 questions.
can someone who has completed this recently please advise and point me in the right direction.

thanks.
 

9 More Discussions You Might Find Interesting

1. AIX

Redbooks for test 223

Hi, The redbook sg246191 - pSeries AIX System Administration is good for the test 223 ? What redbooks is good to sutdy for this test ? Thanks in advance Reinaldo Dias (0 Replies)
Discussion started by: Reinaldo Dias
0 Replies

2. AIX

Test 223

Hi, It is possible to study for the test 223 with AIX 4.3 ??? I have a old 43-140 with AIX 4.3.3.What are the best way to study ? This books helps to study for 223 ? IBM - AIX 5L AU14 System Administration I - Student Notebook.pdf IBM - AIX 5L AU16 System Administration II - Student... (3 Replies)
Discussion started by: Reinaldo Dias
3 Replies

3. AIX

Help me with text and dumps for aix-223

Hi Pls send me the text book for studying validation part in the aix exam 223 and dumps for 223 if any one has ...my id is pratheeshpc2004@gmail.com. (0 Replies)
Discussion started by: pratheeshpc
0 Replies

4. AIX

Aix certification (223)

Hi, I would like to complete AIX certification (code -223). Is there any difference between old 222 and 223 exam..? Please guide me in getting the docs for preparation of exam 223..I have got redbook "IBM Certification Study Guide Eserver p5 and pSeries Administration and Support for AIX 5L... (8 Replies)
Discussion started by: to_bsr
8 Replies

5. AIX

Question about 223

Can somebody tell me, what is the difference between the certifications 000-222 and 000-223??? (6 Replies)
Discussion started by: gsabarinath
6 Replies

6. AIX

AIX exam 000-223

Guys I am writing AIX exma 00-223 I bought material from tesking I hope I will pass it, if I do i will share....anyone with advise out there?:rolleyes: (4 Replies)
Discussion started by: Aix|Dr
4 Replies

7. AIX

Planning to prepare for AIX P5 system admin test 223

Hi - one of my frined suggested me to complete the certification for AIX test 223. However, i am not aware of Unix OS and neither has experience of sys admin. I would like to know whether i would be able to prepare for AIX certification and also is it a must to have unix/Sun knowledge to prepare... (2 Replies)
Discussion started by: kbalakrishna200
2 Replies

8. Emergency UNIX and Linux Support

AIX 6.1 Self-Signed Cert Creation Issue

Hi, I'm trying to get a self-signed cert created on AIX 6.1, and it's not cooperating. I run the following command: gsk7cmd -cert -create -db /bin/A_CACertsOnly.kdb -pw blahblah -label testing -dn cn=machinename -expire 1000 -ca true...and get this response: The function is not supported for... (3 Replies)
Discussion started by: tekster2
3 Replies

9. UNIX for Dummies Questions & Answers

Query: How to install commercial cert into AIX and use it for FTPS connection

Hi Techies, I wish to check with everyone here something regarding Configuration of FTPS Server in AIX using Commercial Digital Cert instead of Sel Sign Cert. I'm working as system integration designer and I'm currently working on a interface which involves integration btw two systems using... (6 Replies)
Discussion started by: mkmuraly
6 Replies
AMC-EXPORT(1)						       Auto Multiple Choice						     AMC-EXPORT(1)

NAME
AMC-export - exports marks for AMC multiple choice exams. SYNOPSIS
auto-multiple-choice export --data project-data-dir --module module --fich-noms students-list.csv [--noms-encodage list-encoding] --o output-file DESCRIPTION
The AMC-export.pl command exports marks from an Auto Multiple Choice exam. --data project-data-dir gives the directory where data files are (see for example AMC-prepare(1)). --module module selects a module for export. See below for the modules included in the AMC standard distribution. --fich-noms students-list.csv sets the students list file. --noms-encodage list-encoding selects an encoding for file students-list.csv (default is utf-8). --o output-file gives the output file name. --option-out options gives an option for selected module, in the form key=value (see below for possible options for each module). To specify multiple options, use --option several times. --sort sort-type sort the students names, depending on sort-type. If sort-type is l, use line number from students list file to sort. If sort-type is m, use mark (and name if marks are equal) to sort. If sort-type is i, use student number to sort. If sort-type is n, use name to sort (or line from students list if equal). --useall all if all is 0 or empty, only students with a scaned answer sheet appears in the output. If all is 1, all students in the students list appears in the output. MODULES
OpenDocument With "--module ods", an OpenDocument (for use by OpenOffice or LibreOffice for example) is produced. The following options are recognized: nom gives a name for the exam, to be written on the beginning of the sheet. code gives an short name for the exam, to be used as a tab name. columns sets the list of columns that are to be added to each student. Default value is student.key,student.name. stats with a true value, a table will be added with statistics for all questions. statsindic with a true value, a table will be added with statistics for all indicative questions. CSV With "--module CSV", a CSV file is produced. The following options are recognized: columns sets the list of columns that are to be added to each student. Default value is student.copy,student.key,student.name. decimal sets the decimal point (default is a dot). encodage sets the encoding to use for output (default is utf-8). separateur sets the character used between colums (default is a comma). entoure sets the character used to enclose strings (default is a double quote). ticked if not empty, additional columns (with "CHECKED:" prefix) are included to give all the checked boxes on all the sheets. This can be used by an external program to retrieve all the checked boxes when marks are not sufficient. Use value 01 to get 0;0;1;1;0 if boxes 3 and 4 are checked, and value AB to get CD if boxes 3 and 4 are checked. List With "--module List", a PDF file is produced with a list of marks for all students. The following options are recognized: pagesize The page size. Default value is a4. nom gives the name of the exam, to be printed at the top of the page. ncols The number of columns. Default value is 2. decimal sets the decimal point (default is a dot). AUTHORS
Alexis Bienvenue <paamc@passoire.fr> Main author Jean Berard Translation from French Georges Khaznadar Translation from French COPYRIGHT
Copyright (C) 2008-2012 Alexis Bienvenue This document can be used according to the terms of the GNU General Public License, version 2 or later. Auto Multiple Choice 1.1.1 06/19/2012 AMC-EXPORT(1)
All times are GMT -4. The time now is 08:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy