Categories
- WeatherBilthoven, Netherlands05:28, 5:28, Thu, Jul 17, 202513°Cscattered clouds93 %1017 mb4 mphWind Gust: 6 mphClouds: 45%Visibility: 10 kmSunrise: 04:38Sunset: 20:51Hourly Forecast07:0014°/16°°C 0 mm 0% 4 mph 90% 1017 mb 0 mm/h10:0019°/21°°C 0 mm 0% 7 mph 70% 1018 mb 0 mm/h13:0024°/24°°C 0 mm 0% 8 mph 42% 1017 mb 0 mm/h16:0024°/24°°C 0 mm 0% 9 mph 40% 1017 mb 0 mm/h19:0022°/22°°C 0 mm 0% 5 mph 51% 1016 mb 0 mm/h22:0015°/15°°C 0 mm 0% 4 mph 86% 1016 mb 0 mm/h01:0013°/13°°C 0 mm 0% 3 mph 91% 1016 mb 0 mm/h04:0013°/13°°C 0 mm 0% 2 mph 92% 1015 mb 0 mm/h
Monthly Archives: June 2013
An STP example within GNS3
Configuring a Spanning Tree in GNS3: ———————————— I found that configuring the SPT was always a bit vague due to the fact that dynamips / dynagen emulate Cisco IOS Routers, not switches. I didn’t find a simple example that tells … Continue reading
Posted in Cisco Networking
Leave a comment
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
A Simple Role Base Access Control (RBAC) example on Solaris 11
1. create a user “user1″ and assign a password # useradd -d /export/home/user1 -m -s /bin/bash user1 # passwd user1 -> here password “user1234″ is used. 2. Create a role # roleadd -d /export/home/role1 -m role1 # passwd role1 -> … Continue reading
Posted in Solaris / linux
Leave a comment