I modified the script a little. I had to lowercase the serialNumber object. now getting diff error.
Code: >>> for d in dmd.Devices.getSubDevices(): ... for serial in d.hw.serialNumber(): ... serial.serialNumber = " " ... Traceback (most recent call last): File "<stdin>", line 2, in ? TypeError: 'str' object is not callable >>> -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=26909#26909 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
