<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>AirWaves Forum: Last 35 Posts</title>
<link>http://www.airwave.com/forums/</link>
<description>AirWaves Forum: Last 35 Posts</description>
<language>en</language>
<pubDate>Wed, 14 May 2008 02:55:15 +0000</pubDate>

<item>
<title>dancomfort on "Kill or restart a hung report job?"</title>
<link>http://www.airwave.com/forums/topic/kill-or-restart-a-hung-report-job#post-432</link>
<pubDate>Tue, 13 May 2008 13:11:00 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">432@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Hi crivers,&#60;/p&#62;
&#60;p&#62;You can go into the database and clear out all pending reports like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;# db
  =&#38;gt; delete from report where state=1;
  =&#38;gt; \q&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;code&#62;&#60;/code&#62;&#60;br /&#62;
One thing we've seen several times and may be a problem here is the Linux kernel setting that limits how much memory can be allocated to any one process.  If this is what's causing the reports to fail, there would be &#34;Out of memory!&#34; messages in /var/log/report_runner.  &#60;/p&#62;
&#60;p&#62;The kernel limit is set in a file /etc/sysctl.conf.  You could try changing &#60;/p&#62;
&#60;p&#62;&#60;code&#62;kernel.shmmax=134217728&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to, perhaps&#60;/p&#62;
&#60;p&#62;&#60;code&#62;kernel.shmmax=4294967296&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and letting the report try to run again.  I think there's a good chance it would run if the kernel would let our report runner process have more RAM.
&#60;/p&#62;</description>
</item>
<item>
<title>crivers on "Kill or restart a hung report job?"</title>
<link>http://www.airwave.com/forums/topic/kill-or-restart-a-hung-report-job#post-431</link>
<pubDate>Tue, 13 May 2008 11:45:59 +0000</pubDate>
<dc:creator>crivers</dc:creator>
<guid isPermaLink="false">431@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;We're running AMP 5.3.6 and have a report job (a user session report for a 5 month period) that appears to be hung.  The report normally takes up to an hour or so to generate, but it's been running almost a full day without result.  Restarting AMP doesn't seem to clear it out.&#60;/p&#62;
&#60;p&#62;Is there a way to kill or restart a hung report job?
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "IOS AP Serial number"</title>
<link>http://www.airwave.com/forums/topic/ios-ap-serial-number#post-430</link>
<pubDate>Tue, 13 May 2008 10:20:52 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">430@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Good info to know. Thanks Dan.
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "XML API help"</title>
<link>http://www.airwave.com/forums/topic/xml-api-help#post-429</link>
<pubDate>Tue, 13 May 2008 08:39:27 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">429@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;There isn't another way today.  We don't have a way to limit by device type.  I've just submitted a feature request, suggesting that we should let you filter by any of the fields in any API.
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "IOS AP Serial number"</title>
<link>http://www.airwave.com/forums/topic/ios-ap-serial-number#post-428</link>
<pubDate>Tue, 13 May 2008 08:33:08 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">428@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Good question.  The ap table is generally where we store AMP's &#60;em&#62;desired &#60;/em&#62;settings.  There is a device_serial column in there, but since you don't generally reconfigure a serial number that column in the database is always blank.  &#60;/p&#62;
&#60;p&#62;Devices' &#60;em&#62;actual&#60;/em&#62; settings from the most recent audits, including serial number, are stored in the device_config table.  Try this:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;select ap.name, ap.apparent_ip, device_config.value from ap, ap_radio, device_config where ap.type=17 and ap_radio.radio_type=&#38;#39;a&#38;#39; and ap.id = ap_radio.id and device_config.ap_id=ap.id and device_config.name = &#38;#39;device_serial&#38;#39;;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "IOS AP Serial number"</title>
<link>http://www.airwave.com/forums/topic/ios-ap-serial-number#post-427</link>
<pubDate>Tue, 13 May 2008 08:07:35 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">427@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;What table and row does AMP keep an IOS AP's serial number stored within? I'm trying to identify a specific subset of our legacy IOS APs but not getting any values from ap.device_serial&#60;/p&#62;
&#60;p&#62;select ap.name, ap.apparent_ip, ap.device_serial from ap, ap_radio where ap.type=17 and ap_radio.radio_type='a' and ap.id = ap_radio.id;
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "XML API help"</title>
<link>http://www.airwave.com/forums/topic/xml-api-help#post-426</link>
<pubDate>Fri, 09 May 2008 12:58:06 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">426@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;From /ap_list.xml?type=73 I get output like: &#60;/p&#62;
&#60;p&#62;−&#60;/p&#62;
&#60;p&#62;−&#60;/p&#62;
&#60;p&#62;&#38;lt;firmware&#38;gt;4.0.219.0&#38;lt;/firmware&#38;gt;&#60;br /&#62;
&#38;lt;group id=&#34;71&#34;&#38;gt;COA-PSLM-LWAPP&#38;lt;/group&#38;gt;&#60;br /&#62;
&#38;lt;is_up&#38;gt;true&#38;lt;/is_up&#38;gt;&#60;br /&#62;
&#38;lt;lan_ip&#38;gt;10.164.52.11&#38;lt;/lan_ip&#38;gt;&#60;br /&#62;
&#38;lt;lan_mac&#38;gt;00:1F:6C:B9:27:E0&#38;lt;/lan_mac&#38;gt;&#60;br /&#62;
&#38;lt;mfgr&#38;gt;Cisco&#38;lt;/mfgr&#38;gt;&#60;br /&#62;
&#38;lt;model id=&#34;73&#34;&#38;gt;Airespace 4400&#38;lt;/model&#38;gt;&#60;br /&#62;
&#38;lt;monitor_only&#38;gt;false&#38;lt;/monitor_only&#38;gt;&#60;br /&#62;
&#38;lt;name&#38;gt;COA-PSLM-WLC1&#38;lt;/name&#38;gt;&#60;br /&#62;
&#38;lt;serial_number&#38;gt;FOC1210F04B&#38;lt;/serial_number&#38;gt;&#60;/p&#62;
&#60;p&#62;and from ap_list.xml?modelid=73,&#60;/p&#62;
&#60;p&#62;−&#60;/p&#62;
&#60;p&#62;&#38;lt;firmware&#38;gt;4.0.219.0&#38;lt;/firmware&#38;gt;&#60;br /&#62;
&#38;lt;group id=&#34;65&#34;&#38;gt;COA-NSUB-LWAPP&#38;lt;/group&#38;gt;&#60;br /&#62;
&#38;lt;is_up&#38;gt;true&#38;lt;/is_up&#38;gt;&#60;br /&#62;
&#38;lt;lan_ip&#38;gt;10.162.146.241&#38;lt;/lan_ip&#38;gt;&#60;br /&#62;
&#38;lt;lan_mac&#38;gt;00:1D:A1:FE:05:FE&#38;lt;/lan_mac&#38;gt;&#60;br /&#62;
&#38;lt;mfgr&#38;gt;Cisco&#38;lt;/mfgr&#38;gt;&#60;br /&#62;
&#38;lt;model id=&#34;90&#34;&#38;gt;Aironet 1240 LWAPP&#38;lt;/model&#38;gt;&#60;br /&#62;
&#38;lt;monitor_only&#38;gt;false&#38;lt;/monitor_only&#38;gt;&#60;br /&#62;
&#38;lt;name&#38;gt;COA-NSUB-AP090&#38;lt;/name&#38;gt;&#60;br /&#62;
−&#60;br /&#62;
	&#38;lt;radio index=&#34;1&#34;&#38;gt;&#60;br /&#62;
