All AIX Commands
All AIX Commands
All AIX Commands
vmstat -s
________________________________________
ps -k | grep aioserver
____________________________________________
errpt -a|more
___________________________________________
you can use this command to find the location of the alert log:
select
name
from
v$parameter
where
name = 'background_dump_destination';
__________________________________________
sqlplus /nolog
___________________________________________
STARTUP NOMOUNT
Starting an Instance and Mounting a Database
STARTUP MOUNT
_________________________________________________
STARTUP RESTRICT
Later, use the ALTER SYSTEM statement to disable the RESTRICTED SESSION feature:
______________________________________________
Displays the system name. For example, AIX.
uname -s
____________________________________________
lspv
____________________________________________
lspv hdisk1
lscfg
_______________________________________________________
uname -a Displays the system name, nodename, version, machine ID.
uname -M Displays the system model name. For example, IBM, 9114-275.
uname -v Displays the operating system version.
uname -m Displays the machine ID number of the hardware running the system.
name -u Displays the system ID number.
______________________________________________________________
svmon -P -v -t 10 | more
svmon -U -v -t 10 | more
topas
topas -p
________________________________________________
______________________________________________
svmon
_______________________________________________
http://stromberg.dnsalias.org/~strombrg/Useful-AIX-commands.html
____________________________________________________
CPU Monitoring
Memory Monitoring
vmstat, topas, ps, lsps, ipcs
I/O Subsystem
Network
netstat, topas, atmstat, entstat, tokstat, fddistat, nfsstat, ifconfig
__________________________________________
In depth tools
CPU Monitoring
netpmon
Memory Monitoring
svmon, netpmon, and filemon
I/O Subsystem
filemon, fileplace
Network
netpmon, tcpdump
Processes & Threads
svmon, truss,kdb, dbx, gprof, fuser, prof
dpmon pf=SMN_DVEBMGS00_chl-inhsmn01
https://www.tech-recipes.com/rx/569/some-common-aixunix-commands/
http://stromberg.dnsalias.org/~strombrg/Useful-AIX-commands.html
https://blog.yannickjaquier.com/aix/aix-basic-commands.html
________________