Unix / Aix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Unix / Aix
# 1  
Old 09-14-2005
Unix / Aix

Hello

I'am an aix administrator, and soon i must to administrate a unix server..... Can I do it ? Unix is very different of Aix ?

thank you
# 2  
Old 09-14-2005
Aix is just IBM's version of Unix. You should not have very many problems. Some of the tools will be different.
# 3  
Old 09-16-2005
What is the other flavor of UNIX that you are going to be working with? A lot of the command-line UNIX commands are basically the same across many vendors' distributions, but the proprietary GUI stuff and a lot of the admin tools aren't. If you're used to using 'smit', you won't find that anywhere else, i.e. in Solaris you would use 'admintool', and in HP/UX you would use 'sam'. Also, a lot of the files are named differently-- for example, /etc/filesystems in AIX is /etc/vfstab in Solaris, and /etc/fstab in HP/UX. Many admin commands are different too - 'mkuser' in AIX is 'useradd' in Solaris, and so on. More than likely, you'll be able to figure it out quickly if you've been doing AIX sysadmin for any length of time. If you haven't, you may want to pick up a book on what you're going to be working with so you'll have something to refer to if you get stuck. Good luck and have fun learning something new.
# 4  
Old 09-16-2005
thank very much for your response !
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Get Next month in AIX from curent date in unix AIX

How could we derive teh Next month in MON-RR format from current date ie sysdate in UNI AIX sheel script.I coould get a command but i supports only inLinux susse andnotin AIX. I need for Unix AIX.Pls Help. Regards Shiv (2 Replies)
Discussion started by: SHIV75
2 Replies

2. AIX

AIX -UNIX lsof

Hi, I am using lsof command to find all open files in our AIX-unix 5.3 server.The o/p looks like this, COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME oracle 372902 cbn cwd VDIR 47,2 4096 4186880 /glotam (/dev/fslv00) But i want to know which are the... (1 Reply)
Discussion started by: gnanadurai_it
1 Replies

3. Solaris

which is the best unix? solaris? aix ? hp-unix?

which is the best unix? solaris? aix ? hp-unix? I want to study unix system ? Anyone tell me which is the best? (2 Replies)
Discussion started by: mac2008
2 Replies

4. AIX

PL/SQL on UNIX AIX

Hello All, I have a problem in a ksh script in UNIX AIX machine which is using a PL/SQL block. I tired to execute the following pl/sql block in a ksh script in UNIX AIX machine. i donot see any syntax error or other problems but this pl/sql block is working fine in linux, why the same... (1 Reply)
Discussion started by: rahulranjith
1 Replies

5. Shell Programming and Scripting

UNIX AIX 5.3 Script Help

Hello all, I have a few questions regarding a UNIX script I've been asked to write (even though I barely know UNIX!). I would like to write a script, that when run, will copy a file from one directory to another, copy and rename the same file with a datestamp to an archive directory, and them... (10 Replies)
Discussion started by: yall
10 Replies

6. UNIX for Advanced & Expert Users

Need Help with Unix/AIX functionality

I'll start this out by saying that I'm super-new to UNIX and need some help. My setup is as follows: I am currently running 3 UNIX boxes, 2 application servers and 1 db server. The first application server is my production box, the second application server is my test box, and the db server... (1 Reply)
Discussion started by: dkeaton
1 Replies

7. UNIX for Dummies Questions & Answers

AIX Unix

I have a list of printers which runs into two pages. How can tell if a printer is still valid / in use? I thought of pinging but that would just tell me if the printer was online or not?? (1 Reply)
Discussion started by: mrbr1dgr31
1 Replies

8. AIX

Upgrading AIX Unix

Hi all, I've got a question about an OS upgrade. I'm planning to do a upgrade from AIX UNIX 4.3.2 to 4.3.3 in a few weeks. I haven't got that much information. Could someone give me some general tips or hints, things I should think of before? Things I should know, or general errors. I know... (9 Replies)
Discussion started by: Erik Rooijmans
9 Replies

9. UNIX for Dummies Questions & Answers

Password (AIX UNIX)

Need Help, I am new in unix. (AIX UNIX - RS 6000). I need a unix script to be able to change a unix password by just passing the user id and the new password. I need this script for the reason that my unix password should be the same on my applicatiion... (2 Replies)
Discussion started by: randyth
2 Replies
Login or Register to Ask a Question