Pedbg collected using "hscpe" user.
#pedbg -r
Above command will remove previous data
Now collect fresh pedbg logs using following command
#pedbg -q 4 -c
This will generate file in /dump with name like /dump/hmclogs.hmcabc.zip
Copy thes to remote NIM or AIX Lpar using SCP command.
Login to NIM , create folder in /TMP like "pedbglogs"
#cd /tmp
#mkdir pedbglogs
#cd pedbglogs
# scp hscpe@hmcIP:/dump/hmclogs.hmcabc.zip .
Here . Means current directory on NIM server. (/tmp/pedbglogs)
** Make sure /tmp have enough space to hold this pedbg file.
Thanks !!!!!
No comments:
Post a Comment