Guide to differences between Solaris and AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Guide to differences between Solaris and AIX
# 1  
Old 10-31-2005
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
# 2  
Old 10-31-2005
this should help you:
ROSETTA STONE

greetings PRESSY
# 3  
Old 06-25-2009
Bug differences between Unix and AIX

AIX is one of many flavors of unix. It is generally quite stable and easier to perform day to day administration tasks since it has a menu system (smit/smitty)from which you can perform nearly all tasks from. This menu system also allows you to see the commands generated by your choices, so you're not a slave to the interface. It seems to perform memory management better than other UNIX OS'esfrom what I've seen. In AIX, commands have a stronger naming convention than in other OS'es For example: mksysb makes a system backup, mkitab makes an inittab entry, mkdir makes a directory, lsvg lists volume group info, lspv lists physical volume info, etc, etc. So AIX is a Unix operating system, as is Sun Solaris, HP/UX, and others
# 4  
Old 09-30-2009
major differences between solaris and Aix?

actuaaly i need the major differences between solaris and Aix? solaris and aix flavour of unix i knew but i need major differences i need.
# 5  
Old 09-30-2009
OK you dont have top, but you have nmon...
And IBM brought out just the book for you:
AIX Reference for Sun Solaris Administrators
Go and see the pdf at ibm.com/redbooks
# 6  
Old 09-30-2009
Not exactly on topic but Solaris native command is prstat, not top.
top is originally from BSD, was rewritten for Gnu/Linux then enhanced to support various OSes including Solaris. AIX closest variant is named "topas" which includes "nmon".
# 7  
Old 09-30-2009
check out IBM Redbooks | Sun Solaris to IBM AIX 5L Migration: A Guide for System Administrators

topas is simliar to top though not as nice. nmon would be the way to go if you can install it.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

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

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

3. UNIX for Advanced & Expert Users

Help understanding differences between AIX and RHEL

I have started a new job which requires AIX admin skills, which I have, and RHEL skills. Does anyone have a cheat sheet that if I know how to solve the problem in AIX how would I do that in RHEL? I was an IBM pre-sales technical trying to keep sales guys honest - not possible. Any other links to... (5 Replies)
Discussion started by: SpenceSnyder
5 Replies

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

5. Solaris

Differences of Solaris zone and Solaris Container

Hi everyone! I am in dire need to know what are the differences between a solaris zone and a solaris container.. Explanations over the net are very confusing. Please help. Thanks! (8 Replies)
Discussion started by: arah
8 Replies

6. Solaris

OpenSolaris, Solaris, Solaris Express - differences

What are the differences between these systems? I have to use Oracle's product but I do not know who to choose (3 Replies)
Discussion started by: PtaQ
3 Replies

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

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

9. Solaris

Differences between Solaris 2.5 and 9

Hi Can anybody tell what are the great differences in Solaris 2.5 and 9? I am seeking information like differences in libraries, User Interface, Configuraion files, daemons, Packaging and archiving tools, Hardware supported etc. Please help me, as this is little urgent. Even if you can refer... (4 Replies)
Discussion started by: charlcy
4 Replies
Login or Register to Ask a Question