Enabled&#60;br /&#62;
&#38;lt;channel&#38;gt;6&#38;lt;/channel&#38;gt;&#60;br /&#62;
&#38;lt;display_channel&#38;gt;6&#38;lt;/display_channel&#38;gt;&#60;br /&#62;
&#38;lt;enabled&#38;gt;true&#38;lt;/enabled&#38;gt;&#60;br /&#62;
&#38;lt;radio_mac&#38;gt;00:1F:27:54:BB:B0&#38;lt;/radio_mac&#38;gt;&#60;br /&#62;
&#38;lt;radio_type&#38;gt;g&#38;lt;/radio_type&#38;gt;&#60;br /&#62;
&#38;lt;transmit_power&#38;gt;1&#38;lt;/transmit_power&#38;gt;&#60;br /&#62;
&#38;lt;/radio&#38;gt;&#60;br /&#62;
−&#60;br /&#62;
	&#38;lt;radio index=&#34;2&#34;&#38;gt;&#60;br /&#62;
&#38;lt;channel&#38;gt;56&#38;lt;/channel&#38;gt;&#60;br /&#62;
&#38;lt;display_channel&#38;gt;56&#38;lt;/display_channel&#38;gt;&#60;br /&#62;
&#38;lt;enabled&#38;gt;true&#38;lt;/enabled&#38;gt;&#60;br /&#62;
&#38;lt;radio_mac&#38;gt;00:1F:27:54:BB:B0&#38;lt;/radio_mac&#38;gt;&#60;br /&#62;
&#38;lt;radio_type&#38;gt;a&#38;lt;/radio_type&#38;gt;&#60;br /&#62;
&#38;lt;transmit_power&#38;gt;1&#38;lt;/transmit_power&#38;gt;&#60;br /&#62;
&#38;lt;/radio&#38;gt;&#60;br /&#62;
&#38;lt;serial_number&#38;gt;FTX1205B2T2&#38;lt;/serial_number&#38;gt;&#60;/p&#62;
&#60;p&#62;Which is useful data but I was looking for an easier way (if available) than parsing and counting the xml output from 8 amps to assemble an enterprise wide device count for about 6 device types. Thanks.
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "XML API help"</title>
<link>http://www.airwave.com/forums/topic/xml-api-help#post-425</link>
<pubDate>Fri, 09 May 2008 11:32:03 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">425@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;The type is there in that API.  Look for &#38;lt;model_id=&#34;73&#34;&#38;gt; .
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "XML API help"</title>
<link>http://www.airwave.com/forums/topic/xml-api-help#post-424</link>
<pubDate>Thu, 08 May 2008 08:20:54 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">424@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;We're working on a kiosk type plugin to several of our network management platforms. If supported, I need some help with XML api strings to pull data like device counts by type, like type=73 for an Airespace 4400 controller. &#60;/p&#62;
&#60;p&#62;Similar sql query:&#60;br /&#62;
airwave=&#38;gt; SELECT f.name,  count(a.id)&#60;br /&#62;
FROM ap a, ap_folder f&#60;br /&#62;
WHERE a.ap_folder_id=f.id&#60;br /&#62;
AND (a.type=73)&#60;br /&#62;
GROUP BY f.name&#60;br /&#62;
ORDER BY f.name;&#60;/p&#62;
&#60;p&#62;Is it out there? What other arguments can I add to /ap_list.xml?type=73 ?
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "Memory limits with 32-bit OSs"</title>
<link>http://www.airwave.com/forums/topic/memory-limits-with-32-bit-oss#post-423</link>
<pubDate>Tue, 06 May 2008 10:18:24 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">423@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;A customer recently asked us:  If AMP requires a 32-bit version of CentOS or RHEL, how do you use more than 4GB of memory?&#60;/p&#62;
&#60;p&#62;A: We use a version of the Linux kernel that is able to address up to 64GB of RAM using a feature of x86 CPUs called Physical Address Extension (PAE). See &#60;a href=&#34;http://en.wikipedia.org/wiki/Physical_Address_Extension&#34; rel=&#34;nofollow&#34;&#62;http://en.wikipedia.org/wiki/Physical_Address_Extension&#60;/a&#62; for more information. The OS is able to allocate all of the physical RAM installed (up to 64GB), but any individual process can only use up to 4GB of memory. &#60;/p&#62;
&#60;p&#62;For performance and scalability reasons, AMP uses several independent process that run simultaneously. None of these processes ever needs to use more than 4GB of RAM on its own, but the combined memory usage can be quite large, depending on the number of devices being managed on the network.
&#60;/p&#62;</description>
</item>
<item>
<title>jluther on "Master Console Portal"</title>
<link>http://www.airwave.com/forums/topic/master-console-portal#post-422</link>
<pubDate>Thu, 24 Apr 2008 14:08:32 +0000</pubDate>
<dc:creator>jluther</dc:creator>
<guid isPermaLink="false">422@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;One option is to edit /var/www/html/public/css/portal.css (edit /root/svn/mercury/lib/html/public/css/portal.css and then run 'ml' to install it) to suit your needs. You'll have to apply the changes whenever you upgrade AMP.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "Master Console Portal"</title>
<link>http://www.airwave.com/forums/topic/master-console-portal#post-421</link>
<pubDate>Thu, 24 Apr 2008 12:25:18 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">421@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;I've done a lot of customizing on our portal page background, header and footer. Is there any option I'm not seeing to modify the text formatting for the folder stats? &#60;/p&#62;
&#60;p&#62;Your font clashes with mine :P
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-420</link>
<pubDate>Tue, 22 Apr 2008 08:59:33 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">420@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Yes but perhaps only half the time. The monitor status will flip to good if it succeeds.
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-419</link>
<pubDate>Tue, 22 Apr 2008 08:21:26 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">419@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Do the interfaces end up being pushed out to the controllers?
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-418</link>
<pubDate>Mon, 21 Apr 2008 10:54:11 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">418@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Applying the missing interfaces:&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:48 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:48 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.10.1.4';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:48 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:48 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.1.2.5.6.1.1';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:48 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:48 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.10.1.3';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:48 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:48 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.22.1.3';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:49 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:49 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.9.9.515.2.2.1.1.4';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:49 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:49 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.1.2.5.6.1.23';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:50 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:50 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.10.3.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:50 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:50 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.9.9.515.2.2.1.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:51 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:51 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.10.2.1.20';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:52 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:52 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.10.3.1.1';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:53 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:53 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.8.1.11.1.20';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:53 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:53 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.2.1.5';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:54 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:54 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.22.1.20';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:54 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:54 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.10.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:54 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:54 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.2.1.3';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:54 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:54 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.10.3.1.20';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:55 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:55 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.2.1.26';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:55 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:55 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.2.1.1';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.10.2.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.1.2.5.6.1.3';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.10.1.5';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.9.9.515.2.2.1.1.3';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.2.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.10.1.1';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:56 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:56 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.2.1.14';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:57 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:57 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.10.1.24';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:57 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:57 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.10.2.1.1';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:58 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:58 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.2.5.22.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:50:58 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:50:58 2008: Error on snmp_get_table (10.73.113.15 -- $VAR1 = '.1.3.6.1.4.1.14179.1.2.5.6.1.2';&#60;br /&#62;
): Requested table is empty or does not exist at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:04 2008: Pushing config to TXG-MCOA-WLC05 (id:4056)&#60;br /&#62;
Mon Apr 21 12:51:09 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:09 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.4.1.2.0',&#60;br /&#62;
            'value' =&#38;gt; '1',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.4.1.2.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:10 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:10 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.4.1.3.0',&#60;br /&#62;
            'value' =&#38;gt; '1',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.4.1.3.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:11 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:11 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.4.1.1.0',&#60;br /&#62;
            'value' =&#38;gt; '0',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.4.1.1.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:12 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:12 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.2.1.0',&#60;br /&#62;
            'value' =&#38;gt; 1,&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.2.1.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:12 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:12 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.2.3.0',&#60;br /&#62;
            'value' =&#38;gt; '6',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.2.3.0',&#60;br /&#62;
            'type' =&#38;gt; 'u'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:13 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:13 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.525.1.1.2.0',&#60;br /&#62;
            'value' =&#38;gt; 1,&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.525.1.1.2.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:14 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:14 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.1.2.0',&#60;br /&#62;
            'value' =&#38;gt; '75',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.1.2.0',&#60;br /&#62;
            'type' =&#38;gt; 'u'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:14 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:14 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.1.1.0',&#60;br /&#62;
            'value' =&#38;gt; 1,&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.1.1.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:15 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:15 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.525.1.1.1.0',&#60;br /&#62;
            'value' =&#38;gt; 1,&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.525.1.1.1.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:16 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:16 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.1.3.0',&#60;br /&#62;
            'value' =&#38;gt; '6',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.1.3.0',&#60;br /&#62;
            'type' =&#38;gt; 'u'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:51:17 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:51:17 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.2.2.0',&#60;br /&#62;
            'value' =&#38;gt; '75',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.9.9.524.1.2.2.0',&#60;br /&#62;
            'type' =&#38;gt; 'u'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:53:06 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:53:06 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.1.21.0',&#60;br /&#62;
            'value' =&#38;gt; '0',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.1.21.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:53:07 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:53:07 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.1.31.0',&#60;br /&#62;
            'value' =&#38;gt; '1',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.1.31.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:53:11 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:53:11 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.1.47.2.0',&#60;br /&#62;
            'value' =&#38;gt; '',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.1.47.2.0',&#60;br /&#62;
            'type' =&#38;gt; 's'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:53:18 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:53:18 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.2.1.20.0',&#60;br /&#62;
            'value' =&#38;gt; 1,&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.3.2.1.20.0',&#60;br /&#62;
            'type' =&#38;gt; 'i'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-417</link>
