Difference between revisions of "AIX"

From Mesopoly 3.0
Jump to navigation Jump to search
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:IBM]]
 
===Quick Tips===
 
===Quick Tips===
 +
*to mount windows share on AIX (permanent) mkcifsmnt -f /mnt/win2 -d share -h 10.156.133.98 -c root -p root23 [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp?topic=/com.ibm.aix.cmds/doc/aixcmds3/mkcifsmnt.ht publib.boulder.ibm.com]
 
* To disable remote login access for your root user, edit the /etc/security/user file. Specify False as the rlogin value on the entry for root.
 
* To disable remote login access for your root user, edit the /etc/security/user file. Specify False as the rlogin value on the entry for root.
 +
*To have bash as default shell
 +
**Edit /etc/passwd. Instead of that other shell, add the path to bash at the end of line having your username. Also change user id to "0" to be root (superuser) if other root users do not want bash as default shell. So, you login with your username and became superuser with bash.
 +
**If you do not have root access and have for example ksh as your default shell, edit .profile in your home directory and enter /usr/bin/bash as a line
 +
* to tell version, technology level and service pack applied use
 +
oslevel -s (aix 5.3)
 +
oslevel -r (aix 5.2)
 +
* to see firmware version
 +
lsmcode
 +
* to list server configuration
 +
lsconf
 +
* to see hardware details
 +
lsdev -Cc disk | adapter | driver
 +
* to list hard disks
 +
lspv
 +
lspv (names of devices displayed by 'lspv' alone)
  
 
===Software===
 
===Software===
*[https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aixtbx&S_PKG=dlaixww&lang=en_US&cp=UTF-8# AIX Toolbox for Linux Applications]
+
*[https://www14.software.ibm.com/webapp/iwm/web/reg/download.do?source=aixtbx&S_PKG=dlaixww&lang=en_US&cp=UTF-8# AIX Toolbox for Linux Applications] | [http://www-03.ibm.com/servers/aix/products/aixos/linux/download.html download] one by one
 
*[http://ibm.com/servers/aix/browsers/index.html Mozilla] for AIX. Needed by web based managers and like.
 
*[http://ibm.com/servers/aix/browsers/index.html Mozilla] for AIX. Needed by web based managers and like.
*[http://www-03.ibm.com/servers/aix/wsm/ WSM] Web Based System Manager
+
*[http://www.ibm.com/servers/aix/wsm/security.html WSM] Web Based System Manager [http://inetsd01.boulder.ibm.com/doc_link/en_US/a_doc_lib/aixbman/wsmadmn/mastertoc.htm#mtoc Admin Guide]
  
 
===Education and Certification===
 
===Education and Certification===
*[http://www-03.ibm.com/certify/tests/obj180.shtml Test 180]: p5 and pSeries Enterprise Technical Support AIX 5L V5.3
+
*[http://www-03.ibm.com/certify/tests/obj180.shtml Test 180]: p5 and pSeries Enterprise Technical Support AIX 5L V5.3  
*[http://www-03.ibm.com/certify/tests/obj190.shtml Test 190]: AIX Basic Operations V5
+
*[http://www-03.ibm.com/certify/tests/obj190.shtml Test 190]: AIX Basic Operations V5 (?)
*[http://www-03.ibm.com/certify/tests/edu222.shtml Test 222]: p5 and pSeries Administration and Support AIX 5L V5.3
+
*[http://www-03.ibm.com/certify/tests/edu223.shtml Test 223]: System p Administrator
 
*[http://www-03.ibm.com/certify/tests/obj237.shtml Test 237]: pSeries HACMP for AIX 5L
 
*[http://www-03.ibm.com/certify/tests/obj237.shtml Test 237]: pSeries HACMP for AIX 5L
 +
*062 virtualizacija
 +
*http://www-03.ibm.com/certify/tests/obj104.shtml 100 104
  
 
===Links===
 
===Links===
*[[IBM|more on IBM Pseries]]
+
*[[IBM|more on IBM Pseries]] here
 
*[http://www.rootvg.net rootvg.net]
 
*[http://www.rootvg.net rootvg.net]
 +
*download 'maintenance level' updates (srevice packs)http://www-912.ibm.com/eserver/support/fixes/fixcentral
 +
*[http://blog.thilelli.net/category/AIX one AIX themed blog]

Latest revision as of 08:29, 13 January 2011

Quick Tips

  • to mount windows share on AIX (permanent) mkcifsmnt -f /mnt/win2 -d share -h 10.156.133.98 -c root -p root23 publib.boulder.ibm.com
  • To disable remote login access for your root user, edit the /etc/security/user file. Specify False as the rlogin value on the entry for root.
  • To have bash as default shell
    • Edit /etc/passwd. Instead of that other shell, add the path to bash at the end of line having your username. Also change user id to "0" to be root (superuser) if other root users do not want bash as default shell. So, you login with your username and became superuser with bash.
    • If you do not have root access and have for example ksh as your default shell, edit .profile in your home directory and enter /usr/bin/bash as a line
  • to tell version, technology level and service pack applied use
oslevel -s (aix 5.3)
oslevel -r (aix 5.2)
  • to see firmware version
lsmcode
  • to list server configuration
lsconf
  • to see hardware details
lsdev -Cc disk | adapter | driver
  • to list hard disks
lspv
lspv (names of devices displayed by 'lspv' alone)

Software

Education and Certification

Links