IBM Servers Documentation


 
Thread Tools Search this Thread
Operating Systems AIX IBM Servers Documentation
# 1  
Old 09-30-2011
IBM Servers Documentation

Hello dear friends, I wanrt to document our servers configuration but have no Idea which softweare should I use for documenting server environment.. maybe anyone can suggest me which software should I use.. thanks in Advance
# 2  
Old 09-30-2011
If you mean some software with a some backend database to store system configuration , I think I have no proper answer to give.
Otherwise issue the below commands that may aid you in documenting your systems configuration and store them in some sort of spreadsheets like MS Excel for documenting purpose .
General

prtconf - list system configuration
lscfg [-v] - devices (-v = verbose for microcode levels, etc)
lscfg -v - devices verbose (microcode level, firmware, etc)
lsdev -Cc adapter - adapter cards
lsdev -Cc disk - disks
lsdev -Cc processor - CPU's
lsattr -El sys0 - serial number, model number, memory

AIX

oslevel- AIX OS level
instfix -i |grep ML - AIX maintenance level
lslpp -l - installed SW and levels

Disk and volumes

lsvg -o - active volume groups
lsvg -p vgname - disk drives in VG
lsvg -l vgname - LV's in VG
lslv lvname - LV detail
lslv -l lvname - LV disk location
lspv - disks
lspv -l hdisk# - LV's residing on a disk where # is the number of the disk

Network

lsdev -Cc if -List network interfaces
netstat -rn -List network gateways
# 3  
Old 10-01-2011
Yes I mean some software with a some backend database to store system configuration... anyway thanks a lot :-)
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. AIX

IBM TDS/SDS (LDAP) - can I mix endianness among servers in an instance ?

I'd like to add some x/linux-based servers to my current AIX-based TDS/SDS server community. Reading the Fine Install Guide (rtfig ?) I believe this may be covered by the section "Upgrade an instance of a previous version to a different computer" i.e. I'm going to install latest/greatest SDS on a... (4 Replies)
Discussion started by: maraixadm
4 Replies

2. AIX

executable problems with shell script in IBM servers

We have a java stand alone application running currently on sun Solaris system. The java application runs on Jdk 1.4. We are reshooting this java application to new Ibm servers. There are 10 unix scripts for this application. All scripts works well except one shell script, This shell... (2 Replies)
Discussion started by: poojagupta
2 Replies

3. Solaris

Documentation on connecting EMC storage to Solaris servers

Hi Can anyone suggest me some documents for EMC clarion documents which I am going to use in the servers with solaris environments. (1 Reply)
Discussion started by: ningy
1 Replies

4. UNIX for Advanced & Expert Users

HP-UX 10.2 servers interoperability with IBM mass storage devices

Does anyone have succesfully interconnected HP-UX 10.2 HP 9000 K370 servers with A6885A HBA's, with an IBM Fastt storage server? I need to replace integrate both platforms. Interoperability matrices from manufacturers do not certified such integration. Thanks for anybody's help. (0 Replies)
Discussion started by: raltmannr
0 Replies
Login or Register to Ask a Question