Redbooks for test 223


 
Thread Tools Search this Thread
Operating Systems AIX Redbooks for test 223
# 1  
Old 05-20-2008
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
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

2. 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

3. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

4. AIX

Test 223: System p Administrator

Please may you help me with specific study packs, redbooks etc that may help me pass this certification. Also can you advise me the best AIX certification course as I am new to AIX, coming from solaris and networking environments. Thanx (10 Replies)
Discussion started by: Zim-Aix-Guru
10 Replies

5. AIX

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... (1 Reply)
Discussion started by: rorted
1 Replies

6. What is on Your Mind?

Ibm 000-223

I _stood da metter.. (1 Reply)
Discussion started by: sabuj01450
1 Replies

7. 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

8. 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
Login or Register to Ask a Question
CBTEST(1)						      Quick Database Manager							 CBTEST(1)

NAME
cbtest - test cases for QDBM Cabin SYNOPSIS
cbtest sort [-d] rnum cbtest strstr [-d] rnum cbtest list [-d] rnum cbtest map [-d] rnum cbtest wicked rnum cbtest misc DESCRIPTION
The command `cbtest' is a utility for facility test and performance test. Measure the execution time of the command. This command is used in the following format. `rnum' specifies the number of records. cbtest sort [-d] rnum Perform test of sorting algorithms. cbtest sort [-d] rnum Perform test of string locating algorithms. cbtest list [-d] rnum Perform writing test of list. cbtest map [-d] rnum Perform writing test of map. cbtest wicked rnum Perform updating operations of list and map selected at random. cbtest misc Perform test of miscellaneous routines. Options feature the following. -d : read and show data of the result. This command returns 0 on success, another on failure. SEE ALSO
qdbm(3), cabin(3) AUTHOR
QDBM was written by Mikio Hirabayashi <mikio@fallabs.com>. Man Page 2005-06-01 CBTEST(1)