|
This is an old revision of the document! September, 30thAbout AIXNow I have a “good” a SNMP, I want that all my server are SNMP aware, and for all interesting MIB, like HOST-RESOURCES, which allow me to check CPU and memory utilization, etc.. That's why I tried to configure the AIX snmp agent correctly. After spent few minutes to read snmpd.conf and mib.defs, I was able to query the host-resources MIB OID (take a look in aix). But, there is funny bug in the AIX version I use for my server, just look : % snmpwalk -v1 -c public 192.168.1.48 .1.3.6.1.2.1.25.3.3.1.2 HOST-RESOURCES-MIB::hrProcessorLoad.1 = INTEGER: -2147483648 HOST-RESOURCES-MIB::hrProcessorLoad.2 = INTEGER: -2147483648 Very funny, isn't it ? Funny, but annoying too. So, I look for why I had such values : it's a bug. Well, I really can't understand why such things like snmp can be bugged. Seem we are only few system administrator who use SNMP… Anyway, it's a good way to learn more about AIX (I'm a noob with this OS), specially about patch management. September, 28thCisco and multicastSince I create few VLAN at work, the servers and (NOC) workstations are no longer in the same IP subnet (I don't even understand how the previous sys/net admin can leave servers and workstations in the same LAN). So, a java admin ask me why he can't setup a weblogic cluster with one node in our LAN (the NOC one), and one node in the LAN server. I just told him “hold on few mintes”. Well, ok, few hours after, it still doesn't working… But It's now ok, I use the following config : ! interface Vlan1 ip address 192.168.1.4 255.255.255.0 ip pim dense-mode ip igmp join-group 232.168.34.65 ip igmp join-group 237.0.0.9 ntp multicast key 1 end ! interface Vlan34 ip address 192.168.34.1 255.255.255.0 ip helper-address 192.168.1.6 ip pim dense-mode ip igmp join-group 232.168.34.65 ip igmp join-group 237.0.0.9 ntp multicast key 1 end ! ip multicasting-routing ! But the more important point is the TTL which is set by the multicast application. IT MUST BE GREATER than one (1) if you want forwarding multicast. Example : % sudo udp-sender --file docs/CompilingBinaryFilesUsingACompiler.pdf --mcast-all-addr 232.168.34.65 --ttl 64 Udp-sender 2004-05-31 Using mcast address 232.168.34.65 UDP sender for docs/CompilingBinaryFilesUsingACompiler.pdf at 192.168.34.65 on eth0 Broadcasting control to 232.168.34.65 New connection from 192.168.1.50 (#0) 00000019 Ready. Press any key to start sending data. Starting transfer: 00000019 bytes= 67 278 re-xmits=000000 ( 0.0%) slice=0202 67 278 - 0 Transfer complete. Disconnecting #0 (192.168.1.50) % sudo udp-receiver --ttl 64 --mcast-all-addr 232.168.34.65 --file /tmp/output Udp-receiver 2004-05-31 UDP receiver for /tmp/output at 192.168.1.50 on eth0 received message, cap=00000019 Connected as #0 to 192.168.34.65 Listening to multicast on 232.168.34.65 Press any key to start receiving data! Sending go signal 1 Success 0 bytes= 67 278 ( 1.05 Mbps) 67 278 Transfer complete. As you can notice, I use udp-receiver / udp-sender - available here, or maybe with your distrib (Debian include it) - to test the multicast. I just wondering why it doesn't work if the Cisco is not a member of the group, I probably need to check docs again and again. OpenLDAPWell, by mischance, I need to use OpenLDAP.. So I begin to put all my notes about this (crappy) software. Their will available here. September, 19thSmall useful applications
Here a little patch to Brack's CSS to ensure all racks have the same size : (replace td.space with the following one)
td.space {
font-size: small;
font-family: sans-serif;
padding: 0 5px;
background-color: white;
border-style: solid none none none; border-width: thin
}
(Very thanks to Cesar for his help) |
Welcome to Bruno Bonfils's (aka asyd homepage).


