AIX Useful Commands Related To SAP: Error Logging
AIX Useful Commands Related To SAP: Error Logging
to SAP
List all devices on a system
#lsdev
List all disk devices on a system (See next item for a list of classes)
#lsdev -Cc disk
List all customized (existing) device classes (-P for complete list)
#lsdev -C -r class
Remove hdisk5
#rmdev -dl hdisk5
Get device address of hdisk1
#getconf DISK DEVNAME hdisk1 (or) bootinfo -o hdisk1
Get the size (in MB) of hdisk1
#getconf DISK SIZE /dev/hdisk1 (or) bootinfo -s hdisk1
List all disks belonging to scsi0
#lsdev -Cc disk -p scsi0
Find the slot of a PCI Ethernet adapter
#lsslot -c pci -l ent0
Find the (virtual) location of an Ethernet adapter
#lscfg -l ent1
Find the location codes of all devices in the system
#lscfg
List all MPIO paths for hdisk0
#lspath -l hdisk0
Find the WWN of the fcs0 HBA adapter
#lscfg -vl fcs0 | grep Network
Get statistics and extended information on fcs0
#fcstat fcs0
Error Logging