Sponsored Content
Operating Systems AIX Help regarding IBM 000-103 AIX 6.1 Basic Operations Post 302675119 by gull04 on Saturday 21st of July 2012 09:42:29 PM
Old 07-21-2012
Hi Kashifd17,

I am a little dubious about the value of certifications, the last course that I did was in 1989 - Data General Admin One. This course and certification allowed me to move into contracting, it was a great help - however the knowledge it provided was almost never used in the following 20 years.

I'm not saying that a Certification is worthless, it will in all probability get you to the interview stage where it is all up to your on the spot knowledge. In general if you can demonstrate a good knowledge at that stage you will have a much better chance of getting the position. But you do have to be able to get to the interview stage.

As has been already mentioned the IBM RedBooks are an excellent source of information and well worth investigating, here you may well learn all you need to know. But when it comes to getting a job, the most important thing is getting your bum on the seat in front of the interview panel.

Regards

Dave
 

8 More Discussions You Might Find Interesting

1. AIX

IBM 000-222 Dumps!!!!!!!!!!!

hi Any one have dumps for IBM 000-222 exam or any links also ,pls provide me...... My mail id is __deleted__. (3 Replies)
Discussion started by: sriram.s
3 Replies

2. What is on Your Mind?

Ibm 000-223

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

3. AIX

How to prepare for Test 190: AIX Basic Operations V5

Hi I like to sit for the exam Test 190: AIX Basic Operations V5. Could any one tell me how to prepare for that. It would be very helpful if I get a PDF. I have searched at redbooks.ibm.com but get nothing. thanks in advance suman (2 Replies)
Discussion started by: sumanbangladesh
2 Replies

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

5. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

6. AIX

pwage-aix for IBM AIX servers

This is the password aging script for aix just completed. So far tested and still testing on one of our aix server running 5.3.0.0. So anyway as you can see it is very similar to pwage-hpux-T the only difference on aix /etc/passwd file looks in this format. Also for this script to work you need to... (0 Replies)
Discussion started by: sparcguy
0 Replies

7. AIX

aix 000-221 exam preparation

hi guys, i would like to take the exam in object, can you pls suggest me what kind of book or documentation i need to read to know all aix 7 features? (apart hand-on experience) Thanks so much Giulio (7 Replies)
Discussion started by: gullio23
7 Replies

8. AIX

IBM Virtual Machine OS on intel x86 and x64? IBM AIX OS on IBM Virtual Machine?

Hi There, I have zero information and zero knowledge for IBM virtual machine except Amazon cloud and VMware ESXi (Only Linux OS available). Anyone could provide me the following answer - Can IBM VM been deploy on X86 and X64 (Intel Chip)? If answer is yes any chance to deploy AIX OS... (13 Replies)
Discussion started by: chenyung
13 Replies
runit(8)						      System Manager's Manual							  runit(8)

NAME
runit - a UNIX process no 1 SYNOPSIS
runit DESCRIPTION
runit must be run as Unix process no 1. It performs the system's booting, running, and shutdown in three stages: STAGE 1 runit runs /etc/runit/1 and waits for it to terminate. The system's one time tasks are done here. /etc/runit/1 has full control of /dev/console to be able to start an emergency shell if the one time initialization tasks fail. If /etc/runit/1 crashes, or exits 100, runit will skip stage 2 and enter stage 3. STAGE 2 runit runs /etc/runit/2, which should not return until system shutdown; if it crashes, or exits 111, it will be restarted. Normally /etc/runit/2 starts runsvdir(8). runit is able to handle the ctrl-alt-del keyboard request in stage 2, see below. STAGE 3 If runit is told to shutdown the system, or stage 2 returns, it terminates stage 2 if it is running, and runs /etc/runit/3. The systems tasks to shutdown and possibly halt or reboot the system are done here. If stage 3 returns, runit checks if the file /etc/runit/reboot exists and has the execute by owner permission set. If so, the system is rebooted, it's halted otherwise. CTRL-ALT-DEL If runit receives the ctrl-alt-del keyboard request and the file /etc/runit/ctrlaltdel exists and has the execute by owner permission set, runit runs /etc/runit/ctrlaltdel, waits for it to terminate, and then sends itself a CONT signal. SIGNALS
runit only accepts signals in stage 2. If runit receives a CONT signal and the file /etc/runit/stopit exists and has the execute by owner permission set, runit is told to shut- down the system. if runit receives an INT signal, a ctrl-alt-del keyboard request is triggered. SEE ALSO
runit-init(8), runsvdir(8), runsvchdir(8), sv(8), runsv(8), chpst(8), utmpset(8), svlogd(8) http://smarden.org/runit/ AUTHOR
Gerrit Pape <pape@smarden.org> runit(8)
All times are GMT -4. The time now is 09:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy