AIX commands newbie


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers AIX commands newbie
# 1  
Old 10-06-2009
Bug AIX commands newbie

Guys i am a newbie with AIX. I would be glad if you can help me produce answers in this questions. thanks

1. Check server connectivity
2. Check/review/investigate for login failure detection
3. Check/review/investigate for user login failure
4. Check/review/investigate for Revoke Detection
5. Check/analyze for server Disk/memory/cpu Utilization
6. Check for server log done by the script.
7. how to Retrieve/Review network device logs
8. how to Backup/Review/Check/Install AIX APAR
9. how to QEV/CBN/PAR user revalidation
redtred
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Newbie - AIX LPAR performance problem

Running into performance issues with WAS application servers on two of LPAR's or like configuration under high load web pages crawl. Please forgive me I'm new to AIX and most my expertise is in the Linux space. Thanks for your help!! Here's the run down: The problem appears to be CPU... (3 Replies)
Discussion started by: margeson
3 Replies

2. UNIX for Dummies Questions & Answers

AIX - VI/VIM Newbie Keymapping Help.

When I use the PgUp/PgDn keys it does strange things, like make the next letters change case. I know that it's because what the key is sending is telling vi to move to the next letter and change the case, but I'm absolutely having no luck in remapping PgUp/PgDn (CTRL+B/F) to those keys. CTRL+V... (0 Replies)
Discussion started by: Vryali
0 Replies

3. AIX

AIX/Unix Newbie help

Ok, I'm an admin (assistant, helper, enabler) in a software test lab. I don't do the testing, but I help set things up for people who do. I'm experienced in Windows and various virtualization techniques, but not so much in Linux or Unix. I've been able to muddle through some things with Unix,... (6 Replies)
Discussion started by: dgingeri
6 Replies

4. UNIX for Dummies Questions & Answers

Need help with simple Linux commands - NEWBIE here!

Hey guys, I need help with simple unix commands. I'm a newbie to Unix and don't know these commands. Any help is appreciated. 1. Logon to Linux. 2. Create a directory "Unix" under your home directory. Command(s): …………………………………………. 3. Create four... (1 Reply)
Discussion started by: loverangerguy
1 Replies

5. AIX

Newbie to Aix

Hi All, I am new to Aix and want to have in depth knowledge, can anybody assisst me with video tutorials like cbt nuggets or trainsignal or something like that...i would be really greateful if anybody could help me out in this regard. Any suggestion on how to move on getting... (4 Replies)
Discussion started by: katherine2008
4 Replies

6. AIX

Newbie Questions for AIX !!!

Hi Guys, I am new in this forum and new with AIX however not new with Power System. I have worked with iSeries for many years. Now supporting AIX on Power. Here are some basic questions I have. 1. I am using Putty to connect from my PC to the AIX boxes. Is there any other (better) program to... (6 Replies)
Discussion started by: 300zxmuro
6 Replies

7. AIX

Newbie on AIX ! What 're document can be use?

I'm newbie on AIX of IBM , but I don't know about documents for starter. Can I help me ? Tks for your recommend ! (3 Replies)
Discussion started by: quan0509
3 Replies

8. HP-UX

Newbie on AIX ! What 're document can be use?

I'm newbie on AIX of IBM , but I don't know about documents for starter. Can I help me ? Tks for your recommend ! (1 Reply)
Discussion started by: quan0509
1 Replies

9. AIX

Newbie in AIX

Hello Everybody, and sorry for the question in this forum. My problem is that I have started working on a company and there is an AIX server. In order to look for documentation and start doing stuff on it first I would like to know WHICH version it is!!!! I know that this is a silly question... (2 Replies)
Discussion started by: inakipaz
2 Replies

10. AIX

AIX newbie, i need help

how do I make the cdrom bootable, i.e. im tyring to reinstall aix from cd-rom, and i want the system to boot to the cd-rom? I think i need to change the bootlist, but not sure how to... Thanks (8 Replies)
Discussion started by: csaunders
8 Replies
Login or Register to Ask a Question
CRM_VERIFY(8)							  [FIXME: manual]						     CRM_VERIFY(8)

NAME
crm_verify - check the CIB for consistency SYNOPSIS
crm_verify [-V] -x file crm_verify [-V] -X string crm_verify [-V] -L|-p crm_verify [-?] DESCRIPTION
crm_verify checks the configuration database (CIB) for consistency and other problems. It can be used to check a file containing the configuration or can it can connect to a running cluster. It reports two classes of problems, errors and warnings. Errors must be fixed before Heartbeat can work properly. However, it is left up to the administrator to decide if the warnings should also be fixed. crm_verify assists in creating new or modified configurations. You can take a local copy of a CIB in the running cluster, edit it, validate it using crm_verify, then put the new configuration into effect using cibadmin. OPTIONS
--help, -h Print a help message. --verbose, -V Turn on debug information. Note Increase the level of verbosity by providing additional instances. --live-check, -L Connect to the running cluster and check the CIB. --crm_xml string, -X string Check the configuration in the supplied string. Pass complete CIBs only. --xml-file file, -x file Check the configuration in the named file. --xml-pipe, -p Use the configuration piped in via stdin. Pass complete CIBs only. EXAMPLES
Check the consistency of the configuration in the running cluster and produce verbose output: crm_verify -VL Check the consistency of the configuration in a given file and produce verbose output: crm_verify -Vx file1 Pipe a configuration into crm_verify and produce verbose output: cat file1.xml | crm_verify -Vp FILES
/var/lib/heartbeat/crm/cib.xml--the CIB (minus status section) on disk. Editing this file directly is strongly discouraged. SEE ALSO
??? AUTHOR
crm_verify was written by Andrew Beekhof. [FIXME: source] 07/05/2010 CRM_VERIFY(8)