Categories
- WeatherBilthoven, Netherlands10:42, 10:42, Tue, Nov 4, 202514°Covercast clouds76 %1017 mb7 mphWind Gust: 22 mphClouds: 88%Visibility: 10 kmSunrise: 07:39Sunset: 17:05
 
Daily Archives: 13 June 2013
First aid for Panic Dump Analysis on Solaris 10 / 11
1. Creat a “save” panic: # savecore -L 2. Decompress it; # savecore -vf /var/crash/vmdump.0 3. Load the panic dump in the kernel debugger: /var/crash# mdb -k /var/crash/unix.0 vmcore.0 4. Analyse.. See the processes that were running at the time … Continue reading
									
						Posted in Solaris / linux					
					
				
				
				Leave a comment
							
		Email notification on Solaris SMF service failures
1. First check that (send)mail works on Solaris # mailx -v root@localhost </etc/hosts Check that the mail is sent; # mailx ->> if mail does NOT work, make sure the /etc/inet/hosts file contains propper FQDN entries: 127.0.0.1 localhost 192.168.0.100 s11-server1 … Continue reading
									
						Posted in Solaris / linux					
					
				
				
				Leave a comment