<pubDate>Mon, 21 Apr 2008 10:15:48 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">417@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Some additional light to shed. The vlan interfaces which correspond to some created SSIDs do not yet exist in the device configs. Not sure if that's behind this.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:13:47 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:13:47 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.2',&#60;br /&#62;
            'value' =&#38;gt; 'MISSING INTERFACE',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.2',&#60;br /&#62;
            'type' =&#38;gt; 's'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:13:47 2008: try_ap: id: 4055&#60;br /&#62;
Mon Apr 21 12:13:47 2008: Error on snmp_set (10.73.113.14 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.2',&#60;br /&#62;
            'value' =&#38;gt; 'MISSING INTERFACE',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.2',&#60;br /&#62;
            'type' =&#38;gt; 's'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:13:48 2008: try_ap: id: 4056&#60;br /&#62;
Mon Apr 21 12:13:48 2008: Error on snmp_set (10.73.113.15 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.3',&#60;br /&#62;
            'value' =&#38;gt; 'MISSING INTERFACE',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.3',&#60;br /&#62;
            'type' =&#38;gt; 's'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.&#60;/p&#62;
&#60;p&#62;Mon Apr 21 12:13:48 2008: try_ap: id: 4055&#60;br /&#62;
Mon Apr 21 12:13:48 2008: Error on snmp_set (10.73.113.14 -- $VAR1 = [&#60;br /&#62;
          {&#60;br /&#62;
            'read_oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.3',&#60;br /&#62;
            'value' =&#38;gt; 'MISSING INTERFACE',&#60;br /&#62;
            'oid' =&#38;gt; '.1.3.6.1.4.1.14179.2.1.1.1.42.3',&#60;br /&#62;
            'type' =&#38;gt; 's'&#60;br /&#62;
          }&#60;br /&#62;
        ];&#60;br /&#62;
): Received commitFailed(14) error-status at error-index 1 at /usr/local/airwave/lib/perl/Mercury/SNMP.pm line 183.
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-416</link>
<pubDate>Fri, 18 Apr 2008 21:34:16 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">416@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Yes.  Since Airespace controllers are configured via SNMP any errors would show up in /var/log/config_pusher.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-415</link>
<pubDate>Fri, 18 Apr 2008 15:02:12 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">415@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;It happened again today but I saw nothing in the tail of the telnet_cmds log. Could it be because these are 100% configured by snmp set cmds?
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-414</link>
<pubDate>Wed, 16 Apr 2008 13:25:17 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">414@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Interesting.  It sounds like the AMP actually gets some errors while it's pushing out the config and it's reporting them when it encounters them but it's possible that they aren't actually relevant. &#60;/p&#62;
&#60;p&#62;If you'd like to email me the config_pusher log I'd be happy to take a look at it to confirm that.  &#60;/p&#62;
&#60;p&#62;By the way:  does it only happen immediately after APs are migrated to LWAPP?
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-413</link>
<pubDate>Wed, 16 Apr 2008 06:06:17 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">413@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Yes, ReadWrite string is confirmed. Since we're doing a lot of IOS to LWAPP migrations, I've seen it on multiple sites lately.
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-412</link>
<pubDate>Tue, 15 Apr 2008 17:03:39 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">412@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Are you sure that AMP is using a read/write community string to talk to the controller?  This behavior is consistent with a read only string.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "SNMP Set Error"</title>
<link>http://www.airwave.com/forums/topic/snmp-set-error#post-411</link>
<pubDate>Tue, 15 Apr 2008 07:55:12 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">411@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Configuration:  Error (SNMP Set Error: Received commitFailed(14) error-status at error-index 1) &#60;/p&#62;
&#60;p&#62;I've been seeing this a lot on 4400 wireless lan controllers (version 4.0.219.0) as we try to push config changes via AMP (version 5.3.3). Strangely, it may reflect 'good' a few minutes later.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "Master Console Portal"</title>
<link>http://www.airwave.com/forums/topic/master-console-portal#post-410</link>
<pubDate>Tue, 15 Apr 2008 07:48:56 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">410@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;That would explain it. Was looking for 'rollup' style stats from a folder that is only a parent folder of n child folders.
&#60;/p&#62;</description>
</item>
<item>
<title>jluther on "Master Console Portal"</title>
<link>http://www.airwave.com/forums/topic/master-console-portal#post-409</link>
<pubDate>Tue, 15 Apr 2008 07:15:24 +0000</pubDate>
<dc:creator>jluther</dc:creator>
<guid isPermaLink="false">409@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Does the folder you're looking at actually have devices in it? Or is it a folder that just contains other folders? I think the portal sums up all of the data in the enclosed folders.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "Master Console Portal"</title>
<link>http://www.airwave.com/forums/topic/master-console-portal#post-408</link>
<pubDate>Mon, 14 Apr 2008 08:59:43 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">408@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Is there any documentation available re pulling some of these stats via xml url? I found some info in the API documentation (eg: /folder_list.xml?id=3) but the bandwidth and client stats are returned as 0 where they show valid values on the AMP portal page.
&#60;/p&#62;</description>
</item>
<item>
<title>BigRedScooter on "Daily report of APs that have rebooted"</title>
<link>http://www.airwave.com/forums/topic/daily-report-of-aps-that-have-rebooted#post-407</link>
<pubDate>Fri, 11 Apr 2008 12:38:20 +0000</pubDate>
<dc:creator>BigRedScooter</dc:creator>
<guid isPermaLink="false">407@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;We could make use of this report as well.  Then I wouldn't be spammed with emails everyday.
&#60;/p&#62;</description>
</item>
<item>
<title>BigRedScooter on "Moving APs between AMPs"</title>
<link>http://www.airwave.com/forums/topic/moving-aps-between-amps#post-406</link>
<pubDate>Fri, 11 Apr 2008 12:07:02 +0000</pubDate>
<dc:creator>BigRedScooter</dc:creator>
<guid isPermaLink="false">406@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Do you know what would be really cool - if we could move groups across servers right from the master console!  There could be a way to drag and drop different groups via the master console to individual amps.&#60;/p&#62;
&#60;p&#62;Another idea would be to have the MC continually load balance groups across amp servers without the user having to do anything.  Then the individual amp servers would act like nodes and there would be one portal into the environment via the MC.
&#60;/p&#62;</description>
</item>
<item>
<title>rmckeethen on "PXE install"</title>
<link>http://www.airwave.com/forums/topic/pxe-install#post-405</link>
<pubDate>Thu, 10 Apr 2008 06:39:11 +0000</pubDate>
<dc:creator>rmckeethen</dc:creator>
<guid isPermaLink="false">405@http://www.airwave.com/forums/</guid>
<description>&#60;blockquote&#62;&#60;p&#62;That was the problem this box dosent even have usb drives just com ports, 4 network ports.&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;No USB ports?  Yowsers!  OK, now I definately see your problem.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;I was able to get it running will some trial and error. I ran PXE Installer-Recovery that I was able to download a VM image from the VMWare commutiy&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;Any chance I can ask you for the specific URL of the VMware file?  I'm intrigued enough weith your experience that I'd like to try this out in our lab, and then add an article to our AirWave knowledge base, if that's alright with you.&#60;/p&#62;
&#60;blockquote&#62;&#60;p&#62;Section for PV-5.1.2&#60;/p&#62;&#60;/blockquote&#62;
&#60;p&#62;I take it you're a ProximVision customer, right?
&#60;/p&#62;</description>
</item>
<item>
<title>tarnoldproximcom on "PXE install"</title>
<link>http://www.airwave.com/forums/topic/pxe-install#post-404</link>
<pubDate>Wed, 09 Apr 2008 11:41:11 +0000</pubDate>
<dc:creator>tarnoldproximcom</dc:creator>
<guid isPermaLink="false">404@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;That was the problem this box dosent even have usb drives just com ports, 4 network ports. I was able to get it running will some trial and error. I ran PXE Installer-Recovery that I was able to download a VM image from the VMWare commutiy and I&#60;/p&#62;
&#60;p&#62;1. Put the software on the server&#60;br /&#62;
2. I modified the label 3 line on the default file in the pxelinux.cfg file to&#60;br /&#62;
  a.#-----------------------------------------------------------------------------&#60;br /&#62;
    # Section for PV-5.1.2&#60;/p&#62;
&#60;p&#62;     label 3&#60;br /&#62;
     kernel pv/isolinux/vmlinuz&#60;br /&#62;
     append initrd=pv/isolinux/initrd.img ksdevice=link text devfs=nomount ramdisk_size=20480 vga=0xF01 ks=http://192.168.100.1/pv/ks.cfg&#60;/p&#62;
&#60;p&#62;     #-----------------------------------------------------------------------------&#60;br /&#62;
3.The program will boot up the centos install in text mode when you get to the end I had to check mark to do a complete install&#60;br /&#62;
4. reboot and it will come up with ./amp-install
&#60;/p&#62;</description>
</item>
<item>
<title>dancomfort on "Customized web authentication for wireless guest networks"</title>
<link>http://www.airwave.com/forums/topic/customized-web-authentication-for-wireless-guest-networks#post-403</link>
<pubDate>Wed, 09 Apr 2008 10:18:08 +0000</pubDate>
<dc:creator>dancomfort</dc:creator>
<guid isPermaLink="false">403@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Welcome, kswanson0.  AMP has support built in for the 3 Airespace web auth types: internal, external and customized.  In the case of the customized web auth, we don't actually configure the custom message, but the AMP will keep whatever custom message is already configured on the controller.
&#60;/p&#62;</description>
</item>
<item>
<title>rmckeethen on "PXE install"</title>
<link>http://www.airwave.com/forums/topic/pxe-install#post-402</link>
<pubDate>Wed, 09 Apr 2008 10:15:21 +0000</pubDate>
<dc:creator>rmckeethen</dc:creator>
<guid isPermaLink="false">402@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;When I've run into such problems in the field I've typically solved them with an inexpensive USB CDROM drive.  It's not nearly as elegant or as technically interesting as PXE or HTTP/FTP installs with kickstart, but it does tend be a much simpler solution than the alternatives.
&#60;/p&#62;</description>
</item>
<item>
<title>kswanson0 on "Customized web authentication for wireless guest networks"</title>
<link>http://www.airwave.com/forums/topic/customized-web-authentication-for-wireless-guest-networks#post-401</link>
<pubDate>Wed, 09 Apr 2008 07:39:09 +0000</pubDate>
<dc:creator>kswanson0</dc:creator>
<guid isPermaLink="false">401@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;I am working on a wireless guest network for one of our sites, we have a Cisco 4400 WLC and 12 1130's. the guest network is operational but the customer wants a customized web authentication login page. This is pretty simple when you have Cisco WCS i was wondering if there is a way to accomplish this using AMP&#60;br /&#62;
(brand new forum member I see I probably should have put this in all things AMP)
&#60;/p&#62;</description>
</item>
<item>
<title>tarnoldproximcom on "PXE install"</title>
<link>http://www.airwave.com/forums/topic/pxe-install#post-400</link>
<pubDate>Mon, 07 Apr 2008 10:46:38 +0000</pubDate>
<dc:creator>tarnoldproximcom</dc:creator>
<guid isPermaLink="false">400@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;I work for a airewave technology partner and I am putting together a demo machine for my customers. The machine I am useing is a 1u box with no cd or usb drives so I will have to do it with a PXE load. I wanted to see if you have a prebuilt PXE script for the load.
&#60;/p&#62;</description>
</item>
<item>
<title>rmckeethen on "PXE install"</title>
<link>http://www.airwave.com/forums/topic/pxe-install#post-399</link>
<pubDate>Mon, 07 Apr 2008 09:40:11 +0000</pubDate>
<dc:creator>rmckeethen</dc:creator>
<guid isPermaLink="false">399@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;I don't believe we've ever tested AMP with PXE, but I see no inherent reason why it shouldn't work.  I'd be very curious to know the use-case for PXE, i.e. what you hope to accomplish via a network boot of AMP and the operating system.
&#60;/p&#62;</description>
</item>
<item>
<title>donster on "customize configuration auditing"</title>
<link>http://www.airwave.com/forums/topic/customize-configuration-auditing#post-398</link>
<pubDate>Mon, 07 Apr 2008 06:52:11 +0000</pubDate>
<dc:creator>donster</dc:creator>
<guid isPermaLink="false">398@http://www.airwave.com/forums/</guid>
<description>&#60;p&#62;Would it be easier to have an option to hard disable config auditing on monitor-only devices? That would likely meet my objective here.
&#60;/p&#62;</description>
</item>

</channel>
</rss>
