![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Troubleshooting Sure Solution 1321262.1 : Sun Enterprise[TM] 10000: Troubleshooting Netcon Logging and netcon_server
In this Document
Applies to:Sun Enterprise 10000 Server - Version Not Applicable to Not Applicable [Release N/A]Information in this document applies to any platform. PurposeThis document provides troubleshooting assistance for both netcon logging and netcon_server on the SSP. Troubleshooting StepsWhat is netcon logging? How do I enable it?Netcon logging is a console log for E10000 domains. Logging console information is crucial in the event the system in unable to log information via normal methods. Also, there are some messages that are only output to the console (a panic stack trace for example). SSP 3.1.1 and higher Netcon logging is integrated into SSP 3.1.1 and beyond. To enable logging on for SSP 3.1.1 and higher, edit the /etc/syslog.conf file and uncomment the local1.debug line and restart the SSP. # Uncomment to enable SSP netcon session logging: local1.debug /var/opt/SUNWssp/.ssp_private/machine_server_fifo The output for each domain's console is stored in $SSPVAR/adm/<domain_name>/netcon. SSP 3.0 and 3.1 For SSP 3.0 and 3.1, there is a script that can be installed to collect console logs.
The output for each domain's console is stored in $SSPVAR/adm/<domain_name>/netcon.log. If the netcon process which is recording the log dies or is killed, netcon_loggerd will restart it, unless an exclusive netcon session is used. To restart recording after an exclusive session has been used, send a kill -HUP to netcon_loggerd. It is also recommended to configure archiving of the netcon logs.
5 4 * * 6 /opt/SUNWssp/bin/newnetconlog >/dev/null 2>&1 # archives netcon.log netcon_server fails at startupSymptom: netcon_server fails at startup with syslog: VerExec: ERR: VerExecApp.cc, 261: netcon_server error: Resolution: Check that the OS version in the /var/opt/SUNWssp/.ssp_private/domain_config The domain's OS version can be corrected via the domain_rename command run on the Main SSP. domain_rename -d domainname -o 5.# where 5.# equals the SunOS version - for example, 5.5.1, 5.6, 5.7, 5.8, and so on Attachments This solution has no attachment |
||||||||||||||||||
|