Dear support,
SAP technical team asked to execute below command on our production server, actually where we need to execute below commands ,where will be stored after executing below commands, and when i do the this activity as online or we need to stop sap for the activity. kindly let me inform if any in this regards
Regards
suresh
3) At the time when the most problem occurs please run the following commands: ()
************************************************
dbname=DBSID
for (( i=0 ; i<=5 ; i++))
do
db2pd -osinfo -version > osinfo.v.$i
db2pd -db $dbname -inst -memsets > mems.$i
db2pd -db $dbname -inst -mempools > memp.$i
db2pd -db $dbname -transactions > trans.$i
db2pd -db $dbname -logs > logs.$i
db2pd -db $dbname -tablespaces > ts.$i
db2pd -db $dbname -dbptnmem > dbptnmem.$i
db2pd -db $dbname -agents > agents.$i
db2pd -latches > latches.$i
db2pd -edus > edu.$i
db2pd -db $dbname -apinfo -agents > pdapp.$i
db2 get snapshot for applications on $dbname > appsnap.$i
db2 get snapshot for db on $dbname > dbsnap.$i
4) Is it as well possible to provide an st12 trace for the time when the problem is at highest degree.
5) Addiotnally please open the connection and provide the logon data in the secure area.
sleep 300