Originally posted by: armink
1. df (see the man page for options), there is a df in HP-UX too, but nobody uses it
2. mount, but the options are quite different... again see man page and doc
3. no need to do this in AIX. The logical volume commands can handle this: lsvg, lslv, lspv etc
4. better use lsfs, chfs, mkfs etc. than modifying /etc/filesystems directly. LVCB and ODM will be updated accordingly.
5. lsps
6. lsdev, lsattr -El <device:name>, lscfg -vl <device_name>
7. cfgmgr (see man page for -v, -i...)
8. There are no group files in AIX, but you may decide to have control over the major VG number using the -V switch with importvg, mkvg etc.
9. same in AIX, but routes are saved in the ODM, so don't set routes with "route add..."!
10. same in AIX, and again, take a look into ODM/smitty. Plumbing works different and sometimes the interface is "invisible". See lsdev, chdev etc.
In general: Use commands to change the configuration. Start with smitty and get an idea by pressing F6 just before command execution!
Do NOT edit in config files when there is a command for doing so. You'll learn later when you can do it anyway :-)
Some concepts are quite different in AIX, so you should try to get a class for experienced admins...