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
4 More Discussions You Might Find Interesting
1. UNIX for Advanced & Expert Users
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
2. Solaris
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
3. AIX
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
4. AIX
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
LEARN ABOUT CENTOS
vgscan
VGSCAN(8) System Manager's Manual VGSCAN(8)
NAME
vgscan - scan all disks for volume groups and rebuild caches
SYNOPSIS
vgscan [-d|--debug] [-h|-?|--help] [--ignorelockingfailure] [--mknodes] [-P|--partial] [-v|--verbose]
DESCRIPTION
vgscan scans all SCSI, (E)IDE disks, multiple devices and a bunch of other disk devices in the system looking for LVM physical volumes and
volume groups. Define a filter in lvm.conf(5) to restrict the scan to avoid a CD ROM, for example.
In LVM2, vgscans take place automatically; but you might still need to run one explicitly after changing hardware.
OPTIONS
See lvm(8) for common options.
--mknodes
Also checks the LVM special files in /dev that are needed for active logical volumes and creates any missing ones and removes unused
ones.
--cache
Scan devices for LVM physical volumes and volume groups and instruct the lvmetad daemon to update its cached state accordingly.
SEE ALSO
lvm(8), vgcreate(8), vgchange(8)
Sistina Software UK LVM TOOLS 2.02.105(2)-RHEL7 (2014-03-26) VGSCAN(8)