Sponsored Content
Top Forums UNIX for Advanced & Expert Users Help understanding differences between AIX and RHEL Post 302794703 by lupin..the..3rd on Tuesday 16th of April 2013 01:29:35 PM
Old 04-16-2013
We use HP-UX and RHEL here. Yes, they're different enough from one another that there is a learning curve. AIX isn't so different from HP-UX, but RHEL is a different animal altogether.

The O'Reilly animal books are a good way to learn.

A few quick RHEL transition notes:
- While the LVM is an integral part of any HP-UX or AIX system, it is optional on RHEL. We're not using LVM on any of our RHEL servers.
- /etc/sysconfig/ is where a lot of OS config files can be found
- Google "selinux" it's a security layer that will cause you some frustration if you aren't aware that it's running and what it does.
- system-config-firewall-tui will let you open services for the software firewall.
- yum is the command to install and remove software. yum check-update to check for new updates, and yum update to install them. Software installation and updates occurs through "repos", the config files of which are found in /etc/yum.repos.d/
- mdadm controls the software RAID functionality, RAID-1 mirroring for your OS, for example. This is a different layer entirely from LVM. If you have a commodity server with a hardware RAID controller, you can ignore mdadm.
- If you opted to install the GUI, you can do user management, some system config, and other things via gui apps.

---------- Post updated at 01:23 PM ---------- Previous update was at 01:15 PM ----------

Quote:
Originally Posted by MichaelFelt
The little I know of Linux makes me doubt that Linux volume management has not gotten farther than the "divvy/fdisk" like ways that were common +- 12 years ago.
Yes you can fdisk and manually create partitions and filesystems (just like Microsoft Windows does). But nowadays, Linux has a robust and full featured LVM, just like HP-UX and AIX. It also has a high performance software RAID layer, if you're running on a machine without a hardware RAID controller. It also has strong AES256 volume encryption.

Any of these features can operate on a filesystem, a partition, or a full disk, and you can layer these features however you see fit, and it's all matured to enterprise level reliability.

Its come a long ways since 12 years ago. Smilie

---------- Post updated at 01:29 PM ---------- Previous update was at 01:23 PM ----------

Quote:
Originally Posted by rbatte1
Probably the most important thing to understand is that there is another layer to disk management. In a proper OS such as AIX, you would see the disk after cfgmgr and make/extend your volume groups with mkvg or extendvg respectively. For Linux though, you step back to a DOS world initially.
Not necessarily. Linux LVM, mdadm software RAID, and cryptsetup disk encryption can all operate on whole disks. No partitioning required. And the kernel as well as the grub boot loader have the smarts to boot from them.

Of course you can still do manual fdisk partitioning, as with dos/windows days, and some folks (including myself) still do this out of habit and comfort zone, but it is no longer required.
This User Gave Thanks to lupin..the..3rd For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

understanding basic of storage in aix

Hi Can some one help to understand the follwoing thing: what is a simple mounting? for examle what the following lines says /dev/hd2 /usr/xxx if I have to install a software in a remote server, how i can use local cdrom to read the installation files from? what about... (3 Replies)
Discussion started by: ajaya
3 Replies

2. UNIX for Dummies Questions & Answers

Major differences between AIX, Solaris, HP-UX, Linux

Hi All, I want to know the OS level differences between AIX, Solaris, HP-UX, Linux Apart from the vendor, H/w and command differences, any other significant points. regards, guru Charan (9 Replies)
Discussion started by: gurukottur
9 Replies

3. UNIX for Dummies Questions & Answers

Help in understanding AIX

Dear ALL, Where can I get the following information? what will happen exactly when i hit CTRL+C, CTRL+Z, CTRL+X, CTRL+D etc when the AIX terminal hangs...? The reason why I am asking this question is when ever I type a command at the terminal (say "select * from tab" or any command) the... (1 Reply)
Discussion started by: tenderfoot
1 Replies

4. AIX

What are the differences between AIX 5.2 and AIX 5.3?

Hi everbody... We are using AIX 5.2 in us project and I want to change with AIX 5.3 but we don't know the differences AIX5.3 and AIX 5.2 (especially commands) :confused: (2 Replies)
Discussion started by: deox
2 Replies

5. UNIX for Dummies Questions & Answers

Guide to differences between Solaris and AIX

I've been more used to Solaris, but am now working on an IBM AIX box, P650 Certain commands like "top" are no longer available. Any ideas on where I can find help on this matter? Christopher Freville Alberquerque, NM (6 Replies)
Discussion started by: Solariums
6 Replies

6. AIX

AIX emgr -l -u VUID command and differences from AIX3 to 6?

Hey, I currently only have access to an AIX 6.1 system with no interim fix information I.E. any emgr -l -u command results in the following: 'There is no efix data on this system' Could anyone provide me with valid output of a emgr -l -u VUID command when there IS efix data on a system for the... (0 Replies)
Discussion started by: bstullkid
0 Replies

7. AIX

Aix process CPU differences.

Hi, I'm trying to create a script to catch a process which is consuming high CPU which I have pretty much done but it's just finding the correct place to pull the current CPU for that process. When viewed in Topas it's consuming 99.*% cpu But if I try using ps avg or ps -eo pcpu ... (5 Replies)
Discussion started by: elmesy
5 Replies

8. UNIX for Advanced & Expert Users

Dot sourcing differences in ksh, AIX vs Linux vs Solaris

Why does dot sourcing of ksh functions behave so differently between AIX, Solaris, and Linux? How can I make Linux behave the way I want in the test I show below? I have a library of interdependent functions I have developed and use in ksh in AIX. They also run in Solaris. Now I am migrating... (9 Replies)
Discussion started by: charles_n_may
9 Replies

9. Shell Programming and Scripting

ksh / AIX - Differences between lists to a text file

This seems pretty simple, but I cant figure it out. I get stumped on the simple things. I am running two commands 1) take a listing a directory of files, and filter out the doc_name (which is in a series of extracted files), and place it in a file. ls -l | awk '{print $9}' | grep... (5 Replies)
Discussion started by: jeffs42885
5 Replies

10. AIX

AIX understanding memory using

Hello, I would like to understand better in AIX memory use / > svmon -G -O unit=MB Unit: MB -------------------------------------------------------------------------------------- size inuse free pin virtual available mmode memory 9216.00 ... (4 Replies)
Discussion started by: Phat
4 Replies
All times are GMT -4. The time now is 08:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy